paper-with-me

Papers

Long Chain-of-Thought Compression via Fine-Grained Group Policy Optimization

2026-02-10 · Xinchen Han, Hossam Afifi, Michel Marot, Xilu Wang, Lu Yin arxiv

Large Language Models (LLMs) often generate unnecessarily verbose Chain-of-Thought (CoT) reasoning that increases computational costs and latency without proportional performance gains. In this paper, we propose Fine-grained Group policy Optimization (FGO), a Reinforcement Learning (RL) algorithm that refines group responses by subdividing them and assigning appropriate weights based on length and entropy, thereby enabling effective CoT compression. Meanwhile, as an enhanced variant of Group Relative Policy Optimization (GRPO), FGO successfully addresses two major limitations of the GRPO: inefficient data utilization and entropy collapse. We evaluate FGO on multiple reasoning LLMs and benchmarks, including MATH500, AIME24, AMC23, and Minerva. Experimental results show that FGO achieves efficient CoT compression without degrading performance, and simultaneously resolves the key limitations of GRPO. Code: https://github.com/Mr-XcHan/FGO.

📄 PDF Abstract BibTeX arXiv:2602.10048

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

HybridThinker: Efficient Chain-of-Thought Reasoning via Compressed Memory and Transient Thought Steps

2026-06-02 · Xin Liu, Runsong Zhao, Xinyu Liu, Junhao Ruan 외 arxiv

Extended chain-of-thought (CoT) traces improve LLM reasoning but incur substantial computational and memory costs. While existing CoT compression methods mitigate this by condensing thought steps into compact representat…

Towards Efficient Large Language Reasoning Models via Extreme-Ratio Chain-of-Thought Compression

2026-02-09 · Yuntian Tang, Bohan Jia, Wenxuan Huang, Lianyue Zhang 외 arxiv

Chain-of-Thought (CoT) reasoning successfully enhances the reasoning capabilities of Large Language Models (LLMs), yet it incurs substantial computational overhead for inference. Existing CoT compression methods often su…

Reinforcement LearningMathematical Reasoning

From Long to Lean: Performance-aware and Adaptive Chain-of-Thought Compression via Multi-round Refinement

2025-09-26 · Jianzhi Yan, Le Liu, Youcheng Pan, Shiwei Chen 외 arxiv

Chain-of-Thought (CoT) reasoning improves performance on complex tasks but introduces significant inference latency due to verbosity. We propose Multiround Adaptive Chain-of-Thought Compression (MACC), a framework that l…

MCPO: Modality-Contrastive Preference Optimization for Multimodal Chain-of-Thought Compression

2026-09-04 · Guangheng Yang, Zhenliang Ni, Zhenkai Wu, Han Shu 외 arxiv

Recently, multimodal large-scale reasoning models have demonstrated remarkable capabilities in solving complex tasks through long Chains-of-Thought (M-CoT). However, excessively long reasoning trajectories incur substant…

Think Less, Know More: State-Aware Reasoning Compression with Knowledge Guidance for Efficient Reasoning

2026-04-10 · Yi Sui, Chaozhuo Li, Dawei Song arxiv

Large Reasoning Models (LRMs) achieve strong performance on complex tasks by leveraging long Chain-of-Thought (CoT), but often suffer from overthinking, leading to excessive reasoning steps and high inference latency. Ex…

Mathematical Reasoning