rmmhicke commited on
Commit
9b906a6
·
1 Parent(s): 1573eb4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -1,3 +1,11 @@
1
  ---
2
  license: cc-by-sa-4.0
 
 
 
 
3
  ---
 
 
 
 
 
1
  ---
2
  license: cc-by-sa-4.0
3
+ tags:
4
+ - t5
5
+ - coreference
6
+ - digital humanities
7
  ---
8
+
9
+ ## Literary Coreference Annotations with T5
10
+
11
+ Coreference annotation is a critical task for much research in the digital humanities. However, literary texts differ in several key ways from those used to train general coreference annotation systems, meaning that they usually underperform. **t5-literary-coreference** is an easy-to-use text-to-text model for sentence-level coreference annotation for literary texts that acheives state-of-the-art performance. It is an adapted version of `t5-3b` trained using the coreference annotations from the [LitBank corpus](https://github.com/dbamman/litbank)..