ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
6
Citations
0
Influential Citations
AAAI Conference on Artificial Intelligence
Venue
2025
Year
Large reasoning models (LRMs) have shown significant progress in test-time scaling through chain-of-thought prompting. Current approaches like search-o1 integrate retrieval augmented generation (RAG) into multi-step reasoning processes but rely on a single, linear reasoning path while incorporating unstructured textual information in a flat, context-agnostic manner. As a result, these approaches can lead to error accumulation throughout the reasoning chain, which significantly limits its effectiveness in medical question-answering (QA) tasks where both accuracy and traceability are critical requirements. To address these challenges, we propose MIRAGE (Multi-path Inference with Retrieval-Augmented Graph Exploration), a novel test-time scalable reasoning framework that performs dynamic multi-path inference over structured medical knowledge graphs. Specifically, MIRAGE 1) decomposes complex queries into entity-grounded sub-questions, 2) executes parallel inference paths, 3) retrieves evidence adaptively via neighbor expansion and multi-hop traversal, and 4) integrates answers using cross-path verification to resolve contradictions. Experiments on three medical QA benchmarks (GenMedGPT-5k, CMCQA, and ExplainCPE) show that MIRAGE consistently outperforms GPT-4o, Tree-of-Thought variants, and other retrieval-augmented baselines in both automatic and human evaluations. Additionally, MIRAGE improves interpretability by generating explicit reasoning chains that trace each factual claim to concrete paths within the knowledge graph, making it especially suitable for complex medical reasoning scenarios.
This paper addresses a critical limitation in current large reasoning models (LRMs) applied to medical question-answering: error accumulation along single, linear reasoning chains. While chain-of-thought prompting and retrieval-augmented generation (RAG) have improved test-time scaling, they often incorporate unstructured text in a flat, context-agnostic manner, leading to cascading errors. MIRAGE tackles this by leveraging structured medical knowledge graphs and parallel inference paths, which not only reduces error propagation but also enhances traceability—a key requirement in clinical settings.
The significance is twofold. First, it demonstrates that test-time scaling can be improved through architectural choices (multi-path inference) rather than solely increasing model size or compute. Second, by grounding reasoning in explicit graph paths, MIRAGE provides interpretable chains that can be verified by domain experts, addressing the black-box nature of many LRMs. This makes the framework particularly relevant for high-stakes domains like healthcare, where both accuracy and explainability are paramount.
MIRAGE was evaluated on three medical QA benchmarks: GenMedGPT-5k, CMCQA, and ExplainCPE. It consistently outperformed GPT-4o, Tree-of-Thought variants, and other retrieval-augmented baselines in both automatic metrics (e.g., accuracy, F1) and human evaluations. The paper reports that MIRAGE achieves superior performance without requiring additional model fine-tuning, highlighting its efficiency as a test-time scaling method. The explicit reasoning chains also received higher interpretability scores from human evaluators.
MIRAGE represents a step forward in making LRMs more reliable for critical applications. By combining structured knowledge graphs with multi-path inference, it offers a blueprint for reducing error accumulation in complex reasoning tasks. The framework's emphasis on traceability aligns with regulatory needs in healthcare and other high-stakes fields. Future work could explore extending MIRAGE to other domains (e.g., legal, scientific) and optimizing computational costs of parallel inference.
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