paper-with-me

Papers

From Documents to Dialogue: Building KG-RAG Enhanced AI Assistants

2025-02-21 · Manisha Mukherjee, Sungchul Kim, Xiang Chen, Dan Luo, Tong Yu, Tung Mai

The Adobe Experience Platform AI Assistant is a conversational tool that enables organizations to interact seamlessly with proprietary enterprise data through a chatbot. However, due to access restrictions, Large Language Models (LLMs) cannot retrieve these internal documents, limiting their ability to generate accurate zero-shot responses. To overcome this limitation, we use a Retrieval-Augmented Generation (RAG) framework powered by a Knowledge Graph (KG) to retrieve relevant information from external knowledge sources, enabling LLMs to answer questions over private or previously unseen document collections. In this paper, we propose a novel approach for building a high-quality, low-noise KG. We apply several techniques, including incremental entity resolution using seed concepts, similarity-based filtering to deduplicate entries, assigning confidence scores to entity-relation pairs to filter for high-confidence pairs, and linking facts to source documents for provenance. Our KG-RAG system retrieves relevant tuples, which are added to the user prompts context before being sent to the LLM generating the response. Our evaluation demonstrates that this approach significantly enhances response relevance, reducing irrelevant answers by over 50% and increasing fully relevant answers by 88% compared to the existing production system.

📄 PDF Abstract BibTeX arXiv:2502.15237

Code (0)

등록된 구현이 없습니다.

Tasks

ChatbotEntity ResolutionRAGRetrieval-augmented Generation

Similar Papers 제목 키워드 기반

ConvLab-3: A Flexible Dialogue System Toolkit Based on a Unified Data Format

2022-11-30 · Qi Zhu, Christian Geishauser, Hsien-Chin Lin, Carel van Niekerk 외

Task-oriented dialogue (TOD) systems function as digital assistants, guiding users through various tasks such as booking flights or finding restaurants. Existing toolkits for building TOD systems often fall short of in d…

Reinforcement Learning (RL)Transfer Learning

Towards Scalable Multi-domain Conversational Agents: The Schema-Guided Dialogue Dataset

2019-09-12 · Abhinav Rastogi, Xiaoxue Zang, Srinivas Sunkara, Raghav Gupta 외

Virtual assistants such as Google Assistant, Alexa and Siri provide a conversational interface to a large number of services and APIs spanning multiple domains. Such systems need to support an ever-increasing number of s…

16kDialogue State TrackingResponse GenerationSlot Filling+1

The Task2Dial Dataset: A Novel Dataset for Commonsense-enhanced Task-based Dialogue Grounded in Documents

2021-11-01 · ICNLSP 2021 11 · Carl Strathearn, Dimitra Gkatzia

HiMeS: Hippocampus-inspired Memory System for Personalized AI Assistants

2026-01-06 · Hailong Li, Feifei Li, Wenhui Que, Xingyu Fan arxiv

Large language models (LLMs) power many interactive systems such as chatbots, customer-service agents, and personal assistants. In knowledge-intensive scenarios requiring user-specific personalization, conventional retri…

Reinforcement Learning

RPS: Information Elicitation with Reinforcement Prompt Selection

2026-04-15 · Tao Wang, Jingyao Lu, Xibo Wang, Haonan Huang 외 arxiv

Large language models (LLMs) have shown remarkable capabilities in dialogue generation and reasoning, yet their effectiveness in eliciting user-known but concealed information in open-ended conversations remains limited.…

Reinforcement LearningDialogue Generation