paper-with-me

Papers

Thinking Without Words: Efficient Latent Reasoning with Abstract Chain-of-Thought

2026-04-24 · Keshav Ramji, Tahira Naseem, Ramón Fernandez Astudillo arxiv

While long, explicit chains-of-thought (CoT) have proven effective on complex reasoning tasks, they are costly to generate during inference. Non-verbal reasoning methods have emerged with shorter generation lengths by leveraging continuous representations, yet their performance lags behind verbalized CoT. We propose $\textbf{Abstract Chain-of-Thought}$, a discrete latent reasoning post-training mechanism in which the language model produces a short sequence of tokens from a reserved vocabulary in lieu of a natural language CoT, before generating a response. To make previously unseen ''abstract'' tokens useful, we introduce a policy iteration-style warm-up loop that alternates between (i.) bottlenecking from a verbal CoT via masking and performing supervised fine-tuning, and (ii.) self-distillation by training the model to generate abstract tokens from the prompt alone via constrained decoding with the codebook. After warm-up, we optimize the generation of abstract sequences with warm-started reinforcement learning under constrained decoding. Abstract-CoT achieves up to $11.6\times$ fewer reasoning tokens while demonstrating comparable performance across mathematical reasoning, instruction-following, and multi-hop reasoning, and generalizes across language model families. We also find an emergent power law distribution over the abstract vocabulary, akin to those seen in natural language, that evolves across the training phases. Our findings highlight the potential for post-training latent reasoning mechanisms that enable efficient inference through a learned abstract reasoning language.

📄 PDF Abstract BibTeX arXiv:2604.22709

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningMathematical Reasoning

Similar Papers 제목 키워드 기반

Mull-Tokens: Modality-Agnostic Latent Thinking

2025-12-11 · Arijit Ray, Ahmed Abdelkader, Chengzhi Mao, Bryan A. Plummer 외 arxiv

Reasoning goes beyond language; the real world requires reasoning about space, time, affordances, and much more that words alone cannot convey. Existing multimodal models exploring the potential of reasoning with images …

Spatial ReasoningVisual Reasoning

Missed Connections: Lateral Thinking Puzzles for Large Language Models

2024-04-17 · Graham Todd, Tim Merino, Sam Earle, Julian Togelius

The Connections puzzle published each day by the New York Times tasks players with dividing a bank of sixteen words into four groups of four words that each relate to a common theme. Solving the puzzle requires both comm…

SentenceSentence EmbeddingSentence-Embedding

Monet: Reasoning in Latent Visual Space Beyond Images and Language

2025-11-26 · Qixun Wang, Yang Shi, Yifei Wang, Yuanxing Zhang 외 arxiv

"Thinking with images" has emerged as an effective paradigm for advancing visual reasoning, extending beyond text-only chains of thought by injecting visual evidence into intermediate reasoning steps. However, existing m…

Reinforcement LearningVisual Reasoning

Inference-Time Rethinking with Latent Thought Vectors for Math Reasoning

2026-02-06 · Deqian Kong, Minglu Zhao, Aoyang Qin, Bo Pang 외 arxiv

Standard chain-of-thought reasoning generates a solution in a single forward pass, committing irrevocably to each token and lacking a mechanism to recover from early errors. We introduce Inference-Time Rethinking, a gene…

Mathematical Reasoning

A Systematic Assessment of OpenAI o1-Preview for Higher Order Thinking in Education

2024-10-11 · Ehsan Latif, Yifan Zhou, Shuchen Guo, Yizhu Gao 외

As artificial intelligence (AI) continues to advance, it demonstrates capabilities comparable to human intelligence, with significant potential to transform education and workforce development. This study evaluates OpenA…

Logical Reasoning