Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hyperparameter optimization when training Labeled LDA? #194

Open
jonaschn opened this issue Mar 4, 2021 · 1 comment
Open

Hyperparameter optimization when training Labeled LDA? #194

jonaschn opened this issue Mar 4, 2021 · 1 comment

Comments

@jonaschn
Copy link
Contributor

jonaschn commented Mar 4, 2021

Labeled LDA does not support alpha and beta hyperparameter optimization at this time.
How can it be implemented?

@mimno
Copy link
Owner

mimno commented Mar 4, 2021

Good question. Since in Labeled LDA labels are equal to topics and serve as a "mask" that zeroes out certain topics, there's no single Dirichlet distribution that we could optimize. Maybe some kind of zero inflated model like https://www.birs.ca/workshops/2019/19w5128/files/slides_ZIGDM.pdf ? I'd be open to pull requests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants