paper-with-me

Papers

Extracting Topics with Simultaneous Word Co-occurrence and Semantic Correlation Graphs: Neural Topic Modeling for Short Texts

2021-11-01 · Findings (EMNLP) 2021 11 · Yiming Wang, Ximing Li, Xiaotang Zhou, Jihong Ouyang

Short text nowadays has become a more fashionable form of text data, e.g., Twitter posts, news titles, and product reviews. Extracting semantic topics from short texts plays a significant role in a wide spectrum of NLP applications, and neural topic modeling is now a major tool to achieve it. Motivated by learning more coherent and semantic topics, in this paper we develop a novel neural topic model named Dual Word Graph Topic Model (DWGTM), which extracts topics from simultaneous word co-occurrence and semantic correlation graphs. To be specific, we learn word features from the global word co-occurrence graph, so as to ingest rich word co-occurrence information; we then generate text features with word features, and feed them into an encoder network to get topic proportions per-text; finally, we reconstruct texts and word co-occurrence graph with topical distributions and word features, respectively. Besides, to capture semantics of words, we also apply word features to reconstruct a word semantic correlation graph computed by pre-trained word embeddings. Upon those ideas, we formulate DWGTM in an auto-encoding paradigm and efficiently train it with the spirit of neural variational inference. Empirical results validate that DWGTM can generate more semantically coherent topics than baseline topic models.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Topic ModelsVariational InferenceWord Embeddings

Similar Papers 제목 키워드 기반

A Rare Topic Discovery Model for Short Texts Based on Co-occurrence word Network

2022-06-30 · Chengjie Ma, Junping Du, Yingxia Shao, Ang Li 외

We provide a simple and general solution for the discovery of scarce topics in unbalanced short-text datasets, namely, a word co-occurrence network-based model CWIBTD, which can simultaneously address the sparsity and un…

Graph neural topic model with commonsense knowledge

2023-03-02 · journal 2023 3 · Bingshan Zhu, Yi Cai, Haopeng Ren

Traditional topic models are based on the bag-of-words assumption, which states that the topic assignment of each word is independent of the others. However, this assumption ignores the relationship between words, which …

Graph Neural NetworkmodelTopic Models

Representing Mixtures of Word Embeddings with Mixtures of Topic Embeddings

2022-03-03 · ICLR 2022 4 · Dongsheng Wang, Dandan Guo, He Zhao, Huangjie Zheng 외

A topic model is often formulated as a generative model that explains how each word of a document is generated given a set of topics and document-specific topic proportions. It is focused on capturing the word co-occurre…

parameter estimationWord Embeddings

Topic model based on co-occurrence word networks for unbalanced short text datasets

2023-11-05 · Chengjie Ma, Junping Du, Meiyu Liang, Zeli Guan

We propose a straightforward solution for detecting scarce topics in unbalanced short-text datasets. Our approach, named CWUTM (Topic model based on co-occurrence word networks for unbalanced short text datasets), Our ap…

Latent Topic Embedding

2016-12-01 · COLING 2016 12 · Di Jiang, Lei Shi, Rongzhong Lian, Hua Wu

Topic modeling and word embedding are two important techniques for deriving latent semantics from data. General-purpose topic models typically work in coarse granularity by capturing word co-occurrence at the document/se…

SentenceTopic ModelsWord Embeddings