Syntax-based deep matching of short texts

Mingxuan Wang, Zhengdong Lu, Hang Li, Qun Liu

AAAI, 2015


Abstract
Many tasks in natural language processing, ranging from machine translation to question answering, can be reduced to the problem of matching two sentences or more generally two short texts. We propose a new approach to the problem, called Deep Match Tree (DeepMatch ), under a general setting. The approach consists of two components, 1) a mining algorithm to discover patterns for matching two short-texts, defined in the product space of dependency trees, and 2) a deep neural network for matching short texts using the mined patterns, as well as a learning algorithm to build the network having a sparse structure. We test our algorithm on the problem of matching a tweet and a response in social media, a hard matching problem proposed in Wang et al., 2013, and show that DeepMatch can outperform a number of competitor models including one without using dependency trees and one based on word-embedding, all with large margins

Please cite as:

@article{wang2015syntax,
  title={Syntax-based deep matching of short texts},
  author={Wang, Mingxuan and Lu, Zhengdong and Li, Hang and Liu, Qun},
  journal={arXiv preprint arXiv:1503.02427},
  year={2015}
}