ResearchTrend.AI
  • Papers
  • Communities
  • Events
  • Blog
  • Pricing
Papers
Communities
Social Events
Terms and Conditions
Pricing
Parameter LabParameter LabTwitterGitHubLinkedInBlueskyYoutube

© 2025 ResearchTrend.AI, All rights reserved.

  1. Home
  2. Papers
  3. 2505.13006
39
0

Evaluating the Performance of RAG Methods for Conversational AI in the Airport Domain

19 May 2025
Yuyang Li
Philip J.M. Kerbusch
Raimon H.R. Pruim
Tobias Käfer
ArXivPDFHTML
Abstract

Airports from the top 20 in terms of annual passengers are highly dynamic environments with thousands of flights daily, and they aim to increase the degree of automation. To contribute to this, we implemented a Conversational AI system that enables staff in an airport to communicate with flight information systems. This system not only answers standard airport queries but also resolves airport terminology, jargon, abbreviations, and dynamic questions involving reasoning. In this paper, we built three different Retrieval-Augmented Generation (RAG) methods, including traditional RAG, SQL RAG, and Knowledge Graph-based RAG (Graph RAG). Experiments showed that traditional RAG achieved 84.84% accuracy using BM25 + GPT-4 but occasionally produced hallucinations, which is risky to airport safety. In contrast, SQL RAG and Graph RAG achieved 80.85% and 91.49% accuracy respectively, with significantly fewer hallucinations. Moreover, Graph RAG was especially effective for questions that involved reasoning. Based on our observations, we thus recommend SQL RAG and Graph RAG are better for airport environments, due to fewer hallucinations and the ability to handle dynamic questions.

View on arXiv
@article{li2025_2505.13006,
  title={ Evaluating the Performance of RAG Methods for Conversational AI in the Airport Domain },
  author={ Yuyang Li and Philip J.M. Kerbusch and Raimon H.R. Pruim and Tobias Käfer },
  journal={arXiv preprint arXiv:2505.13006},
  year={ 2025 }
}
Comments on this paper