paper-with-me

Papers

TrimR: Verifier-based Training-Free Thinking Compression for Efficient Test-Time Scaling

2025-05-22 · Weizhe Lin, Xing Li, Zhiyuan Yang, Xiaojin Fu, Hui-Ling Zhen, Yaoyuan Wang, Xianzhi Yu, Wulong Liu, Xiaosong Li, Mingxuan Yuan

Large Reasoning Models (LRMs) demonstrate exceptional capability in tackling complex mathematical, logical, and coding tasks by leveraging extended Chain-of-Thought (CoT) reasoning. Test-time scaling methods, such as prolonging CoT with explicit token-level exploration, can push LRMs' accuracy boundaries, but they incur significant decoding overhead. A key inefficiency source is LRMs often generate redundant thinking CoTs, which demonstrate clear structured overthinking and underthinking patterns. Inspired by human cognitive reasoning processes and numerical optimization theories, we propose TrimR, a verifier-based, training-free, efficient framework for dynamic CoT compression to trim reasoning and enhance test-time scaling, explicitly tailored for production-level deployment. Our method employs a lightweight, pretrained, instruction-tuned verifier to detect and truncate redundant intermediate thoughts of LRMs without any LRM or verifier fine-tuning. We present both the core algorithm and asynchronous online system engineered for high-throughput industrial applications. Empirical evaluations on Ascend NPUs and vLLM show that our framework delivers substantial gains in inference efficiency under large-batch workloads. In particular, on the four MATH500, AIME24, AIME25, and GPQA benchmarks, the reasoning runtime of Pangu Pro MoE, Pangu-R-38B, QwQ-32B, and DeepSeek-R1-Distill-Qwen-32B is improved by up to 70% with negligible impact on accuracy.

📄 PDF Abstract BibTeX arXiv:2505.17155

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

MoE 설명 없음

Similar Papers 제목 키워드 기반

Rubric-Guided Self-Distillation: Post-Training Without Rubric Verifiers

2026-06-10 · MohammadHossein Rezaei, Anas Mahmoud, Zihao Wang, Utkarsh Tyagi 외 arxiv

Rubrics have emerged as an alternative to RLVR in open-ended domains where a single ground-truth final answer is not available. Existing rubric-based training methods rely on an LLM verifier that scores each rollout agai…

Aletheia: What Makes RLVR For Code Verifiers Tick?

2026-01-17 · Vatsal Venkatkrishna, Indraneil Paul, Iryna Gurevych arxiv

Multi-domain thinking verifiers trained via Reinforcement Learning with Verifiable Rewards (RLVR) are a cornerstone of modern post-training. However, their adoption in code generation has lagged behind that of execution …

Reinforcement LearningCode Generation

Governance Records as Supervision: Verifier-Selected Self-Training for Structured Workflow Repair

2026-08-18 · Jesus Salas arxiv

Machine-verifiable workflows produce governance records linking a task contract, model attempt, verifier decision, accepted output, and target origin. We test whether these records can supervise bounded models, consolida…

Thinking with Drafting: Optical Decompression via Logical Reconstruction

2026-02-12 · Jingxuan Wei, Honghao He, Caijun Jia, Siyuan Li 외 arxiv

Existing multimodal large language models have achieved high-fidelity visual perception and exploratory visual generation. However, a precision paradox persists in complex reasoning tasks: optical perception systems tran…

Visual Reasoning

Thinking as Compression: Your Reasoning Model is Secretly a Context Compressor

2026-05-27 · Guoxin Ma, Yibing Liu, Chengzhengxu Li, Yu Liang 외 arxiv

Context compression aims to shorten long context inputs with minimal information loss for LLM inference acceleration. While existing methods have shown promise, they typically rely on complex compression modules or compr…