paper-with-me

홈 › Papers

Latent Debate: A Surrogate Framework for Interpreting LLM Thinking

2025-12-01 · Lihu Chen, Xiang Yin, Francesca Toni arxiv

Understanding the internal thinking process of Large Language Models (LLMs) and the cause of hallucinations remains a key challenge. To this end, we introduce latent debate, a novel framework for interpreting model predictions through the lens of implicit internal arguments. Unlike the current work of self-consistency and multi-agent debate, which relies on explicit debates among multiple answers or multiple models, latent debate captures the hidden supporting and attacking signals that arise within a single model during a single inference. We first present a model- and task-agnostic conceptual framework, and then instantiate it symbolically to approximate the thinking process of LLMs on True/False prediction tasks. Empirical studies demonstrate that latent debate is a faithful structured surrogate model that has highly consistent predictions with the original LLM. Beyond interpretability, we demonstrate that latent debate provides a strong baseline for hallucination detection. Further analysis reveals strong correlations between hallucinations and debate patterns, such as a high degree of latent debates in the middle layers is linked to a higher risk of hallucinations. These findings position latent debate as a potential framework for understanding internal mechanisms of LLMs, especially for scenarios where internal (dis)agreements appear during the inference steps.

📄 PDF Abstract BibTeX arXiv:2512.01909

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Interpreting and Mitigating Hallucination in MLLMs through Multi-agent Debate

2024-07-30 · Zheng Lin, Zhenxing Niu, Zhibin Wang, Yinghui Xu

MLLMs often generate outputs that are inconsistent with the visual content, a challenge known as hallucination. Previous methods focus on determining whether a generated output is hallucinated, without identifying which …

Hallucination

Interpreting CFD Surrogates through Sparse Autoencoders

2025-07-21 · Yeping Hu, Shusen Liu arxiv

Learning-based surrogate models have become a practical alternative to high-fidelity CFD solvers, but their latent representations remain opaque and hinder adoption in safety-critical or regulation-bound settings. This w…

SLPO: Scaling Latent Reasoning via a Surrogate Policy

2026-07-22 · Runyang You, Zhiyuan Liu, Yongqi Li, Wenjie Li arxiv

Reinforcement learning with verifiable rewards has become the predominant recipe for eliciting test-time scaling in explicit Chain-of-Thought reasoners. Yet this scaling path remains computationally costly, since every i…

Reinforcement Learning

Learning More Effective Representations for Dense Retrieval through Deliberate Thinking Before Search

2025-02-18 · Yifan Ji, Zhipeng Xu, Zhenghao Liu, Yukun Yan 외

Recent dense retrievers usually thrive on the emergency capabilities of Large Language Models (LLMs), using them to encode queries and documents into an embedding space for retrieval. These LLM-based dense retrievers hav…

Retrieval

Return of the Latent Space COWBOYS: Re-thinking the use of VAEs for Bayesian Optimisation of Structured Spaces

2025-07-05 · Henry B. Moss, Sebastian W. Ober, Tom Diethe arxiv

Bayesian optimisation in the latent space of a Variational AutoEncoder (VAE) is a powerful framework for optimisation tasks over complex structured domains, such as the space of scientifically interesting molecules. Howe…