GINopic: Topic Modeling with Graph Isomorphism Network

📅 2024-04-02
🏛️ North American Chapter of the Association for Computational Linguistics
📈 Citations: 2
Influential: 2
📄 PDF
🤖 AI Summary
Existing topic models incorporate pretrained embeddings (e.g., BERT) but neglect semantic structural information encoded in lexical dependencies. To address this, we propose the first topic modeling framework based on Graph Isomorphism Networks (GIN): it constructs document-level word co-occurrence graphs and employs GIN to explicitly capture higher-order semantic relationships among words; node features are initialized with BERT embeddings, and variational inference enables end-to-end topic generation. Our approach breaks away from the conventional i.i.d. assumption and static word vector constraints, enabling structured and interpretable topic discovery. Evaluated on multiple benchmark datasets, the method achieves a 4.2% improvement in topic coherence and a 2.8% gain in document classification accuracy. Qualitative analysis confirms substantially enhanced topic coherence and interpretability.

Technology Category

Application Category

📝 Abstract
Topic modeling is a widely used approach for analyzing and exploring large document collections. Recent research efforts have incorporated pre-trained contextualized language models, such as BERT embeddings, into topic modeling. However, they often neglect the intrinsic informational value conveyed by mutual dependencies between words. In this study, we introduce GINopic, a topic modeling framework based on graph isomorphism networks to capture the correlation between words. By conducting intrinsic (quantitative as well as qualitative) and extrinsic evaluations on diverse benchmark datasets, we demonstrate the effectiveness of GINopic compared to existing topic models and highlight its potential for advancing topic modeling.
Problem

Research questions and friction points this paper is trying to address.

Topic modeling with Graph Isomorphism Network
Capturing word correlation in documents
Improving topic model effectiveness
Innovation

Methods, ideas, or system contributions that make the work stand out.

Graph Isomorphism Networks
BERT embeddings integration
Captures word correlations
🔎 Similar Papers
No similar papers found.