When Evidence is Sparse: Weakly Supervised Early Failure Alerting in Dialogs and LLM-Agent Trajectories
Quick Answer
The paper proposes a two-stage approach for early failure alerting in dialogs using an attention-based predictor that learns from sparse evidence.
Quick Take
The paper proposes a two-stage approach for early failure alerting in dialogs using an attention-based predictor that learns from sparse evidence. This method improves Pareto-frontier quality by 1-10% over naive prefix supervision and 3-42% over state-of-the-art policies, while reducing training costs significantly.
Key Points
- Attention-based predictor learns sparse turn-level failure evidence from trajectory labels.
- High-relevance failure evidence appears in only 4.7-11.3% of turns on average.
- First failure evidence emerges after 59.0-83.6% of trajectories.
- Full system reduces training costs by 1-3 orders of magnitude.
- Improves frontier quality significantly over existing trigger policies.
Article Content
From source RSS / original summaryarXiv:2606. 05414v1 Announce Type: new Abstract: Early failure alerting requires deciding, while a dialog or agent trajectory is still unfolding, whether to flag it as likely to fail. This is challenging because supervision is typically available only as a trajectory-level success/failure label while alerts must be raised from partial interactions. Prior early-classification methods often bridge this gap by assigning the terminal label to every prefix, treating every turn as failure evidence.
We hypothesize that this prefix-label assumption is poorly matched to multi-turn language interactions, where evidence of eventual failure is sparse and often delayed. In this paper, we introduce a two-stage approach that learns from this sparse evidence structure and uses the resulting risk estimates for controllable early alerting. Specifically, our attention-based failure predictor learns sparse turn-level failure evidence from trajectory labels and uses it to estimate failure risk from partial histories.
We then pair this predictor with $\alpha$-STOP, a single preference-conditioned stopping policy that selects an accuracy-earliness operating point at inference time rather than training a separate trigger for each preference. Across five benchmarks spanning customer support, task-oriented dialog, persuasion, , and planning, we first show that high-relevance failure evidence occupies only 4. 7-11. 3% of turns and first appears after 59. 0-83. 6\% of trajectories on average.
We further show that the attention-based predictor improves Pareto-frontier quality (hypervolume) by 1-10\% over naive prefix supervision, and that the full system improves frontier quality by 3-42\% over state-of-the-art trigger policies while reducing training cost per operating point by 1-3 orders of magnitude.
Reader Mode unavailable (could not extract clean content).
Want this in your inbox every morning?
Daily brief at your local 8am — bilingual EN/中文, free.
More from arXiv cs.CL
See more →Time to REFLECT: Can We Trust LLM Judges for Evidence-based Research Agents?
The REFLECT benchmark reveals that current LLM judges are unreliable, achieving below 55% accuracy in evaluating reasoning and evidence use, highlighting the need for improved evaluation methods for deep research agents.