MedBrowseComp
收藏资源简介:
MedBrowseComp数据集是一个面向医疗信息搜索的深度研究和计算机使用任务的数据集。该数据集包含三个协调一致的数据集:MedBrowseComp_50,包含50个医疗条目用于浏览和比较;MedBrowseComp_605,包含605个医疗条目的全面集合;MedBrowseComp_CUA,一个用于比较和分析的精选医疗数据集。这些数据集可以用于各种医疗文本处理任务、信息检索和比较分析。
The MedBrowseComp dataset is a resource developed for in-depth research and computer-based tasks pertaining to medical information search. It includes three coordinated sub-datasets: MedBrowseComp_50, which contains 50 medical entries for browsing and comparison purposes; MedBrowseComp_605, a comprehensive collection of 605 medical entries; and MedBrowseComp_CUA, a curated medical dataset intended for comparative and analytical studies. These datasets can be utilized across a wide range of medical text processing tasks, information retrieval applications, and comparative analysis work.
MedBrowseComp 数据集概述
基本信息
- 语言: 英语 (en)
- 名称: MedBrowseComp: Medical Browsing and Comparison Dataset
- 标签: 医学 (medical), 医疗保健 (healthcare), 浏览 (browsing), 比较 (comparison)
- 许可证: Apache 2.0 (apache-2.0)
- 任务类别: 问答 (question-answering), 文本检索 (text-retrieval)
数据集配置
- 默认配置 (default):
- 数据文件:
- MedBrowseComp_50:
MedBrowseComp_50.csv - MedBrowseComp_605:
MedBrowseComp_605.csv - MedBrowseComp_CUA:
MedBrowseComp_CUA.csv
- MedBrowseComp_50:
- 数据文件:
数据集内容
- MedBrowseComp_50: 50 条医学条目,用于浏览和比较。
- MedBrowseComp_605: 605 条医学条目,内容全面。
- MedBrowseComp_CUA: 精选医学数据,用于比较和分析。
用途
- 医学文本处理任务
- 信息检索
- 比较分析
加载方式
python from datasets import load_dataset
dataset = load_dataset("AIM-Harvard/MedBrowseComp")
med50_data = dataset["MedBrowseComp_50"] med605_data = dataset["MedBrowseComp_605"] cua_data = dataset["MedBrowseComp_CUA"]
引用
- 引用链接: https://arxiv.org/abs/2505.14963
- BibTeX: bibtex @misc{chen2025medbrowsecompbenchmarkingmedicaldeep, title={MedBrowseComp: Benchmarking Medical Deep Research and Computer Use}, author={Shan Chen and Pedro Moreira and Yuxin Xiao and Sam Schmidgall and Jeremy Warner and Hugo Aerts and Thomas Hartvigsen and Jack Gallifant and Danielle S. Bitterman}, year={2025}, eprint={2505.14963}, archivePrefix={arXiv}, primaryClass={cs.CL}, url={https://arxiv.org/abs/2505.14963}, }
相关资源
- GitHub 仓库: https://github.com/MedBrowseComp




