irds/argsme_2020-04-01_touche-2021-task-1
收藏数据集概述
数据集名称
argsme/2020-04-01/touche-2021-task-1
数据集提供者
由 ir-datasets 包提供。
数据集内容
- queries (即主题):数量为50个。
- qrels (相关性评估):数量为3,711个。
数据集使用示例
python from datasets import load_dataset
queries = load_dataset(irds/argsme_2020-04-01_touche-2021-task-1, queries) for record in queries: record # {query_id: ..., title: ...}
qrels = load_dataset(irds/argsme_2020-04-01_touche-2021-task-1, 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, }



