five

irds/clinicaltrials_2017_trec-pm-2017

收藏
Hugging Face2023-01-05 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/irds/clinicaltrials_2017_trec-pm-2017
下载链接
链接失效反馈
官方服务:
资源简介:
`clinicaltrials/2017/trec-pm-2017`数据集由ir-datasets包提供,主要用于文本检索任务。该数据集包含30个查询(即主题)和13,019个相关性评估(qrels)。文档部分需要使用`irds/clinicaltrials_2017`数据集。

The `clinicaltrials/2017/trec-pm-2017` dataset, provided by the `ir-datasets` package, is primarily designed for text retrieval tasks. It contains 30 queries (i.e., topics) and 13,019 relevance judgments (qrels). The document corpus of this dataset requires the use of the `irds/clinicaltrials_2017` dataset.
提供机构:
irds
原始信息汇总

数据集概述

数据集名称

clinicaltrials/2017/trec-pm-2017

数据来源

  • 原始数据集:irds/clinicaltrials_2017

数据内容

  • queries(查询主题):共30个
  • qrels(相关性评估):共13,019个
  • docs(文档):使用irds/clinicaltrials_2017数据集

数据使用示例

python from datasets import load_dataset

加载查询数据

queries = load_dataset(irds/clinicaltrials_2017_trec-pm-2017, queries) for record in queries: record # {query_id: ..., disease: ..., gene: ..., demographic: ..., other: ...}

加载相关性评估数据

qrels = load_dataset(irds/clinicaltrials_2017_trec-pm-2017, qrels) for record in qrels: record # {query_id: ..., doc_id: ..., relevance: ..., iteration: ...}

引用信息

@inproceedings{Roberts2017TrecPm, title={Overview of the TREC 2017 Precision Medicine Track}, author={Kirk Roberts and Dina Demner-Fushman and Ellen M. Voorhees and William R. Hersh and Steven Bedrick and Alexander J. Lazar and Shubham Pant}, booktitle={TREC}, year={2017} }

5,000+
优质数据集
54 个
任务类型
进入经典数据集
二维码
社区交流群

面向社区/商业的数据集话题

二维码
科研交流群

面向高校/科研机构的开源数据集话题

数据驱动未来

携手共赢发展

商业合作