paper-with-me

Papers

Neural Topic Modeling with Bidirectional Adversarial Training

2020-04-26 · ACL 2020 6 · Rui Wang, Xuemeng Hu, Deyu Zhou, Yulan He, Yuxuan Xiong, Chenchen Ye, Haiyang Xu

Recent years have witnessed a surge of interests of using neural topic models for automatic topic extraction from text, since they avoid the complicated mathematical derivations for model inference as in traditional topic models such as Latent Dirichlet Allocation (LDA). However, these models either typically assume improper prior (e.g. Gaussian or Logistic Normal) over latent topic space or could not infer topic distribution for a given document. To address these limitations, we propose a neural topic modeling approach, called Bidirectional Adversarial Topic (BAT) model, which represents the first attempt of applying bidirectional adversarial training for neural topic modeling. The proposed BAT builds a two-way projection between the document-topic distribution and the document-word distribution. It uses a generator to capture the semantic patterns from texts and an encoder for topic inference. Furthermore, to incorporate word relatedness information, the Bidirectional Adversarial Topic model with Gaussian (Gaussian-BAT) is extended from BAT. To verify the effectiveness of BAT and Gaussian-BAT, three benchmark corpora are used in our experiments. The experimental results show that BAT and Gaussian-BAT obtain more coherent topics, outperforming several competitive baselines. Moreover, when performing text clustering based on the extracted topics, our models outperform all the baselines, with more significant improvements achieved by Gaussian-BAT where an increase of near 6\% is observed in accuracy.

📄 PDF Abstract BibTeX arXiv:2004.12331

Code (1)

zll17/Neural_Topic_Models pytorch

Tasks

ClusteringText ClusteringTopic Models

Similar Papers 제목 키워드 기반

Neural Topic Modeling with Cycle-Consistent Adversarial Training

2020-09-29 · EMNLP 2020 11 · Xuemeng Hu, Rui Wang, Deyu Zhou, Yuxuan Xiong

Advances on deep generative models have attracted significant research interest in neural topic modeling. The recently proposed Adversarial-neural Topic Model models topics with an adversarially trained generator network…

text-classificationText Classification

Bidirectional Topic Matching: Quantifying Thematic Overlap Between Corpora Through Topic Modelling

2024-12-24 · Raven Adam, Marie Lisa Kogler

This study introduces Bidirectional Topic Matching (BTM), a novel method for cross-corpus topic modeling that quantifies thematic overlap and divergence between corpora. BTM is a flexible framework that can incorporate v…

ArticlesCross-corpusTopic Models

Revisiting LSTM Networks for Semi-Supervised Text Classification via Mixed Objective Function

2020-09-08 · AAAI 2019 2019 2 · Devendra Singh Sachan, Manzil Zaheer, Ruslan Salakhutdinov

In this paper, we study bidirectional LSTM network for the task of text classification using both supervised and semi-supervised approaches. Several prior works have suggested that either complex pretraining schemes usin…

ClassificationGeneral ClassificationLanguage ModelingLanguage Modelling+5

Variational Hetero-Encoder Randomized GANs for Joint Image-Text Modeling

2019-05-18 · ICLR 2020 1 · Hao Zhang, Bo Chen, Long Tian, Zhengjue Wang 외

For bidirectional joint image-text modeling, we develop variational hetero-encoder (VHE) randomized generative adversarial network (GAN), a versatile deep generative model that integrates a probabilistic text decoder, pr…

DecoderGenerative Adversarial Network

Bidirectional Generative Modeling Using Adversarial Gradient Estimation

2020-02-21 · Xinwei Shen, Tong Zhang, Kani Chen

This paper considers the general $f$-divergence formulation of bidirectional generative modeling, which includes VAE and BiGAN as special cases. We present a new optimization method for this formulation, where the gradie…