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

Amir Saeidi, Zehua Zhang, Rishitosh Singh, Naman Ahuja, Vivek Gupta, Ali Payani, Gaowen Liu, Jayanth Srinivasa, Chitta Baral

arXiv:2608.30147 · 2026-09-01 공개 · arXiv · PDF

llm-agents long-horizon policy-optimization tool-calling agent-training reliability rationale-generation critique-aware

Abstract

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.

한국어 요약

한 줄 요약

CAST는 장기적 툴 호출 작업에서 신뢰성을 향상시키기 위한 비판 인식 훈련 프레임워크로, Qwen3 모델에서 Retail과 Telehealth에서 각각 10%와 9% 개선을 달성했다.

핵심 기여도

핵심 아이디어

CAST는 장기적 툴 호출 작업에서 단일 오류가 전체 작업 실패로 이어질 수 있는 문제를 해결하기 위해, 비판 인식 훈련 프레임워크를 제안한다. 기존 방법은 비용이 많이 드는 프롬프트 기반 비판 에이전트나, 훈련 시 구조화된 검증 신호를 생성하는 데 한계가 있었다. CAST는 투자적 비판 모델(CAST-Critic)을 통해 투자적 행동 수준의 검증 신호를 생성하고, 이를 기반으로 정책 모델(CAST-Policy)을 최적화한다. 이는 투자적 비판 모델이 각 단계에서 사용 가능한 정보만을 기반으로 행동의 유효성을 판단하도록 학습시키는 과정을 포함한다. CAST는 비판 신호를 생성하는 데이터 생성 파이프라인과, 정책 최적화를 위한 데이터 구성 프로세스를 통합한 다중 에이전트 시스템을 활용한다.

기술적 접근법

주요 결과

의의 및 한계

CAST는 장기적 툴 호출 작업에서 신뢰성을 향상시키는 새로운 훈련 프레임워크로, 비판 신호의 품질과 정책의 실행 능력을 동시에 개선한다. 특히, CAST는 비용 효율적인 훈련과 추론을 가능하게 하며, 다양한 도메인에서의 일반화 능력을 보인다. 그러나 CAST는 훈련 데이터의 질과 양에 크게 의존하며, 비판 모델이 과도하게 보수적인 판단을 내리는 경우 정책 모델의 유연성을 저해할 수 있다. 또한, CAST는 특정 도메인에서의 성능 개선을 보였지만, 모든 장기적 작업 환경에 대한 보편적 적용 가능성은 추가 연구가 필요하다.

실용적 활용

CAST는 소매, 항공, 통신, 텔레헬스 등 다양한 도메인에서 신뢰성 있는 툴 호출 작업을 필요로 하는 산업에 적용 가능하다. 특히, 비용 효율적인 추론과 반복 실행 환경에서의 안정성 향상이 필요한 시스템에 적합하다. CAST는 대규모 모델을 사용하지 않고도 높은 성능을 달성할 수 있어, 자원 제한이 있는 환경에서도 유용하게 활용될 수 있다.