piskvorky / gensim

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

sent2vec in Gensim #1376

Open bhargavvader opened 7 years ago

bhargavvader commented 7 years ago

The EPFL ML group have come up with a sentence embedding technique, sent2vec. The repo with the code can be found here.

It would be interesting to have this feature in Gensim, either with a wrapper or otherwise.

bhargavvader commented 7 years ago

@menshikh-iv could you please add the appropriate labels for this?

menshikh-iv commented 7 years ago

@bhargavvader of course :)

souravsingh commented 7 years ago

I am interested in working on the issue.

colmantse commented 7 years ago

I am also interested, but I am new on GitHub. Would be great if this could be my first contribution.

martinjaggi commented 7 years ago

happy to help if any questions should come up. note that our current code is very close to fasttext (though unsupervised), so integration should be not too hard

simonhessner commented 6 years ago

Just wanted to ask for updates regarding sent2vec in gensim. Is somebody currently working on it?

menshikh-iv commented 6 years ago

@simonhessner this is almost done in #1619, will be merged soon (I hope).

SriniNaga commented 6 years ago

@menshikh-iv Is this feature(Sent2Vec) available in Gensim now?

menshikh-iv commented 6 years ago

@SriniNaga sorry, still not merged, will be available in 3.7.0

wandabwa2004 commented 6 years ago

@menshikh-iv any timelines for version 3.7.0?

menshikh-iv commented 5 years ago

@wandabwa2004 no, this is still not scheduled

@prerna135 what's a status of #1619?

You promised that you'll have a look and fix if needed in September, what's going on?

piskvorky commented 5 years ago

@prerna135 ping.

prerna135 commented 5 years ago

@menshikh-iv @piskvorky Sent you an email regarding this.

cstayyab commented 5 years ago

@menshikh-iv @piskvorky any updates on this issue and the merge conflict?

piskvorky commented 5 years ago

@cstayyab It's up to @prerna135 .

tmthyjames commented 5 years ago

any update on this? love the blog post on it!

gensim is awesome! keep up the great work.

MarcosGrzeca commented 5 years ago

News?

Thank you :)

0x01h commented 5 years ago

Any improvements on this issue?

mpenkov commented 4 years ago

No. The original author has abandoned the PR, and I don't have the bandwidth to take it on myself right now. If anyone is able and willing to push it over the line, please go ahead by all means.