paper-with-me

홈 › Papers

A*-Thought-V2: Efficient Latent Reasoning via Geometric Dynamics of LLM

2026-09-07 · Xiaoang Xu, Siyuan Liu, Shuo Wang, Junlan Feng, Fanyu Meng, Zhu Zhang, Jixun Wang, Xiaorong Wang, Zihan Zhou, Xin Li, Chaojun Xiao, Yiming Zhang, Huijia Wu, Liuyu Xiang, Peipei Li, Zhaofeng He hf

Chain-of-Thought (CoT) improves the reasoning ability of Large Language Models (LLMs) but incurs substantial computation and context costs. Existing methods either lose intermediate information through hard pruning or lack a principled criterion for continuous compression. We present A*-Thought-V2, a geometric dynamics of LLM guided framework that models CoT as a hidden-state trajectory and replaces hard deletion with an explicit-implicit interleaved latent architecture. After projecting question, step, and solution representations into a 3D PCA space, it measures alignment between each local transition and global question-to-solution direction. Aligned steps remain explicit text, whereas deviating steps are compressed into continuous latent tokens. Directional angles capture both local semantics and reasoning dynamics: small angles indicate direct execution and answer formation, while large angles more frequently involve checking, correction, and branch exploration; their temporal variation reveals exploration, convergence, and refinement stages. To train this architecture, we introduce stepwise embedding forcing, which pools each redundant step into a single latent embedding, and label forcing, which supervises that latent token with a soft multi-modal vocabulary distribution instead of a hard one-hot label. Experiments on Qwen3.5-9B and Qwen3.6-27B across six in-domain and out-of-domain benchmarks show that A*-Thought-V2 improves average accuracy by up to 2.6% while reducing response length by up to half, increasing Accuracy per Computation Unit by 2.29times, and reducing preprocessing and training time by 94.6% and up to 80.3%, respectively. Representation analyses suggest that latent states form a compact region distinct from textual states, while higher entropy at latent-token positions reflects broader soft targets that encourage richer step-level feature learning.

📄 PDF Abstract BibTeX arXiv:2609.07821

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Observable Patterns Are Not Explanations: A Causal-Geometric Analysis of Latent Reasoning Models

2026-06-10 · Darpan Aswal, Thomas Palmeira Ferraz, Yongxin Zhou, Maxime Peyrard arxiv

Latent reasoning models (LRMs) replace explicit chain-of-thought with continuous thoughts. Recent work treats observable latent-state patterns, such as BFS-like frontiers and decodable arithmetic computation, as evidence…

Ulterior Motives: Detecting Misaligned Reasoning in Continuous Thought Models

2026-04-25 · Sharan Ramjee arxiv

Chain-of-Thought (CoT) reasoning has emerged as a key technique for eliciting complex reasoning in Large Language Models (LLMs). Although interpretable, its dependence on natural language limits the model's expressive ba…

Unlocking the Black Box of Latent Reasoning: An Interpretability-Guided Approach to Intervention

2026-05-31 · Shuochen Chang, Tong Bai, Xiaofeng Zhang, Qianli Ma 외 arxiv

Latent reasoning enables Large Language Models (LLMs) to perform multi-step inference within continuous hidden states, offering efficiency gains over explicit Chain-of-Thought (CoT). However, the opacity of these continu…

Geometric Latent Reasoning Induces Shorter Generations in LLMs

2026-06-01 · Shashi Kumar, Yacouba Kaloga, Petr Motlicek, Ina Kodrasi 외 arxiv

Large language models solve complex problems by generating lengthy chains of explicit reasoning tokens. While effective, this makes reasoning expensive, length-sensitive, and constrained to (discrete) natural language. W…

Mathematical Reasoning

What Makes Effective Supervision in Latent Chain-of-Thought: An Information-Theoretic Analysis

2026-06-18 · Xinghao Chen, Chak Tou Leong, Wenjin Guo, Jian Wang 외 arxiv

Latent Chain-of-Thought (CoT) internalizes reasoning within continuous hidden states, offering a promising alternative to verbose discrete reasoning traces. However, robust latent reasoning remains difficult because outc…