lc222 / MPCNN-sentence-similarity-tensorflow

Multi-Perspective Sentence Similarity Modeling with Convolution Neural Networks论文实现
69 stars 27 forks source link

Does the two papers has the same idea? #6

Open SeekPoint opened 6 years ago

SeekPoint commented 6 years ago

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”

or which 'code/run cmd' for each other?

lc222 commented 6 years ago

The two papers have the same idea, but the second one added the idea of attention. And I achieved the attention function in the model.py file. You should read these paper to know their detail.