paper-with-me

홈 › Papers

Constrained Non-negative Matrix Factorization for Guided Topic Modeling of Minority Topics

2025-05-22 · Seyedeh Fatemeh Ebrahimi, Jaakko Peltonen

Topic models often fail to capture low-prevalence, domain-critical themes, so-called minority topics, such as mental health themes in online comments. While some existing methods can incorporate domain knowledge, such as expected topical content, methods allowing guidance may require overly detailed expected topics, hindering the discovery of topic divisions and variation. We propose a topic modeling solution via a specially constrained NMF. We incorporate a seed word list characterizing minority content of interest, but we do not require experts to pre-specify their division across minority topics. Through prevalence constraints on minority topics and seed word content across topics, we learn distinct data-driven minority topics as well as majority topics. The constrained NMF is fitted via Karush-Kuhn-Tucker (KKT) conditions with multiplicative updates. We outperform several baselines on synthetic data in terms of topic purity, normalized mutual information, and also evaluate topic quality using Jensen-Shannon divergence (JSD). We conduct a case study on YouTube vlog comments, analyzing viewer discussion of mental health content; our model successfully identifies and reveals this domain-relevant minority content.

📄 PDF Abstract BibTeX arXiv:2505.16493

Code (1)

anonymous-researcher-573/contrained_non-negative-matrix-factorization 공식 구현

Tasks

Topic Models

Similar Papers 제목 키워드 기반

Guided Semi-Supervised Non-negative Matrix Factorization on Legal Documents

2022-01-31 · Pengyu Li, Christine Tseng, Yaxuan Zheng, Joyce A. Chew 외

Classification and topic modeling are popular techniques in machine learning that extract information from large-scale datasets. By incorporating a priori information such as labels or important features, methods have be…

Classification

On a Guided Nonnegative Matrix Factorization

2020-10-22 · Joshua Vendrow, Jamie Haddock, Elizaveta Rebrova, Deanna Needell

Fully unsupervised topic models have found fantastic success in document clustering and classification. However, these models often suffer from the tendency to learn less-than-meaningful or even redundant topics when the…

ClusteringTopic Models

Topic Diffusion Discovery based on Sparseness-constrained Non-negative Matrix Factorization

2018-07-12 · Yihuang Kang, Keng-Pei Lin, I-Ling Cheng

Due to recent explosion of text data, researchers have been overwhelmed by ever-increasing volume of articles produced by different research communities. Various scholarly search websites, citation recommendation engines…

ArticlesCitation Recommendation

Continuous Semi-Supervised Nonnegative Matrix Factorization

2022-12-19 · Michael R. Lindstrom, Xiaofu Ding, Feng Liu, Anand Somayajula 외

Nonnegative matrix factorization can be used to automatically detect topics within a corpus in an unsupervised fashion. The technique amounts to an approximation of a nonnegative matrix as the product of two nonnegative …

regression

Two to Five Truths in Non-Negative Matrix Factorization

2023-05-06 · John M. Conroy, Neil P Molino, Brian Baughman, Rod Gomez 외

In this paper, we explore the role of matrix scaling on a matrix of counts when building a topic model using non-negative matrix factorization. We present a scaling inspired by the normalized Laplacian (NL) for graphs th…

Clusteringdocument understandingGraph ClusteringSpectral Graph Clustering+2