ReQAT: Achieving Full-Precision Reasoning Accuracy with 4-bit Floating-Point Quantization-Aware Training
Abstract
Lay Summary
Large reasoning models can solve complex math and logic problems by generating long chains of reasoning steps. However, running these models is expensive because they require large amounts of memory and computation, especially when deployed at scale. Recent hardware supports highly compressed 4-bit computation, which can greatly reduce these costs, but existing compression methods often cause severe reasoning failures. In this work, we study why reasoning models break under aggressive 4-bit quantization. We find that the main failures occur at highly confident predictions such as numbers and mathematical operators. Even when the correct answer remains the model’s top prediction, quantization noise can slightly increase the probability of sampling an alternative token. In reasoning tasks, accidentally generating a single incorrect digit or operator can derail the entire chain of reasoning and lead to a wrong final answer. Based on this insight, we introduce ReQAT, a new training framework that helps quantized models repeatedly reinforce these vulnerable reasoning decisions during training. Our method allows fully quantized 4-bit reasoning models to match or even exceed the accuracy of full-precision models while significantly improving inference efficiency. On modern NVIDIA hardware, ReQAT achieves up to 3.9× higher throughput, making large reasoning models substantially more practical for real-world deployment.