# Conceptualization Topic Modeling

**Authors:** Yi-Kun Tang, Xian-Ling Mao, Heyan Huang, Guihua Wen

arXiv: 1704.02090 · 2017-04-10

## TL;DR

This paper proposes a new hierarchical structure for topic modeling that introduces a latent concept layer between topics and words, leading to models that outperform traditional approaches in accuracy and interpretability.

## Contribution

It introduces a novel hierarchical assumption in topic models, adding a concept layer, and demonstrates its effectiveness through two new models with superior performance.

## Key findings

- Proposed models outperform baselines in perplexity.
- New assumption yields more interpretable topics.
- Models show significant improvement in case studies.

## Abstract

Recently, topic modeling has been widely used to discover the abstract topics in text corpora. Most of the existing topic models are based on the assumption of three-layer hierarchical Bayesian structure, i.e. each document is modeled as a probability distribution over topics, and each topic is a probability distribution over words. However, the assumption is not optimal. Intuitively, it's more reasonable to assume that each topic is a probability distribution over concepts, and then each concept is a probability distribution over words, i.e. adding a latent concept layer between topic layer and word layer in traditional three-layer assumption. In this paper, we verify the proposed assumption by incorporating the new assumption in two representative topic models, and obtain two novel topic models. Extensive experiments were conducted among the proposed models and corresponding baselines, and the results show that the proposed models significantly outperform the baselines in terms of case study and perplexity, which means the new assumption is more reasonable than traditional one.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1704.02090/full.md

## Figures

6 figures with captions in the complete paper: https://tomesphere.com/paper/1704.02090/full.md

## References

27 references — full list in the complete paper: https://tomesphere.com/paper/1704.02090/full.md

---
Source: https://tomesphere.com/paper/1704.02090