English

Sentence Similarity Learning by Lexical Decomposition and Composition

Computation and Language 2017-07-18 v2

Abstract

Most conventional sentence similarity methods only focus on similar parts of two input sentences, and simply ignore the dissimilar parts, which usually give us some clues and semantic meanings about the sentences. In this work, we propose a model to take into account both the similarities and dissimilarities by decomposing and composing lexical semantics over sentences. The model represents each word as a vector, and calculates a semantic matching vector for each word based on all words in the other sentence. Then, each word vector is decomposed into a similar component and a dissimilar component based on the semantic matching vector. After this, a two-channel CNN model is employed to capture features by composing the similar and dissimilar components. Finally, a similarity score is estimated over the composed feature vectors. Experimental results show that our model gets the state-of-the-art performance on the answer sentence selection task, and achieves a comparable result on the paraphrase identification task.

Keywords

Cite

@article{arxiv.1602.07019,
  title  = {Sentence Similarity Learning by Lexical Decomposition and Composition},
  author = {Zhiguo Wang and Haitao Mi and Abraham Ittycheriah},
  journal= {arXiv preprint arXiv:1602.07019},
  year   = {2017}
}

Comments

In Proceedings of Coling 2016

R2 v1 2026-06-22T12:55:38.575Z