paper-with-me

Papers

SLAT: Segment-Level Adaptive Trimming for Efficient CoT Reasoning

2026-05-29 · Jian Yao, Xiongcai Luo, Ran Cheng, Kay Chen Tan arxiv

Recent advances in Large Reasoning Models have significantly improved chain-of-thought (CoT) capabilities via reinforcement learning (RL). However, generated reasoning chains frequently suffer from structural redundancy (i.e., \emph{overthinking}), incurring high computational overhead without improving answer correctness. Existing mitigation strategies typically rely on token-uniform length penalties, which provide coarse, segment-agnostic pressure toward shorter outputs and can inadvertently suppress useful reasoning alongside redundancy. To address this, we demonstrate that inefficiency concentrates in high-probability segments with low marginal utility. We derive a theoretical characterization of segment suboptimality under the correctness-length trade-off objective and propose \textsc{SLAT} (Segment-Level Adaptive Trimming), an RL framework that selectively suppresses redundant segments based on this criterion. Empirical results on standard benchmarks indicate that \textsc{SLAT} establishes a superior accuracy-efficiency Pareto frontier, reducing reasoning length by $50\%$ relative to uncompressed baselines while maintaining competitive accuracy. Overall, our results suggest that theoretically grounded, segment-aware trimming is a promising direction for efficient CoT reasoning in large language models.

📄 PDF Abstract BibTeX arXiv:2605.30832

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

GaussianTrimmer: Online Trimming Boundaries for 3DGS Segmentation

2026-01-19 · Liwei Liao, Ronggang Wang arxiv

With the widespread application of 3D Gaussians in 3D scene representation, 3D scene segmentation methods based on 3D Gaussians have also gradually emerged. However, existing 3D Gaussian segmentation methods basically se…

Scene Segmentation

An Analysis of BPE Vocabulary Trimming in Neural Machine Translation

2024-03-30 · Marco Cognetta, Tatsuya Hiraoka, Naoaki Okazaki, Rico Sennrich 외

We explore threshold vocabulary trimming in Byte-Pair Encoding subword tokenization, a postprocessing step that replaces rare subwords with their component subwords. The technique is available in popular tokenization lib…

Machine TranslationTranslation

Component-wise Adaptive Trimming For Robust Mixture Regression

2020-05-23 · Wennan Chang, Xinyu Zhou, Yong Zang, Chi Zhang 외

Parameter estimation of mixture regression model using the expectation maximization (EM) algorithm is highly sensitive to outliers. Here we propose a fast and efficient robust mixture regression algorithm, called Compone…

Outlier Detectionparameter estimationregression

When Does Trimming Help Conformal Prediction? A Retained-Law Diagnostic under Calibration Contamination

2026-05-07 · Congye Wang arxiv

Trimming suspicious calibration points is a common response to contamination in conformal prediction. Its effect on clean-target coverage, however, is governed by the retained law induced by trimming, not by the contamin…

Alpha-Trimming: Locally Adaptive Tree Pruning for Random Forests

2024-08-13 · Nikola Surjanovic, Andrew Henrey, Thomas M. Loughin

We demonstrate that adaptively controlling the size of individual regression trees in a random forest can improve predictive performance, contrary to the conventional wisdom that trees should be fully grown. A fast pruni…