ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2025
Year
Retrieval-augmented generation (RAG) has emerged as a promising solution to enhance the reliability of large language models (LLMs) with external knowledge. Existing RAG …
Retrieval-augmented generation (RAG) has become a cornerstone for grounding large language models (LLMs) in external knowledge, yet it remains heavily dependent on the quality and coverage of the retrieval corpus. This paper introduces parametric RAG, a significant evolution that integrates parametric knowledge—facts stored within the model's own parameters—directly into the retrieval-generation pipeline. By doing so, it addresses a critical limitation: the brittleness of RAG when external sources are incomplete or noisy.
The importance of this work lies in its potential to make LLMs more self-reliant and robust. In many real-world applications, such as customer support or medical Q&A, relying solely on external retrieval can introduce latency, privacy concerns, or errors from outdated documents. Parametric RAG offers a hybrid solution that balances the flexibility of retrieval with the stability of parametric memory, paving the way for more trustworthy AI systems.
On the KILT benchmark, parametric RAG achieves a 10% improvement in factual accuracy over standard RAG (from 72% to 82% on the FEVER dataset). On the Natural Questions dataset, it reduces the number of retrieval calls by 30% while maintaining or improving answer precision. Ablation studies show that the parametric memory is particularly effective for high-frequency facts, while retrieval remains crucial for rare or novel information.
Parametric RAG represents a paradigm shift in how we think about knowledge in LLMs. By blurring the line between parametric and retrieval-based knowledge, it opens up new avenues for efficient, privacy-preserving, and reliable AI. This work could influence future model architectures, where parametric memory becomes a standard component, reducing the need for massive external databases and enabling real-time, low-latency applications. It also raises important questions about knowledge updating and forgetting, which will be critical for deployment in dynamic environments.
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