CORE-Bench
收藏资源简介:
CORE-Bench是由普林斯顿大学开发的一个计算可重复性代理基准数据集,包含270个任务,基于90篇跨计算机科学、社会科学和医学领域的科学论文。数据集内容涵盖了不同难度级别的任务,包括仅语言和视觉语言任务。数据集的创建过程包括从CodeOcean.com库中筛选可重复的论文,并根据可用信息创建不同难度级别的任务。CORE-Bench旨在评估AI代理在科学研究中自动化计算可重复性任务的能力,解决现有研究结果的可重复性问题。
CORE-Bench is a computational reproducibility agent benchmark dataset developed by Princeton University. It comprises 270 tasks based on 90 scientific papers spanning computer science, social sciences, and medicine. The dataset covers tasks of varying difficulty levels, including language-only and vision-language tasks. The creation process of CORE-Bench involves screening reproducible papers from the CodeOcean.com repository and constructing tasks with different difficulty levels based on available information. CORE-Bench aims to evaluate the capability of AI Agents to automate computational reproducibility tasks in scientific research, addressing the reproducibility issues of existing research findings.
CORE-Bench 数据集概述
数据集简介
CORE-Bench 是一个评估代理计算重现科学论文能力的基准测试。它包含来自计算机科学、社会科学和医学领域的90篇论文中的270个任务,这些任务使用Python或R编写。
任务要求
要成功完成任务,代理必须:
- 阅读任务提示和问题。
- 导航代码仓库以安装依赖项。
- 运行代码以生成结果。
- 阅读代码结果以回答任务问题。
数据集结构
- 任务提示和问题:包含在数据集的JSON文件中。
- 代码仓库:自动从https://corebench.cs.princeton.edu/capsules/capsule-XXXXXXX.tar.gz下载,其中
XXXXXXX是capsule_id。
数据集访问
- 数据集文件:
benchmark/dataset/core_test.json.gpg - 解密密码:
reproducibility
数据集使用
- Azure设置:推荐在Azure VM上运行代理,需配置Azure CLI。
- 本地设置:仅用于调试,不推荐在生产环境中使用。
数据集扩展
- 添加新代理:在
agents目录中创建新目录,并编写启动代理的Bash脚本。 - 提交答案:代理完成任务后,将答案写入
environment目录中的report.json文件。
数据集相关资源
- 论文:可在arXiv上查看。
- 数据集:可在Hugging Face上查看。




