CLOct 17, 2022

Sequential Topic Selection Model with Latent Variable for Topic-Grounded Dialogue

Microsoft
arXiv:2210.08801v1292 citationsh-index: 30
Originality Incremental advance
AI Analysis

This work addresses a bottleneck in topic-grounded dialogue systems for improving conversational AI, though it appears incremental as it builds on existing topic prediction methods.

The paper tackles the problem of topic prediction in dialogue systems by exploiting topic transitions across all conversations rather than just the current conversation, resulting in a model that outperforms competitive baselines on both prediction and generation tasks.

Recently, topic-grounded dialogue system has attracted significant attention due to its effectiveness in predicting the next topic to yield better responses via the historical context and given topic sequence. However, almost all existing topic prediction solutions focus on only the current conversation and corresponding topic sequence to predict the next conversation topic, without exploiting other topic-guided conversations which may contain relevant topic-transitions to current conversation. To address the problem, in this paper we propose a novel approach, named Sequential Global Topic Attention (SGTA) to exploit topic transition over all conversations in a subtle way for better modeling post-to-response topic-transition and guiding the response generation to the current conversation. Specifically, we introduce a latent space modeled as a Multivariate Skew-Normal distribution with hybrid kernel functions to flexibly integrate the global-level information with sequence-level information, and predict the topic based on the distribution sampling results. We also leverage a topic-aware prior-posterior approach for secondary selection of predicted topics, which is utilized to optimize the response generation task. Extensive experiments demonstrate that our model outperforms competitive baselines on prediction and generation tasks.

Foundations

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

Your Notes