LongRCA Bench

Pinpointing Error Steps in Long-Horizon Agent Failures.

1,140 trajectories · 5 benchmarks · exact failure-step attribution.

1,140TrajectoriesPublic evaluation set
5BenchmarksDiverse agent settings
145Median stepsLong-horizon traces
48Median root-to-endSteps after the root cause

01 / Paper Results

LongRCA Bench Leaderboard

Rank Method Overall SWE-bench Pro Terminal-Bench 2 TravelPlanner VitaBench WebArena
Loading paper results…

02 / Case Study

An Example of a Failed Task Trajectory

A long execution can report completion while still returning a failed result. This TravelPlanner trace shows how a missed constraint survives verification and reappears in the final answer.

TravelPlanner · Query 44

End-to-End Multi-Agent Execution Trace

ScrantonNewarkMar 24–26, 20221 traveler$1,600 budget

TASK_COMPLETE
77message steps
48tool requests
23 / 8 / 4candidates / checks / notes
1 rework looplodging city mismatch

Message flow across agent lanes

Dispatch Tool call Verification Error / fail Completion
0 / 76
System / Terminal Plan

Loading trajectory…

Candidates
0
Checks
0
Notes
0

Stage-level payloads and returns

StageDispatched payloadReturned evidence / decisionBlackboard delta
P1PlanUser query + grounding workflowFacts, unknowns, agent assignments
P2TransportScranton → Newark; Mar 24 / 26; all modes2 outbound + 1 return flights; taxi quote; no driving record+4 candidates, +1 note
P3Stay shortlistNewark; 1 traveler; 2 nights; remaining budget15 records searched; 4 stored; UWS selected provisionally+4 candidates, +1 note
P4Food + sightsNewark venues, ratings, prices, addresses30 restaurants + 20 attractions; 12 strong candidates; $505 trip estimate+12 candidates, +1 note
P5Verify20 candidates + 3 notes + trip constraints5 passes, 2 blocking failures, 1 malformed tool request+7 check records
P6Stay reworkCity mismatch + original 15 lodging records0 genuine Newark stays; 3 NYC records relabeled with location caveats+3 candidates, +1 note
P7DecisionData limitation + $1,315 remaining budgetUWS approved with Manhattan / PATH caveat; TASK_COMPLETE emitted+1 approval check
P8WriterWriterPlan schema + full blackboard snapshot3-day JSON itinerary; approved lodging caveat omittedFinal output

Figure 1. End-to-end execution of TravelPlanner query 44. Each mark is one trace message; vertical movement denotes agent handoff, while the stage ledger records the payload sent and the evidence returned.

03 / Contribute

Submit results through a reviewed pull request.

Community results will be validated automatically, reviewed by maintainers, and added after the PR is merged. Because labels are public, submissions should be treated as reproducibility reports.

01 metadata.json

Method, model, authors, date, code URL, log URL, and reproducibility metadata.

02 predictions.jsonl

Exactly 1,140 rows containing question_ID, predicted_role, and predicted_step.

03 REPRODUCE.md

Environment, prompts, settings, commands, and enough detail to rerun the method.

Keep large artifacts outside the Pages repository.

Store traces and raw logs in durable external storage, then include public links in metadata.json.

Read the submission guide

04 / Citation

Build on LongRCA Bench.

If this benchmark, dataset, or leaderboard supports your work, please cite the paper.

arXiv:2608.15242 cs.AI · cs.SE 2026
View paper on arXiv
BibTeX
@article{zhang2026longrca,
  title   = {LongRCA Bench: Diagnosing Responsible Roles and Root Causes in Long-Horizon Agent Failures},
  author  = {Zhang, Yunfei and Feng, Boyu and Pei, Changhua and Wang, Zexin and Peng, Zhihuang and Liu, Xinlong and Jiang, Hengyue and Ma, Difeng and Zhang, Jiayi and Yao, Yongzhou and Zhao, Yanan and Sun, Fei and Huo, Yintong and Liu, Zhaoyang and Li, Jingjing and Xie, Gaogang and Pei, Dan},
  journal = {arXiv preprint arXiv:2608.15242},
  year    = {2026}
}