arc-agi3-su15-agent-trajectories
收藏资源简介:
ARC-AGI-3 su15智能体轨迹数据集记录了大型语言模型智能体(基于Claude Code驱动文件中继工具)在玩ARC-AGI-3游戏su15时的完整游戏过程轨迹。该数据集是ARA-as-world-model泛化实验的一部分,智能体在游戏过程中实时构建结构化世界模型(称为Agent-Native Research Artifact),并在无法通过冷探索解决关卡时咨询该模型以破解关卡。数据集包含多个组成部分:智能体的世界模型和推理轨迹(位于reasoning/ara-su15/目录)、每个子智能体的动作-推理轨迹(位于traces/目录,每行动作对应一个JSON行并包含原因说明)、解决方案状态快照(位于solutions/GAME.md)、每关获胜动作脚本(位于solutions/replay/目录)、会话级别的帧级录制(位于recordings/目录)、跨运行的回合级剧集日志(位于episodes/目录)、工具日志和自由格式会话笔记(位于logs/目录)、ARC API计分卡(scorecards/目录)、世界模型预测账本(predictions.jsonl文件)、游戏统计数据和ARA增长曲线(位于accounting/目录)以及消融/展示工件(位于demo/目录)。数据集在游戏过程中持续同步,每次世界模型的结晶都会推送至此。仓库标签L<n>-cleared标记了每个关卡通关时的完整记录,为下游智能体评估实验提供准备就绪的快照。从录制和轨迹中可以推导出审议时间、死亡分析和意外分析等信息。
The ARC-AGI-3 su15 agent trajectory dataset records the complete game process trajectory of a large language model agent (driven by Claude Code with a file relay tool) while playing the ARC-AGI-3 game su15. This dataset is part of the ARA-as-world-model generalization experiment, where the agent constructs a structured world model (called Agent-Native Research Artifact) in real-time during gameplay and consults it to solve levels when cold exploration fails. The dataset includes multiple components: the agents world model and reasoning trajectories (in reasoning/ara-su15/), action-reasoning trajectories for each sub-agent (in traces/, with each action corresponding to a JSON line and including explanations), solution state snapshots (in solutions/GAME.md), winning action scripts per level (in solutions/replay/), session-level frame recordings (in recordings/), cross-run turn-level episode logs (in episodes/), tool logs and free-form session notes (in logs/), ARC API scorecards (in scorecards/), world model prediction ledger (predictions.jsonl), game statistics and ARA growth curves (in accounting/), and ablation/demonstration artifacts (in demo/). The dataset is continuously synchronized during gameplay, with each crystallization of the world model pushed here. Repository tags L<n>-cleared mark complete records at each level clearance, providing ready snapshots for downstream agent evaluation experiments. Information such as deliberation time, death analysis, and surprise analysis can be derived from the recordings and trajectories.
数据集概述
该数据集记录了LLM智能体(基于Claude Code驱动的文件中继框架)在ARC-AGI-3游戏su15关卡中的完整游戏轨迹。这是ARA(Agent-Native Research Artifact)作为世界模型泛化实验的一部分:智能体在游戏过程中实时构建结构化世界模型,并在无法通过冷探索解决关卡时查阅该模型。
数据集结构
数据集根目录包含以下内容:
| 路径 | 说明 |
|---|---|
reasoning/ara-su15/ |
智能体的世界模型及推理轨迹(含logic/、trace/、staging/子目录) |
traces/ |
每个子智能体的动作-推理轨迹,每行JSON记录一个动作及原因 |
solutions/GAME.md |
游戏状态快照:进度、机制、难点、搁置原因 |
solutions/replay/ |
每个关卡的制胜动作脚本(文件名为L<n>.txt) |
recordings/ |
帧级录制文件,一个会话一个文件(格式:<game>-<hash>.<agent>.<guid>.recording.jsonl) |
episodes/ |
回合级日志(跨运行拼接) |
logs/ |
框架日志 + 自由格式会话笔记(Git历史保存先前会话) |
scorecards/ |
ARC API成绩卡(如保存) |
predictions.jsonl |
世界模型预测记录:查询内容+置信度+后续判定 |
accounting/ |
游戏分类账(token/步数)、指标部分、ARA增长曲线 |
demo/ |
消融/展示工件(如存在) |
sessions_index.json |
每个录制会话一个条目(智能体、GUID、帧数、最终状态) |
manifest.json |
来源信息:智能体模型、仓库提交、协议哈希、同步时间 |
关键特征
- 持续同步:游戏过程中每次向世界模型的“结晶化”行为都会同步至此数据集。
- 版本标签:仓库使用
L<n>-cleared标签标记每个关卡通关时的完整记录快照,可用于下游智能体评估实验。 - 可导出分析:从录制文件+轨迹中可推导出决策时间间隔、死亡分析及惊喜度分析(无需单独存储)。
- 关联数据集:配套数据集为arc-agi3-ls20-agent-trajectories。
数据集元数据
- 许可证:CC-BY-4.0
- 任务类别:强化学习、其他
- 语言:英语
- 标签:
arc-agi、arc-agi-3、agent-trajectories、game-playing、llm-agent、world-model、claude - 正式名称:ARC-AGI-3 su15 Agent Trajectories




