Paragraph Vector algorithms
jwijffels opened this issue · 2 comments
jwijffels commented
Do you have any plans to add the distributed bag of words ('PV-DBOW') and the distributed memory ('PV-DM') model?
maxoodf commented
I think modern algorithms based on transformers, such as BERT and GPT, outperform Paragraph Vector, Average Vector and other old school algorithms on most of NLP tasks. So I do not plan to add PV implementations.
jwijffels commented
Ok. Fair enough. Thanks for the response.