ACL 2023findings3 citations

Neural Topic Modeling based on Cycle Adversarial Training and Contrastive Learning

Boyu Wang, Linhai Zhang, Deyu Zhou, Yi Cao, Jiandong Ding

Abstract

Neural topic models have been widely used to extract common topics across documents. Recently, contrastive learning has been applied to variational autoencoder-based neural topic models, achieving promising results. However, due to the limitation of the unidirectional structure of the variational autoencoder, the encoder is enhanced with the contrastive loss instead of the decoder, leading to a gap between model training and evaluation. To address the limitation, we propose a novel neural topic modeling framework based on cycle adversarial training and contrastive learning to apply contrastive learning on the generator directly. Specifically, a self-supervised contrastive loss is proposed to make the generator capture similar topic information, which leads to better topic-word distributions. Meanwhile, a discriminative contrastive loss is proposed to cooperate with the self-supervised contrastive loss to balance the generation and discrimination. Moreover, based on the reconstruction ability of the cycle generative adversarial network, a novel data augmentation strategy is designed and applied to the topic distribution directly. Experiments have been conducted on four benchmark datasets and results show that the proposed approach outperforms competitive baselines.

BibTeX
@inproceedings{wang-etal-2023-neural,
    title = "Neural Topic Modeling based on Cycle Adversarial Training and Contrastive Learning",
    author = "Wang, Boyu  and
      Zhang, Linhai  and
      Zhou, Deyu  and
      Cao, Yi  and
      Ding, Jiandong",
    editor = "Rogers, Anna  and
      Boyd-Graber, Jordan  and
      Okazaki, Naoaki",
    booktitle = "Findings of the Association for Computational Linguistics: ACL 2023",
    month = jul,
    year = "2023",
    address = "Toronto, Canada",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2023.findings-acl.616/",
    doi = "10.18653/v1/2023.findings-acl.616",
    pages = "9720--9731"
}