piskvorky / gensim

Topic Modelling for Humans
https://radimrehurek.com/gensim
GNU Lesser General Public License v2.1
15.46k stars 4.37k forks source link

Monte Carlo Word Mover Distance #1257

Open robotcator opened 7 years ago

robotcator commented 7 years ago

This repo have an implementation of Monte Carlo Word Movers Distance in Python with TensorFlow. Would it be integrated as a new feature in gensim?

gojomo commented 7 years ago

What kind of tasks does it work well on? Is there a paper/evaluation highlighting its advantages?

robotcator commented 7 years ago

@gojomo No, I just found it on a post and didn't find any paper about it.

tmylk commented 7 years ago

It would be a very nice addition if it works faster than current Gensim's WMD

piskvorky commented 6 years ago

@menshikh-iv this should be a nice Incubator project (the current WMD is somewhat hard to find and use -- Google doesn't even return Gensim at all!).