paper-with-me

홈 › Papers

Think When You Need: Self-Adaptive Chain-of-Thought Learning

2025-04-04 · Junjie Yang, Ke Lin, Xing Yu

Chain of Thought (CoT) reasoning enhances language models' performance but often leads to inefficient "overthinking" on simple problems. We identify that existing approaches directly penalizing reasoning length fail to account for varying problem complexity. Our approach constructs rewards through length and quality comparisons, guided by theoretical assumptions that jointly enhance solution correctness with conciseness. Moreover, we further demonstrate our method to fuzzy tasks where ground truth is unavailable. Experiments across multiple reasoning benchmarks demonstrate that our method maintains accuracy while generating significantly more concise explanations, effectively teaching models to "think when needed."

📄 PDF Abstract BibTeX arXiv:2504.03234

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

CoT-Seg: Rethinking Segmentation with Chain-of-Thought Reasoning and Self-Correction

2026-01-24 · Shiu-hong Kao, Chak Ho Huang, Huaiqian Liu, Yu-Wing Tai 외 arxiv

Existing works of reasoning segmentation often fall short in complex cases, particularly when addressing complicated queries and out-of-domain images. Inspired by the chain-of-thought reasoning, where harder problems req…

When to Continue Thinking: Adaptive Thinking Mode Switching for Efficient Reasoning

2025-05-21 · Xiaoyun Zhang, Jingqing Ruan, Xing Ma, Yawen Zhu 외

Large reasoning models (LRMs) achieve remarkable performance via long reasoning chains, but often incur excessive computational overhead due to redundant reasoning, especially on simple tasks. In this work, we systematic…

Answer Generation

Think When Needed: Adaptive Reasoning-Driven Multimodal Embeddings with a Dual-LoRA Architecture

2026-05-14 · Longxiang Zhang, Weilong Dai, Guanghao Zhang, Hao Jiang 외 arxiv

Multimodal large language models (MLLMs) have emerged as a powerful backbone for multimodal embeddings. Recent methods introduce chain-of-thought (CoT) reasoning into the embedding pipeline to improve retrieval quality, …

e1: Learning Adaptive Control of Reasoning Effort

2025-10-30 · Michael Kleinman, Matthew Trager, Alessandro Achille, Wei Xia 외 arxiv

Increasing the thinking budget of AI models can significantly improve accuracy, but not all questions warrant the same amount of reasoning. Users may prefer to allocate different amounts of reasoning effort depending on …

Reinforcement Learning

Multiplex Thinking: Reasoning via Token-wise Branch-and-Merge

2026-01-13 · Yao Tang, Li Dong, Yaru Hao, Qingxiu Dong 외 arxiv

Large language models often solve complex reasoning tasks more effectively with Chain-of-Thought (CoT), but at the cost of long, low-bandwidth token sequences. Humans, by contrast, often reason softly by maintaining a di…

Reinforcement Learning