Using Reinforcement Learning to Train Large Language Models to Explain Human Decisions
This paper demonstrates that employing reinforcement learning with outcome-based rewards to fine-tune pretrained large language models enables them to serve as dual-purpose cognitive models that simultaneously achieve strong predictive accuracy and generate interpretable natural language explanations for human risky choices.
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 Big Idea: Teaching AI to "Think Aloud"
Imagine you have a super-smart student (a Large Language Model, or LLM) who is incredibly good at guessing what you will do next. If you show them a tricky math problem, they can usually give you the right answer. But, if you ask how they got that answer, they might just say, "I just knew it," or give you a vague explanation that doesn't quite make sense.
In the world of psychology, scientists want models that don't just guess the answer (predict human behavior) but also explain why people make those choices (reveal the cognitive mechanism).
This paper asks: Can we teach an AI to not only predict human decisions but also to "think out loud" in a way that actually explains human psychology?
The Experiment: The "Risky Choice" Game
To test this, the researchers used a classic psychological game called "risky choice." Imagine you are offered two options:
- Option A: You get $27 for sure.
- Option B: You have a 90% chance of getting $25, but a 10% chance of getting $92.
Most people have to choose between a safe bet and a risky gamble. The researchers had a massive dataset of thousands of real humans making these choices. They wanted to train an AI to look at the options and say, "70% of people will pick Option A, and 30% will pick Option B."
The Three Training Methods
The researchers tried three different ways to teach the AI this task, like three different coaching styles:
- The "Memorizer" (Standard Training): They showed the AI thousands of examples of questions and the correct answers. The AI learned to copy the pattern. It got good at guessing the percentages, but it didn't really learn why. It was like a student who memorized the answer key but couldn't explain the math.
- The "Masked Memorizer" (Centaur-style): This is a fancy version of the first method where the AI is forced to focus only on the numbers in the answer, ignoring the rest of the text. It also got good at guessing, but still didn't generate a good explanation.
- The "Coach with a Scoreboard" (Reinforcement Learning - RL): This is the star of the show. Here, the AI was allowed to write a "Chain of Thought" (a step-by-step reasoning process) before giving its final answer.
- The Twist: The AI didn't just get points for being right. It got points based on how close its final prediction was to what real humans actually did.
- The Result: To get the points, the AI realized it needed to "think" like a psychologist. It started writing things like, "People are risk-averse," or "They calculate the expected value." By trying to win the game (match human data), it accidentally learned to verbalize the psychological rules humans follow.
The Results: The AI Becomes a Psychologist
The researchers found that the "Coach with a Scoreboard" (RL) method was a game-changer for two reasons:
- It Predicted Well: It was just as good at guessing what humans would choose as the other methods.
- It Explained Well: The "thinking aloud" parts (the Chain of Thought) were actually high-quality psychological explanations.
- The Analogy: Imagine the other methods are like a weather app that says, "It will rain." The RL method is like a meteorologist who says, "It will rain because a cold front is colliding with warm air, creating low pressure."
- The AI started using real psychological concepts like Risk Aversion (people hate losing), Expected Value (doing the math on the odds), and Certainty Effect (people love a guaranteed win).
The "Smartness" Requirement
There was a catch, though. The researchers tried this same "Coach" method on a smaller, weaker AI model.
- The Analogy: Imagine trying to teach a complex strategy to a toddler versus a college student. The toddler (the small model) couldn't figure out the math or the strategy, even with the coach. It just got confused and gave bad answers.
- The Finding: The "Coach" method only worked because the base AI was already smart enough to understand the concepts. If the AI isn't smart enough to understand "Expected Value" to begin with, you can't train it to explain it.
The "Shape-Shifting" Test
To prove the AI wasn't just reciting memorized phrases, the researchers changed the rules of the game. Instead of using real human data, they fed the AI data generated by a robot that only cared about math (Expected Value).
- The Result: The AI instantly changed its "thinking." It stopped talking about human fears and risk aversion and started talking purely about math and logic.
- The Takeaway: This proved the AI wasn't just copying a script; it was actually adapting its reasoning to match the data it was being trained on. It was truly "learning" the rules of the specific game it was playing.
Summary
This paper shows that if you train a smart AI to predict human behavior using a reward system (like a video game score), it will naturally start to "think out loud" using the same psychological rules that humans use. It turns the AI from a simple guesser into a model that can explain why we make the choices we do. However, this only works if the AI is already smart enough to understand those concepts in the first place.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.