paper-with-me

홈 › Papers

A Graph-to-Text Approach to Knowledge-Grounded Response Generation in Human-Robot Interaction

2023-11-03 · Nicholas Thomas Walker, Stefan Ultes, Pierre Lison

Knowledge graphs are often used to represent structured information in a flexible and efficient manner, but their use in situated dialogue remains under-explored. This paper presents a novel conversational model for human--robot interaction that rests upon a graph-based representation of the dialogue state. The knowledge graph representing the dialogue state is continuously updated with new observations from the robot sensors, including linguistic, situated and multimodal inputs, and is further enriched by other modules, in particular for spatial understanding. The neural conversational model employed to respond to user utterances relies on a simple but effective graph-to-text mechanism that traverses the dialogue state graph and converts the traversals into a natural language form. This conversion of the state graph into text is performed using a set of parameterized functions, and the values for those parameters are optimized based on a small set of Wizard-of-Oz interactions. After this conversion, the text representation of the dialogue state graph is included as part of the prompt of a large language model used to decode the agent response. The proposed approach is empirically evaluated through a user study with a humanoid robot that acts as conversation partner to evaluate the impact of the graph-to-text mechanism on the response generation. After moving a robot along a tour of an indoor environment, participants interacted with the robot using spoken dialogue and evaluated how well the robot was able to answer questions about what the robot observed during the tour. User scores show a statistically significant improvement in the perceived factuality of the robot responses when the graph-to-text approach is employed, compared to a baseline using inputs structured as semantic triples.

📄 PDF Abstract BibTeX arXiv:2311.16137

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge GraphsLanguage ModellingLarge Language ModelResponse Generation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Building Knowledge-Grounded Dialogue Systems with Graph-Based Semantic Modeling

2022-04-27 · Yizhe Yang, Heyan Huang, Yang Gao, Jiawei Li and

The knowledge-grounded dialogue task aims to generate responses that convey information from given knowledge documents. However, it is a challenge for the current sequence-based model to acquire knowledge from complex do…

Dialogue GenerationResponse GenerationText Generation

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

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

EARL: Informative Knowledge-Grounded Conversation Generation with Entity-Agnostic Representation Learning

2021-11-01 · EMNLP 2021 11 · Hao Zhou, Minlie Huang, Yong liu, Wei Chen 외

Generating informative and appropriate responses is challenging but important for building human-like dialogue systems. Although various knowledge-grounded conversation models have been proposed, these models have limita…

Knowledge GraphsRepresentation Learning

Grounding Dialogue Systems via Knowledge Graph Aware Decoding with Pre-trained Transformers

2021-03-30 · Debanjan Chaudhuri, Md Rashad Al Hasan Rony, Jens Lehmann

Generating knowledge grounded responses in both goal and non-goal oriented dialogue systems is an important research challenge. Knowledge Graphs (KG) can be viewed as an abstraction of the real world, which can potential…

Dialogue GenerationGoal-Oriented Dialogue SystemsKnowledge GraphsResponse Generation