irds/clueweb12_touche-2021-task-2
收藏数据集概述
数据集名称
clueweb12/touche-2021-task-2
数据来源
- 来源:ir-datasets
- 原始数据集:irds/clueweb12
数据内容
- queries (话题): 数量=50
- qrels (相关性评估): 数量=2,076
- docs: 使用irds/clueweb12数据集
数据使用示例
python from datasets import load_dataset
queries = load_dataset(irds/clueweb12_touche-2021-task-2, queries) for record in queries: record # {query_id: ..., title: ..., description: ..., narrative: ...}
qrels = load_dataset(irds/clueweb12_touche-2021-task-2, qrels) for record in qrels: record # {query_id: ..., doc_id: ..., relevance: ..., quality: ..., iteration: ...}
引用信息
@inproceedings{Bondarenko2021Touche, address = {Berlin Heidelberg New York}, author = {Alexander Bondarenko and Lukas Gienapp and Maik Fr{"o}be and Meriem Beloucif and Yamen Ajjour and Alexander Panchenko and Chris Biemann and Benno Stein and Henning Wachsmuth and Martin Potthast and Matthias Hagen}, booktitle = {Experimental IR Meets Multilinguality, Multimodality, and Interaction. 12th International Conference of the CLEF Association (CLEF 2021)}, doi = {10.1007/978-3-030-85251-1_28}, editor = {{K. Sel{c{c}}uk} Candan and Bogdan Ionescu and Lorraine Goeuriot and Henning M{"u}ller and Alexis Joly and Maria Maistro and Florina Piroi and Guglielmo Faggioli and Nicola Ferro}, month = sep, pages = {450-467}, publisher = {Springer}, series = {Lecture Notes in Computer Science}, site = {Bucharest, Romania}, title = {{Overview of Touch{e} 2021: Argument Retrieval}}, url = {https://link.springer.com/chapter/10.1007/978-3-030-85251-1_28}, volume = 12880, year = 2021, }



