Papers
Topics
Authors
Recent
Search
2000 character limit reached

Recon: Reconstruction-Guided Reasoning Synthesis for User Modeling

Published 26 May 2026 in cs.CL and cs.AI | (2605.26969v1)

Abstract: User modeling aims to use LMs to mimic an individual's behavior from a corpus of past context-action pairs (e.g., conversation turns), enabling the simulation of users in settings like behavioral science, human-AI collaboration, and market research. Recent approaches augment these corpora with synthesized reasoning traces, typically generated by conditioning on both context and action. However, such conditioning constitutes post-hoc rationalization rather than reasoning: the trace is guaranteed to justify the action, but may not encode the underlying latent causal decision paths. We propose Recon, which uses action reconstruction to score reasoning traces by their predictive power: given a context and candidate reasoning, a reconstruction model predicts the action, and reconstruction fidelity determines reasoning quality. Across four domains, Recon achieves a 54.7% win rate over Backward Synthesis, a standard post-hoc rationalization baseline. Further, we find that training a reasoning synthesis model with rewards derived from Recon improves downstream user modeling performance, achieving a win rate of up to 70.0% over baselines. We further show that Recon-synthesized reasoning transfers across models, and improves user modeling beyond the reconstruction model. Our work demonstrates that post-hoc rationalization is insufficient for reasoning synthesis, and that useful and interpretable reasoning should naturally elicit the action from the context.

Summary

  • The paper demonstrates that selecting reasoning traces based on reconstruction capability outperforms traditional post-hoc rationalization.
  • The Recon pipeline synthesizes candidate reasoning via a reasoning model and scores them by reconstructing actions with an action model, achieving significant win rates across diverse domains.
  • Experiments reveal improved causal interpretability and cross-model trace transfer, underscoring practical benefits for explainable user modeling.

Reconstruction-Guided Reasoning Synthesis for User Modeling

Problem Formulation and Motivation

The paper "Recon: Reconstruction-Guided Reasoning Synthesis for User Modeling" (2605.26969) addresses the challenge of reasoning synthesis in user modeling with LMs, particularly under settings where only free-form, unstructured context–action pairs (e.g., natural conversations, responses) are available. Existing approaches often augment the corpus with reasoning traces generated via post-hoc rationalization—conditioning on both the context and action—resulting in explanations that are consistent with the observed action but loosely connected to latent causal decision paths. The paper posits that post-hoc rationalization is insufficient: reasoning traces should be selected based on their predictive power, i.e., the extent to which they enable the action model to reconstruct the observed action given the context.

Recon Pipeline and Methodology

Recon operates by taking a context–action pair (c,a∗)(c, a^*), synthesizing NN candidate reasoning traces from a reasoning model MrM_r, and then reconstructing the action using an action model MaM_a conditioned on (c,candidate reasoning)(c, \text{candidate reasoning}). The alignment between the reconstructed action and the ground-truth action is used to score the reasoning trace. Recon can be flexibly employed in both training-free settings (by selecting the highest-scoring candidate rationalization) and training-based settings (using the reconstruction score as a reward signal for RL fine-tuning of MrM_r). Figure 1

Figure 1: Recon pipeline illustrating candidate rationalization generation, action reconstruction, and selection based on fidelity.

The paper explicitly distinguishes between reasoning (the latent cognitive path prompting the action) and rationalization (post-hoc justification), emphasizing that rationalizations can be arbitrarily consistent with the action without encoding latent causality—a distinction critical for modeling authentic user behavior.

Evaluation Setup

Recon was evaluated across four domains representing diverse interaction styles and modalities: Reddit (informal text), Podcasts (long-form interviews), UK Parliament debates (spoken formal interchange), and US Supreme Court oral arguments (legal spoken interactions). Context consists of prior turns; the action is the individual's next utterance. Figure 2

Figure 2: Data domains studied: Reddit, Podcasts, UK Parliament debates, and US Supreme Court oral arguments.

Baselines include Backward Synthesis—standard post-hoc rationalization conditioning on (c,a∗)(c, a^*)—and E2E-GRPO, training the reasoning synthesis model directly for action accuracy based on LM-judge reward.

Experimental Results and Analysis

Recon outperformed Backward Synthesis with a 54.7% win rate using Qwen3-8B and 53.5% with GPT-5-mini, with wins distributed across all domains. E2E-GRPO, which optimizes only action reproduction accuracy, underperformed at 38.4%, supporting the claim that reasoning traces should be optimized for causal interpretability rather than action reproduction alone. Figure 3

Figure 3: Recon and E2E-GRPO results—overall and per-domain win rates against Backward Synthesis.

A breakdown by alignment dimension (style, intent, values) demonstrated that Recon consistently improved across all latent dimensions, not just surface style, but also intent and value congruence. Figure 4

Figure 4: Recon win rates by alignment dimension, showing consistent improvements across style, intent, and values.

Transferability experiments showed that Recon reasoning traces synthesized by a stronger model (MrM_r) improved downstream action generation when used by a distinct (often weaker) action model (MaM_a). The performance was asymmetric: traces synthesized by weaker models were less useful for stronger action models, but the reverse held significant gains. Figure 5

Figure 5: Cross-model transfer results demonstrating significant gains when Recon reasoning traces are transferred from a stronger reasoning model to a weaker action model.

Ablation studies across model sizes (Qwen3-4B, Qwen3-8B, Llama-3.1-8B-Instruct, Qwen3-14B) indicated larger gains for weaker reasoning models, and diminishing utility as the reasoning model improved, suggesting limited headroom for further improvements in high-capacity models. Figure 6

Figure 6: Recon and Recon RL training results across reasoning model families and sizes, with largest improvements for smaller models.

Recon-guided RL training further boosted downstream performance, achieving up to a 70.0% win rate for Qwen3-4B—a substantial improvement over prompt-based selection. The largest improvements were realized in domains and models with greater capacity gaps between reasoning and action generation.

A qualitative analysis highlighted Recon's ability to capture latent communicative stances—in PMQ, Recon identified an intent to attack the opposition, resulting in more aligned action predictions, while Backward Synthesis rationalizations tended toward defensive explanations. Figure 7

Figure 7: Qualitative example from PMQ—Recon identifies and synthesizes reasoning traces aligned to the communicative intent for action reconstruction.

Implications and Future Directions

Recon's approach demonstrates that synthesized reasoning traces must be evaluated not on surface consistency with observable action, but on their ability to elicit the action from the context—operationalizing a principle that reasoning quality is best measured by causal efficacy. The results generalize across domains of natural language, and the methodology could readily apply to other action spaces (e.g., code, math) where post-hoc rationalization currently dominates.

The transferability of reasoning traces across models and domains suggests that Recon's reconstruction criterion recovers latent user characteristics in a model-agnostic manner—indicating the potential for cross-domain user modeling and explainability.

Future work could explore reasoning generation conditioned solely on context (without access to action), scaling up candidate selection with larger N, extension to verifiable domains, and integration with preference-label-based personalization.

Conclusion

Recon introduces a principled, reconstruction-guided reasoning synthesis method for user modeling, systematically improving downstream action prediction over rationalization-based baselines. It establishes that reasoning traces should be selected for their causal efficacy, not merely their compatibility with observed actions. The approach enables the generation of interpretable and transferable reasoning traces, with demonstrated numerical gains and theoretical implications for the design of reasoning synthesis pipelines in behavioral modeling and explainable AI.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.

Tweets

Sign up for free to view the 5 tweets with 27 likes about this paper.