Views
No views yet
t5-3b trained using the coreference annotations from the LitBank corpus."'The visitor sat and listened to her retreating feet."), and returns the sentence with inline coreference annotations (e.g. "[The visitor: 1] sat and listened to [her: 2] retreating feet.").the get_annotations.py file under the Files and versions tab above. If you want to convert the annotated sentences into coreference clusters, the get_ent_clusters.py script also under the Files and versions tab will output clusters of the form {1: ['The visitor|0'], 2: ['her|6']} where the keys are the cluster indices and each value is a list of entities in that cluster. Each entity consists of the representative substring and the index of the first word in the substring combined with a pipe.