<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Publishing DTD v1.2 20190208//EN"
  "https://jats.nlm.nih.gov/publishing/1.2/JATS-journalpublishing1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink"
         xmlns:mml="http://www.w3.org/1998/Math/MathML"
         article-type="research-article"
         dtd-version="1.2">

  <!-- ============================================================ FRONT -->
  <front>
    <journal-meta>
      <journal-id journal-id-type="publisher-id">IJLTEMAS</journal-id>
      <journal-title-group>
        <journal-title>International Journal of Latest Technology in Engineering, Management &amp; Applied Science (IJLTEMAS)</journal-title>
        <abbrev-journal-title abbrev-type="publisher">IJLTEMAS</abbrev-journal-title>
      </journal-title-group>
      <issn pub-type="epub">2278-2540</issn>
      <publisher>
        <publisher-name>IJLTEMAS</publisher-name>
      </publisher>
    </journal-meta>

    <article-meta>
      <!-- IDs -->
      <article-id pub-id-type="publisher-id">138</article-id>
            <article-id pub-id-type="doi">10.51583/IJLTEMAS.2026.150700133</article-id>
      
      <!-- Categories -->
            <article-categories>
        <subj-group subj-group-type="heading">
          <subject>Knowledge</subject>
        </subj-group>
      </article-categories>
      
      <!-- Title -->
      <title-group>
        <article-title>An Empirical Study of Knowledge Graph–Augmented Retrieval for Hallucination Mitigation in University Academic Assistance Systems</article-title>
      </title-group>

      <!-- Authors -->
      <contrib-group>
                <contrib contrib-type="author">
                    <name>
            <surname>Shivang M. Patel</surname>
            <given-names>Dr.</given-names>
          </name>
                              <aff>
            Centre for Distance and Online Education, Gujarat University, Ahmedabad, Gujarat, India                        <country>India</country>
                      </aff>
                    
        </contrib>
                <contrib contrib-type="author">
                    <name>
            <surname>Nilesh K. Modi</surname>
            <given-names>Dr.</given-names>
          </name>
                              <aff>
            School of Computer Science, Dr. Babasaheb Ambedkar Open University, Ahmedabad, Gujarat, India                        <country>India</country>
                      </aff>
                    
        </contrib>
              </contrib-group>

      <!-- Volume / Issue / Pages -->
            <volume>15</volume>
                  <issue>7</issue>
                        <fpage>1768</fpage>
            <lpage>1774</lpage>
            
      <!-- Dates -->
      <history>
                <date date-type="received">
          <day>12</day>
          <month>08</month>
          <year>2026</year>
        </date>
                        <date date-type="accepted">
          <day>17</day>
          <month>08</month>
          <year>2026</year>
        </date>
              </history>

            <pub-date pub-type="epub">
        <day>22</day>
        <month>08</month>
        <year>2026</year>
      </pub-date>
      
      <!-- DOI Self-URI -->
            <self-uri xlink:href="https://doi.org/10.51583/IJLTEMAS.2026.150700133"/>
      
      <!-- Keywords -->
            <kwd-group kwd-group-type="author">
                <kwd>Knowledge Graph–Augmented Retrieval</kwd>
                <kwd>Hallucination Mitigation</kwd>
                <kwd>Retrieval-Augmented Generation (RAG)</kwd>
              </kwd-group>
      
    </article-meta>
  </front>

  <!-- ============================================================ BODY (Abstract) -->
  <body>
        <sec>
      <title>Abstract</title>
      <p>Large Language Models (LLMs) used in university chatbots often create false or misleading answers—a problem known as "hallucination". When students ask about course prerequisites, credit transfers, examination rules, or graduation policies in open and distance learning systems, standard AI systems frequently confuse similar policies or guess missing details. Standard document-search methods (Vector Retrieval-Augmented Generation or Vector-RAG) help by pulling relevant text passages, but they still struggle when answers depend on interconnected rules spread across multiple handbook pages. We built and tested a Knowledge Graph–Augmented Retrieval (KG-RAG) system. This approach connects traditional keyword/vector search with a structured "knowledge map" (a Knowledge Graph) that explicitly links courses, degree tracks, examination regulations, and prerequisite dependencies. We constructed a real-world multi-institutional benchmark dataset containing 2,850 policy passages compiled from 20 leading open, distance, and online universities globally (including The Open University UK, IGNOU, BAOU, University of London, and ASU Online) along with a structured graph of 3,400 entities and 8,200 relations. We evaluated 220 verified student queries across three systems: a base LLM, a standard Vector-RAG system, and our hybrid KG-RAG framework. The proposed KG-RAG system achieved 92.0% factual accuracy, outperforming standard Vector-RAG (84.0%) and the base LLM (61.0%). Hallucination rates dropped from 16.0% in standard Vector-RAG to just 6.0% in KG-RAG (p&lt;0.001, d=1.42). On complex multi-hop queries requiring multi-step reasoning across academic policies, KG-RAG achieved 87.0% accuracy compared to 74.0% for Vector-RAG and 43.0% for the base LLM. Integrating a structured knowledge map provides deterministic boundaries that stop AI from guessing based on simple word similarity. The system traces exact policy pathways, significantly lowering hallucination risks in higher education administrative support while remaining computationally efficient for institutional deployment.</p>
    </sec>
      </body>

  <!-- ============================================================ BACK (References) -->
    <back>
    <ref-list>
      <title>References</title>
            <ref id="ref1">
        <label>1</label>
        <mixed-citation>Baidoo-Ananu, D., &amp; Owusu, E. (2023). Synthetic evaluation of conversational artificial intelligence in higher education systems. Journal of Educational Technology Systems, 51(4), 412–430.</mixed-citation>
      </ref>
            <ref id="ref2">
        <label>2</label>
        <mixed-citation>Ji, Z., Lee, N., Frieske, R., Yu, T., Su, D., Yan, Y., ... &amp; Fung, P. (2023). Survey of hallucination in natural language generation. ACM Computing Surveys, 55(12), 1–38.</mixed-citation>
      </ref>
            <ref id="ref3">
        <label>3</label>
        <mixed-citation>Zhang, Y., &amp; Dong, M. (2025). Empirical evaluation of hallucination metrics in Retrieval-Augmented Generation architectures. Computer Science Review, 55, 100680.</mixed-citation>
      </ref>
            <ref id="ref4">
        <label>4</label>
        <mixed-citation>Lewis, P., Perez, E., Piktus, A., Petroni, F., Karpukhin, V., Goyal, N., ... &amp; Kiela, D. (2020). Retrieval-augmented generation for knowledge-intensive NLP tasks. Advances in Neural Information Processing Systems, 33, 9459–9474.</mixed-citation>
      </ref>
            <ref id="ref5">
        <label>5</label>
        <mixed-citation>Gao, Y., Xiong, Y., Gao, X., Jia, K., Pan, J., Bi, Y., ... &amp; Wang, H. (2023). Retrieval-augmented generation for large language models: A survey. arXiv preprint arXiv:2312.10997.</mixed-citation>
      </ref>
            <ref id="ref6">
        <label>6</label>
        <mixed-citation>Qian, L., Wang, Y., &amp; Liu, Z. (2024). Limitations of vector chunking in domain-specific retrieval-augmented generation. IEEE Transactions on Knowledge and Data Engineering, 36(5), 2105–2119.</mixed-citation>
      </ref>
            <ref id="ref7">
        <label>7</label>
        <mixed-citation>Es, S., James, J., Espinosa-Anke, L., &amp; Schockaert, S. (2023). Ragas: Automated evaluation of retrieval augmented generation. arXiv preprint arXiv:2312.10997.</mixed-citation>
      </ref>
            <ref id="ref8">
        <label>8</label>
        <mixed-citation>Touvron, H., Martin, L., Stone, K., Albert, P., Almahairi, A., Babaei, Y., ... &amp; Scialom, T. (2023). Llama 2: Open foundation and fine-tuned chat models. arXiv preprint arXiv:2307.09288.</mixed-citation>
      </ref>
            <ref id="ref9">
        <label>9</label>
        <mixed-citation>Bang, Y., Cahyawijaya, S., Lee, N., Dai, W., Su, L., Wilie, B., ... &amp; Fung, P. (2023). A multitask, multilingual, multimodal evaluation of ChatGPT on reasoning, hallucination, and interactivity. arXiv preprint arXiv:2302.04023.</mixed-citation>
      </ref>
            <ref id="ref10">
        <label>10</label>
        <mixed-citation>Kang, M., &amp; Lee, J. (2023). Dense passage retrieval and semantic vector search in specialized domain QA. Information Processing &amp; Management, 60(3), 103280.</mixed-citation>
      </ref>
            <ref id="ref11">
        <label>11</label>
        <mixed-citation>Hogan, A., Blomqvist, E., Cochez, M., d’Amato, C., de Melo, G., Gutierrez, C., ... &amp; Zimmermann, A. (2022). Knowledge graphs. ACM Computing Surveys, 54(4), 1–37.</mixed-citation>
      </ref>
            <ref id="ref12">
        <label>12</label>
        <mixed-citation>Pan, S., Luo, L., Wang, Y., Chen, C., Wang, J., &amp; Wu, X. (2024). Unifying large language models and knowledge graphs: A roadmap. IEEE Transactions on Knowledge and Data Engineering, 36(7), 3180–3199.</mixed-citation>
      </ref>
            <ref id="ref13">
        <label>13</label>
        <mixed-citation>Zhao, Y., Zhang, X., &amp; Chen, H. (2023). Graph-based retrieval-augmented generation for structured factual reasoning. Proceedings of the Association for Computational Linguistics (ACL), 1420–1435.</mixed-citation>
      </ref>
            <ref id="ref14">
        <label>14</label>
        <mixed-citation>Chen, H., &amp; Xu, L. (2024). Knowledge graph-augmented retrieval for domain-specific large language models: A survey. IEEE Transactions on Knowledge and Data Engineering, 36(2), 845–861.</mixed-citation>
      </ref>
            <ref id="ref15">
        <label>15</label>
        <mixed-citation>Agrawal, A., Sansford, R., &amp; Taylor, P. (2024). GraphRAG: Leveraging graph-based efficiency to minimize hallucinations in LLM-driven document retrieval. ACL Anthology / GenAI K-1, 54–68.</mixed-citation>
      </ref>
          </ref-list>
  </back>
  
</article>
