CLFeb 12, 2024

Topic Modeling as Multi-Objective Contrastive Optimization

arXiv:2402.07577v313 citationsh-index: 32ICLR
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in neural topic modeling for researchers and practitioners, offering an incremental improvement over existing methods.

The paper tackled the conflict between reconstruction and generalization in neural topic models by introducing a set-oriented contrastive learning method and framing the problem as multi-objective optimization, resulting in improved topic coherence, diversity, and downstream performance.

Recent representation learning approaches enhance neural topic models by optimizing the weighted linear combination of the evidence lower bound (ELBO) of the log-likelihood and the contrastive learning objective that contrasts pairs of input documents. However, document-level contrastive learning might capture low-level mutual information, such as word ratio, which disturbs topic modeling. Moreover, there is a potential conflict between the ELBO loss that memorizes input details for better reconstruction quality, and the contrastive loss which attempts to learn topic representations that generalize among input documents. To address these issues, we first introduce a novel contrastive learning method oriented towards sets of topic vectors to capture useful semantics that are shared among a set of input documents. Secondly, we explicitly cast contrastive topic modeling as a gradient-based multi-objective optimization problem, with the goal of achieving a Pareto stationary solution that balances the trade-off between the ELBO and the contrastive objective. Extensive experiments demonstrate that our framework consistently produces higher-performing neural topic models in terms of topic coherence, topic diversity, and downstream performance.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes