paper-with-me

Papers

Reasoning Beyond Language: A Comprehensive Survey on Latent Chain-of-Thought Reasoning

2025-05-22 · Xinghao Chen, Anhao Zhao, Heming Xia, Xuan Lu, Hanlin Wang, Yanjun Chen, Wei zhang, Jian Wang, Wenjie Li, Xiaoyu Shen

Large Language Models (LLMs) have achieved impressive performance on complex reasoning tasks with Chain-of-Thought (CoT) prompting. However, conventional CoT relies on reasoning steps explicitly verbalized in natural language, introducing inefficiencies and limiting its applicability to abstract reasoning. To address this, there has been growing research interest in latent CoT reasoning, where inference occurs within latent spaces. By decoupling reasoning from language, latent reasoning promises richer cognitive representations and more flexible, faster inference. Researchers have explored various directions in this promising field, including training methodologies, structural innovations, and internal reasoning mechanisms. This paper presents a comprehensive overview and analysis of this reasoning paradigm. We begin by proposing a unified taxonomy from four perspectives: token-wise strategies, internal mechanisms, analysis, and applications. We then provide in-depth discussions and comparative analyses of representative methods, highlighting their design patterns, strengths, and open challenges. We aim to provide a structured foundation for advancing this emerging direction in LLM reasoning. The relevant papers will be regularly updated at https://github.com/EIT-NLP/Awesome-Latent-CoT.

📄 PDF Abstract BibTeX arXiv:2505.16782

Code (1)

eit-nlp/awesome-latent-cot 공식 구현

Similar Papers 제목 키워드 기반

Beyond Accuracy: Evaluating the Reasoning Behavior of Large Language Models -- A Survey

2024-04-02 · Philipp Mondorf, Barbara Plank

Large language models (LLMs) have recently shown impressive performance on tasks involving reasoning, leading to a lively debate on whether these models possess reasoning capabilities similar to humans. However, despite …

Survey

A Survey on Latent Reasoning

2025-07-08 · Rui-Jie Zhu, Tianhao Peng, Tianhao Cheng, Xingwei Qu 외

Large Language Models (LLMs) have demonstrated impressive reasoning capabilities, especially when guided by explicit chain-of-thought (CoT) reasoning that verbalizes intermediate steps. While CoT improves both interpreta…

Survey

Implicit Reasoning in Large Language Models: A Comprehensive Survey

2025-09-02 · Jindong Li, Yali Fu, Li Fan, Jiahong Liu 외 arxiv

Large Language Models (LLMs) have demonstrated strong generalization across a wide range of tasks. Reasoning with LLMs is central to solving multi-step problems and complex decision-making. To support efficient reasoning…

Multimodal Spatial Reasoning in the Large Model Era: A Survey and Benchmarks

2025-10-29 · Xu Zheng, Zihao Dongfang, Lutao Jiang, Boyuan Zheng 외 arxiv

Humans possess spatial reasoning abilities that enable them to understand spaces through multimodal observations, such as vision and sound. Large multimodal reasoning models extend these abilities by learning to perceive…

Vision-Language NavigationVisual Question AnsweringMultimodal ReasoningSpatial Reasoning

Beyond Chain-of-Thought: A Survey of Chain-of-X Paradigms for LLMs

2024-04-24 · Yu Xia, Rui Wang, Xu Liu, Mingyan Li 외

Chain-of-Thought (CoT) has been a widely adopted prompting method, eliciting impressive reasoning abilities of Large Language Models (LLMs). Inspired by the sequential thought structure of CoT, a number of Chain-of-X (Co…

Survey