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

Evaluating a custom topic model #81

Closed nfsedaghat closed 1 year ago

nfsedaghat commented 1 year ago

Is there any ways to use your package for evaluating a custom topic model? What outputs in what formats I should get from my model and use to compute the metrics?

silviatti commented 1 year ago

Hello :) yes, it is possible to evaluate an external topic model using OCTIS metrics. You can refer to this issue for more details on how to do it and for the format to use: https://github.com/MIND-Lab/OCTIS/issues/61 Feel free to re-open the issue if you have further questions :)

Silvia