Convolutional Interaction Network for Natural Language Inference

Jingjing Gong,Xipeng Qiu,Xinchi Chen,Dong Liang,Xuanjing Huang
DOI: https://doi.org/10.18653/v1/d18-1186
2018-01-01
Abstract:Attention-based neural models have achieved great success in natural language inference (NLI). In this paper, we propose the Convolutional Interaction Network (CIN), a general model to capture the interaction between two sentences, which can be an alternative to the attention mechanism for NLI. Specifically, CIN encodes one sentence with the filters dynamically generated based on another sentence. Since the filters may be designed to have various numbers and sizes, CIN can capture more complicated interaction patterns. Experiments on three large datasets demonstrate CIN’s efficacy.
What problem does this paper attempt to address?