paper-with-me

Papers

ThinkLess: A Training-Free Inference-Efficient Method for Reducing Reasoning Redundancy

2025-05-21 · Gengyang Li, Yifeng Gao, Yuming Li, Yunfang Wu

While Chain-of-Thought (CoT) prompting improves reasoning in large language models (LLMs), the excessive length of reasoning tokens increases latency and KV cache memory usage, and may even truncate final answers under context limits. We propose ThinkLess, an inference-efficient framework that terminates reasoning generation early and maintains output quality without modifying the model. Atttention analysis reveals that answer tokens focus minimally on earlier reasoning steps and primarily attend to the reasoning terminator token, due to information migration under causal masking. Building on this insight, ThinkLess inserts the terminator token at earlier positions to skip redundant reasoning while preserving the underlying knowledge transfer. To prevent format discruption casued by early termination, ThinkLess employs a lightweight post-regulation mechanism, relying on the model's natural instruction-following ability to produce well-structured answers. Without fine-tuning or auxiliary data, ThinkLess achieves comparable accuracy to full-length CoT decoding while greatly reducing decoding time and memory consumption.

📄 PDF Abstract BibTeX arXiv:2505.15684

Code (0)

등록된 구현이 없습니다.

Tasks

Instruction FollowingTransfer Learning

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Thinkless: LLM Learns When to Think

2025-05-19 · Gongfan Fang, Xinyin Ma, Xinchao Wang

Reasoning Language Models, capable of extended chain-of-thought reasoning, have demonstrated remarkable performance on tasks requiring complex logical inference. However, applying elaborate reasoning for all queries ofte…

GSM8KMath

FROST: Filtering Reasoning Outliers with Attention for Efficient Reasoning

2026-01-26 · Haozheng Luo, Zhuolin Jiang, Md Zahid Hasan, Yan Chen 외 arxiv

We propose FROST, an attention-aware method for efficient reasoning. Unlike traditional approaches, FROST leverages attention weights to prune uncritical reasoning paths, yielding shorter and more reliable reasoning traj…

SARE: Sample-wise Adaptive Reasoning for Training-free Fine-grained Visual Recognition

2026-03-18 · Jingxiao Yang, DaLin He, Miao Pan, Kaixiang Yao 외 arxiv

Recent advances in Large Vision-Language Models (LVLMs) have enabled training-free Fine-Grained Visual Recognition (FGVR). However, effectively exploiting LVLMs for FGVR remains challenging due to the inherent visual amb…

Fine-Grained Visual Recognition

Balancing Efficiency and Efficacy: Training-Free Attention-Guided Switching Between Explicit and Latent Thoughts for MLLMs

2026-08-04 · Haoqian Kang, Liupeng Li, Kuofeng Gao, Jinpeng Wang 외 arxiv

Reasoning in Multimodal Large Language Models (MLLMs) requires both fine-grained visual perception and rigorous logical deduction. Explicit text-based Chain-of-Thought (CoT) is computationally expensive and prone to visu…

Text Generation

Syzygy of Thoughts: Improving LLM CoT with the Minimal Free Resolution

2025-04-13 · Chenghao Li, Chaoning Zhang, Yi Lu, Jiaquan Zhang 외

Chain-of-Thought (CoT) prompting enhances the reasoning of large language models (LLMs) by decomposing problems into sequential steps, mimicking human logic and reducing errors. However, complex tasks with vast solution …

GSM8KMath