CLAIMay 19, 2021

Retrieval-Augmented Transformer-XL for Close-Domain Dialog Generation

arXiv:2105.09235v118 citations
Originality Incremental advance
AI Analysis

This work addresses dialog generation for customer service applications, presenting an incremental improvement over existing methods.

The paper tackles multi-turn dialog response generation by augmenting a transformer-based model with a retrieval mechanism using k-Nearest Neighbor search, achieving better BLEU scores on Taskmaster-1 and a proprietary customer service dataset compared to strong baselines.

Transformer-based models have demonstrated excellent capabilities of capturing patterns and structures in natural language generation and achieved state-of-the-art results in many tasks. In this paper we present a transformer-based model for multi-turn dialog response generation. Our solution is based on a hybrid approach which augments a transformer-based generative model with a novel retrieval mechanism, which leverages the memorized information in the training data via k-Nearest Neighbor search. Our system is evaluated on two datasets made by customer/assistant dialogs: the Taskmaster-1, released by Google and holding high quality, goal-oriented conversational data and a proprietary dataset collected from a real customer service call center. Both achieve better BLEU scores over strong baselines.

Foundations

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

Your Notes