paper-with-me

홈 › Papers

LYNX: Learning Dynamic Exits for Confidence-Controlled Reasoning

2025-12-05 · Ömer Faruk Akgül, Yusuf Hakan Kalaycı, Rajgopal Kannan, Willie Neiswanger, Viktor Prasanna arxiv

Large reasoning models achieve strong performance on complex tasks by generating extended chains of thought, but they often "overthink": continuing to reason long after they have enough information to answer correctly. This wastes inference-time compute and can hurt accuracy. Existing attempts to stop early either manipulate decoding with extra sampling and heuristics, rely on auxiliary verifier models, or operate only as post-hoc analysis pipelines without formal guarantees. We introduce LYNX, an online early-exit mechanism that turns a model's own hidden-state awareness into confidence-controlled stopping decisions. LYNX attaches exit decisions to naturally occurring reasoning cues (e.g., "hmm", "wait") during generation, trains a lightweight probe on hidden states at those cue tokens using supervision from forced exits, and wraps the resulting scores in split conformal prediction to obtain distribution-free control over premature exits. Crucially, we train and calibrate this probe once on a generic mathematical corpus and reuse it unchanged across benchmarks, decoding temperatures, and even non-mathematical tasks. Across three model families spanning 1.5B to 32B parameters, a single mathematically trained probe per base model yields strong accuracy--efficiency tradeoffs. On GSM8K, LYNX matches or improves baseline accuracy while reducing tokens by 40--65\%; on MATH-500 it improves accuracy by up to 12 points with roughly 35--60\% fewer tokens; on AIME 2024 it recovers baseline accuracy with more than 50\% token savings; and on CommonsenseQA, a non-math benchmark, it transfers zero-shot with modest accuracy gains and up to 70\% fewer tokens. Compared to state-of-the-art early-exit methods, LYNX offers competitive or superior Pareto frontiers while remaining fully online, requiring no proxy models at inference, and providing explicit, user-tunable confidence guarantees.

📄 PDF Abstract BibTeX arXiv:2512.05325

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

When Does Learning to Stop Help? A Cost-Aware Study of Early Exits in Reasoning Models

2026-06-29 · Zhe Dong, Fang Qin, Manish Shah arxiv

Reasoning models spend test-time compute unevenly across instances, and a growing family of early-exit rules -- confidence thresholds, entropy monitors, answer-stability checks, and learned stoppers -- promises to reclai…

Lynx: Enabling Efficient MoE Inference through Dynamic Batch-Aware Expert Selection

2024-11-13 · Vima Gupta, Kartik Sinha, Ada Gavrilovska, Anand Padmanabha Iyer

Mixture-of-Experts (MoE) architectures have recently gained popularity in enabling efficient scaling of large language models. However, we uncover a fundamental tension: while MoEs are designed for selective expert activ…

Code GenerationMathematical ReasoningMixture-of-Experts

Lynx: An Open Source Hallucination Evaluation Model

2024-07-11 · Selvan Sunitha Ravi, Bartosz Mielczarek, Anand Kannappan, Douwe Kiela 외

Retrieval Augmented Generation (RAG) techniques aim to mitigate hallucinations in Large Language Models (LLMs). However, LLMs can still produce information that is unsupported or contradictory to the retrieved contexts. …

HallucinationHallucination EvaluationmodelRAG+2

V-LynX: Token Interface Alignment for Video+X LLMs

2026-05-30 · Jungin Park, Jiyoung Lee, Kwanghoon Sohn arxiv

This study introduces an intriguing phenomenon in Video LLMs: rather than merely translating frames into textual embeddings, Video LLMs establish a continuous manifold, token interface, allowing visual tokens to operate …

QuickNets: Saving Training and Preventing Overconfidence in Early-Exit Neural Architectures

2022-12-25 · Devdhar Patel, Hava Siegelmann

Deep neural networks have long training and processing times. Early exits added to neural networks allow the network to make early predictions using intermediate activations in the network in time-sensitive applications.…