Bilateral Multi-Perspective Matching for Natural Language Sentences
Zhiguo Wang, Wael Hamza, Radu Florian

TL;DR
This paper introduces a bilateral multi-perspective matching model for natural language sentence matching, leveraging bidirectional encoding and multiple matching perspectives to improve performance across various NLP tasks.
Contribution
It proposes a novel bilateral multi-perspective matching framework that enhances sentence matching accuracy by considering multiple matching directions and perspectives.
Findings
Achieves state-of-the-art results on paraphrase identification.
Outperforms previous models on natural language inference.
Excels in answer sentence selection tasks.
Abstract
Natural language sentence matching is a fundamental technology for a variety of tasks. Previous approaches either match sentences from a single direction or only apply single granular (word-by-word or sentence-by-sentence) matching. In this work, we propose a bilateral multi-perspective matching (BiMPM) model under the "matching-aggregation" framework. Given two sentences and , our model first encodes them with a BiLSTM encoder. Next, we match the two encoded sentences in two directions and . In each matching direction, each time step of one sentence is matched against all time-steps of the other sentence from multiple perspectives. Then, another BiLSTM layer is utilized to aggregate the matching results into a fix-length matching vector. Finally, based on the matching vector, the decision is made through a fully connected layer. We evaluate our…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Advanced Text Analysis Techniques
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory · Bidirectional LSTM
