MetaSyn
收藏资源简介:
MetaSyn是由清华大学研究团队构建的专注于元分析评估的基准数据集,涵盖了来自Nature Portfolio期刊的442篇专家策划的元分析文章。该数据集包含一个由140,585篇PubMed文章组成的检索语料库,其中包含8,674篇经过验证的阳性研究和131,911篇主题相似但不符合PI/ECO标准的困难负样本,同时提供了PI/ECO结构化的研究问题、搜索策略和日期范围等元数据。数据集的创建过程涉及从34,000多篇候选文章中通过人工注释和严格筛选,提取了包括研究问题、纳入排除标准和完整搜索策略在内的结构化信息,确保了跨阶段的一致性。该数据集主要应用于评估大型语言模型代理在完整元分析工作流中的性能,旨在解决当前系统在协议驱动的检索、筛选和合成任务中存在的可靠性瓶颈,特别是针对基于PI/ECO标准的资格推理能力。
MetaSyn is a benchmark dataset dedicated to meta-analysis evaluation, developed by a research team from Tsinghua University. It encompasses 442 expert-curated meta-analysis articles from Nature Portfolio journals. The dataset includes a retrieval corpus consisting of 140,585 PubMed articles, among which there are 8,674 validated positive studies and 131,911 challenging negative samples with similar topics but failing to meet the PI/ECO criteria. It also provides metadata such as PI/ECO-structured research questions, search strategies, and date ranges. The dataset was constructed via manual annotation and rigorous screening of over 34,000 candidate articles, extracting structured information including research questions, inclusion and exclusion criteria, and complete search strategies, thus ensuring cross-stage consistency. This dataset is primarily applied to evaluate the performance of large language model agents across the full meta-analysis workflow, aiming to resolve the reliability bottlenecks of existing systems in protocol-driven retrieval, screening, and synthesis tasks, particularly the eligibility reasoning capability based on PI/ECO standards.
数据集概述:MetaSyn
MetaSyn 是一个从 Nature Portfolio(2015–2024)中精选的、包含 442 篇荟萃分析 的数据集,旨在评估 LLM 智能体在完整荟萃分析工作流程上的表现。
核心构成
- 检索语料库:包含 140,585 篇 PubMed 索引文章,覆盖所有纳入主题。
- 专家标注信息:包括 PICO/ECO 标准、搜索策略。
- 困难负样本集:主题相关但至少不满足一项纳入标准的文章。
- 金标准字段:包含效应量、异质性和结论。
数据统计
| 类别 | 荟萃分析数 | 语料库文章数 |
|---|---|---|
| 训练集 | 354 | ~112,000 |
| 测试集 | 88 | ~28,000 |
| 总计 | 442 | 140,585 |
| 指标 | 数值 |
|---|---|
| 每篇荟萃分析中位数纳入研究数 | 14 |
| 每篇荟萃分析平均纳入研究数 | 18.3 |
| K=200 时的检索上限 | 90.9% |
关键发现
- 所有评估的系统端到端恢复金标准纳入文献的比例最高仅为 52.7%(K=200 的最佳 RAG 管道)。
- 检索上限在 K=200 时可达 90.9%。
- 当前瓶颈在于筛选阶段:LLM 在同等主题相关性条件下,难以可靠地区分金标准研究和困难负样本。
数据获取与使用
- 下载地址:HuggingFace — BFTree/MetaSyn
- 数据文件:
papers.json(442 条带注释的荟萃分析记录)、corpus.json(140,585 篇 PubMed 文章)、test_ids.json(88 个测试集论文 ID) - 评估流程:下载数据 -> 将系统输出放置于
results/<system_name>/目录 -> 运行evaluation/scripts/run_evaluation.py进行评估。
许可协议
- 代码:MIT 许可
- 数据集:遵循 Nature Portfolio 使用条款。

- 1Benchmarking LLM Agents on Meta-Analysis Articles from Nature Portfolio清华大学 · 2026年



