Expanding the Capabilities of Reinforcement Learning via Text Feedback
Yuda Song, Lili Chen, Fahim Tajwar, Remi Munos, Deepak Pathak, J. Andrew Bagnell, Aarti Singh, Andrea Zanette
TL;DR
This work addresses the inefficiency of sparse scalar rewards in reinforcement learning for large language models by introducing RL from Text Feedback (RLTF), where text critiques guide learning during training but are unavailable at test time. It proposes two complementary methods: Self Distillation (RLTF-SD), which distills feedback-conditioned second-turn solutions into a stronger single-turn policy, and Feedback Modeling (RLTF-FM), which learns from the critiques themselves as an auxiliary objective and enables test-time self-critique. The authors provide theoretical analyses showing reward-only signals can be rare and poorly conditioned, whereas feedback signals offer a better-conditioned representation for learning, and they demonstrate empirical gains across reasoning, mathematics, and creative writing benchmarks. Test-time scaling via self-feedback further illustrates how RLTF-FM can yield improvements without external judges. Overall, RLTF demonstrates that abundant textual feedback can scale RL effectiveness beyond scalar rewards and demonstrations, with practical implications for aligning and improving LLM behavior.
Abstract
The success of RL for LLM post-training stems from an unreasonably uninformative source: a single bit of information per rollout as binary reward or preference label. At the other extreme, distillation offers dense supervision but requires demonstrations, which are costly and difficult to scale. We study text feedback as an intermediate signal: richer than scalar rewards, yet cheaper than complete demonstrations. Textual feedback is a natural mode of human interaction and is already abundant in many real-world settings, where users, annotators, and automated judges routinely critique LLM outputs. Towards leveraging text feedback at scale, we formalize a multi-turn RL setup, RL from Text Feedback (RLTF), where text feedback is available during training but not at inference. Therefore, models must learn to internalize the feedback in order to improve their test-time single-turn performance. To do this, we propose two methods: Self Distillation (RLTF-SD), which trains the single-turn policy to match its own feedback-conditioned second-turn generations; and Feedback Modeling (RLTF-FM), which predicts the feedback as an auxiliary objective. We provide theoretical analysis on both methods, and empirically evaluate on reasoning puzzles, competition math, and creative writing tasks. Our results show that both methods consistently outperform strong baselines across benchmarks, highlighting the potential of RL with an additional source of rich supervision at scale.
