Search papers, labs, and topics across Lattice.
This paper introduces GOLF, a reinforcement learning framework that leverages group-level natural language feedback to guide exploration in sparse-reward environments. GOLF aggregates external critiques and intra-group attempts to produce high-quality refinements, which are then injected into training as off-policy scaffolds. Experiments on verifiable and non-verifiable benchmarks demonstrate that GOLF achieves significant improvements in sample efficiency, outperforming RL methods trained solely on scalar rewards by 2.2x.
RL agents can learn far more efficiently by incorporating group-level natural language feedback, achieving 2.2x sample efficiency gains in sparse-reward environments.
Large language models (LLMs) typically receive diverse natural language (NL) feedback through interaction with the environment. However, current reinforcement learning (RL) algorithms rely solely on scalar rewards, leaving the rich information in NL feedback underutilized and leading to inefficient exploration. In this work, we propose GOLF, an RL framework that explicitly exploits group-level language feedback to guide targeted exploration through actionable refinements. GOLF aggregates two complementary feedback sources: (i) external critiques that pinpoint errors or propose targeted fixes, and (ii) intra-group attempts that supply alternative partial ideas and diverse failure patterns. These group-level feedbacks are aggregated to produce high-quality refinements, which are adaptively injected into training as off-policy scaffolds to provide targeted guidance in sparse-reward regions. Meanwhile, GOLF jointly optimizes generation and refinement within a unified RL loop, creating a virtuous cycle that continuously improves both capabilities. Experiments on both verifiable and non-verifiable benchmarks show that GOLF achieves superior performance and exploration efficiency, achieving 2.2$\times$ improvements in sample efficiency compared to RL methods trained solely on scalar rewards. Code is available at https://github.com/LuckyyySTA/GOLF.