Datasets:
File size: 1,107 Bytes
27f4fb7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | {
"name": "LatinEpicIntertextualityRetrieval",
"pretty_name": "Latin Epic Intertextuality Retrieval",
"poetrymteb_repo": "PoetryMTEB/LatinEpicIntertextualityRetrieval",
"version": "1.0.0",
"task": "retrieval",
"language": [
"la"
],
"sizes": {
"corpus": 39675,
"queries": 482,
"qrels": 978
},
"stats": {
"n_raw_parallels": 945,
"n_spans": 482,
"n_drop_oob_vf": 0,
"n_missing_target_lines": 0,
"avg_rels": 2.029045643153527,
"min_rels": 1,
"max_rels": 10,
"n_queries_with_rels": 482
},
"corpus_author_counts": {
"Lucan": 8053,
"Ovid": 11995,
"Statius": 9731,
"Vergil": 9896
},
"has_train": false,
"has_validation": false,
"unit": "verse-line",
"query_source": "Valerius Flaccus Argonautica Book 1",
"source": {
"github": "https://github.com/QuantitativeCriticismLab/NAACL-HLT-2021-Latin-Intertextuality",
"paper": "https://aclanthology.org/2021.naacl-main.389/"
},
"license": "cc-by-4.0",
"metrics": [
"ndcg_at_10",
"map",
"recall"
]
}
|