Likelihood-Based Reward Designs for General LLM Reasoning
This paper systematically demonstrates that using the log-probability of the reference answer as a reward signal is a superior and versatile method for fine-tuning large language models on chain-of-thought reasoning, outperforming binary rewards in verifiable settings and matching supervised fine-tuning in non-verifiable scenarios while avoiding the pitfalls of probability-based alternatives.
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
Imagine you are teaching a very smart but inexperienced student (a Large Language Model) how to solve complex problems. The student is great at talking, but they need to learn how to "think out loud" (Chain-of-Thought) before giving an answer.
The paper tackles a specific problem: How do you grade this student when you don't have an answer key?
The Old Way: The "Pass/Fail" Quiz
Traditionally, to teach these models, researchers use a method similar to a strict math teacher.
- The student thinks out loud.
- The student gives an answer.
- The teacher checks the answer key.
- Correct? You get a gold star (Reward = 1).
- Wrong? You get a red X (Reward = 0).
The Problem: This works great for math or coding where there is one right answer. But what if you are asking the student to write a long story, a poem, or a complex proof where there is no single "correct" answer? You can't give a simple "Pass/Fail" grade. Also, if the student gets it wrong 99% of the time, they never get a gold star, and they stop learning because the signal is too sparse.
The New Idea: The "Likelihood" Score
The authors propose a different way to grade. Instead of checking if the answer is right, they check how confident the student is in their own answer.
Think of it like this:
- The Old Way: "Did you get the answer right? Yes/No."
- The New Way: "How likely was it that you would say exactly those words?"
If the student says the exact same words as the reference answer in the training data, the teacher gives them a score based on the log-probability (a mathematical way of saying "how surprised were you that this happened?").
- If the student was very confident and said the right words, they get a high score.
- If the student was guessing, they get a low score.
The Big Discovery: "Log-Probability" is the Magic Key
The researchers tested many different ways to use this "confidence" score. They found that one specific method—using the log-probability of the reference answer—was the only one that worked everywhere.
Here is the breakdown of their findings using simple analogies:
1. The "Short Answer" Test (Math & Coding)
- The Setup: Short problems with a clear right answer (like a math quiz).
- The Result: The "Log-Probability" method worked just as well as the old "Pass/Fail" method at getting the right answer.
- The Bonus: It also made the student's answers much more "natural" and less jittery. While the old method made the student guess wildly to get a gold star, the new method made the student sound more confident and smooth, even when they were wrong.
2. The "Long Essay" Test (Stories & Proofs)
- The Setup: Long, open-ended tasks where there is no single right answer.
- The Problem with Other Methods: Some methods tried to use simple "probability" (just the raw chance of being right). But for long essays, the chance of guessing the exact right words is tiny (like winning the lottery). The score became so small it was basically zero, and the student stopped learning.
- The Winner: The "Log-Probability" method handled this perfectly. It didn't crash. It performed just as well as if the teacher had simply shown the student the answer and said, "Memorize this."
3. The "Thinking Short" Surprise
One of the most interesting findings was about how long the student thought.
- When using the new "Log-Probability" reward, the student initially started thinking less. They shortened their "Chain of Thought" (the thinking process) to just a few words.
- Why? The model realized that for the first few steps, a shorter, simpler thought process actually led to a better score than a long, complicated one.
- In Math: The student eventually learned to think longer again as they got better.
- In Essays: The student stayed short. They basically stopped "thinking out loud" and just gave the answer directly, acting like a standard memorizer. The paper suggests that for long, open-ended tasks, the model might be doing the "thinking" inside its own brain (hidden layers) rather than writing it down, so forcing it to write a long chain of thought actually hurts performance.
The Takeaway
The paper concludes that using log-probability as a reward is a "universal translator" for AI training.
- It bridges the gap between verifiable tasks (math) and non-verifiable tasks (writing).
- It doesn't require a special "verifier" or answer key.
- It allows the AI to learn from any dataset where a reference answer exists, whether it's a short math problem or a long proof.
In short: Instead of asking the AI "Did you get it right?", asking "How sure were you that you said this?" is a simpler, more powerful way to teach AI to reason, covering everything from math puzzles to long essays.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.