irds/clueweb12_b13_clef-ehealth_fr
收藏数据集概述
数据集名称
clueweb12/b13/clef-ehealth/fr
数据来源
- 原始数据集:
irds/clueweb12_b13
任务类别
- 文本检索
数据内容
queries(查询/主题):数量300qrels(相关性评估):数量269,232docs:使用irds/clueweb12_b13数据集
使用示例
python from datasets import load_dataset
queries = load_dataset(irds/clueweb12_b13_clef-ehealth_fr, queries) for record in queries: record # {query_id: ..., text: ...}
qrels = load_dataset(irds/clueweb12_b13_clef-ehealth_fr, 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} }



