Achieving Fluency and Coherency in Task-oriented Dialog
Rashmi Gangadharaiah, Balakrishnan Narayanaswamy, Charles Elkan

TL;DR
This paper presents a hybrid approach combining nearest neighbor and Seq2Seq models to improve fluency, coherence, and accuracy of external actions in task-oriented dialog systems, especially for customer support.
Contribution
It introduces a hybrid model that leverages neural embeddings and nearest neighbor techniques to enhance response fluency and external action accuracy in real-world dialog settings.
Findings
78% improvement in fluency scores
130% improvement in external action accuracy
Effective for script-driven customer support dialogs
Abstract
We consider real world task-oriented dialog settings, where agents need to generate both fluent natural language responses and correct external actions like database queries and updates. We demonstrate that, when applied to customer support chat transcripts, Sequence to Sequence (Seq2Seq) models often generate short, incoherent and ungrammatical natural language responses that are dominated by words that occur with high frequency in the training data. These phenomena do not arise in synthetic datasets such as bAbI, where we show Seq2Seq models are nearly perfect. We develop techniques to learn embeddings that succinctly capture relevant information from the dialog history, and demonstrate that nearest neighbor based approaches in this learned neural embedding space generate more fluent responses. However, we see that these methods are not able to accurately predict when to execute an…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSpeech and dialogue systems · Topic Modeling · Multi-Agent Systems and Negotiation
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory · Sequence to Sequence
