ZDstandup / MPCNN-sentence-similarity-tensorflow

Multi-Perspective Sentence Similarity Modeling with Convolution Neural Networks论文实现

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MPCNN-sentence-similarity-tensorflow

this is the tensorflow code of the paper:"Multi-Perspective Sentence Similarity Modeling with Convolution Neural Networks." && “UMD-TTIC-UW at SemEval-2016 Task 1: Attention-Based Multi-Perspective Convolutional Neural Networks for Textual Similarity Measurement”

to run, you should have python2.7 and tensorflow 1.0 what's more, you should download the glove word2vec file: http://nlp.stanford.edu/data/glove.6B.zip

also you can watch my blog of this, there are test result in the third blog. but the acc is not good, about 70%, it need to be improved: http://blog.csdn.net/liuchonge/article/details/62424805 http://blog.csdn.net/liuchonge/article/details/64128870 http://blog.csdn.net/liuchonge/article/details/64440110

About

Multi-Perspective Sentence Similarity Modeling with Convolution Neural Networks论文实现


Languages

Language:Python 94.0%Language:Perl 6.0%