MulFeRL: Enhancing Reinforcement Learning with Verbal Feedback in a Multi-turn Loop
The paper introduces MulFeRL, a multi-turn reinforcement learning framework that enhances reasoning by converting rich verbal feedback on failed samples into trainable learning signals, thereby outperforming existing supervised and RLVR baselines in both in-domain and out-of-domain tasks.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
The Problem: The "Silent Failure" of AI
Imagine you are teaching a student to solve complex math problems. You give them a test, and they get an answer wrong.
In standard AI training (called RLVR), the teacher just says, "Wrong." That's it. No explanation, no hint, just a zero score.
- The Issue: If the student gets 100 problems wrong, they get 100 "Wrong" scores. They have no idea why they failed. Did they add the numbers wrong? Did they misunderstand the question? Did they skip a step?
- The Result: The AI gets stuck. It keeps guessing randomly because the "learning signal" (the feedback) is too sparse and unhelpful. It's like trying to learn to drive by only being told "Crash" when you hit a wall, without ever being told you forgot to look in the rearview mirror.
The Solution: MulFeRL (The "Coach with a Clipboard")
The researchers propose MulFeRL (Multi-turn Feedback-guided Reinforcement Learning). Instead of just saying "Wrong," this system acts like a tough but helpful coach who gives specific, verbal advice.
Here is how it works, step-by-step:
1. The "All-Failed" Trap
Usually, if an AI tries to solve a hard problem and fails, it stops. The training loop breaks because there is no "good" answer to compare against the "bad" one.
- MulFeRL's Move: When the AI fails completely, the system doesn't give up. It pauses and asks a "Feedback Provider" (like a smart human or a stronger AI) to look at the mess.
2. The "Verbal Feedback" (The Coach's Notes)
The Feedback Provider doesn't just say "Wrong." It writes a note:
- "You tried to use the Pythagorean theorem, but you forgot to square the numbers first."
- "You missed a negative sign in step 3."
This is the Verbal Feedback. It turns a vague failure into a specific lesson.
3. The "Regeneration" (The Do-Over)
Now, the AI gets a second chance. It takes the original problem plus the coach's notes and tries to solve it again.
- The Magic: If the AI uses the notes correctly, it might finally get the right answer.
- The Credit: The system now knows: "Ah! When we gave the AI the specific note about squaring numbers, it succeeded." This turns the "failure" into a "success" that can be learned from.
4. Two Ways to Learn (The Scorecard)
The paper introduces two specific ways to grade this new process:
Scenario A: The "Mixed Bag" (GRPO)
Sometimes, after getting the notes, the AI tries 8 times. Some attempts are still wrong, but some are right.- Analogy: It's like a sports team where some players messed up but others played great. The coach can say, "Look at the players who succeeded; copy their moves." The AI learns by comparing its own good attempts against its own bad attempts.
Scenario B: The "Total Turnaround" (FCO)
Sometimes, the notes are so good that all 8 attempts become correct.- Analogy: The whole team suddenly plays perfectly. In standard training, this is confusing because there are no "bad" examples to compare against.
- MulFeRL's Trick: It looks at the before and after. It compares the "Before" (where everyone failed) with the "After" (where everyone succeeded). It tells the AI: "Remember how you failed before? Remember how you succeeded after the notes? Do more of the 'After' version." This is called Feedback-Contrastive Optimization (FCO).
5. The "Fixed Slot" (The Sticky Note)
To make sure the AI actually reads the notes, MulFeRL doesn't just paste the feedback at the bottom of the page. It puts the feedback in a fixed, special box (like a <feedback> tag) right in the middle of the thinking process.
- Analogy: It's like a student having a sticky note on their calculator that says "Check your signs!" rather than just reading a report card at the end of the week. It forces the AI to look at the advice while it's working.
Why This Matters
The paper shows that by using this "Coach with a Clipboard" approach:
- It fixes the "Silent Failure" problem: It finds a way to learn even when the AI gets everything wrong initially.
- It learns faster: The AI improves more quickly because it gets specific instructions on how to fix its mistakes, not just a score.
- It works on new things: Even though it was trained on math problems, it got better at science and general reasoning tasks too, proving it learned a better way of thinking, not just memorized math answers.
Summary
MulFeRL is a method that stops AI from getting stuck when it fails. Instead of ignoring failed attempts, it uses verbal feedback to guide the AI to try again. It then rewards the AI not just for getting the answer right, but for improving based on the feedback. It turns "I failed" into "Here is how I fixed it," making the learning process much richer and more effective.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.