irds/disks45_nocr_trec8
收藏数据集概述
数据集名称
disks45/nocr/trec8
数据来源
- 主要来源:
irds/disks45_nocr
数据内容
queries(查询/主题): 数量=50qrels(相关性评估): 数量=86,830docs(文档): 使用irds/disks45_nocr
数据使用示例
python from datasets import load_dataset
queries = load_dataset(irds/disks45_nocr_trec8, queries) for record in queries: record # {query_id: ..., title: ..., description: ..., narrative: ...}
qrels = load_dataset(irds/disks45_nocr_trec8, qrels) for record in qrels: record # {query_id: ..., doc_id: ..., relevance: ..., iteration: ...}
引用信息
@misc{Voorhees1996Disks45, title = {NIST TREC Disks 4 and 5: Retrieval Test Collections Document Set}, author = {Ellen M. Voorhees}, doi = {10.18434/t47g6m}, year = {1996}, publisher = {National Institute of Standards and Technology} } @inproceedings{Voorhees1999Trec8, title = {Overview of the Eight Text Retrieval Conference (TREC-8)}, author = {Ellen M. Voorhees and Donna Harman}, year = {1999}, booktitle = {TREC} }




