CLSep 19, 2018

Latent Topic Conversational Models

arXiv:1809.07070v17 citations
Originality Incremental advance
AI Analysis

This addresses a key limitation in conversational AI for applications like chatbots, though it is an incremental improvement over existing latent variable models.

The paper tackles the problem of generating generic and repetitive responses in conversational modeling by proposing LTCM, which augments seq2seq with a neural latent topic component, resulting in diverse and interesting responses preferred in human evaluation.

Latent variable models have been a preferred choice in conversational modeling compared to sequence-to-sequence (seq2seq) models which tend to generate generic and repetitive responses. Despite so, training latent variable models remains to be difficult. In this paper, we propose Latent Topic Conversational Model (LTCM) which augments seq2seq with a neural latent topic component to better guide response generation and make training easier. The neural topic component encodes information from the source sentence to build a global "topic" distribution over words, which is then consulted by the seq2seq model at each generation step. We study in details how the latent representation is learnt in both the vanilla model and LTCM. Our extensive experiments contribute to better understanding and training of conditional latent models for languages. Our results show that by sampling from the learnt latent representations, LTCM can generate diverse and interesting responses. In a subjective human evaluation, the judges also confirm that LTCM is the overall preferred option.

Code Implementations1 repo
Foundations

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

Your Notes