paper-with-me

홈 › Papers

RL4F: Generating Natural Language Feedback with Reinforcement Learning for Repairing Model Outputs

2023-05-15 · Afra Feyza Akyürek, Ekin Akyürek, Aman Madaan, Ashwin Kalyan, Peter Clark, Derry Wijaya, Niket Tandon

Despite their unprecedented success, even the largest language models make mistakes. Similar to how humans learn and improve using feedback, previous work proposed providing language models with natural language feedback to guide them in repairing their outputs. Because human-generated critiques are expensive to obtain, researchers have devised learned critique generators in lieu of human critics while assuming one can train downstream models to utilize generated feedback. However, this approach does not apply to black-box or limited access models such as ChatGPT, as they cannot be fine-tuned. Moreover, in the era of large general-purpose language agents, fine-tuning is neither computationally nor spatially efficient as it results in multiple copies of the network. In this work, we introduce RL4F (Reinforcement Learning for Feedback), a multi-agent collaborative framework where the critique generator is trained to maximize end-task performance of GPT-3, a fixed model more than 200 times its size. RL4F produces critiques that help GPT-3 revise its outputs. We study three datasets for action planning, summarization and alphabetization and show relative improvements up to 10% in multiple text similarity metrics over other learned, retrieval-augmented or prompting-based critique generators.

📄 PDF Abstract BibTeX arXiv:2305.08844

Code (1)

feyzaakyurek/rl4f 공식 구현 pytorch

Tasks

reinforcement-learningRetrievaltext similarity

Methods 이 논문이 사용한 방법론

{Dispute@FaQ-s}How to file a dispute with Expedia? How to file a dispute with Expedia? To file a complaint against Expedia, first try contacting their customer service directly. You can reach them by phone at…
15 Ways to Contact How can i speak to someone at Delta Airlines 설명 없음
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Attention 설명 없음
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…

Similar Papers 제목 키워드 기반

Difference Feedback: Generating Multimodal Process-Level Supervision for VLM Reinforcement Learning

2026-03-29 · Feiding, Yongkang Zhang, Yuhao Liao, Zijian Zeng 외 arxiv

Vision--language models (VLMs) are increasingly aligned via Group Relative Policy Optimization (GRPO)-style training. However, relying solely on terminal outcome rewards yields sparse credit assignment in multi-step reas…

Reinforcement LearningMultimodal Reasoning

Learning to Repair Lean Proofs from Compiler Feedback

2026-02-03 · Evan Wang, Simon Chess, Daniel Lee, Siyuan Ge 외 arxiv

As neural theorem provers become increasingly agentic, the ability to interpret and act on compiler feedback is critical. However, existing Lean datasets consist almost exclusively of correct proofs, offering little supe…

Dr. Boot: Bootstrapping Program Synthesis Language Models to Perform Repairing

2025-07-20 · Noah van der Vleuten arxiv

Language models for program synthesis are usually trained and evaluated on programming competition datasets (MBPP, APPS). However, these datasets are limited in size and quality, while these language models are extremely…

Reinforcement LearningProgram Synthesis

A Study of In-Context-Learning-Based Text-to-SQL Errors

2025-01-16 · Jiawei Shen, Chengcheng Wan, Ruoyi Qiao, Jiazhen Zou 외

Large language models (LLMs) have been adopted to perform text-to-SQL tasks, utilizing their in-context learning (ICL) capability to translate natural language questions into structured query language (SQL). However, suc…

In-Context LearningText to SQLText-To-SQL

Influencing Reinforcement Learning through Natural Language Guidance

2021-04-04 · Tasmia Tasrin, Md Sultan Al Nahian, Habarakadage Perera, Brent Harrison

Interactive reinforcement learning agents use human feedback or instruction to help them learn in complex environments. Often, this feedback comes in the form of a discrete signal that is either positive or negative. Whi…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)