paper-with-me

홈 › Papers

DeepCompress: A Dual Reward Strategy for Dynamically Exploring and Compressing Reasoning Chains

2025-10-31 · Tian Liang, Wenxiang Jiao, Zhiwei He, Jiahao Xu, Haitao Mi, Dong Yu arxiv

Large Reasoning Models (LRMs) have demonstrated impressive capabilities but suffer from cognitive inefficiencies like "overthinking" simple problems and "underthinking" complex ones. While existing methods that use supervised fine-tuning (SFT) or reinforcement learning (RL) with token-length rewards can improve efficiency, they often do so at the cost of accuracy. This paper introduces DeepCompress, a novel framework that simultaneously enhances both the accuracy and efficiency of LRMs. We challenge the prevailing approach of consistently favoring shorter reasoning paths, showing that longer responses can contain a broader range of correct solutions for difficult problems. DeepCompress employs an adaptive length reward mechanism that dynamically classifies problems as "Simple" or "Hard" in real-time based on the model's evolving capability. It encourages shorter, more efficient reasoning for "Simple" problems while promoting longer, more exploratory thought chains for "Hard" problems. This dual-reward strategy enables the model to autonomously adjust its Chain-of-Thought (CoT) length, compressing reasoning for well-mastered problems and extending it for those it finds challenging. Experimental results on challenging mathematical benchmarks show that DeepCompress consistently outperforms baseline methods, achieving superior accuracy while significantly improving token efficiency.

📄 PDF Abstract BibTeX arXiv:2510.27419

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

DeepCompress-ViT: Rethinking Model Compression to Enhance Efficiency of Vision Transformers at the Edge

2025-01-01 · CVPR 2025 1 · Sabbir Ahmed, Abdullah Al Arafat, Deniz Najafi, Akhlak Mahmood 외

Vision Transformers (ViTs) excel in tackling complex vision tasks, yet their substantial size poses significant challenges for applications on resource-constrained edge devices. The increased size of these models lea…

Model Compression

DualReward: A Dynamic Reinforcement Learning Framework for Cloze Tests Distractor Generation

2025-07-16 · Tianyou Huang, Xinglu Chen, Jingshen Zhang, Xinying Qiu 외 arxiv

This paper introduces DualReward, a novel reinforcement learning framework for automatic distractor generation in cloze tests. Unlike conventional approaches that rely primarily on supervised learning or static generativ…

Reinforcement LearningDistractor GenerationCloze Test

Adaptive Combination of a Genetic Algorithm and Novelty Search for Deep Neuroevolution

2022-09-08 · Eyal Segal, Moshe Sipper

Evolutionary Computation (EC) has been shown to be able to quickly train Deep Artificial Neural Networks (DNNs) to solve Reinforcement Learning (RL) problems. While a Genetic Algorithm (GA) is well-suited for exploiting …

DiversityReinforcement Learning (RL)

ETGL-DDPG: A Deep Deterministic Policy Gradient Algorithm for Sparse Reward Continuous Control

2024-10-07 · Ehsan Futuhi, Shayan Karimi, Chao GAO, Martin Müller

We consider deep deterministic policy gradient (DDPG) in the context of reinforcement learning with sparse rewards. To enhance exploration, we introduce a search procedure, \emph{${\epsilon}{t}$-greedy}, which generates …

continuous-controlContinuous Control

Personalized Reward Modeling for Text-to-Image Generation

2025-11-21 · Jeongeun Lee, Ryang Heo, Dongha Lee arxiv

Recent text-to-image (T2I) models generate semantically coherent images from textual prompts, yet evaluating how well they align with individual user preferences remains an open challenge. Conventional evaluation methods…

Text-to-Image Generation