SOTAVerified

CWTM: Leveraging Contextualized Word Embeddings from BERT for Neural Topic Modeling

2023-05-16Code Available0· sign in to hype

Zheng Fang, Yulan He, Rob Procter

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Most existing topic models rely on bag-of-words (BOW) representation, which limits their ability to capture word order information and leads to challenges with out-of-vocabulary (OOV) words in new documents. Contextualized word embeddings, however, show superiority in word sense disambiguation and effectively address the OOV issue. In this work, we introduce a novel neural topic model called the Contextlized Word Topic Model (CWTM), which integrates contextualized word embeddings from BERT. The model is capable of learning the topic vector of a document without BOW information. In addition, it can also derive the topic vectors for individual words within a document based on their contextualized word embeddings. Experiments across various datasets show that CWTM generates more coherent and meaningful topics compared to existing topic models, while also accommodating unseen words in newly encountered documents.

Tasks

Reproductions