@inproceedings{fan-etal-2026-minirag,
title = "{M}ini{RAG}: A Lightweight {RAG} system with Small Language Models",
author = "Fan, Tianyu and
Wang, Jingyuan and
Ren, Xubin and
Huang, Chao",
editor = "Liakata, Maria and
Moreira, Viviane P. and
Zhang, Jiajun and
Jurgens, David",
booktitle = "Proceedings of the 64th Annual Meeting of the {A}ssociation for {C}omputational {L}inguistics (Volume 1: Long Papers)",
month = jul,
year = "2026",
address = "San Diego, California, United States",
publisher = "Association for Computational Linguistics",
url = "https://preview.aclanthology.org/ingest-acl/2026.acl-long.1721/",
pages = "37121--37144",
ISBN = "979-8-89176-390-6",
abstract = "The growing demand for efficient and lightweight Retrieval-Augmented Generation (RAG) systems has highlighted significant challenges when deploying Small Language Models (SLMs) in existing RAG frameworks. Current approaches face severe performance degradation due to SLMs' limited semantic understanding and text processing capabilities, creating barriers for widespread adoption in resource-constrained scenarios. To address these fundamental limitations, we present MiniRAG, a novel RAG system designed for simplicity and efficiency. MiniRAG introduces two key technical innovations: (1) a semantic-aware heterogeneous graph indexing mechanism that combines text chunks and named entities in a unified structure, reducing reliance on complex semantic understanding, and (2) a lightweight topology-enhanced retrieval approach that leverages graph structures for efficient knowledge discovery without requiring advanced language capabilities. Our extensive experiments demonstrate that MiniRAG achieves comparable performance to LLM-based methods even when using SLMs while requiring only 25{\%} of the storage space. Additionally, we contribute a comprehensive benchmark dataset for evaluating lightweight RAG systems under realistic on-device scenarios with complex queries."
}Markdown (Informal)
[MiniRAG: A Lightweight RAG system with Small Language Models](https://preview.aclanthology.org/ingest-acl/2026.acl-long.1721/) (Fan et al., ACL 2026)
ACL
- Tianyu Fan, Jingyuan Wang, Xubin Ren, and Chao Huang. 2026. MiniRAG: A Lightweight RAG system with Small Language Models. In Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pages 37121–37144, San Diego, California, United States. Association for Computational Linguistics.