Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

ROM: Real-time Overthinking Mitigation via Streaming Detection and Intervention

About

Large Reasoning Models (LRMs) achieve strong accuracy on challenging tasks by generating long Chain-of-Thought traces, but suffer from overthinking. Even after reaching the correct answer, they continue generating redundant reasoning steps. This behavior increases latency and compute cost and can also lead to answer drift. Existing mitigation methods either require training-heavy backbone modification or rely on hand-crafted heuristics that do not truly capture overthinking patterns. We propose ROM, the first method that formulates overthinking mitigation as a streaming prediction-and-control problem. ROM attaches a lightweight detection head to the late-layer hidden states of a frozen large language model backbone. It monitors tokens in real time and triggers an early transition to the final answer once overthinking is detected. We also introduce token-level supervision based on solution correctness boundaries and a data augmentation strategy that reduces distilled-data bias. Across seven benchmarks, ROM achieves the highest accuracy (93.51%), the shortest responses (1,159 tokens), and the best response efficiency. Compared with the vanilla baseline, it reduces response length by 47.2% and improves efficiency by 121%. These results show that streaming detection is a promising approach to real-time overthinking mitigation.

Xinyan Wang, Xiaogeng Liu, Chaowei Xiao• 2026

Related benchmarks

TaskDatasetResultRank
Mathematical ReasoningMAWPS
Accuracy97.5
234
Mathematical ReasoningMATH 500
Accuracy (Acc)87.5
149
Mathematical ReasoningMultiArith
Accuracy99.2
16
Aggregate Reasoning PerformanceOverall
Accuracy93.51
8
General ReasoningOverall
Accuracy93.51
8
Multiple-choice Question ReasoningMMLU-Pro
Accuracy (Acc)77.1
8
Mathematical ReasoningSVAMP
Accuracy (Acc)95.8
8
Mathematical ReasoningSVAMP
Accuracy95.8
8
Mathematical ReasoningMATH500
Accuracy87.5
8
Mathematical ReasoningGSM8K
Accuracy100
8
Showing 10 of 13 rows

Other info

Follow for update