Multi-Turn Response Selection for Chatbots with Deep Attention Matching Network

Human generates responses relying on semantic and functional dependencies, including coreference relation, among dialogue elements and their context. In this paper, we investigate matching a response with its multi-turn context using dependency information based entirely on attention. Our solution is inspired by the recently proposed Transformer in machine translation (Vaswani et al., 2017) and we extend the attention mechanism in two ways. First, we construct representations of text segments at different granularities solely with stacked self-attention. Second, we try to extract the truly matched segment pairs with attention across the context and response. We jointly introduce those two kinds of attention in one uniform neural network. Experiments on two large-scale multi-turn response selection tasks show that our proposed model significantly outperforms the state-of-the-art models.

PDF Abstract
Task Dataset Model Metric Name Metric Value Global Rank Benchmark
Conversational Response Selection Douban DAM MAP 0.550 # 15
MRR 0.601 # 14
P@1 0.427 # 14
R10@1 0.254 # 14
R10@2 0.410 # 15
R10@5 0.757 # 15
Conversational Response Selection RRS DAM R10@1 0.308 # 6
MAP 0.511 # 6
MRR 0.534 # 6
P@1 0.347 # 6
R10@2 0.457 # 6
R10@5 0.751 # 6

Results from Other Papers


Task Dataset Model Metric Name Metric Value Rank Source Paper Compare
Conversational Response Selection Ubuntu Dialogue (v1, Ranking) DAM R10@1 0.767 # 18
R10@2 0.874 # 18
R10@5 0.969 # 18
R2@1 0.938 # 8

Methods