Compute-Accuracy Pareto Frontiers for Open-Source Reasoning Large Language Models
Ákos Prucs, Márton Csutora, Mátyás Antal, Márk Marosi
TL;DR
This work introduces a compute-aware evaluation framework that maps the Pareto frontier between inference cost and reasoning accuracy for open-source LLMs across five benchmarks. By decomposing FLOPs into attention, FFN, and, crucially, MoE and Mamba components, the authors show that Mixture-of-Experts models offer superior accuracy-per-FLOP and can sustain longer reasoning traces within fixed budgets. They also reveal a trace-length asymmetry where incorrect reasoning consumes more compute than correct reasoning, and identify task-dependent knees where additional compute yields diminishing returns, highlighting the limits of brute-force scaling. Temporal analysis indicates progress in efficiency, with newer models expanding the Pareto frontier, but the study emphasizes real-world deployment considerations such as latency, energy, and cost. Overall, the findings guide practitioners toward sparsity-enabled architectures and smarter compute budgeting for robust, efficient reasoning systems.
Abstract
Large Language Models (LLMs) are demonstrating rapid improvements on complex reasoning benchmarks, particularly when allowed to utilize intermediate reasoning steps before converging on a final solution. However, current literature often overlooks the significant computational burden associated with generating long reasoning sequences. For industrial applications, model selection depends not only on raw accuracy but also on resource constraints and inference costs. In this work, we conduct a test-time-compute aware evaluation of both contemporary and older open-source LLMs, mapping their Pareto frontiers across math- and reasoning-intensive benchmarks. Our findings identify the Mixture of Experts (MoE) architecture as a strong candidate to balance performance and efficiency in our evaluation setting. Furthermore, we trace the trajectory of Pareto efficiency over time to derive an emergent trend regarding accuracy gain per unit of compute. Finally, we demonstrate that there is a saturation point for inference-time compute. Beyond a certain threshold, accuracy gains diminish, indicating that while extended reasoning capabilities are beneficial, they cannot overcome intrinsic model limitations regarding specific complexities.
