paper-with-me

Papers

Reasoning Efficiently Through Adaptive Chain-of-Thought Compression: A Self-Optimizing Framework

2025-09-17 · Kerui Huang, Shuhan Liu, Xing Hu, Tongtong Xu, Lingfeng Bao, Xin Xia arxiv

Chain-of-Thought (CoT) reasoning enhances Large Language Models (LLMs) by prompting intermediate steps, improving accuracy and robustness in arithmetic, logic, and commonsense tasks. However, this benefit comes with high computational costs: longer outputs increase latency, memory usage, and KV-cache demands. These issues are especially critical in software engineering tasks where concise and deterministic outputs are required. To investigate these trade-offs, we conduct an empirical study based on code generation benchmarks. The results reveal that longer CoT does not always help. Excessive reasoning often causes truncation, accuracy drops, and latency up to five times higher, with failed outputs consistently longer than successful ones. These findings challenge the assumption that longer reasoning is inherently better and highlight the need for adaptive CoT control. Motivated by this, we propose SEER (Self-Enhancing Efficient Reasoning), an adaptive framework that compresses CoT while preserving accuracy. SEER combines Best-of-N sampling with task-aware adaptive filtering, dynamically adjusting thresholds based on pre-inference outputs to reduce verbosity and computational overhead. We then evaluate SEER on three software engineering tasks and one math task. On average, SEER shortens CoT by 42.1%, improves accuracy by reducing truncation, and eliminates most infinite loops. These results demonstrate SEER as a practical method to make CoT-enhanced LLMs more efficient and robust, even under resource constraints.

📄 PDF Abstract BibTeX arXiv:2509.14093

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Similar Papers 제목 키워드 기반

Let's Think with Images Efficiently! An Interleaved-Modal Chain-of-Thought Reasoning Framework with Dynamic and Precise Visual Thoughts

2026-03-23 · Xu Liu, Yongheng Zhang, Qiguang Chen, Yao Li 외 arxiv

Recently, Interleaved-modal Chain-of-Thought (ICoT) reasoning has achieved remarkable success by leveraging both multimodal inputs and outputs, attracting increasing attention. While achieving promising performance, curr…

Agentic Chain-of-Thought Steering for Efficient and Controllable LLM Reasoning

2026-06-02 · Yu Xia, Zhouhang Xie, Xin Xu, Byungkyu Kang 외 arxiv

Large language models improve final-answer accuracy through extended chain-of-thought reasoning, but often spend tokens inefficiently and offer little inference-time control. Existing efficient reasoning methods control …

Reinforcement Learning

Compressed Chain of Thought: Efficient Reasoning Through Dense Representations

2024-12-17 · Jeffrey Cheng, Benjamin Van Durme

Chain-of-thought (CoT) decoding enables language models to improve reasoning performance at the cost of high generation latency in decoding. Recent proposals have explored variants of contemplation tokens, a term we intr…

Decoder

Mixture of Reasonings: Teach Large Language Models to Reason with Adaptive Strategies

2025-07-01 · Tao Xiong, Xavier Hu, Wenyan Fan, Shengyu Zhang arxiv

Large language models (LLMs) excel in complex tasks through advanced prompting techniques like Chain-of-Thought (CoT) and Tree-of-Thought (ToT), but their reliance on manually crafted, task-specific prompts limits adapta…

Prompt Engineering

AdaCoT: Rethinking Cross-Lingual Factual Reasoning through Adaptive Chain-of-Thought

2025-01-27 · Xin Huang, Tarun Kumar Vangani, Zhengyuan Liu, Bowei Zou 외

Large language models have shown impressive multilingual capabilities through pretraining on diverse corpora. While these models show strong reasoning abilities, their performance varies significantly across languages du…

Machine Translation