MIND-Lab / OCTIS

OCTIS: Comparing Topic Models is Simple! A python package to optimize and evaluate topic models (accepted at EACL2021 demo track)
MIT License
705 stars 98 forks source link

Adding model from "Reinforcement Learning for Topic Models" #110

Open jeremy-costello opened 10 months ago

jeremy-costello commented 10 months ago

Hello,

I've added code for the model from this paper. I also added tests for the new model to the test_octis file. Let me know if there's anything I should add or change.

Thanks!