Rewarding Intellectual Humility Learning When Not To Answer In Large Language Models
This paper demonstrates that Reinforcement Learning with Verifiable Rewards (RLVR), which explicitly incentivizes models to abstain from answering uncertain questions, effectively reduces hallucinations and improves intellectual humility in Large Language Models without significantly compromising accuracy on factual benchmarks.
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 hiring a very smart, well-read assistant to answer questions for you. The problem is, this assistant is a bit of a "know-it-all." Even when they don't actually know the answer, they feel compelled to guess, often making up facts that sound convincing but are completely wrong. In the world of AI, this is called "hallucinating."
This paper is about teaching these AI assistants a new, vital skill: knowing when to say, "I don't know."
Here is the breakdown of their approach, using simple analogies:
The Problem: The Overconfident Guessing Machine
Currently, Large Language Models (LLMs) are trained to always give an answer. If you ask them a question, they will try to generate something, even if they are just guessing. It's like a student taking a test who is afraid to leave a question blank, so they scribble down a random answer just to get points. This leads to confident but false information.
The Solution: The "Honesty Reward" System
The researchers tried a new training method called Reinforcement Learning with Verifiable Rewards (RLVR). Think of this as a new grading system for the AI.
Instead of just giving points for a correct answer, they introduced a three-way scoring system:
- Correct Answer: +1 Point (Great job!)
- Wrong Answer: -1 Point (Bad guess, you lose points.)
- "I Don't Know": A special reward (let's say +0.3 points).
The goal was to teach the AI that it is better to be honest and say "I don't know" than to confidently guess and get it wrong. They wanted to find the "Goldilocks" reward: not too high (or the AI would just say "I don't know" to everything and stop trying), and not too low (or it would keep guessing).
The Experiments: Testing the New Rules
They tested this on two different types of "students" (AI models):
- Granite-3.3-2B: A smaller, more compact model.
- Qwen-3-4B: A larger, more powerful model.
They tested them on two types of "exams":
- MedMCQA: Multiple-choice medical questions (like a trivia quiz with a fixed set of answers).
- Hendrycks Math: Hard math problems that require writing out a long solution (like an essay or a proof).
What They Found
1. The "Sweet Spot" Works for Multiple Choice
On the multiple-choice medical questions, they found a "sweet spot" for the "I Don't Know" reward.
- If they gave a tiny reward for saying "I don't know," the AI started admitting uncertainty.
- The Result: The number of fake, made-up answers dropped significantly. The AI became more humble.
- The Trade-off: The AI did get slightly fewer correct answers overall because it stopped guessing. However, the researchers found that a moderate reward (around 0.3) reduced the bad guesses without ruining the good ones.
- The Big Model Advantage: The larger model (Qwen) handled this "honesty training" better than the smaller one. It was able to say "I don't know" when needed without losing as much of its overall smarts.
2. The Struggle with Open-Ended Questions
When they tried this on the hard math problems (where the AI has to write out a long answer), it didn't work as well on its own.
- The Problem: The AI was so used to guessing that it was afraid to try the "I don't know" option. It was like a student who is so scared of being wrong that they refuse to even consider leaving a question blank. The AI didn't "explore" the option of saying "I don't know" enough during training.
- The Fix: They tried a two-step process. First, they forced the AI to practice saying "I don't know" on a specific set of questions (Supervised Fine-Tuning). Then, they applied the reward system. This helped the AI get comfortable with the idea of abstaining, though it was still tricky to balance.
The Takeaway
The paper concludes that you can't just tell an AI to be honest; you have to reward it for being honest.
By adjusting the "points" given for saying "I don't know," developers can tune the AI's personality. They can make it more cautious (less likely to lie) or more confident (more likely to try), depending on what they need.
- For the cautious approach: Give a small reward for saying "I don't know." The AI will stop making up facts, which makes it much more reliable for things like medical or legal advice where getting it wrong is dangerous.
- The Limitation: The AI needs a little help learning how to say "I don't know" in the first place, especially for complex, open-ended tasks.
In short, the researchers built a training manual that teaches AI models that silence is sometimes better than a lie, and they proved that with the right rewards, AI can learn to be intellectually humble.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.