Saved in:
Bibliographic Details
Main Authors: Ishon, Tal, Goldberg, Yoav, Shaham, Uri
Format: Preprint
Published: 2026
Subjects:
Online Access:https://arxiv.org/abs/2603.29406
Tags: Add Tag
No Tags, Be the first to tag this record!
Table of Contents:
  • 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 \textbf{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.