DataKind-BLR / PrathamBooks-Sprint-2018

Code and documentation for the collaboration with PrathamBooks during Sprint' 2018
MIT License
4 stars 7 forks source link

comparing various keyword extraction methods. #33

Open nirmalsinghania2008 opened 6 years ago

nirmalsinghania2008 commented 6 years ago

It will be good if we document the results of all the methods we have tried and compare them with other newer methods.

Methods we can try(in order): 1)LDA2vec https://multithreaded.stitchfix.com/blog/2016/05/27/lda2vec/#topic=38&lambda=1&term= 2)GuidedLDA https://github.com/vi3k6i5/GuidedLDA 3)EmbedRank(Apparently SOTA, used in personal project,works pretty well) - https://github.com/swisscom/ai-research-keyphrase-extraction 4)TopicRank - 5)PositionRank -

Google will point to the papers, if not I will update here.