paper-with-me

Papers

Latent Tree Models for Hierarchical Topic Detection

2016-05-21 · Peixian Chen, Nevin L. Zhang, Tengfei Liu, Leonard K. M. Poon, Zhourong Chen, Farhan Khawar

We present a novel method for hierarchical topic detection where topics are obtained by clustering documents in multiple ways. Specifically, we model document collections using a class of graphical models called hierarchical latent tree models (HLTMs). The variables at the bottom level of an HLTM are observed binary variables that represent the presence/absence of words in a document. The variables at other levels are binary latent variables, with those at the lowest latent level representing word co-occurrence patterns and those at higher levels representing co-occurrence of patterns at the level below. Each latent variable gives a soft partition of the documents, and document clusters in the partitions are interpreted as topics. Latent variables at high levels of the hierarchy capture long-range word co-occurrence patterns and hence give thematically more general topics, while those at low levels of the hierarchy capture short-range word co-occurrence patterns and give thematically more specific topics. Unlike LDA-based topic models, HLTMs do not refer to a document generation process and use word variables instead of token variables. They use a tree structure to model the relationships between topics and words, which is conducive to the discovery of meaningful topics and topic hierarchies.

📄 PDF Abstract BibTeX arXiv:1605.06650

Code (1)

kmpoon/hlta

Tasks

ClusteringTopic Models

Similar Papers 제목 키워드 기반

A Novel Document Generation Process for Topic Detection based on Hierarchical Latent Tree Models

2017-12-12 · Peixian Chen, Zhourong Chen, Nevin L. Zhang

We propose a novel document generation process based on hierarchical latent tree models (HLTMs) learned from data. An HLTM has a layer of observed word variables at the bottom and multiple layers of latent variables on t…

Topic Models

Progressive EM for Latent Tree Models and Hierarchical Topic Detection

2015-08-05 · Peixian Chen, Nevin L. Zhang, Leonard K. M. Poon, Zhourong Chen

Hierarchical latent tree analysis (HLTA) is recently proposed as a new method for topic detection. It differs fundamentally from the LDA-based methods in terms of topic definition, topic-document relationship, and learni…

parameter estimation

Handling Collocations in Hierarchical Latent Tree Analysis for Topic Modeling

2020-07-10 · Leonard K. M. Poon, Nevin L. Zhang, Haoran Xie, Gary Cheng

Topic modeling has been one of the most active research areas in machine learning in recent years. Hierarchical latent tree analysis (HLTA) has been recently proposed for hierarchical topic modeling and has shown superio…

Hierarchical Topic Mining via Joint Spherical Tree and Text Embedding

2020-07-18 · Yu Meng, Yunyi Zhang, Jiaxin Huang, Yu Zhang 외

Mining a set of meaningful topics organized into a hierarchy is intuitively appealing since topic correlations are ubiquitous in massive text corpora. To account for potential hierarchical topic structures, hierarchical …

text-classificationText ClassificationTopic Models

Topic Browsing for Research Papers with Hierarchical Latent Tree Analysis

2016-09-29 · Leonard K. M. Poon, Nevin L. Zhang

Academic researchers often need to face with a large collection of research papers in the literature. This problem may be even worse for postgraduate students who are new to a field and may not know where to start. To ad…