paper-with-me

Papers

Space Efficient Context Encoding for Non-Task-Oriented Dialogue Generation with Graph Attention Transformer

2021-08-01 · ACL 2021 5 · Fabian Galetzka, Jewgeni Rose, David Schlangen, Jens Lehmann

To improve the coherence and knowledge retrieval capabilities of non-task-oriented dialogue systems, recent Transformer-based models aim to integrate fixed background context. This often comes in the form of knowledge graphs, and the integration is done by creating pseudo utterances through paraphrasing knowledge triples, added into the accumulated dialogue context. However, the context length is fixed in these architectures, which restricts how much background or dialogue context can be kept. In this work, we propose a more concise encoding for background context structured in the form of knowledge graphs, by expressing the graph connections through restrictions on the attention weights. The results of our human evaluation show that this encoding reduces space requirements without negative effects on the precision of reproduction of knowledge and perceived consistency. Further, models trained with our proposed context encoding generate dialogues that are judged to be more comprehensive and interesting.

📄 PDF Abstract BibTeX

Code (1)

fabiangal/space-efficient-context-encoding-acl21 공식 구현 pytorch

Tasks

Dialogue GenerationGraph AttentionKnowledge GraphsRetrievalTask-Oriented Dialogue Systems

Similar Papers 제목 키워드 기반

An Efficient Approach to Encoding Context for Spoken Language Understanding

2018-07-01 · Raghav Gupta, Abhinav Rastogi, Dilek Hakkani-Tur

In task-oriented dialogue systems, spoken language understanding, or SLU, refers to the task of parsing natural language user utterances into semantic frames. Making use of context from prior dialogue history holds the k…

Computational EfficiencySpoken Language UnderstandingTask-Oriented Dialogue Systems

LAVA: Latent Action Spaces via Variational Auto-encoding for Dialogue Policy Optimization

2020-11-18 · COLING 2020 8 · Nurul Lubis, Christian Geishauser, Michael Heck, Hsien-Chin Lin 외

Reinforcement learning (RL) can enable task-oriented dialogue systems to steer the conversation towards successful task completion. In an end-to-end setting, a response can be constructed in a word-level sequential decis…

Decision MakingReinforcement Learning (RL)Sequential Decision MakingTask-Oriented Dialogue Systems

Sequential Dialogue Context Modeling for Spoken Language Understanding

2017-05-08 · WS 2017 8 · Ankur Bapna, Gokhan Tur, Dilek Hakkani-Tur, Larry Heck

Spoken Language Understanding (SLU) is a key component of goal oriented dialogue systems that would parse user utterances into semantic frame representations. Traditionally SLU does not utilize the dialogue history beyon…

Goal-Oriented Dialogue SystemsSpoken Language Understanding

Schema-Guided User Satisfaction Modeling for Task-Oriented Dialogues

2023-05-26 · Yue Feng, Yunlong Jiao, Animesh Prasad, Nikolaos Aletras 외

User Satisfaction Modeling (USM) is one of the popular choices for task-oriented dialogue systems evaluation, where user satisfaction typically depends on whether the user's task goals were fulfilled by the system. Task-…

AttributeLanguage ModellingTask-Oriented Dialogue Systems

BootTOD: Bootstrap Task-oriented Dialogue Representations by Aligning Diverse Responses

2024-03-02 · Weihao Zeng, Keqing He, Yejie Wang, Dayuan Fu 외

Pre-trained language models have been successful in many scenarios. However, their usefulness in task-oriented dialogues is limited due to the intrinsic linguistic differences between general text and task-oriented dialo…

Diversity