Jul 2026· Journal of Intelligent Software Systems· Vol 5, pp. 31· 0 citations
TL;DR
A retrieval-augmented generation (RAG) architecture for Indonesian academic-regulation question answering, deployed as a set of loosely coupled microservices: an API gateway, a RAG orchestrator, an embedding and retrieval subsystem backed by a FAISS vector index, a generation subsystem, and an offline ingestion pipeline.
Abstract
Indonesian higher-education institutions operate under a dense and frequently updated body of academic regulations—national standards, institutional statutes, and study-program handbooks—that students and staff must consult accurately. General-purpose large language models answer such questions fluently but without provenance, and they hallucinate rules that do not exist. This paper proposes a retrieval-augmented generation (RAG) architecture for Indonesian academic-regulation question answering, deployed as a set of loosely coupled microservices: an API gateway, a RAG orchestrator, an embedding and retrieval subsystem backed by a FAISS vector index, a generation subsystem, and an offline ingestion pipeline. The retrieval layer combines lexical BM25 and vector similarity through reciprocal rank fusion, so that regulation passages are grounded and citable. We evaluate the retrieval core—the component that determines whether generated answers can be grounded—on an original corpus of 20 synthetic Indonesian academic-regulation passages and 30 labeled questions. Vector retrieval attains Recall@1 of 0.867, MRR@10 of 0.902, and nDCG@5 of 0.915, outperforming BM25 (0.800, 0.865, 0.898) on early precision, while BM25 is an order of magnitude faster and reaches perfect Recall@5. Retrieval latency for all configurations remains below one millisecond on a single node. The microservices decomposition lets the index be rebuilt when regulations change without redeploying the generation service. Results indicate that a hybrid retrieval core is a sound and inexpensive foundation for grounded, citable regulation question answering, and that the architecture is deployable on modest institutional infrastructure.
A RAG optimization framework for Indonesian-language educational question answering using a Human-Computer Interaction learning corpus as a case study is developed and provides a procedure for selecting retrieval and generation settings for a given corpus.
I. K. R. Arthana, N. Gunantara, Made Sudarma et al.· International Journal of Adv...· 0 citations
A Retrieval-Augmented Generation (RAG)-based chatbot for academic regulation information services using a locally deployed Large Language Model (LLM) and promising feasibility for supporting document-based academic regulation information services is indicated.
The results show that the RAG architecture provides a scalable alternative for creating precise, contextually grounded conversational agents, thereby mitigating some of the main drawbacks of LLMs.
Rabia Shabbir, K. Talpur, Shakeel Ahmad· ICCK Transactions on Machine...· 0 citations
This paper presents the design and implementation of intelligent chatbots using Retrieval-Augmented Generation architecture to derive accurate, context-based responses from domain-specific knowledge sources such as PDFs and CSV files. The proposed system integrates information retrieval mechanisms with large language models to overcome crucial limitations of traditional chatbots: hallucination, knowledge cut-off, and inability to access private organizational data. The proposed architecture uses a six-stage pipeline consisting of document ingestion, text splitting, and embedding generation with sentence transformers, semantic retrieval, and response generation via Large Language Models (LLMs). By preprocessing the PDF and CSV documents using a RecursiveCharacterTextSplitter and converting them into 384-dimensional semantic embeddings, the system works via a similarity-based retrieval of document chunks. For implementation, the LlamaIndex framework was used for data indexing and query orchestration, and HuggingFace Transformers for language modeling. Experimental validation conducted on the smart campus chatbot system demonstrated significant improvements in the accuracy, relevance and transparency of responses across education, student services, and administrative support domains compared with a standalone language model. Because of its modular design, it supports a wide range of domain-specific topics without the combinatorial costs of re-training. This is another important application for systems that require regular updates and accurate information. Overall, the proposed framework provides a simple and practical approach for easily implementing domain-aware chatbots.
Varsha Spoorthi Shree Narravula, V. K, Yashaswini B. Suresh et al.· 2026 7th International Confe...· 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