irds/tripclick_val_head_dctr
收藏资源简介:
`tripclick/val/head/dctr`数据集由ir-datasets包提供,主要用于文本检索任务。数据集中包含66,812条相关性评估(`qrels`),文档部分需要从`irds/tripclick`数据集中获取。使用示例展示了如何通过`load_dataset`函数加载数据集。引用信息提供了相关论文的详细信息。
The `tripclick/val/head/dctr` dataset is distributed via the ir-datasets package and is tailored for text retrieval tasks. It encompasses 66,812 relevance judgment entries (`qrels`), whereas the associated document corpus needs to be fetched from the `irds/tripclick` dataset. Usage examples demonstrate how to load this dataset through the `load_dataset` function. Reference information provides detailed information of the relevant research papers.
数据集概述
数据集名称
tripclick/val/head/dctr
数据来源
- 源数据集:
irds/tripclick
数据内容
qrels: 相关性评估数据,总计66,812条记录。docs: 使用数据集irds/tripclick中的文档数据。
数据使用示例
python from datasets import load_dataset
qrels = load_dataset(irds/tripclick_val_head_dctr, qrels) for record in qrels: record # {query_id: ..., doc_id: ..., relevance: ..., iteration: ...}
引用信息
@inproceedings{Rekabsaz2021TripClick, title={TripClick: The Log Files of a Large Health Web Search Engine}, author={Navid Rekabsaz and Oleg Lesota and Markus Schedl and Jon Brassey and Carsten Eickhoff}, year={2021}, booktitle={SIGIR} }




