paper-with-me

Papers

Topic Scaling: A Joint Document Scaling -- Topic Model Approach To Learn Time-Specific Topics

2021-03-31 · Sami Diaf, Ulrich Fritsche

This paper proposes a new methodology to study sequential corpora by implementing a two-stage algorithm that learns time-based topics with respect to a scale of document positions and introduces the concept of Topic Scaling which ranks learned topics within the same document scale. The first stage ranks documents using Wordfish, a Poisson-based document scaling method, to estimate document positions that serve, in the second stage, as a dependent variable to learn relevant topics via a supervised Latent Dirichlet Allocation. This novelty brings two innovations in text mining as it explains document positions, whose scale is a latent variable, and ranks the inferred topics on the document scale to match their occurrences within the corpus and track their evolution. Tested on the U.S. State Of The Union two-party addresses, this inductive approach reveals that each party dominates one end of the learned scale with interchangeable transitions that follow the parties' term of office. Besides a demonstrated high accuracy in predicting in-sample documents' positions from topic scores, this method reveals further hidden topics that differentiate similar documents by increasing the number of learned topics to unfold potential nested hierarchical topic structures. Compared to other popular topic models, Topic Scaling learns topics with respect to document similarities without specifying a time frequency to learn topic evolution, thus capturing broader topic patterns than dynamic topic models and yielding more interpretable outputs than a plain latent Dirichlet allocation.

📄 PDF Abstract BibTeX arXiv:2104.01117

Code (1)

sami-diaf/Topic-Scaling 공식 구현

Tasks

Topic Models

Similar Papers 제목 키워드 기반

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

Efficient Correlated Topic Modeling with Topic Embedding

2017-07-01 · Junxian He, Zhiting Hu, Taylor Berg-Kirkpatrick, Ying Huang 외

Correlated topic modeling has been limited to small model and problem sizes due to their high computational cost and poor scaling. In this paper, we propose a new model which learns compact topic embeddings and captures …

Document ClassificationGeneral ClassificationRetrievalVariational Inference

JOINTLY LEARNING TOPIC SPECIFIC WORD AND DOCUMENT EMBEDDING

2021-09-29 · Farid Uddin, Zuping Zhang

Document embedding generally ignores underlying topics, which fails to capture polysemous terms that can mislead to improper thematic representation. Moreover, embedding a new document during the test process needs a com…

Document ClassificationDocument EmbeddingWord Embeddings

An Automatic Approach for Document-level Topic Model Evaluation

2017-06-16 · CONLL 2017 8 · Shraey Bhatia, Jey Han Lau, Timothy Baldwin

Topic models jointly learn topics and document-level topic distribution. Extrinsic evaluation of topic models tends to focus exclusively on topic-level evaluation, e.g. by assessing the coherence of topics. We demonstrat…

Topic Models

Scaling up Dynamic Topic Models

2016-02-19 · Arnab Bhadury, Jianfei Chen, Jun Zhu, Shixia Liu

Dynamic topic models (DTMs) are very effective in discovering topics and capturing their evolution trends in time series data. To do posterior inference of DTMs, existing methods are all batch algorithms that scan the fu…

Time SeriesTime Series AnalysisTopic Models