irds/clueweb12_b13_clef-ehealth_sv
收藏数据集卡片 clueweb12/b13/clef-ehealth/sv
数据集概述
- 名称:
clueweb12/b13/clef-ehealth/sv - 提供者: ir-datasets 包
- 来源数据集:
irds/clueweb12_b13 - 任务类别: 文本检索
数据内容
- 查询 (queries): 数量为 300
- 相关性评估 (qrels): 数量为 269,232
- 文档 (docs): 使用
irds/clueweb12_b13
使用方法
python from datasets import load_dataset
queries = load_dataset(irds/clueweb12_b13_clef-ehealth_sv, queries) for record in queries: record # {query_id: ..., text: ...}
qrels = load_dataset(irds/clueweb12_b13_clef-ehealth_sv, qrels) for record in qrels: record # {query_id: ..., doc_id: ..., relevance: ..., trustworthiness: ..., understandability: ..., iteration: ...}
引用信息
@inproceedings{Zuccon2016ClefEhealth, title={The IR Task at the CLEF eHealth Evaluation Lab 2016: User-centred Health Information Retrieval}, author={Guido Zuccon and Joao Palotti and Lorraine Goeuriot and Liadh Kelly and Mihai Lupu and Pavel Pecina and Henning M{"u}ller and Julie Budaher and Anthony Deacon}, booktitle={CLEF}, year={2016} } @inproceedings{Palotti2017ClefEhealth, title={CLEF 2017 Task Overview: The IR Task at the eHealth Evaluation Lab - Evaluating Retrieval Methods for Consumer Health Search}, author={Joao Palotti and Guido Zuccon and Jimmy and Pavel Pecina and Mihai Lupu and Lorraine Goeuriot and Liadh Kelly and Allan Hanbury}, booktitle={CLEF}, year={2017} }




