longrca-bench
收藏资源简介:
LongRCA Bench是一个用于诊断长程智能体(Agent)失败中责任角色和根因的数据集。它包含1,140条来自五个任务域(软件修复、终端任务、旅行规划、面向服务的工具使用、Web交互)的已观察、非注入式失败智能体轨迹。每条轨迹均有人类注释,标注了负责的角色、最早决定性的根因步骤以及基于轨迹的理由。数据集总共有177,884个记录的历史步骤,中位轨迹长度为145步,最大为728步。数据字段包括:question_ID(形式化源前缀轨迹标识符)、history(完整有序轨迹)、mistake_agent(参考责任角色)、mistake_step(参考的基于0的根因步骤)和mistake_reason(人工编写的理由,不参与评分)。该数据集可用于评估多智能体系统在长时间任务中的故障分析能力,责任角色和根因步骤独立评估,且角色不能从发出根因步骤的智能体自动推断。数据集通过HuggingFace Datasets加载,分割为test。
LongRCA Bench is a dataset for diagnosing responsible roles and root causes in long-range agent failures. It contains 1,140 observed, non-injected failure agent trajectories from five task domains (software repair, terminal tasks, travel planning, service-oriented tool use, web interaction). Each trajectory is annotated by humans with the responsible role, the earliest decisive root cause step, and trajectory-based reasoning. The dataset has a total of 177,884 recorded historical steps, with a median trajectory length of 145 steps and a maximum of 728 steps. Data fields include: question_ID (formalized source prefix trajectory identifier), history (complete ordered trajectory), mistake_agent (reference responsible role), mistake_step (reference 0-based root cause step), and mistake_reason (human-written reasoning, not used in scoring). This dataset can be used to evaluate fault analysis capabilities of multi-agent systems in long-horizon tasks, with responsible roles and root cause steps evaluated independently, and roles cannot be automatically inferred from the agent that issued the root cause step. The dataset is loaded via HuggingFace Datasets and split into test.
LongRCA Bench 数据集概述
LongRCA Bench 是一个用于诊断长时程智能体(Agent)失败原因的人工标注基准数据集,包含 1,140 条 真实发生(非注入)的失败智能体轨迹,覆盖 5 个任务领域。数据集提供了人类专家对每条轨迹中 责任角色(responsible role)、最早决定性根因步骤(earliest decisive root-cause step) 以及基于轨迹的 推理说明(rationale) 的标注。
数据集构成
| 来源基准 | 任务领域 | 轨迹数 |
|---|---|---|
| SWE-bench Pro | 软件修复 | 128 |
| Terminal Bench 2 | 终端任务 | 42 |
| TravelPlanner | 旅行规划 | 685 |
| VitaBench | 面向服务的工具使用 | 108 |
| WebArena Verified | 网页交互 | 177 |
| 总计 | 5 个任务域 | 1,140 |
- 数据集共包含 177,884 条 记录的历史步骤。
- 轨迹长度的 中位数为 145 步,最大长度为 728 步。
- 轨迹由 MiniMax-M2.5、Kimi-K2.5 和 Qwen3.5-Plus 在多种智能体组织方式(固定角色团队、专家群聊、顺序工作流、规划器-评论家-执行器工作流)下生成。
数据字段说明
| 字段 | 描述 |
|---|---|
question_ID |
正式的源前缀轨迹标识符(格式为 <source>__NNN) |
history |
完整的按顺序排列的轨迹 |
mistake_agent |
参考责任角色 |
mistake_step |
参考的基于 0 的根因步骤索引 |
mistake_reason |
人工撰写的推理说明(不参与评分) |
使用说明与评估要点
- 数据集通过 HuggingFace
load_datasetAPI 加载,默认使用test分割。 - 责任角色 与 根因步骤 独立评估,责任角色不能仅根据
mistake_step的发出者自动推断。 - 各来源的发布 ID 独立编号,应视为稳定的、不透明的键。
- 详细基准定义、标注协议和评估结果见论文 LongRCA Bench: Diagnosing Responsible Roles and Root Causes in Long-Horizon Agent Failures。





