Recon: Reconstruction-Guided Reasoning Synthesis for User Modeling
The paper introduces Recon, a method that improves user modeling by scoring and synthesizing reasoning traces based on their ability to predictively reconstruct user actions, thereby moving beyond ineffective post-hoc rationalization to capture genuine causal decision paths.
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 trying to teach a robot how to be a specific person—let's say, a grumpy but brilliant Supreme Court Justice or a chatty podcast host. You have a library of their past conversations (the "context") and what they actually said next (the "action"). Your goal is to make the robot predict what they would say in a new situation.
To help the robot understand why the person said what they said, researchers usually try to generate a "thought process" or a "reasoning trace" to go along with the conversation.
The Problem: The "Hindsight" Trap
Most current methods work like a lawyer writing a closing argument after the verdict is already known. They look at the context and the final answer, then write a story that makes the answer look logical.
- The Flaw: This is called "post-hoc rationalization." It's like saying, "I ordered orange juice because I was thirsty." While true, it doesn't explain why they chose orange juice specifically instead of water. A better reason might be, "I love the taste of orange juice."
- The Result: The robot learns to write stories that justify the answer, but these stories don't actually capture the real, hidden thought process that led to the decision. It's a "fake" reason that just happens to fit.
The Solution: RECON (Reconstruction-Guided Reasoning)
The authors of this paper propose a new method called RECON. Instead of just asking the robot to write a story that fits the answer, they use a "test drive" approach.
Think of it like a cooking challenge:
- The Setup: You have a recipe (the context) and a finished dish (the user's action).
- The Guess: You ask a chef (the reasoning model) to write down their thought process for making that dish.
- The Test (The "Reconstruction"): You take that written thought process and give it to a different chef (the action model) who hasn't seen the original dish. You ask them: "Based only on these thoughts and the ingredients, what dish would you make?"
- The Score: If the second chef makes a dish that tastes exactly like the original, the thought process was good. If they make something totally different, the thought process was a bad guess, even if it sounded logical on paper.
How They Used It
The researchers used this "test drive" in two ways:
- RECON-Select (The Filter): They generated four different "thought processes" for a single conversation. They ran the test drive on all four. The one that allowed the second chef to recreate the original dish most accurately was selected as the "best" reasoning. They used this to build a better training library.
- RECON-GRPO (The Coach): They used the score from the test drive as a "reward" to train the robot chef directly. If the robot wrote a thought process that led to a perfect reconstruction, it got a high score. If not, it learned to try again.
The Results
They tested this on four very different types of conversations:
- U.S. Supreme Court oral arguments (formal, legal).
- UK Prime Minister's Questions (political debates).
- Podcasts (casual interviews).
- Reddit threads (internet arguments).
What They Found:
- Better than the old way: The RECON method beat the standard "hindsight rationalization" method about 55% to 70% of the time.
- Real reasoning vs. Fake justification: Simply training a model to get the right answer didn't work well (it only won 38% of the time). The model learned to "cheat" by memorizing the answer rather than understanding the user's mind. But when they used the RECON "test drive" to select or train the reasoning, the model actually learned how the user thinks.
- It works on other robots: The "thought processes" created by RECON worked well even when used by a different AI model than the one that created them. This proves the reasoning was capturing the user's personality, not just the quirks of the AI that wrote it.
In Short
The paper argues that to truly simulate a human, you can't just ask an AI to write a story that explains an answer after the fact. You have to check if that story is strong enough to produce the answer on its own. RECON is the tool that checks that strength, leading to much more accurate and realistic user simulations.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.