paper-with-me

Papers

SeLaR: Selective Latent Reasoning in Large Language Models

2026-04-09 · Renyu Fu, Guibo Luo arxiv

Chain-of-Thought (CoT) has become a cornerstone of reasoning in large language models, yet its effectiveness is constrained by the limited expressiveness of discrete token sampling. Recent latent reasoning approaches attempt to alleviate this limitation by replacing discrete tokens with soft embeddings (probability-weighted mixtures of token embeddings) or hidden states, but they commonly suffer from two issues: (1) global activation injects perturbations into high-confidence steps, impairing reasoning stability; and (2) soft embeddings quickly collapse toward the highest-probability token, limiting exploration of alternative trajectories. To address these challenges, we propose SeLaR (Selective Latent Reasoning), a lightweight and training-free framework. SeLaR introduces an entropy-gated mechanism that activates soft embeddings only at low-confidence steps, while preserving discrete decoding at high-confidence steps. Additionally, we propose an entropy-aware contrastive regularization that pushes soft embeddings away from the dominant (highest-probability) token's direction, encouraging sustained exploration of multiple latent reasoning paths. Experiments on five reasoning benchmarks demonstrate that SeLaR consistently outperforms standard CoT and state-of-the-art training-free methods.

📄 PDF Abstract BibTeX arXiv:2604.08299

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

From chalkboards to chatbots: SELAR assists teachers in embracing AI in the curriculum

2024-10-17 · Hani Alers, Aleksandra Malinowska, Mathis Mourey, Jasper Waaijer

This paper introduces SELAR, a framework designed to effectively help teachers integrate artificial intelligence (AI) into their curriculum. The framework was designed by running workshops organized to gather lecturers' …

Selective Latent Thinking: Adaptive Compression of LLM Reasoning Chains

2026-05-25 · Hui Xie, Jie Liu, Ziyue Qiao, Joaquin Vanschore arxiv

Explicit chain-of-thought (CoT) reasoning substantially improves the reasoning ability of large language models (LLMs), but incurs high inference cost due to lengthy autoregressive traces. Existing latent reasoning metho…

Reinforcement LearningMathematical Reasoning

Interleaved Latent Visual Reasoning with Selective Perceptual Modeling

2025-12-05 · Shuai Dong, Siyuan Wang, Xingyu Liu, Chenglin Li 외 arxiv

Interleaved reasoning paradigms enhance Multimodal Large Language Models (MLLMs) with visual feedback but are hindered by the prohibitive computational cost of re-encoding pixel-dense images. A promising alternative, lat…

Multimodal ReasoningVisual Reasoning

On Implicit Attribute Localization for Generalized Zero-Shot Learning

2021-03-08 · Shiqi Yang, Kai Wang, Luis Herranz, Joost Van de Weijer

Zero-shot learning (ZSL) aims to discriminate images from unseen classes by exploiting relations to seen classes via their attribute-based descriptions. Since attributes are often related to specific parts of objects, ma…

AttributeGeneralized Zero-Shot LearningZero-Shot Learning

Fill the GAP: A Granular Alignment Paradigm for Visual Reasoning in Multimodal Large Language Models

2026-05-12 · Yanting Miao, Yutao Sun, Dexin Wang, Mengyu Zhou 외 arxiv

Visual latent reasoning lets a multimodal large language model (MLLM) create intermediate visual evidence as continuous tokens, avoiding external tools or image generators. However, existing methods usually follow an out…

Visual Reasoning