paper-with-me

Papers

CLORE: Content-Level Optimization for Reasoning Efficiency

2026-05-21 · Yuyang Wu, Qiyao Xue, Guanxing Lu, Weichen Liu, Zihan Wang, Manling Li, Olexandr Isayev arxiv

Reinforcement learning post-training has improved the reasoning ability of large language models, but often produces unnecessarily long, repetitive, or semantically opaque reasoning traces. Existing efficient reasoning methods mainly regulate response length through explicit budgets or length-aware rewards, leaving intermediate reasoning content weakly supervised. We propose CLORE, a content-level optimization framework that improves reasoning efficiency by editing correct on-policy rollouts. CLORE uses an external augmentation model to delete repetitive segments, illegible or task-irrelevant content, and superfluous reasoning after the solution is established, while preserving the final answer. The resulting augmented--original pairs are optimized with an auxiliary reference-free DPO objective alongside standard policy-gradient training. By restricting augmentation to correct trajectories and performing local deletion, CLORE keeps edited rollouts close to the policy distribution and mitigates off-policy mismatch. Experiments on DeepSeek-R1-Distill-Qwen-7B and Qwen2.5-Math-7B across five mathematical reasoning benchmarks show that CLORE improves the accuracy--efficiency trade-off and remains compatible with GRPO, DAPO, Training Efficient, and ThinkPrune. Content-level analyses further show that CLORE reduces repetitive reasoning, illegible content, and post-answer exploration, supporting content-level supervision as a complementary direction to length-level control.

📄 PDF Abstract BibTeX arXiv:2605.22211

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningMathematical Reasoning

Similar Papers 제목 키워드 기반

Zero-Shot Classification by Logical Reasoning on Natural Language Explanations

2022-11-07 · Chi Han, Hengzhi Pei, Xinya Du, Heng Ji

Humans can classify data of an unseen category by reasoning on its language explanations. This ability is owing to the compositional nature of language: we can combine previously seen attributes to describe the new categ…

ClassificationLogical Reasoningzero-shot-classificationZero-Shot Learning

Clore: Interactive Pathology Image Segmentation with Click-based Local Refinement

2026-03-29 · Tiantong Wang, Minfan Zhao, Jun Shi, Hannan Wang 외 arxiv

Recent advancements in deep learning-based interactive segmentation methods have significantly improved pathology image segmentation. Most existing approaches utilize user-provided positive and negative clicks to guide t…

Interactive SegmentationImage Segmentation

ASPO: Adaptive Sentence-Level Preference Optimization for Fine-Grained Multimodal Reasoning

2025-05-25 · Yeyuan Wang, Dehong Gao, Rujiao Long, Lei Yi 외

Direct Preference Optimization (DPO) has gained significant attention for its simplicity and computational efficiency in aligning large language models (LLMs). Recent advancements have extended DPO to multimodal scenario…

Computational EfficiencyMultimodal ReasoningSentence

ERPO: Advancing Safety Alignment via Ex-Ante Reasoning Preference Optimization

2025-04-03 · Kehua Feng, Keyan Ding, Jing Yu, MengHan Li 외

Recent advancements in large language models (LLMs) have accelerated progress toward artificial general intelligence, yet their potential to generate harmful content poses critical safety challenges. Existing alignment m…

Safety Alignment

An Appraisal Transition System for Event-driven Emotions in Agent-based Player Experience Testing

2021-05-12 · Saba Gholizadeh Ansari, I. S. W. B. Prasetya, Mehdi Dastani, Frank Dignum 외

Player experience (PX) evaluation has become a field of interest in the game industry. Several manual PX techniques have been introduced to assist developers to understand and evaluate the experience of players in comput…