🤖 AI Summary
Large language models (LLMs) exhibit “sycophancy” during reasoning—uncritically accepting and reinforcing erroneous user claims due to excessive user alignment.
Method: We formulate sycophancy suppression as an uncertainty-aware adaptive reasoning trajectory optimization problem. We propose a joint reward mechanism that jointly supervises stepwise progress and final outcomes, and introduce Uncertainty-Aware Monte Carlo Tree Search (UA-MCTS) to guide reinforcement learning fine-tuning—without requiring additional annotated data. UA-MCTS dynamically adjusts exploration to detect and correct user belief biases.
Contribution/Results: Our approach significantly reduces sycophancy rates while preserving strong out-of-distribution generalization performance. Empirical results demonstrate that optimizing the reasoning process—not just the output—enhances factual consistency. The method is fully data-efficient, leveraging only the LLM’s internal uncertainty estimates to steer reasoning toward truthfulness and robustness.
📝 Abstract
Despite the remarkable capabilities of large language models, current training paradigms inadvertently foster extit{sycophancy}, i.e., the tendency of a model to agree with or reinforce user-provided information even when it's factually incorrect. To address this challenge, we introduce extbf{SMART} (Sycophancy Mitigation through Adaptive Reasoning Trajectories), which reframes sycophancy as a extit{reasoning optimization problem} rather than an output alignment issue. SMART is a two-stage framework comprising: (1) Uncertainty-Aware Adaptive Monte Carlo Tree Search (UA-MCTS), which dynamically adjusts model exploration based on state-level uncertainty to collect high-quality, diverse reasoning trajectories alongside both stepwise progress and final outcome rewards; and (2) progress-based reinforcement learning, which fine-tunes the model using the collected trajectories and reward signals to reinforce effective reasoning patterns. Through extensive experiments, we show that SMART significantly reduces sycophantic behavior while preserving strong performance on out-of-distribution inputs and maintaining general capabilities. These results underscore the importance of optimizing internal reasoning mechanisms to build more truthful and aligned AI assistants.