irds/clueweb12_b13_clef-ehealth
收藏数据集概述
数据集名称
clueweb12/b13/clef-ehealth
数据来源
- 源数据集:
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, queries) for record in queries: record # {query_id: ..., text: ...}
qrels = load_dataset(irds/clueweb12_b13_clef-ehealth, 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} }




