CLAIMay 24, 2023

DialogVCS: Robust Natural Language Understanding in Dialogue System Upgrade

arXiv:2305.14751v132 citations
AI Analysis

This addresses a domain-specific problem for dialogue system developers, but it is incremental as it focuses on a new benchmark and baseline models for an existing challenge.

The paper tackles the problem of robust natural language understanding in dialogue system upgrades, where new intents with semantic entanglement impair model performance, and results show that semantically entangled intents can be effectively recognized with an automatic workflow.

In the constant updates of the product dialogue systems, we need to retrain the natural language understanding (NLU) model as new data from the real users would be merged into the existent data accumulated in the last updates. Within the newly added data, new intents would emerge and might have semantic entanglement with the existing intents, e.g. new intents that are semantically too specific or generic are actually subset or superset of some existing intents in the semantic space, thus impairing the robustness of the NLU model. As the first attempt to solve this problem, we setup a new benchmark consisting of 4 Dialogue Version Control dataSets (DialogVCS). We formulate the intent detection with imperfect data in the system update as a multi-label classification task with positive but unlabeled intents, which asks the models to recognize all the proper intents, including the ones with semantic entanglement, in the inference. We also propose comprehensive baseline models and conduct in-depth analyses for the benchmark, showing that the semantically entangled intents can be effectively recognized with an automatic workflow.

Foundations

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

Your Notes