PRISM: PRIor from Corpus Statistics for Topic Modeling
Abstract
Topic modeling seeks to uncover latent semantic structure in text, with LDA providing a foundational probabilistic framework. While recent methods often incorporate external knowledge (e.g., pre-trained embeddings), such reliance limits applicability in emerging or underexplored domains. We introduce PRISM, a corpus-intrinsic method that derives a Dirichlet parameter from word co-occurrence statistics to initialize LDA without altering its generative process. Experiments on text and single cell RNA-seq data show that PRISM improves topic coherence and interpretability, rivaling models that rely on external knowledge. These results underscore the value of corpus-driven initialization for topic modeling in resource-constrained settings. Code is available at: https://github.com/shaham-lab/PRISM.
Cite
Text
Ishon et al. "PRISM: PRIor from Corpus Statistics for Topic Modeling." Transactions on Machine Learning Research, 2026.Markdown
[Ishon et al. "PRISM: PRIor from Corpus Statistics for Topic Modeling." Transactions on Machine Learning Research, 2026.](https://mlanthology.org/tmlr/2026/ishon2026tmlr-prism/)BibTeX
@article{ishon2026tmlr-prism,
title = {{PRISM: PRIor from Corpus Statistics for Topic Modeling}},
author = {Ishon, Tal and Goldberg, Yoav and Shaham, Uri},
journal = {Transactions on Machine Learning Research},
year = {2026},
url = {https://mlanthology.org/tmlr/2026/ishon2026tmlr-prism/}
}