Thinking in Latents: Adaptive Anchor Refinement for Implicit Reasoning in LLMs
Disha Sheshanarayana, Rajat Subhra Pal, Manjira Sinha, Tirthankar Dasgupta

TL;DR
This paper introduces AdaAnchor, an adaptive latent reasoning framework for large language models that improves accuracy and efficiency by dynamically halting iterative refinement based on anchor stability, reducing output tokens significantly.
Contribution
AdaAnchor enables adaptive, silent latent reasoning with an anchor-based halting mechanism, outperforming fixed-step methods in accuracy and token efficiency across multiple benchmarks.
Findings
Up to 5% accuracy improvement over fixed-step methods.
Reduces average latent refinement steps by 48-60%.
Decreases generated tokens by 92-93%.
Abstract
Token-level Chain-of-Thought (CoT) prompting has become a standard way to elicit multi-step reasoning in large language models (LLMs), especially for mathematical word problems. However, generating long intermediate traces increases output length and inference cost, and can be inefficient when the model could arrive at the correct answer without extensive verbalization. This has motivated latent-space reasoning approaches that shift computation into hidden representations and only emit a final answer. Yet, many latent reasoning methods depend on a fixed number of latent refinement steps at inference, adding another hyperparameter that must be tuned across models and datasets to balance accuracy and efficiency. We introduce AdaAnchor, a latent reasoning framework that performs silent iterative computation by refining a set of latent anchor vectors attached to the input. AdaAnchor further…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Constraint Satisfaction and Optimization · Multimodal Machine Learning Applications
