ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
14
Citations
0
Influential Citations
arXiv.org
Venue
2025
Year
Recent advances in reasoning-enhanced Large Language Models such as OpenAI-o1/3 and DeepSeek-R1 have significantly improved performance on complex tasks. However, the quality and transparency of their internal reasoning processes remain underexplored. This work moves beyond the final-answer accuracy and investigates step-by-step reasoning in the medical and mathematical domains by explicitly decomposing the thinking trajectories into two parts: knowledge and reasoning. Specifically, we introduce a fine-grained evaluation framework that judges: (1) the correctness of knowledge used (measured by Knowledge Index (KI)) and (2) the quality of reasoning (measured by Information Gain (InfoGain)). Using this framework, we study R1-distilled and base Qwen models trained with supervised fine-tuning (SFT) and/or reinforcement learning (RL) in the medical and math domains. Three intriguing findings emerge: (1) The general reasoning abilities in R1-distilled models do not transfer effectively to the medical domain through either SFT or RL. (2) SFT raises final-answer accuracy in both domains, but often at the cost of reasoning quality: InfoGain drops by 38.9% on average compared with untrained models; In the medical domain, however, SFT remains crucial because domain knowledge is indispensable. (3) RL enhances medical reasoning by pruning inaccurate or irrelevant knowledge from reasoning paths, thereby improving both reasoning accuracy and knowledge correctness.
This paper addresses a critical gap in evaluating reasoning-enhanced LLMs: the over-reliance on final-answer accuracy. By decomposing reasoning into knowledge correctness and reasoning quality, it offers a more nuanced view of model behavior, especially in high-stakes domains like medicine where both factual accuracy and logical coherence are vital. The finding that SFT improves accuracy at the cost of reasoning quality (38.9% drop in InfoGain) is a stark warning for practitioners who prioritize benchmark scores over process transparency.
Moreover, the paper's demonstration that RL can prune inaccurate knowledge in medical reasoning suggests a path toward more reliable AI systems. This is particularly relevant as models like OpenAI-o1 and DeepSeek-R1 become more prevalent, yet their internal reasoning remains opaque. The work underscores the need for domain-specific training strategies rather than assuming general reasoning abilities transfer universally.
This research has broad implications for the AI field, particularly for deploying LLMs in sensitive applications like healthcare. It challenges the prevailing focus on final-answer metrics and advocates for evaluating reasoning processes. The finding that RL can enhance reasoning quality without sacrificing accuracy offers a practical guideline for model training. Future work may extend this framework to other domains and explore hybrid approaches combining SFT and RL to balance knowledge acquisition and reasoning fidelity.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba