paper-with-me

Papers

Chatty-KG: A Multi-Agent AI System for On-Demand Conversational Question Answering over Knowledge Graphs

2025-11-26 · Reham Omar, Abdelghny Orogat, Ibrahim Abdelaziz, Omij Mangukiya, Panos Kalnis, Essam Mansour arxiv

Conversational Question Answering over Knowledge Graphs (KGs) combines the factual grounding of KG-based QA with the interactive nature of dialogue systems. KGs are widely used in enterprise and domain applications to provide structured, evolving, and reliable knowledge. Large language models (LLMs) enable natural and context-aware conversations, but lack direct access to private and dynamic KGs. Retrieval-augmented generation (RAG) systems can retrieve graph content but often serialize structure, struggle with multi-turn context, and require heavy indexing. Traditional KGQA systems preserve structure but typically support only single-turn QA, incur high latency, and struggle with coreference and context tracking. To address these limitations, we propose Chatty-KG, a modular multi-agent system for conversational QA over KGs. Chatty-KG combines RAG-style retrieval with structured execution by generating SPARQL queries through task-specialized LLM agents. These agents collaborate for contextual interpretation, dialogue tracking, entity and relation linking, and efficient query planning, enabling accurate and low-latency translation of natural questions into executable queries. Experiments on large and diverse KGs show that Chatty-KG significantly outperforms state-of-the-art baselines in both single-turn and multi-turn settings, achieving higher F1 and P@1 scores. Its modular design preserves dialogue coherence and supports evolving KGs without fine-tuning or pre-processing. Evaluations with commercial (e.g., GPT-4o, Gemini-2.0) and open-weight (e.g., Phi-4, Gemma 3) LLMs confirm broad compatibility and stable performance. Overall, Chatty-KG unifies conversational flexibility with structured KG grounding, offering a scalable and extensible approach for reliable multi-turn KGQA.

📄 PDF Abstract BibTeX arXiv:2511.20940

Code (0)

등록된 구현이 없습니다.

Tasks

Conversational Question AnsweringNatural QuestionsKnowledge Graphs

Similar Papers 제목 키워드 기반

Improving a sequence-to-sequence nlp model using a reinforcement learning policy algorithm

2022-12-28 · Jabri Ismail, Aboulbichr Ahmed, El ouaazizi Aziza

Nowadays, the current neural network models of dialogue generation(chatbots) show great promise for generating answers for chatty agents. But they are short-sighted in that they predict utterances one at a time while dis…

ChatbotDeep Reinforcement LearningDialogue GenerationDiversity+4

The AICO Multimodal Corpus -- Data Collection and Preliminary Analyses

2020-05-01 · LREC 2020 5 · Kristiina Jokinen

This paper describes data collection and the first explorative research on the AICO Multimodal Corpus. The corpus contains eye-gaze, Kinect, and video recordings of human-robot and human-human interactions, and was colle…

Dialogue Benchmark Generation from Knowledge Graphs with Cost-Effective Retrieval-Augmented LLMs

2025-01-17 · Reham Omar, Omij Mangukiya, Essam Mansour

Dialogue benchmarks are crucial in training and evaluating chatbots engaging in domain-specific conversations. Knowledge graphs (KGs) represent semantically rich and well-organized data spanning various domains, such as …

Dialogue GenerationKnowledge GraphsQuestion AnsweringRetrieval+1

Improved Instruction Ordering in Recipe-Grounded Conversation

2023-05-26 · Duong Minh Le, Ruohao Guo, Wei Xu, Alan Ritter

In this paper, we study the task of instructional dialogue and focus on the cooking domain. Analyzing the generated output of the GPT-J model, we reveal that the primary challenge for a recipe-grounded dialog system is h…

Intent DetectionResponse Generation

Conversational Demand Response: Bidirectional Aggregator-Prosumer Coordination through Agentic AI

2026-03-06 · Reda El Makroum, Sebastian Zwickl-Bernhard, Lukas Kranzl, Hans Auer arxiv

Residential demand response depends on sustained prosumer participation, yet existing coordination is either fully automated, or limited to one-way dispatch signals and price alerts that offer little possibility for info…