Jul 2026· Best Journal of Innovation in Science, Research and Development· 0 citations· 10 references
TL;DR
This paper mainly talks about how Retrieval-Augmented Generation frameworks are making document-based question-answering smarter and more reliable than traditional models, and explores different types of RAG techniques like dense retrieval, vector database optimization, generative language model integration, and hybrid search frameworks.
Abstract
: With the rapid growth of enterprise databases, personal cloud storage, and corporate digital archives, the number of unstructured text documents requiring manual analysis and reading has increased massively. Extracting relevant information from massive multi-page documents manually is extremely time-consuming and prone to human oversight. Traditional keyword-based search systems and earlier rule-based chatbots do not really work that well anymore because they lack deep semantic understanding and fail to synthesize context-aware answers to user queries. This paper mainly talks about how Retrieval-Augmented Generation (RAG) frameworks are making document-based question-answering smarter and more reliable than traditional models. It explores different types of RAG techniques like dense retrieval, vector database optimization, generative language model integration, and hybrid search frameworks... and explains how they are implemented in real-world intelligent systems. The paper also discusses what these methods are good at, where they struggle a bit, and how practical they actually are when it comes to handling complex, multi-modal documents. One important thing the study shows is that RAG-based document chatbots can achieve contextual response accuracy levels of more than 95% and can reduce language model hallucinations quite a lot. Still, some problems are not fully solved yet — especially things related to processing nested tables within documents, sub-optimal retrieval latency, and parsing highly technical schemas in real time. Because of this, future research is expected to focus more on Graph-based RAG (GraphRAG), agentic multi-step reasoning, and privacy-preserving federated retrieval systems that can scale up dynamically as large document corpora evolve.
Due to the surge in digital document creation, intelligent systems that can effectively retrieve accurate information from unstructured PDF content have become a necessity. Current keyword-based search techniques lack semantic meaning, while large language models (LLMs), when utilized individually, produce hallucinated results when they are not contextually aware of document content. In this paper, we introduce a novel real-time question answering system for PDF content using a lightweight approach to Retrieval-Augmented Generation (RAG). Our system combines a HuggingFace sentence transformer model for semantic embeddings with a FAISS vector similarity search for efficient retrieval, leveraging a Groq-hosted LLaMA 3.3 70B model for context-grounded answer generation. The system is built using LangChain for orchestration and Streamlit for web-based deployment, and requires no GPU, no fine-tuning, and no pre-indexed corpus. Evaluation across five complementary metrics—Exact Match, Token-level F1, BLEU, ROUGE, and semantic similarity—demonstrates strong alignment between generated and reference answers, with a peak semantic similarity of 0.8709 and a mean Token F1 of 0.4701, confirming the viability of this approach for real-world document intelligence.
Mukesh Lakshmi Sai Medikonda, Kalva Vishnu Teja, K. Greeshma et al.· International Conference Com...· 0 citations
The system offers a replicable instantiation of RAG for transparent, citation-backed campus information services in Indonesian and offers a replicable instantiation of RAG for transparent, citation-backed campus information services in Indonesian.
Haddad Alwi Yafie, A. Zailani, Widang Muttaqin et al.· SinkrOn· 0 citations
This study develops a multi-source Retrieval-Augmented Generation (RAG) based Question Answering (QA) system that automatically integrates heterogeneous knowledge sources through a unified source parameter to enhance knowledge transfer and question answering for organizational support and employee onboarding.
Krisna Dwi Setya Adi, Ivan Michael Siregar· Jurnal Ragam Pengabdian· 0 citations
The design realization and evaluation of an Automated Summarization Tool (AST) is presented which is a document intelligence platform based on google gemini 2.5 flash that outperforms the strongest fine-tuned transformer baselines (PEGASUS, BART) by ~14 points and is clearly ahead of BERTSUM-ext (a strong transformer baseline), Pointer-Generator Network, TextRank.
K. Kumar, A. Amandeep, Dharmender Kumar et al.· International Journal of Inn...· 0 citations
It is concluded that an NLP- and RAG-based chatbot is feasible to be implemented as a digital campus information service and improves answer accuracy from 58.5% to 89.25%, with an average response time below three seconds.
Zuhri Yanda, Yeni Yanti, Maulinda et al.· IC-ITECHS· 0 citations
This paper presents a technical synthesis of RAG for trustworthy enterprise assistants and describes the end-to-end pipeline in full: document chunking, embedding, vector indexing, retrieval, cross-encoder re-ranking, and grounded generation with inline citations.
Bini P B· International Journal of Inf...· 0 citations