Skip to content
Conference

Smart Campus Assistant using RAG-based AI

Jul 2026 · 2026 7th International Conference on Smart Systems and Inventive Technology (ICSSIT) · pp. 1604-1611 · 0 citations · 16 references

Abstract

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.

View source

Similar papers

Open access Jul 2026

Academic Chatbot for Campus Information Services Using Retrieval-Augmented Generation

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. · 0 citations
Conference Jul 2026

An Intelligent PDF Question-Answering System; A Retrieval-Augmented Generation Approach

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. · 0 citations
Conference Jul 2026

Combining RAG, LLMs, Vector Databases and Semantic Search in Intelligent Tutoring Systems

Artificial intelligence has improved greatly and its demand in the education field has increased. To satisfy this demand, this research paper proposes an intelligent tutoring system which uses artificial intelligence techniques like Retrieval-Augmented Generation and Large Language Models. It aims to provide context-relevant and personalized help to students in the learning process. The system has a 3-layer architecture. The frontend layer is managed by React for smooth user interaction. The backend layer is handled by FastAPI for proper processing and response generation and the database layer is managed by ChromaDB, a vector database, which handles proper document storage and data retrieval. Students can upload their study materials such as textbooks, notes, etc. in various formats like PDF, DOCX, TXT. Then, the system processes the documents by recursively splitting text and generating embeddings to convert unstructured content into a proper structured knowledge base. After this, Retrieval-Augmented Generation helps retrieve or fetch the most relevant embeddings and combine them with user’s queries to generate contextually correct answers, based on user upload documents. This helps reduce hallucinations, which is the main aim. The system can also automatically generate flashcards and quizzes with adjustable difficulty. To evaluate the system’s performance, different document-based queries were tried and the system had 90% accuracy on average with 20%-30% decrease in hallucination (as compared to other systems). The response time is between 2 to 5 seconds. These results show the benefits of combining Retrieval-Augmented Generation with LLMs.

Azlaan Khan, Sakshi Chandekar, Atharva Baikar et al. · 0 citations
Open access Jul 2026

DEVELOPMENT OF A RAG-BASED SCHOLARLY RESEARCH CHATBOT WITH FINE-TUNED DENSE RETRIEVAL

Foundation models, particularly Large Language Models (LLMs), show promise for chatbots for scholarly research chatbots but suffer from “hallucinations” and limited domain knowledge. This work addresses these reliability issues by developing a Retrieval-Augmented Generation (RAG) chatbot designed explicitly for scholarly research interactions within the Natural Language Processing (NLP) domain. The system utilizes a domain-specific corpus from the Association of Computational Linguistics (ACL) Anthology. The corpus was processed into text chunks and indexed using a high-dimensional vector database to facilitate efficient information retrieval. The generation component comprises an instruct-tuned LLM; Mixtral 8x7b, which synthesizes the retrieved context into coherent, evidence-based responses while maintaining the original semantic integrity of the scholarly source. Retrieval is performed using semantic similarity search. To improve dense retrieval precision, the BAAI/bge-large Sentence Transformer model was fine-tuned on a synthetic dataset generated from the corpus. Results show that fine-tuning and integrating the BAAI/bge-large model significantly improves the chatbot's ability to retrieve relevant information. Compared to the base model, retrieval accuracy of the fine-tuned model increases by up to 15% across different metrics: Accuracy@k, Precision@k, Recall@k, where k represents the count of retrieved chunks considered for evaluation, and Mean Reciprocal Rank (MRR@10). Notably, accuracy reaches an impressive 97%, demonstrating a significant boost in retrieving the most relevant scholarly information for user queries. These findings underscore the efficacy of fine-tuned Retrieval-Augmented Generation (RAG) systems in developing reliable, grounded chatbots for academic environments.

A. Oguntimilehin, Olamide Balogun · 0 citations
Conference Jul 2026

Dynamic Retrieval Augmented Generation for Enterprise Knowledge Intelligence Systems using Large Language Models

To address the difficulty faced by university faculty and students in obtaining useful information from massive campus data, this paper proposes an intelligent campus question-and-answer (Q&A) system based on dynamic retrieval-augmented generation (RAG) technology, using campus administrative knowledge as the data source. The system integrates large language models (LLMs) with domain-specific professional knowledge, leveraging the Campus All-in-One project as a foundation. It constructs a campus knowledge base that includes administrative guides, frequently asked questions, and regulatory documents as an external data corpus. By applying the Infinity database, designed specifically for dynamic RAG applications, and employing prompt engineering, the model’s ability to generate accurate and context-aware answers is enhanced. Through this dynamic RAG-based approach tailored for the education domain, the system provides users with interactive access to a wide range of campus administrative information, helping to resolve common issues, simplify inquiry processes for teachers and students, and reduce the workload of campus management.

Charan Thumma, Abhignan Srivatsava Sribhashyam, Chaitanya Tumma et al. · 0 citations
Conference Jul 2026

An On-Premise Multilingual Academic Chatbot using Retrieval-Augmented Generation and Context-Aware Memory for University Assistance

Universities now use Large Language Models (LLMs) to transform their processes for managing student information. The paper introduces an upgraded chatbot system for Narasaraopeta Engineering College (NEC) which extends previous on-premise LLM chatbot research by providing four new functions. The system uses (1) Retrieval-Augmented Generation (RAG) to create citation-based responses through LlamaIndex and ChromaDB, (2) Context Memory which maintains conversation flow during multiple dialogue exchanges, (3) Voice Input through OpenAI Whisper Speech-to-Text (STT) technology, and (4) Multilingual Support which covers English and these seven languages: Hindi, Telugu, Tamil, Kannada, and Malayalam through IndicNLP. The system tested 60 benchmark questions across four academic categories which included regulations and examination policies and fee structures and multilingual queries and achieved 96.7% overall accuracy with sub-second text response times and 1.0–1.4 second voice response times. The system operates entirely on-premise through Docker which safeguards institutional data privacy while eliminating the need for recurring cloud API expenses. The upcoming development will create Emotion-Aware AI, FAQ Auto-Learning, Student Portal Integration, and a Mobile Application.

M. Yaswanth, Kopparapu Sai Amar Durgesh, Mogili Harsha Vardhan et al. · 0 citations