paper-with-me

Papers

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 DBLP, DBpedia, and YAGO. Traditionally, dialogue benchmarks have been manually created from documents, neglecting the potential of KGs in automating this process. Some question-answering benchmarks are automatically generated using extensive preprocessing from KGs, but they do not support dialogue generation. This paper introduces Chatty-Gen, a novel multi-stage retrieval-augmented generation platform for automatically generating high-quality dialogue benchmarks tailored to a specific domain using a KG. Chatty-Gen decomposes the generation process into manageable stages and uses assertion rules for automatic validation between stages. Our approach enables control over intermediate results to prevent time-consuming restarts due to hallucinations. It also reduces reliance on costly and more powerful commercial LLMs. Chatty-Gen eliminates upfront processing of the entire KG using efficient query-based retrieval to find representative subgraphs based on the dialogue context. Our experiments with several real and large KGs demonstrate that Chatty-Gen significantly outperforms state-of-the-art systems and ensures consistent model and system performance across multiple LLMs of diverse capabilities, such as GPT-4o, Gemini 1.5, Llama 3, and Mistral.

📄 PDF Abstract BibTeX arXiv:2501.09928

Code (1)

cods-gcs/chatty-gen 공식 구현

Tasks

Dialogue GenerationKnowledge GraphsQuestion AnsweringRetrievalRetrieval-augmented Generation

Methods 이 논문이 사용한 방법론

LLaMA LLaMA is a collection of foundation language models ranging from 7B to 65B parameters. It is based on the transformer architecture with various improvements that were…

Similar Papers 제목 키워드 기반

Knowledge Graph-Augmented Language Models for Knowledge-Grounded Dialogue Generation

2023-05-30 · Minki Kang, Jin Myung Kwak, Jinheon Baek, Sung Ju Hwang

Language models have achieved impressive performances on dialogue generation tasks. However, when generating responses for a conversation that requires factual knowledge, they are far from perfect, due to an absence of m…

Contrastive LearningDialogue GenerationKnowledge GraphsRetrieval+2

DyKgChat: Benchmarking Dialogue Generation Grounding on Dynamic Knowledge Graphs

2019-10-01 · IJCNLP 2019 11 · Yi-Lin Tuan, Yun-Nung Chen, Hung-Yi Lee

Data-driven, knowledge-grounded neural conversation models are capable of generating more informative responses. However, these models have not yet demonstrated that they can zero-shot adapt to updated, unseen knowledge …

BenchmarkingDialogue GenerationKnowledge Graphs

Using a KG-Copy Network for Non-Goal Oriented Dialogues

2019-10-17 · Debanjan Chaudhuri, Md Rashad Al Hasan Rony, Simon Jordan, Jens Lehmann

Non-goal oriented, generative dialogue systems lack the ability to generate answers with grounded facts. A knowledge graph can be considered an abstraction of the real world consisting of well-grounded facts. This paper …

Knowledge GraphsResponse Generation

Variational Reasoning over Incomplete Knowledge Graphs for Conversational Recommendation

2022-12-22 · XiaoYu Zhang, Xin Xin, Dongdong Li, Wenxuan Liu 외

Conversational recommender systems (CRSs) often utilize external knowledge graphs (KGs) to introduce rich semantic information and recommend relevant items through natural language dialogues. However, original KGs employ…

Conversational RecommendationKnowledge GraphsRecommendation Systems

Zero-Resource Knowledge-Grounded Dialogue Generation

2020-08-29 · NeurIPS 2020 12 · Linxiao Li, Can Xu, Wei Wu, Yufan Zhao 외

While neural conversation models have shown great potentials towards generating informative and engaging responses via introducing external knowledge, learning such a model often requires knowledge-grounded dialogues tha…

Dialogue Generation