International Journal of Research and Scientific Innovation (IJRSI)
Enhanced Retrieval-Augmented Generation Framework for Intelligent Multi-Document Question Answering
Published May 23, 2026 • Vol. 13, Issue 5, pp. 360–371Open Access
DOI: 10.51244/IJRSI.2026.1305000033
Abstract
Retrieval-Augmented Generation (RAG) improves Large Language Models (LLMs) by using external documents to support their answers. However, baseline RAG architectures are limited by single-modality retrieval, fixed-size chunking, and lack of hallucination monitoring. This paper introduces an advanced hybrid RAG framework for multi-document question answering, enhancing retrieval quality, contextual coherence, and response fidelity.The proposed system combines FAISS’s dense semantic retrieval with BAAI/bge-large-en-v1.5 embeddings and BM25Okapi’s sparse lexical retrieval. Reciprocal Rank Fusion (RRF) combines results from both modalities to improve recall without changing any parameters. A semantic chunking strategy is introduced to keep the meaning of documents. This strategy uses sentence-level embeddings and percentile-based breakpoint detection to adaptively split documents. A cross-encoder reranker (ms-marco-MiniLM-L-12-v2) is used to improve the relevance scoring of the retrieved candidates.To mitigate hallucination without additional computational overhead, a reference-free faithfulness score is calculated by comparing the cosine similarity of generated responses to retrieved context embeddings. A multiprovider LLM abstraction layer makes sure that different cloud models are all based on the same things. The system is evaluated using Recall@K, Mean Reciprocal Rank (MRR), Precision@K, faithfulness score, and end-to-end latency. This shows that it is better at retrieving information and generating grounded information than dense-only baselines.
Keywords: Retrieval-Augmented Generation, Hybrid Retrieval, FAISS, BM25, Semantic Chunking, Cross-Encoder Reranking, Hallucination Mitigation, Multi-Document Question Answering.
| Journal | International Journal of Research and Scientific Innovation (IJRSI) |
|---|---|
| ISSN | 2321-2705 |
| Volume / Issue | Volume 13, Issue 5 |
| Pages | 360–371 |
| Publication date | May 23, 2026 |
| DOI | 10.51244/IJRSI.2026.1305000033 |
| Publisher | RSIS International |
| License | Open Access |
How to cite this article
Navya Kumar, Aviral Pandey, & Dr. Lakshmi Dhevi B (2026). Enhanced Retrieval-Augmented Generation Framework for Intelligent Multi-Document Question Answering. International Journal of Research and Scientific Innovation (IJRSI), 13(5), 360-371. https://doi.org/10.51244/IJRSI.2026.1305000033
BibTeX
@article{Navya2026,
title = {Enhanced Retrieval-Augmented Generation Framework for Intelligent Multi-Document Question Answering},
author = {Navya Kumar and Aviral Pandey and Dr. Lakshmi Dhevi B},
journal = {International Journal of Research and Scientific Innovation (IJRSI)},
volume = {13},
number = {5},
pages = {360--371},
year = {2026},
doi = {10.51244/IJRSI.2026.1305000033},
publisher = {RSIS International}
}