Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Bilateral Multi-Perspective Matching for Natural Language Sentences

About

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 $P$ and $Q$, our model first encodes them with a BiLSTM encoder. Next, we match the two encoded sentences in two directions $P \rightarrow Q$ and $P \leftarrow Q$. 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 model on three tasks: paraphrase identification, natural language inference and answer sentence selection. Experimental results on standard benchmark datasets show that our model achieves the state-of-the-art performance on all tasks.

Zhiguo Wang, Wael Hamza, Radu Florian• 2017

Related benchmarks

TaskDatasetResultRank
Natural Language InferenceSNLI (test)
Accuracy88.8
694
Natural Language InferenceSNLI (train)
Accuracy93.2
154
Answer SelectionWikiQA (test)
MAP0.718
149
Multi-turn Response SelectionUbuntu Dialogue Corpus V1 (test)
R10@166.5
102
Paraphrase IdentificationQuora Question Pairs (test)
Accuracy88.2
72
Helpfulness PredictionLazada-MRHP Electronics
MAP74.4
19
Helpfulness PredictionAmazon-MRHP Clothing
MAP57.7
19
Helpfulness PredictionAmazon-MRHP Electronics
MAP52.3
19
Helpfulness PredictionAmazon-MRHP Home
MAP56.6
19
Helpfulness PredictionLazada-MRHP Clothing
MAP60
19
Showing 10 of 22 rows

Other info

Code

Follow for update