TruthInsightBench
收藏资源简介:
TruthInsightBench是一个面向开放科学发现的基准数据集,由TruthInsight-AI创建,旨在评估自主科学发现代理的发现能力而非重现能力。该数据集包含40个盲任务,源自10个科学领域(如物理、化学、地球科学等)的40篇同行评审研究,每个任务提供中性研究目标和冻结的原始数据,隐藏所有来源结论与预期分析路径。数据集通过六维度(证据可审计性、鲁棒性、控制检验、跨数据集泛化、新颖性、可证伪性)共29个预定义可验证规则项,自动评估代理自行形成科学主张的证据成熟度,无需人工逐实例评分。该基准解决了现有基准无法区分执行与发现的问题,为AI科学家的持续自我改进提供了可扩展的自动化反馈信号。
TruthInsightBench is a benchmark dataset for open scientific discovery, created by TruthInsight-AI. It is designed to evaluate the discovery capability rather than the reproduction capability of autonomous scientific discovery agents. This dataset includes 40 blind tasks derived from 40 peer-reviewed studies across 10 scientific domains (e.g., physics, chemistry, earth sciences, etc.). Each task provides a neutral research objective and frozen raw data, while concealing all source conclusions and intended analytical pathways. Leveraging a total of 29 predefined verifiable rule items across six dimensions—evidence auditability, robustness, controlled validation checks, cross-dataset generalization, novelty, and falsifiability—the dataset automatically assesses the evidence maturity of scientific claims independently formulated by the agents, eliminating the need for manual instance-by-instance scoring. This benchmark addresses a key limitation of existing benchmarks that fail to distinguish between execution and discovery, providing scalable automated feedback signals for the continuous self-improvement of AI scientists.
TruthInsightBench 数据集详情
数据集概述
TruthInsightBench是一个用于评估研究型智能体(Research Agents)能否从真实数据中推导出可复现、具有恰当边界科学发现能力的基准数据集。该基准的核心特点是测试智能体在未见原始研究结论的前提下进行科学发现的能力。
数据集规模与构成
- V1.0版本包含40个盲测任务(blind tasks),覆盖10个科学领域
- 配套提供一个包含29个评估条目的评估器,可生成0–100分的任务评分
- 所有任务数据均包含在仓库中,克隆后即可使用
任务领域
数据集不限于单一学科,涵盖10个不同科学领域的研究任务,具体领域名称在README中未逐一列出。
仓库结构
| 路径 | 内容 |
|---|---|
tasks/ |
研究目标、数据指南、清单及科学数据 |
agents/ |
工作区组装及四种可运行的Agent适配器 |
evaluation/ |
提交验证、评估器资源及评分代码 |
provenance/ |
上游来源、许可证及文件级归属信息 |
支持的Agent类型
数据集提供四种官方Agent harness配置文件:
claude(Claude Code 2.1.220)codex(Codex CLI 0.149.0)openscience(OpenScience 2.0.1)deepseek_harness(DeepSeek Harness 0.1.0rc7)
评估方法
- 支持干跑验证模式(dry-run),无需调用评估模型即可验证提交的合理性
- 评分阶段需配置OpenAI兼容的评估端点(judge endpoint)
- 配套论文使用GLM-5.1(模型版本为
Apsara-Stack/GLM-5.1-W4A8)作为评估器,关闭思考功能
技术环境要求
- Python 3.11及以上
- Node.js 20及以上
- Docker(用于运行Agent容器)
使用方式
- 运行单个任务:通过
agents/run_agent.py指定agent类型和任务ID(如Material_01_binary_superlattice) - 批量运行:使用
agents/run_suite.py处理多个任务 - 自定义Agent命令:使用
agents/run_command.py - 评分:通过
evaluation/evaluate.py配合评估端点执行,评分结果和模型回执写入指定的评估工作目录
许可与引用
- TruthInsightBench自研的软件、文档、基准元数据和评估资源采用Apache-2.0许可
- 第三方科学数据和文献记录保留其原始上游条款,不包含在上述许可范围内;部分组件仅限非商业研究用途
- 引用方式:报告基准结果时,请引用论文**“TruthInsightBench: An Evidence-Grounded Benchmark for Automated Evaluation of Open-Ended Scientific Discovery Agents.”**;进行单一任务分析或数据复用,还需引用对应的上游研究和数据记录
- 复用或分发任务数据前,须查阅
provenance/THIRD_PARTY_NOTICES.md和provenance/source_attribution.json
关键链接
- 第三方声明文件:https://github.com/TruthInsight-stack/TruthInsightBench/blob/main/provenance/THIRD_PARTY_NOTICES.md
- 来源归属文件:https://github.com/TruthInsight-stack/TruthInsightBench/blob/main/provenance/source_attribution.json

- 1TruthInsightBench: An Evidence-Grounded Benchmark for Automated Evaluation of Open-Ended Scientific Discovery Agents · 2026年




