CLAIAug 16, 2023

Enhancing Performance on Seen and Unseen Dialogue Scenarios using Retrieval-Augmented End-to-End Task-Oriented System

Salesforce
arXiv:2308.08169v1192 citationsh-index: 112
Originality Incremental advance
AI Analysis

This work addresses the need for adaptable dialogue systems in task-oriented applications, though it is incremental as it builds on existing pre-trained models with a cache mechanism.

The paper tackled the problem of making end-to-end task-oriented dialogue systems more flexible for both existing and unseen scenarios by using a retrieval-augmented cache, resulting in a 6.7% improvement in non-empty joint goal accuracy compared to strong baselines.

End-to-end task-oriented dialogue (TOD) systems have achieved promising performance by leveraging sophisticated natural language understanding and natural language generation capabilities of pre-trained models. This work enables the TOD systems with more flexibility through a simple cache. The cache provides the flexibility to dynamically update the TOD systems and handle both existing and unseen dialogue scenarios. Towards this end, we first fine-tune a retrieval module to effectively retrieve the most relevant information entries from the cache. We then train end-to-end TOD models that can refer to and ground on both dialogue history and retrieved information during TOD generation. The cache is straightforward to construct, and the backbone models of TOD systems are compatible with existing pre-trained generative models. Extensive experiments demonstrate the superior performance of our framework, with a notable improvement in non-empty joint goal accuracy by 6.7% compared to 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