paper-with-me

Papers

CAST: Critique-Aware Supervision for Training Reliable Long-Horizon Tool-Calling Agents

2026-08-31 · Amir Saeidi, Zehua Zhang, Rishitosh Singh, Naman Ahuja, Vivek Gupta, Ali Payani, Gaowen Liu, Jayanth Srinivasa, Chitta Baral arxiv

Large language model (LLM) agents are increasingly deployed in long-horizon, interactive, and stateful environments. In these settings, a single wrong action, such as refunding the wrong purchase, can cause irreversible task failure and must be intercepted before execution. Such failures may not appear in every single run, but can emerge across repeated trials, making reliability across steps and trials critical. However, ensuring agentic reliability is challenging: even frontier LLMs struggle to explain why an action may be wrong, especially in long, intertwined trajectories governed by domain-specific policies. Much recent work relies on prompt-based critique agents, while optimization-based methods lack a systematic way to produce rich verification rationales for training. We address this gap with CAST, a critique-aware training framework that converts sparse task outcomes into action-level supervision for critique learning and policy optimization. CAST analyzes agent trajectories to synthesize structured rationales explaining action validity under partial observability. The resulting critique model is used to construct critique-aware training data for optimizing the policy model. Fine-tuning Qwen3-family models on dynamic tool-calling benchmarks, CAST improves reliability across domains, outperforming GPT-OSS-120B by over 10% pass^4 on Retail tasks and yielding an additional 9% improvement on Telehealth in an out-of-domain setting. These results demonstrate that critique-aware training improves the robustness of LLM agents in realistic dynamic environments.

📄 PDF Abstract BibTeX arXiv:2608.30147

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Weak Critics Make Strong Learners: On-Policy Critique Distillation for Scalable Oversight

2026-05-29 · Can Jin, Jiakang Li, Rui Wu, Eddy Zhang 외 arxiv

As large language models become stronger, weak supervisors may fail to provide reliable labels, preferences, or final judgments for complex outputs, limiting both weak-to-strong generalization and scalable oversight. We …

Scalable Oversight for Superhuman AI via Recursive Self-Critiquing

2025-02-07 · Xueru Wen, Jie Lou, Xinyu Lu, Junjie Yang 외

As AI capabilities increasingly surpass human proficiency in complex tasks, current alignment techniques including SFT and RLHF face fundamental challenges in ensuring reliable oversight. These methods rely on direct hum…

Enhancing LLM Reasoning via Critique Models with Test-Time and Training-Time Supervision

2024-11-25 · Zhiheng Xi, Dingwen Yang, Jixuan Huang, Jiafu Tang 외

Training large language models (LLMs) to spend more time thinking and reflection before responding is crucial for effectively solving complex reasoning tasks in fields such as science, coding, and mathematics. However, t…

Mathematical Reasoning

EduFlow: Advancing MLLMs' Problem-Solving Proficiency through Multi-Stage, Multi-Perspective Critique

2025-07-12 · Chenglin Zhu, Tao Zhang, Chong Li, Mingan Lin 외 arxiv

Multimodal large language models (MLLMs) still perform poorly on scientific tasks, particularly those requiring multi-step and interpretable reasoning. Their limitations include insufficient scientific reasoning patterns…

Process Supervision via Verbal Critique Improves Reasoning in Large Language Models

2026-04-23 · Hao-Yuan Chen arxiv

Inference-time scaling for LLM reasoning has focused on three axes: chain depth, sample breadth, and learned step-scorers (PRMs). We introduce a fourth axis, granularity of external verbal supervision, via Verbal Process…