tracelab-comprehend
收藏资源简介:
tracelab COMPREHEND合成语料库是一个为研究长时程agent及其观察者而创建的数据集,与论文《Parsing the Stream: A Live Trace Model for Long-Horizon Agents and Their Observers》(Pakhomov & Nijkamp, Salesforce AI Research; arXiv:2609.01466)一同发布。该数据集包含12个合成的长时程agent会话,总大小约11 MB,每个会话以Claude Code JSONL trace格式存储,包含工具调用及其结果、错误信息、文件接触记录以及会话元数据。所有数据均由生成器从种子201-212逐字节重现,确保完全可复现。数据分布具有现实性(工具调用频繁且包含错误),但不包含任何真实数据。该语料库用于支持论文中的COMPREHEND基准测试,其中监测问题从分类账真实情况(ground truth)机械生成,且分类账真实情况(包括轮次、顶级工具、文件、最新请求等)由生成器独立计算,与解析管道零偏差。数据许可证为CC-BY-4.0,生成器代码采用BSD-3-Clause许可证。该数据集适用于agent可观测性研究、长时程任务追踪、benchmark等场景。
The tracelab COMPREHEND synthetic corpus is a dataset created for studying long-horizon agents and their observers, released alongside the paper Parsing the Stream: A Live Trace Model for Long-Horizon Agents and Their Observers (Pakhomov & Nijkamp, Salesforce AI Research; arXiv:2609.01466). It contains 12 synthetic long-horizon agent sessions, totaling approximately 11 MB, each stored in the Claude Code JSONL trace format, including tool calls and their results, error messages, file touch records, and session metadata. All data is reproduced byte-by-byte from seeds 201-212, ensuring full reproducibility. The data distribution is realistic (frequent tool calls with errors) but contains no real data. This corpus supports the COMPREHEND benchmark in the paper, where monitoring questions are mechanically generated from ledger ground truth, and the ledger ground truth (including rounds, top tools, files, latest requests, etc.) is independently computed by the generator with zero deviation from the parsing pipeline. The data is licensed under CC-BY-4.0, and the generator code is under BSD-3-Clause. The dataset is suitable for agent observability research, long-horizon task tracking, and benchmarking.
数据集详情:tracelab COMPREHEND synthetic corpus
基本信息
- 数据集名称:tracelab COMPREHEND synthetic corpus
- 许可协议:CC-BY-4.0
- 任务类别:文本生成(text-generation)
- 语言:英语
- 标签:智能体、轨迹、长时程、基准测试、智能体可观测性
- 数据规模:小于 1K 条样本(n<1K)
数据集描述
该数据集包含 12 个由种子生成的合成长时程智能体会话,以 JSONL 事件流格式存储,总大小约 11 MB。数据集随论文 “Parsing the Stream: A Live Trace Model for Long-Horizon Agents and Their Observers”(作者:Pakhomov & Nijkamp,Salesforce AI Research)一同发布,论文 arXiv 编号为 2609.01466。
内容特征
- 每个文件代表一个会话,采用 Claude Code JSONL 轨迹格式,包含以下内容:
- 工具调用及结果
- 错误信息
- 文件操作记录
- 会话元数据
- 数据生成时模拟了真实分布特征(工具调用密集、包含错误),但不包含任何真实数据。
- 数据集支持论文中可审计的 COMPREHEND 复制实验:监测问题由账本真值机械式生成。
可复现性
-
数据集可通过随附的生成器(BSD-3-Clause 许可)逐字节完全相同地重新生成,使用种子编号 201–212,命令为:
python -m tracelab.bench.synth_corpus --seeds 201-212
-
轮次、主要工具、文件和最新请求的真值由生成器独立于解析管线计算,12 个会话中零不匹配。
相关资源
- 📄 论文:https://arxiv.org/abs/2609.01466
- 💻 代码库(含生成器、基准测试和轨迹,BSD-3-Clause 许可):https://github.com/SalesforceAIResearch/tracelab
- 🤗 数据集:本仓库(CC-BY-4.0 许可)
许可说明
- 数据许可:CC-BY-4.0
- 生成器代码许可:BSD-3-Clause
- 数据集可由生成器逐字节重新生成,二者许可相互独立。




