ma-bench
收藏资源简介:
MA-bench sweep results 数据集是MA-bench元优化器扫描结果的专用存储库,替代了之前分散在simonycl/temp_file_1中的工件。该数据集包含了2026年8月22日14:06的快照,共有156个密封的cell(其中121个带有有效性标志)。每个cell是一个(benchmark × method × seed-agent tier × proposer arm × RNG seed)的运行组合,其中method是唯一变化的因素;worker模型、budget和evaluator保持固定。数据集的目录结构如下:ma-bench/根目录下包含RESULTS.md文件(记录每个cell的分数、花费和有效性)、cells/live/和cells/cro/子目录(分别存放不同类型的tar.gz归档文件,命名格式为<arm>_<bench>_<tier>_<method>_seed<N>.tar.gz或<bench>_<tier>_<arm>_seed<N>.tar.gz)、以及recovery/目录(用于恢复codex CLI会话记录)。每个tar.gz归档文件是一个完整的运行目录,包含summary.json(分数、花费、来源、有效性标志)、trace/*.jsonl(完整的事件流:回放、评估、方法日志、LLM效果)、trace/codex-*.jsonl(原始codex提议者会话流,仅sol arm)、以及workspace/(智能体源码、候选、history/、RESUME.json)。Proposer arm分为两种:sol(使用gpt-5.6-sol模型,通过codex CLI运行)和opus5(使用claude-opus-5模型,通过Claude Code运行)。所有cell中的worker模型(被优化的智能体)固定为gpt-5.6-luna。数据集覆盖了三个基准测试:charxiv、gpqa、tau2,以及四种方法:adaevolve、cro、gepa、mh,具体cell数量分布见覆盖表格。此外,README还提供了多项阅读结果的注意事项,包括:method_launch:TimeoutExpired表示达到72小时墙钟上限,其分数是合法的随时结果;搜索深度不均匀,因基础设施事故导致部分cell时间损失;invalid非空需先读取原因,存在假阳性;rescored标记的cell最终测试评估在桥接中断后重新运行,原始摘要保存在tar.gz内;CRO的genesis_test_score为0.0,绝对测试分数可用但基于genesis的改进增量不可用;tau2用户模拟器使用gpt-5.4-mini而非论文中的gpt-4.1。recovery/目录提供了sol arm的codex提议者内部恢复方法。
The MA-bench sweep results dataset is a dedicated repository for the sweep results of the MA-bench meta-optimizer, replacing previously scattered artifacts in simonycl/temp_file_1. It contains a snapshot taken on August 22, 2026 at 14:06, with 156 sealed cells (121 of which have validity flags). Each cell is a run combination of (benchmark × method × seed-agent tier × proposer arm × RNG seed), where method is the only varying factor; worker model, budget, and evaluator are fixed. The directory structure is as follows: the ma-bench/ root directory contains RESULTS.md (recording scores, costs, and validity for each cell), subdirectories cells/live/ and cells/cro/ (containing different types of tar.gz archives, named in formats <arm>_<bench>_<tier>_<method>_seed<N>.tar.gz or <bench>_<tier>_<arm>_seed<N>.tar.gz), and a recovery/ directory (for recovering codex CLI session records). Each tar.gz archive is a complete run directory containing summary.json (scores, costs, source, validity flags), trace/*.jsonl (full event streams: replay, evaluation, method logs, LLM effects), trace/codex-*.jsonl (original codex proposer session streams, only for sol arm), and workspace/ (agent source code, candidates, history/, RESUME.json). Proposer arms are of two types: sol (using gpt-5.6-sol model via codex CLI) and opus5 (using claude-opus-5 model via Claude Code). The worker model (the agent being optimized) is fixed to gpt-5.6-luna for all cells. The dataset covers three benchmarks: charxiv, gpqa, tau2, and four methods: adaevolve, cro, gepa, mh, with specific cell count distributions given in the coverage table. Additionally, the README provides several notes for reading results: method_launch:TimeoutExpired indicates reaching the 72-hour wall clock limit, and its score is a valid anytime result; search depth is uneven due to infrastructure incidents causing time loss for some cells; non-empty invalid fields require reading the reason first, as there are false positives; rescored-marked cells have final test evaluation rerun after a bridge interruption, with original summaries saved in the tar.gz; CROs genesis_test_score is 0.0, absolute test scores are usable but improvement deltas based on genesis are not; tau2 user simulator uses gpt-5.4-mini instead of the gpt-4.1 mentioned in the paper. The recovery/ directory provides methods for recovering sol arms codex proposer internals.
数据集概述:MA-bench 扫描结果数据集
该数据集是 MA-bench 元优化器扫描 的专用存档,收录了 2026-08-22 14:06 的快照,包含 156 个密封单元(其中 121 个有效)。
核心概念与固定配置
- 单元(Cell):一个单元代表一次完整的运行组合,由
基准 × 方法 × 种子代理层级 × 提议者分支 × RNG种子唯一确定。 - 变量控制:仅方法不同,工作模型、预算和评估器在所有单元中固定不变。
- 工作模型:所有单元中被优化的代理均为
gpt-5.6-luna。
目录结构
数据集按以下结构组织:
RESULTS.md— 各单元得分、花费与有效性记录cells/live/— 活体单元压缩包(命名规则:<arm>_<bench>_<tier>_<method>_seed<N>.tar.gz)cells/cro/— CRO 方法单元压缩包recovery/— codex CLI 会话回放记录
每个压缩包包含完整运行目录:
| 路径 | 内容 |
|---|---|
summary.json |
得分、花费、来源、有效性标志 |
trace/*.jsonl |
完整事件流:回放、评估、方法日志、LLM 效果 |
trace/codex-*.jsonl |
原始 codex 提议者会话流(仅 sol 分支) |
workspace/ |
代理源码、候选方案、历史记录、RESUME.json |
提议者分支(Arm)定义
sol=gpt-5.6-sol,通过 codex CLI 提议opus5=claude-opus-5,通过 Claude Code 提议
数据集覆盖范围
| 基准 | 方法 | 单元数 |
|---|---|---|
| charxiv | adaevolve | 6 |
| charxiv | cro | 18 |
| charxiv | gepa | 18 |
| charxiv | mh | 6 |
| gpqa | adaevolve | 6 |
| gpqa | cro | 13 |
| gpqa | gepa | 18 |
| gpqa | mh | 18 |
| tau2 | cro | 18 |
| tau2 | gepa | 18 |
| tau2 | mh | 17 |
数据解读的重要注意事项
- 超时并非失败:
method_launch:TimeoutExpired表示单元达到 72 小时墙钟上限,其得分是截断搜索的合法 "任意时间" 结果。 - 搜索深度不统一:2026-08-10 至 08-17 期间的基础设施事件导致部分单元损失时间,恢复后重新获得 72 小时上限。比较时应先同种子内比较方法,再跨种子比较。
- 有效性标志需谨慎解读:
invalid非空时先读原因。它可能误报——当方法提出确定性失败的候选时,该标志会被触发(守卫比较的是运行间的重复次数,而非候选内的重复)。 rescored标记单元:其最终测试评估在桥接中断损坏原始测量后重新运行。搜索过程本身未受影响;修复前的摘要保留在压缩包内(summary.pre-rescore.json)。- CRO 的
genesis_test_score为 0.0:绝对测试得分可用,但基于 genesis 计算的改进增量不可用。 - tau2 用户模拟器为
gpt-5.4-mini,而非论文中的 gpt-4.1(该通道配额耗尽后不可用)。本快照中所有 tau2 单元保持一致。
恢复目录说明
sol 分支的 codex 提议者内部会话在 2026-08-15 之前未被归档(解析器将会话流汇总为计数器并丢弃了内容)。这些内容可通过 codex 自身持久化的回放记录恢复,其中 session_meta.cwd 标识单元名称,session_id 与 mab2 trace 中的 llm_response_received.usage_details.session_id 匹配。
数据清理
- 所有 charxiv 图片已替换为
<IMAGE_STRIPPED:NB>占位符 - 所有归档已进行凭证擦除处理




