epfml / sent2vec

General purpose unsupervised sentence representations
Other
1.19k stars 256 forks source link

No similar sentences returned when using fasttext to search for nearest neighbours #29

Closed Crista23 closed 6 years ago

Crista23 commented 6 years ago

When using fasttext search for the nearest neighbours, there are cases when no similar sentence is retrieved even though an identical sentence with the one I am feeding as input already exists in the collection of sentences I am searching for. What is the explanation for this, in which scenarios does this occur? Is this a limitation of the model or a bug?

guptaprkhr commented 6 years ago

Can you tell me the training details? I was unable to reproduce the bug locally.