paper-with-me

Papers

Building Specialized Software-Assistant ChatBot with Graph-Based Retrieval-Augmented Generation

2025-11-07 · Mohammed Hilel, Yannis Karmim, Jean De Bodinat, Reda Sarehane, Antoine Gillon arxiv

Digital Adoption Platforms (DAPs) have become essential tools for helping employees navigate complex enterprise software such as CRM, ERP, or HRMS systems. Companies like LemonLearning have shown how digital guidance can reduce training costs and accelerate onboarding. However, building and maintaining these interactive guides still requires extensive manual effort. Leveraging Large Language Models as virtual assistants is an appealing alternative, yet without a structured understanding of the target software, LLMs often hallucinate and produce unreliable answers. Moreover, most production-grade LLMs are black-box APIs, making fine-tuning impractical due to the lack of access to model weights. In this work, we introduce a Graph-based Retrieval-Augmented Generation framework that automatically converts enterprise web applications into state-action knowledge graphs, enabling LLMs to generate grounded and context-aware assistance. The framework was co-developed with the AI enterprise RAKAM, in collaboration with Lemon Learning. We detail the engineering pipeline that extracts and structures software interfaces, the design of the graph-based retrieval process, and the integration of our approach into production DAP workflows. Finally, we discuss scalability, robustness, and deployment lessons learned from industrial use cases.

📄 PDF Abstract BibTeX arXiv:2511.05297

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Graphs

Similar Papers 제목 키워드 기반

Seq2Seq Model-Based Chatbot with LSTM and Attention Mechanism for Enhanced User Interaction

2024-12-27 · Lamya Benaddi, Charaf Ouaddi, Adnane Souha, Abdeslam Jakimi 외

A chatbot is an intelligent software application that automates conversations and engages users in natural language through messaging platforms. Leveraging artificial intelligence (AI), chatbots serve various functions, …

ChatbotDecoder

Architecture for a Trustworthy Quantum Chatbot

2025-03-06 · Yaiza Aragonés-Soria, Manuel Oriol

Large language model (LLM)-based tools such as ChatGPT seem useful for classical programming assignments. The more specialized the field, the more likely they lack reliability because of the lack of data to train them. I…

ChatbotLarge Language ModelQuestion AnsweringText Generation

Towardseffective teaching assistants: From intent-based chatbots to LLM-poweredteachingassistants

2024-08-20 · Natural Language Processing Journal 8 (2024) 100101 2024 8 · Bashaer Alsafaria, C, ∗, Eric Atwella 외

As chatbot technology undergoes a transformative phase in the era of artificial intelligence (AI), the integration of advanced AI models emerges as a focal point for reshaping conversational agents within the education s…

Answer GenerationChatbotLarge Language ModelQuestion-Answer-Generation+1

SafeChat: A Framework for Building Trustworthy Collaborative Assistants and a Case Study of its Usefulness

2025-04-08 · Biplav Srivastava, Kausik Lakkaraju, Nitin Gupta, Vansh Nagpal 외

Collaborative assistants, or chatbots, are data-driven decision support systems that enable natural interaction for task completion. While they can meet critical needs in modern society, concerns about their reliability …

ChatbotExtractive SummarizationInformation RetrievalLarge Language Model+1

CelloAI: Leveraging Large Language Models for HPC Software Development in High Energy Physics

2025-08-22 · Mohammad Atif, Kriti Chopra, Ozgur Kilic, Tianle Wang 외 arxiv

Next-generation High Energy Physics (HEP) experiments will generate unprecedented data volumes, necessitating High Performance Computing (HPC) integration alongside traditional high-throughput computing. However, HPC ado…

Code Generation