paper-with-me

Papers

Bootstrapping Exploration with Group-Level Natural Language Feedback in Reinforcement Learning

2026-03-04 · Lei Huang, Xiang Cheng, Chenxiao Zhao, Guobin Shen, Junjie Yang, Xiaocheng Feng, Yuxuan Gu, Xing Yu, Bing Qin arxiv

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.

📄 PDF Abstract BibTeX arXiv:2603.04597

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

BAGEL: Bootstrapping Agents by Guiding Exploration with Language

2024-03-12 · Shikhar Murty, Christopher Manning, Peter Shaw, Mandar Joshi 외

Following natural language instructions by executing actions in digital environments (e.g. web-browsers and REST APIs) is a challenging task for language model (LM) agents. Unfortunately, LM agents often fail to generali…

In-Context LearningLanguage ModelingLanguage Modelling

Bootstrapping LLMs via Preference-Based Policy Optimization

2025-11-17 · Chen Jia arxiv

Bootstrapping large language models (LLMs) through preference-based policy optimization offers a promising direction for aligning model behavior with human preferences without relying on extensive manual annotations. In …

Bootstrapping Code Translation with Weighted Multilanguage Exploration

2026-01-07 · Yuhan Wu, Huan Zhang, Wei Cheng, Chen Shen 외 arxiv

Code translation across multiple programming languages is essential yet challenging due to two vital obstacles: scarcity of parallel data paired with executable test oracles, and optimization imbalance when handling dive…

Reinforcement LearningCode Translation

Bootstrapping NLP tools across low-resourced African languages: an overview and prospects

2022-10-21 · C. Maria Keet

Computing and Internet access are substantially growing markets in Southern Africa, which brings with it increasing demands for local content and tools in indigenous African languages. Since most of those languages are l…

DiversityText Generation

Bootstrapping NLU Models with Multi-task Learning

2019-11-15 · Shubham Kapoor, Caglar Tirkaz

Bootstrapping natural language understanding (NLU) systems with minimal training data is a fundamental challenge of extending digital assistants like Alexa and Siri to a new language. A common approach that is adapted in…

General ClassificationMulti-Task LearningNatural Language UnderstandingWord Embeddings