MPCNN-sentence-similarity-tensorflow icon indicating copy to clipboard operation
MPCNN-sentence-similarity-tensorflow copied to clipboard

Does the two papers has the same idea?

Open SeekPoint opened this issue 7 years ago • 1 comments

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?

SeekPoint avatar Feb 07 '18 02:02 SeekPoint

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.

lc222 avatar Feb 08 '18 07:02 lc222