Aligning Deep Implicit Preferences by Learning to Reason Defensively
Peiming Li, Zhiyuan Hu, Yang Tang, Shiyu Li, Xi Chen
TL;DR
The paper addresses the problem of aligning LLMs with users who have deep implicit preferences and ambiguous real-world contexts. It introduces Critique-Driven Reasoning Alignment (CDRA), a process-centric framework built on the DeepPref dataset, Pers-GenPRM reward modeling, and Critique-Driven Policy Alignment (CDPA). By training models to reason through latent user intents with explicit critiques and step-wise rewards, CDRA achieves state-of-the-art performance in deep preference understanding and defensive reasoning while maintaining adherence to explicit user instructions. The approach yields interpretable, robust alignment signals and demonstrates improvements across both dataset benchmarks and real-world reasoning tasks, with reproducibility resources and ethical safeguards discussed. This work advances personalized AI by moving from surface-level mimicry to defensible, cognitively grounded alignment that can better handle ambiguity and risk in user interactions.
Abstract
Personalized alignment is crucial for enabling Large Language Models (LLMs) to engage effectively in user-centric interactions. However, current methods face a dual challenge: they fail to infer users' deep implicit preferences (including unstated goals, semantic context and risk tolerances), and they lack the defensive reasoning required to navigate real-world ambiguity. This cognitive gap leads to responses that are superficial, brittle and short-sighted. To address this, we propose Critique-Driven Reasoning Alignment (CDRA), which reframes alignment from a scalar reward-matching task into a structured reasoning process. First, to bridge the preference inference gap, we introduce the DeepPref benchmark. This dataset, comprising 3000 preference-query pairs across 20 topics, is curated by simulating a multi-faceted cognitive council that produces critique-annotated reasoning chains to deconstruct query semantics and reveal latent risks. Second, to instill defensive reasoning, we introduce the Personalized Generative Process Reward Model (Pers-GenPRM), which frames reward modeling as a personalized reasoning task. It generates a critique chain to evaluate a response's alignment with user preferences before outputting a final score based on this rationale. Ultimately, this interpretable, structured reward signal guides policy model through Critique-Driven Policy Alignment, a process-level online reinforcement learning algorithm integrating both numerical and natural language feedback. Experiments demonstrate that CDRA excels at discovering and aligning with users' true preferences while executing robust reasoning. Our code and dataset are available at https://github.com/Zephyrian-Hugh/Deep-pref.
