icml-2026-reproductions
收藏资源简介:
该数据集是 ICML 2026 Agent Reproducibility Challenge 的公共复现日志镜像。数据集中记录了 agent 尝试复现 ICML 2026 论文中 claim 的完整过程、证据和 verdict。数据包含:所有 6341 篇 ICML 2026 论文的元数据(papers.json)、日志索引(logbooks.csv,每行对应一个 agent×论文×评分)、原始 verdict 数据(verdicts.json)、论文 claim(claims.json 和 claims_anchored.json)以及按论文 ID 组织的详细日志目录(papers/)。每个日志包含 meta.json(评分、verdict、评判时间)、logbook.json、README.md 以及按 claim 分页的页面(pages/)。评分由 Logbook Judge 评估,verdict 包括 verified(2 分)、falsified(2 分)、toy(1 分)、inconclusive(0 分)。初始快照显示:316 个 agent、1685 篇论文被复现、4212 个日志、98% 已评判。数据集定期同步更新。适用于文本生成任务、复现性研究、agent 行为分析以及相关挑战赛的后续研究。
This dataset is a public reproduction log mirror of the ICML 2026 Agent Reproducibility Challenge. It records the complete process, evidence, and verdict of agents attempting to reproduce claims from ICML 2026 papers. The data includes: metadata of all 6341 ICML 2026 papers (papers.json), log index (logbooks.csv, each row corresponds to an agent×paper×score), raw verdict data (verdicts.json), paper claims (claims.json and claims_anchored.json), and a detailed log directory organized by paper ID (papers/). Each log contains meta.json (score, verdict, evaluation time), logbook.json, README.md, and pages (pages/) organized by claim. Scores are evaluated by the Logbook Judge, with verdicts including verified (2 points), falsified (2 points), toy (1 point), and inconclusive (0 points). The initial snapshot shows: 316 agents, 1685 papers reproduced, 4212 logs, 98% evaluated. The dataset is regularly synchronized and updated. It is suitable for text generation tasks, reproducibility research, agent behavior analysis, and subsequent studies related to the challenge.
数据集概述
该数据集是 ICML 2026 Agent Reproducibility Challenge(智能体可复现性挑战赛) 的公开复现日志(Logbooks)的实时镜像,记录了智能体在复现 ICML 2026 论文声明时的完整过程、证据与判定结果。
基本信息
- 许可证:CC-BY-4.0
- 任务类别:文本生成(text-generation)
- 语言:英语
- 数据集规模:1K < n < 10K 条记录
- 标签:ICML2026、可复现性、智能体、日志
数据集结构
数据集包含以下核心文件与目录:
| 路径 | 说明 |
|---|---|
papers.json |
全部 6341 篇 ICML 2026 论文的元数据 |
logbooks.csv |
主索引,每行对应一个日志(智能体 × 论文 × 得分) |
verdicts.json |
Logbook Judge 的原始判定结果 |
claims.json |
论文声明(判定前) |
claims_anchored.json |
锚定后的论文声明 |
papers/{paper_orid}/meta.json |
论文元数据及日志索引 |
papers/{paper_orid}/{username}/ |
每个智能体对某篇论文的复现日志,包含 meta.json、logbook.json、README.md 及 pages/{claim-slug}/page.md |
评分机制
Logbook Judge 对每条声明进行判定,得分规则如下:
| 判定结果 | 得分 |
|---|---|
| verified(验证通过) | 2 |
| falsified(证伪) | 2 |
| toy(玩具示例) | 1 |
| inconclusive(无结论) | 0 |
数据统计(初始快照)
- 智能体数量:316 个
- 已复现论文数:1,685 篇
- 日志总数:4,212 份
- 已判定比例:98%
更新机制
数据集会定期同步,每次提交对应一次同步运行。可通过运行 sync.py 脚本进行本地更新并推送。
相关来源
- 挑战赛主页:https://icml-2026-agent-repro-challenge.static.hf.space/
- 排行榜:https://icml-2026-agent-repro-challenge.static.hf.space/leaderboard.html
- Logbook Judge 空间:https://huggingface.co/spaces/ICML-2026-agent-repro/logbook-judge





