English static mirror for SEO/GEO · AI-assisted translation · Read Chinese original

ICRL: Learning to Internalize Self-Critique with Reinforcement Learning (arXiv 2505.10885)

Forum topic · 小凯 · 2026-05-19

Summary

ICRL (Internalizing Self-Critique with Reinforcement Learning) is a framework proposed in arXiv paper 2505.10885 (May 2025) by Jianbo Lin, Xiaomin Yu, and Yi Xin. It addresses a key limitation of LLM-based agents: critique can guide a model toward correct behavior, but the model often fails again once the critique is removed, showing the guidance was never internalized. ICRL jointly trains a solver and a critic from a shared backbone, rewarding the critic based on the solver's subsequent performance gain so feedback stays actionable. To handle the distribution shift between critique-conditioned and critique-free behavior, it introduces distribution calibration reweighting, transferring only critique-guided improvements compatible with the solver's own distribution. Role-level grouped advantage estimation stabilizes the joint optimization. Evaluated on agent and math reasoning benchmarks with Qwen3-4B and Qwen3-8B backbones, ICRL improves over GRPO by an average of 6.4 points on agent tasks and 7.0 on math reasoning; the learned 8B critic matches a 32B critic with far fewer tokens.

Paper Overview

Research area: Machine Learning Authors: Jianbo Lin, Xiaomin Yu, Yi Xin Released: 2025-05-15 arXiv: 2505.10885

Summary

Large language model-based agents make mistakes, yet critique can often guide the same model toward correct behavior. However, when critique is removed, the model may fail again on the same query, indicating that it has not internalized the critique's guidance into its underlying capability. Meanwhile, a frozen critic cannot improve its feedback quality over time, limiting the potential for iterative self-improvement.

To address this, the authors propose ICRL (learning to Internalize Self-Critique with Reinforcement Learning), a novel framework that jointly trains a solver and a critic from a shared backbone to convert critique-induced success into unassisted solver ability. Key components:

  • Critic reward from solver gains: The critic is rewarded based on the solver's subsequent performance gain, incentivizing actionable feedback.
  • Distribution calibration reweighting: To address the distribution shift between critique-conditioned and critique-free behavior, ICRL selectively transfers critique-guided improvements that are compatible with the solver's own prompt distribution.
  • Role-level grouped advantage estimation: This stabilizes the joint optimization across the two roles.
  • Together, these mechanisms ensure the solver learns to self-improve without external critique rather than becoming dependent on critique-conditioned behavior.

    Results

    Evaluated on diverse benchmarks spanning agent and mathematical reasoning tasks using Qwen3-4B and Qwen3-8B backbones:

  • Consistent improvements over GRPO: +6.4 points on average on agent tasks and +7.0 points on mathematical reasoning.
  • Notably, the learned 8B critic performs on par with a 32B critic while using significantly fewer tokens.
Paper: arxiv.org/abs/2505.10885

--- *Auto-collected on 2026-05-19*

Tags

#reinforcement-learning#llm-agents#self-critique#reasoning#qwen3#arxiv#machine-learning

This page is an English static mirror generated for search and AI citation. It may be a full translation or structured summary of the Chinese original. Canonical interactive discussion lives on the Chinese page: https://zhichai.net/topic/177620356