CLLGNEMLJan 28, 2020

Incorporating Joint Embeddings into Goal-Oriented Dialogues with Multi-Task Learning

arXiv:2001.10468v18 citations
AI Analysis

This work addresses the challenge of incorporating knowledge graphs and user intent into dialogue systems for more accurate and context-aware responses, though it appears incremental in its approach.

The authors tackled the problem of stateful knowledge integration in goal-oriented dialogue systems by proposing an RNN-based encoder-decoder model with joint embeddings and multi-task learning, resulting in improved performance as measured by BLEU scores.

Attention-based encoder-decoder neural network models have recently shown promising results in goal-oriented dialogue systems. However, these models struggle to reason over and incorporate state-full knowledge while preserving their end-to-end text generation functionality. Since such models can greatly benefit from user intent and knowledge graph integration, in this paper we propose an RNN-based end-to-end encoder-decoder architecture which is trained with joint embeddings of the knowledge graph and the corpus as input. The model provides an additional integration of user intent along with text generation, trained with a multi-task learning paradigm along with an additional regularization technique to penalize generating the wrong entity as output. The model further incorporates a Knowledge Graph entity lookup during inference to guarantee the generated output is state-full based on the local knowledge graph provided. We finally evaluated the model using the BLEU score, empirical evaluation depicts that our proposed architecture can aid in the betterment of task-oriented dialogue system`s performance.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes