ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
9
Citations
0
Influential Citations
arXiv.org
Venue
2025
Year
Domain-specific intelligence demands specialized knowledge and sophisticated reasoning for problem-solving, posing significant challenges for large language models (LLMs) that struggle with knowledge hallucination and inadequate reasoning capabilities under constrained parameter budgets. Inspired by Bloom's Taxonomy in educational theory, we propose Retrieval-Augmented Reasoning Modeling (RARE), a novel paradigm that decouples knowledge storage from reasoning optimization. RARE externalizes domain knowledge to retrievable sources and internalizes domain-specific reasoning patterns during training. Specifically, by injecting retrieved knowledge into training prompts with masked losses, RARE transforms learning objectives from rote memorization to contextualized reasoning. It enables models to bypass parameter-intensive memorization and prioritize the development of higher-order cognitive processes. Extensive experiments demonstrate that lightweight RARE-trained models (e.g., Llama-3.1-8B) could achieve state-of-the-art performance, surpassing retrieval-augmented GPT-4 and DeepSeek-R1 up to approximately 20\% accuracy. RARE establishes a paradigm shift where maintainable external knowledge bases synergize with compact, reasoning-optimized models, collectively driving more scalable domain-specific intelligence.
This paper addresses a critical bottleneck in deploying large language models (LLMs) for domain-specific tasks: the tension between knowledge memorization and reasoning under constrained parameter budgets. Traditional approaches either scale model size (expensive and inefficient) or rely on retrieval-augmented generation (RAG) without optimizing reasoning. RARE offers a principled solution by decoupling knowledge storage from reasoning, inspired by Bloom's Taxonomy from educational theory. This is significant because it suggests that compact models can achieve expert-level performance without massive parameter counts, potentially democratizing access to domain-specific AI.
The paper's emphasis on externalizing knowledge to retrievable sources and internalizing reasoning patterns through masked-loss training is a novel synthesis of retrieval augmentation and curriculum learning. By shifting the learning objective from memorization to contextualized reasoning, RARE aligns with how humans learn—focusing on higher-order cognitive skills rather than rote recall. This could have broad implications for fields like medicine, law, and engineering where specialized knowledge and reasoning are paramount.
RARE-trained Llama-3.1-8B achieves state-of-the-art performance on domain-specific tasks, surpassing retrieval-augmented GPT-4 and DeepSeek-R1 by up to approximately 20% accuracy. This is a substantial improvement, especially given the parameter efficiency. The paper reports these gains across multiple benchmarks, though specific datasets are not detailed in the abstract. The results suggest that reasoning optimization, rather than sheer scale, is the key to domain-specific intelligence.
RARE represents a paradigm shift in building domain-specific AI systems. By decoupling knowledge and reasoning, it enables a modular architecture where knowledge bases can be curated and updated independently, while compact models focus on reasoning. This could reduce the carbon footprint and computational cost of deploying AI in specialized fields. The approach also aligns with educational theory, potentially inspiring new training curricula for LLMs. If validated across more domains, RARE could accelerate the adoption of AI in high-stakes applications where both accuracy and interpretability are critical.
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