English

STeCa: Step-level Trajectory Calibration for LLM Agent Learning

Machine Learning 2025-05-30 v2 Artificial Intelligence Computation and Language

Abstract

Large language model (LLM)-based agents have shown promise in tackling complex tasks by interacting dynamically with the environment. Existing work primarily focuses on behavior cloning from expert demonstrations or preference learning through exploratory trajectory sampling. However, these methods often struggle to address long-horizon tasks, where suboptimal actions accumulate step by step, causing agents to deviate from correct task trajectories. To address this, we highlight the importance of timely calibration and the need to automatically construct calibration trajectories for training agents. We propose Step-Level Trajectory Calibration (STeCa), a novel framework for LLM agent learning. Specifically, STeCa identifies suboptimal actions through a step-level reward comparison during exploration. It constructs calibrated trajectories using LLM-driven reflection, enabling agents to learn from improved decision-making processes. We finally leverage these calibrated trajectories with successful trajectories for reinforced training. Extensive experiments demonstrate that STeCa significantly outperforms existing methods. Further analysis highlights that timely calibration enables agents to complete tasks with greater robustness. Our code and data are available at https://github.com/WangHanLinHenry/STeCa.

Keywords

Cite

@article{arxiv.2502.14276,
  title  = {STeCa: Step-level Trajectory Calibration for LLM Agent Learning},
  author = {Hanlin Wang and Jian Wang and Chak Tou Leong and Wenjie Li},
  journal= {arXiv preprint arXiv:2502.14276},
  year   = {2025}
}

Comments

Accepted by ACL2025 Findings

R2 v1 2026-06-28T21:50:54.973Z