CLAILGOct 18, 2019

Unsupervised Context Rewriting for Open Domain Conversation

arXiv:1910.08282v21007 citations
Originality Incremental advance
AI Analysis

This work addresses context modeling for open-domain conversational AI, but it appears incremental as it builds upon existing methods like CopyNet and reinforcement learning.

The paper tackles the problem of context modeling in open-domain conversation by proposing an explicit context rewriting method that rewrites the last utterance using context history, resulting in improved rewriting quality, multi-turn response generation, and end-to-end retrieval-based chatbots as shown in empirical results.

Context modeling has a pivotal role in open domain conversation. Existing works either use heuristic methods or jointly learn context modeling and response generation with an encoder-decoder framework. This paper proposes an explicit context rewriting method, which rewrites the last utterance by considering context history. We leverage pseudo-parallel data and elaborate a context rewriting network, which is built upon the CopyNet with the reinforcement learning method. The rewritten utterance is beneficial to candidate retrieval, explainable context modeling, as well as enabling to employ a single-turn framework to the multi-turn scenario. The empirical results show that our model outperforms baselines in terms of the rewriting quality, the multi-turn response generation, and the end-to-end retrieval-based chatbots.

Foundations

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

Your Notes