paper-with-me

Papers

Geometric Latent Reasoning Induces Shorter Generations in LLMs

2026-06-01 · Shashi Kumar, Yacouba Kaloga, Petr Motlicek, Ina Kodrasi, Andrea Cavallaro 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. While latent reasoning offers a continuous alternative, determining useful structures for intermediate latent states is an open challenge. In this paper, we formulate latent reasoning as a geometric path-approximation problem within the model's pretrained token-embedding space. We introduce Geometric Latent Reasoning (GLR), which uses a lightweight transition head to predict iterative direction updates in embedding space. Using textual chain-of-thought traces as anchors, GLR learns to approximate discrete reasoning trajectories while permitting continuous deviations from exact token embeddings. Evaluations on mathematical reasoning benchmarks using Qwen3 models reveal an emergent phenomenon: geometric latent reasoning induces substantially shorter generations without an explicit length objective. By replacing early explicit reasoning with continuous latent steps, models often reach correct answers using substantially fewer total generation steps. These findings suggest that continuous trajectories act as compact intermediate reasoning states, exposing a new tradeoff between latent computation budget, output length, and accuracy.

📄 PDF Abstract BibTeX arXiv:2606.02248

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical Reasoning

Similar Papers 제목 키워드 기반

Grounding Continuous Representations in Geometry: Equivariant Neural Fields

2024-06-09 · David R Wessels, David M Knigge, Samuele Papa, Riccardo Valperga 외

Conditional Neural Fields (CNFs) are increasingly being leveraged as continuous signal representations, by associating each data-sample with a latent variable that conditions a shared backbone Neural Field (NeF) to recon…

Don't Overthink it. Preferring Shorter Thinking Chains for Improved LLM Reasoning

2025-05-23 · Michael Hassid, Gabriel Synnaeve, Yossi Adi, Roy Schwartz

Reasoning large language models (LLMs) heavily rely on scaling test-time compute to perform complex reasoning tasks by generating extensive "thinking" chains. While demonstrating impressive results, this approach incurs …

Agreement in Representation Space for Open-Ended Self-Consistency

2026-06-10 · Paula Ontalvilla, Gorka Azkune, Aitor Ormazabal arxiv

Self-consistency improves LLM reasoning by sampling multiple outputs and selecting the most consistent answer, but existing formulations largely rely on exact matching and therefore remain limited to tasks with categoric…

Mathematical ReasoningText SummarizationCode Generation

Implicit Compression Regularization: Concise Reasoning via Internal Shorter Distributions in RL Post-Training

2026-05-08 · Chen Wang, Hexuan Deng, Yining Zhang, Yuchen Zhang 외 arxiv

Reinforcement learning with verifiable rewards improves LLM reasoning but often induces overthinking, where models generate unnecessarily long reasoning traces. Existing methods mainly rely on length penalties or early-e…

Reinforcement Learning

How RL Unlocks the Aha Moment in Geometric Interleaved Reasoning

2026-03-01 · Xiangxiang Zhang, Caijun Jia, Siyuan Li, Dingyu He 외 arxiv

Solving complex geometric problems inherently requires interleaved reasoning: a tight alternation between constructing diagrams and performing logical deductions. Although recent Multimodal Large Language Models (MLLMs) …

Reinforcement Learning