question_ID stringlengths 14 22 | history listlengths 10 728 | mistake_agent stringclasses 14
values | mistake_step int64 0 521 | mistake_reason stringlengths 66 3.32k |
|---|---|---|---|---|
swe_bench_pro__001 | [{"step":0,"content":"You are working on the repository \"NodeBB/NodeBB\" located at /app.\n\n## Pro(...TRUNCATED) | human | 0 | "The task itself requires refactoring into a dual-key confirmation model of `confirm:byUid:<uid>` an(...TRUNCATED) |
swe_bench_pro__002 | [{"step":0,"content":"You are working on the repository \"NodeBB/NodeBB\" located at /app.\n\n## Pro(...TRUNCATED) | DiagnostAgent (-> ActionAgent) | 21 | "The root cause should be labeled as step 21. In this step, when DiagnostAgent delegated to ActionAg(...TRUNCATED) |
swe_bench_pro__003 | [{"step":0,"content":"You are working on the repository \"NodeBB/NodeBB\" located at /app.\n\n## Pro(...TRUNCATED) | DiagnostAgent (-> ActionAgent) | 246 | "The repair plan issued by DiagnostAgent through delegate_to_action itself had flaws - it only liste(...TRUNCATED) |
swe_bench_pro__004 | [{"step":0,"content":"You are working on the repository \"NodeBB/NodeBB\" located at /app.\n\n## Pro(...TRUNCATED) | DiagnostAgent (-> ActionAgent) | 124 | "verification_gap \nAt step 124, DiagnostAgent incorrectly instructed ActionAgent to replace `db.del(...TRUNCATED) |
swe_bench_pro__005 | [{"step":0,"content":"You are working on the repository \"NodeBB/NodeBB\" located at /app.\n\n## Pro(...TRUNCATED) | DiagnostAgent (-> ActionAgent) | 33 | "The only failed required test is `user.uploadCroppedPicture > should remove uploaded picture` (310/(...TRUNCATED) |
swe_bench_pro__006 | [{"step":0,"content":"You are working on the repository \"NodeBB/NodeBB\" located at /app.\n\n## Pro(...TRUNCATED) | ActionAgent | 56 | "deleteFromDisk threw the generic error [[error:invalid-data]] for non-string, non-array input param(...TRUNCATED) |
swe_bench_pro__007 | [{"step":0,"content":"You are working on the repository \"NodeBB/NodeBB\" located at /app.\n\n## Pro(...TRUNCATED) | DiagnostAgent (-> ActionAgent) | 27 | "DiagnostAgent, in the delegated plan, required replacing the original isValidationPending check in (...TRUNCATED) |
swe_bench_pro__008 | [{"step":0,"content":"You are working on the repository \"NodeBB/NodeBB\" located at /app.\n\n## Pro(...TRUNCATED) | human | 0 | "The task requires using disableIncomingMessages in user settings (see Requirements: “disableIncom(...TRUNCATED) |
swe_bench_pro__009 | [{"step":0,"content":"You are working on the repository \"NodeBB/NodeBB\" located at /app.\n\n## Pro(...TRUNCATED) | ActionAgent | 52 | "While modifying the `deleteInvitationKey` function, ActionAgent failed to clean up the `invitation:(...TRUNCATED) |
swe_bench_pro__010 | [{"step":0,"content":"You are working on the repository \"NodeBB/NodeBB\" located at /app.\n\n## Pro(...TRUNCATED) | ActionAgent | 76 | "When implementing Topics.syncBacklinks, ActionAgent misjudged the usage of NodeBB's Redis sorted se(...TRUNCATED) |
LongRCA Bench
LongRCA Bench contains 1,140 observed, non-injected failed agent trajectories from five task domains. Each trajectory has human annotations for the responsible role, earliest decisive root-cause step, and a trajectory-grounded rationale.
For the benchmark definition, annotation protocol, and evaluation results, see:
LongRCA Bench: Diagnosing Responsible Roles and Root Causes in Long-Horizon Agent Failures
Dataset Composition
| Source | Instances |
|---|---|
| SWE-bench Pro | 128 |
| Terminal Bench 2 | 42 |
| TravelPlanner | 685 |
| VitaBench | 108 |
| WebArena Verified | 177 |
| Total | 1,140 |
The dataset contains 178,137 recorded history steps. The median trajectory length is 145 steps, and the maximum is 728 steps.
Data Fields
| Field | Description |
|---|---|
question_ID |
Formal source-prefixed trajectory identifier (<source>__NNN) |
history |
Complete ordered trajectory |
mistake_agent |
Reference responsible role |
mistake_step |
Reference 0-based root-cause step |
mistake_reason |
Human-written rationale; not scored |
The responsible role and root-cause step are evaluated independently. The role
must not be inferred automatically from the emitter of mistake_step.
Release IDs are numbered independently within each source and should be treated
as stable, opaque keys.
Usage
from datasets import load_dataset
dataset = load_dataset(
"CLoud5-real/longrca-bench",
split="test",
)
Source Composition
| Source benchmark | Task domain | Trajectories |
|---|---|---|
| SWE-bench Pro | Software repair | 128 |
| Terminal Bench 2 | Terminal tasks | 42 |
| TravelPlanner | Travel planning | 685 |
| VitaBench | Service-oriented tool use | 108 |
| WebArena Verified | Web interaction | 177 |
| Total | Five task domains | 1,140 |
The trajectories were generated with MiniMax-M2.5, Kimi-K2.5, and Qwen3.5-Plus under several agent organizations, including fixed-role teams, specialist group chats, sequential workflows, and planner–critic–executor workflows.
Citation
If you use LongRCA Bench, please cite:
@misc{zhang2026longrcabench,
title = {LongRCA Bench: Diagnosing Responsible Roles and Root Causes
in Long-Horizon Agent Failures},
author = {Yunfei Zhang and Boyu Feng and Changhua Pei and
Zexin Wang and Zhihuang Peng and Xinlong Liu and
Hengyue Jiang and Difeng Ma and Jiayi Zhang and
Yongzhou Yao and Yanan Zhao and Fei Sun and
Yintong Huo and Zhaoyang Liu and Jingjing Li and
Gaogang Xie and Dan Pei},
year = {2026},
eprint = {2608.15242},
archivePrefix = {arXiv},
primaryClass = {cs.AI},
url = {https://arxiv.org/abs/2608.15242}
}
- Downloads last month
- 26