paper-with-me

Papers

Learning When to Stop: Adaptive Latent Reasoning via Reinforcement Learning

2025-11-26 · Alex Ning, Yen-Ling Kuo, Gabe Gomes arxiv

Latent reasoning represents a new development in Transformer language models that has shown potential in compressing reasoning lengths compared to chain-of-thought reasoning. By directly passing the information-rich previous final latent state into the next sequence, latent reasoning removes the restriction to human language tokens as the medium for reasoning. We develop adaptive-length latent reasoning models and introduce a post-SFT reinforcement-learning methodology to optimize latent reasoning length by minimizing reasoning length while maintaining accuracy. This, in turn, further reduces compute usage and raises the bar on the compressive capabilities of latent reasoning models. Experiments on the Llama 3.2 1B model and the GSM8K-Aug dataset show a $52\%$ drop in total reasoning length with no penalty to accuracy. In future work, we plan to extend to additional models and datasets, analyze relationships between training coefficients, experiment with architecture variations, and continue our knowledge distillation for latent reasoning SFT efforts. We make our code and pretrained weights available at https://github.com/apning/adaptive-latent-reasoning.

📄 PDF Abstract BibTeX arXiv:2511.21581

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningKnowledge Distillation

Similar Papers 제목 키워드 기반

SLPO: Scaling Latent Reasoning via a Surrogate Policy

2026-07-22 · Runyang You, Zhiyuan Liu, Yongqi Li, Wenjie Li arxiv

Reinforcement learning with verifiable rewards has become the predominant recipe for eliciting test-time scaling in explicit Chain-of-Thought reasoners. Yet this scaling path remains computationally costly, since every i…

Reinforcement Learning

Stop When Enough: Adaptive Early-Stopping for Chain-of-Thought Reasoning

2025-10-11 · Renliang Sun, Wei Cheng, Dawei Li, Haifeng Chen 외 arxiv

Chain-of-Thought (CoT) reasoning has driven recent gains of large language models (LLMs) on reasoning-intensive tasks by externalizing intermediate steps. However, excessive or redundant reasoning -- so-called overthinki…

Conformal Thinking: Risk Control for Reasoning on a Compute Budget

2026-02-03 · Xi Wang, Anushri Suresh, Alvin Zhang, Rishi More 외 arxiv

Reasoning Large Language Models (LLMs) enable test-time scaling, with dataset-level accuracy improving as the token budget increases, motivating adaptive reasoning -- spending tokens when they improve reliability and sto…

Computational Efficiency

FASTopoWM: Fast-Slow Lane Segment Topology Reasoning with Latent World Models

2025-07-31 · Yiming Yang, Hongbin Lin, Yueru Luo, Suzhong Fu 외 arxiv

Lane segment topology reasoning provides comprehensive bird's-eye view (BEV) road scene understanding, which can serve as a key perception module in planning-oriented end-to-end autonomous driving systems. Existing lane …

Scene UnderstandingAutonomous DrivingPose Estimation

ESTAR: Early-Stopping Token-Aware Reasoning For Efficient Inference

2026-02-10 · Junda Wang, Zhichao Yang, Dongxu Zhang, Sanjit Singh Batra 외 arxiv

Large reasoning models (LRMs) achieve state-of-the-art performance by generating long chains-of-thought, but often waste computation on redundant reasoning after the correct answer has already been reached. We introduce …

Reinforcement LearningDomain Generalization