SOTAVerified

Multiway Attention Networks for Modeling Sentence Pairs

2018-07-01IJCAI 2018Code Available0· sign in to hype

Chuanqi Tan, Furu Wei, Wenhui Wang, Weifeng Lv, Ming Zhou

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Modeling sentence pairs plays the vital role for judging the relationship between two sentences, such as paraphrase identification, natural language inference, and answer sentence selection. Previous work achieves very promising results using neural networks with attention mechanism. In this paper, we propose the multiway attention networks which employ multiple attention functions to match sentence pairs under the matching-aggregation framework. Specifically, we design four attention functions to match words in corresponding sentences. Then, we aggregate the matching information from each function, and combine the information from all functions to obtain the final representation. Experimental results demonstrate that the proposed multiway attention networks improve the result on the Quora Question Pairs, SNLI, MultiNLI, and answer sentence selection task on the SQuAD dataset.

Tasks

Reproductions