amansrivastava17 / lstm-siamese-text-similarity

⚛️ It is keras based implementation of siamese architecture using lstm encoders to compute text similarity
MIT License
282 stars 88 forks source link

What are the "leaks features"? #6

Closed sainimohit23 closed 5 years ago

sainimohit23 commented 5 years ago

I was trying to understand your code and I couldn't figured out what are "leaks features". I've read some papers about siamese text similarity and now I'm trying to implement character level or phrase based text similarity model.

iuria21 commented 5 years ago

Hi, I'm dealing with the same question. Could you help me with that please?