When Denser Credit Is Not Enough: Evidence-Calibrated Policy Optimization for Long-Horizon LLM Agent Training

32d ago · Global · primary source: export.arxiv.org

A new algorithm called Evidence-Calibrated Policy Optimization (ECPO) aims to make reinforcement learning more reliable for long-horizon tasks performed by large language model agents, according to a paper submitted June 4 [1]. The method addresses a known weakness in group-based credit assignment, where intermediate decisions in a task sequence receive step-level rewards. Researchers found that under limited rollouts, rare but successful actions can receive outsized advantages, leading to training instability and what they term divergent anchor bias [1]. ECPO is designed as a critic-free algorithm that calibrates this step-level credit before each policy update [1]. It does so through two mechanisms. Evidence-Calibrated Action Advantage groups rollouts by canonical actions and shrinks estimates that rely on low sample counts. Variance-Gated Credit Weighting then suppresses anchor states where within-action noise dominates the signal [1]. The combined approach adds only 0.1% additional advantage-computation overhead compared to the GiGPO baseline [1]. In experiments using the Qwen2.5-1.5B model, ECPO improved success rates on the ALFWorld and WebShop benchmarks by 5.2 and 7.3 points, respectively, over GiGPO [1]. Qwen is a family of models developed by Alibaba Cloud, with several versions distributed under open-source licenses such as Apache 2.0 [4]. The 1.5-billion-parameter variant used in the tests falls into the category of small language models, which typically range from a few thousand to a few hundred million parameters and can be trained on more modest hardware than their trillion-parameter counterparts [6]. Long-horizon agent tasks present a challenge because rewards are often sparse and delayed, making it difficult to determine which earlier actions contributed to a final outcome [1]. Group-based methods like GiGPO attempted to solve this by constructing advantages at repeated anchor states, but the ECPO authors argue that statistical unreliability in those dense credit signals can cause late-stage oscillation during training [1]. By calibrating credit with evidence-based shrinkage and variance gating, ECPO seeks to stabilize the learning process without introducing a separate critic network [1].

regulationapplicationresearch-papercontroversy

Background sources we checked (5)
  • arxiv.org ↗ Long-horizon LLM agents require reinforcement learning methods that can assign credit to intermediate decisions under sparse and delayed rewards. Recent group-based methods such as GiGPO improve over GRPO by constructing step-level advantages at repeated anchor states. However, w…
  • en.wikipedia.org ↗ This article presents a detailed timeline of events in the history of computing from 2020 to the present. For narratives explaining the overall developments, see the history of computing. Significant events in computing include events relating directly or indirectly to software, …
  • en.wikipedia.org ↗ Qwen (also known as Tongyi Qianwen, Chinese: 通义千问; pinyin: Tōngyì Qiānwèn) is a family of large language models developed by Alibaba Cloud. Many Qwen models are distributed under the free and open-source Apache 2.0 license, the source-available Qwen License, or the non-commercial…
  • en.wikipedia.org ↗ A large language model (LLM) is a type of machine learning model designed for natural language processing tasks such as language generation. LLMs are language models with many parameters, and are trained with self-supervised learning on a vast amount of text.…
  • en.wikipedia.org ↗ Small language models or compact language models are artificial intelligence language models designed for human natural language processing including language and text generation. They are smaller in scale and scope than large language models. A large language model typically con…

Sources

Spot something wrong? Report an issue