Modeling Dynamic Topics in Chain-Free Fashion by Evolution-Tracking Contrastive Learning and Unassociated Word Exclusion (2024.findings-acl)
Copied to clipboard
| Challenge: | Existing dynamic topic models lack the ability to reveal the evolution of topics . Existing models suffer from repetitive topic and unassociated topic issues . |
| Approach: | They propose a new evolution-tracking contrastive learning method that builds the similarity relations among dynamic topics and an unassociated word exclusion method to avoid unassociated topics. |
| Outcome: | The proposed model outperforms state-of-the-art models on downstream tasks and is robust to evolution intensities. |
Similar Papers
Dynamic and Static Topic Model for Analyzing Time-Series Document Collections (P18-2)
Copied to clipboard
| Challenge: | a collection of documents often has dynamic structures, i.e., topics evolve along time depending on multiple topics in the past. |
| Approach: | They propose a dynamic and static topic model that considers dynamic and dynamic structures of topic evolution and static structures of the topic hierarchy at each time. |
| Outcome: | The proposed model outperforms conventional models on scientific papers . it shows that extracted topic structures are useful for analyzing research activities . |
Deep Temporal-Recurrent-Replicated-Softmax for Topical Trends over Time (N18-1)
Copied to clipboard
| Challenge: | a novel topic model is proposed to allow topical trends to be captured in temporal collections of documents. |
| Approach: | They propose a novel unsupervised neural dynamic topic model where topics are influenced by topic discovery over time. |
| Outcome: | The proposed model shows better generalization, topic interpretation, evolution and trends compared to state-of-the-art models . |
Dynamic Structured Neural Topic Model with Self-Attention Mechanism (2023.findings-acl)
Copied to clipboard
| Challenge: | Recent topic models that capture the time-series evolution of topics assume that topics evolve independently without interaction. |
| Approach: | They propose a dynamic structured neural topic model which captures topic dependencies while capturing their dependencies. |
| Outcome: | The proposed model outperforms a prior dynamic embedded topic model regarding perplexity and coherence while maintaining sufficient diversity across topics. |
Dynamic Topic Modeling by Clustering Embeddings from Pretrained Language Models: A Research Proposal (2022.aacl-srw)
Copied to clipboard
| Challenge: | Neural Topic Models (NTMs) are topic models that are created with the help of a pretrained language model. |
| Approach: | They propose to do Neural Topic Modeling by Clustering document Embeddings (NTM-CE) with a pretrained language model to create dynamic topic models. |
| Outcome: | The proposed model can be evaluated theoretically and practically using quantitative measurements of coherence and human evaluation to evaluate the model. |
DynaMiTE: Discovering Explosive Topic Evolutions with User Guidance (2023.findings-acl)
Copied to clipboard
| Challenge: | Existing Dynamic topic models are either fully supervised, requiring expensive human annotations, or fully unsupervised, producing topic evolutions that often do not cater to a user’s needs. |
| Approach: | They propose to use a framework that ensembles semantic similarity, category indicative, and time indicative scores to produce informative topic evolutions. |
| Outcome: | The proposed framework can be used to discover topic evolutions from temporal corpora that align with user-provided category names and uniquely capture topics at each time step. |
Beyond Coherence: Improving Temporal Consistency and Interpretability in Dynamic Topic Models (2026.findings-eacl)
Copied to clipboard
| Challenge: | Existing topic models capture bag-of-words statistics but lack semantic priors . interpretability remains shallow, relying on noisy top-word lists that obscure thematic clarity. |
| Approach: | They propose a variational framework to capture more faithful temporal trajectories . they propose to use entropy-regularized optimal transport to align entire topic constellations . |
| Outcome: | The proposed framework captures more faithful temporal trajectories and improves interpretability. |
Dynamic Topic Tracker for KB-to-Text Generation (2020.coling-main)
Copied to clipboard
| Challenge: | Existing KB-to-text generation models suffer from an off-topic problem . existing models generate unrelated clauses regardless of input data . |
| Approach: | They propose a dynamic topic tracker that learns a global hidden representation for topics and recognizes the corresponding topic during each generation step. |
| Outcome: | The proposed model improves the performance of sentence generation and mitigates off-topic problem. |
A Query-Driven Topic Model (2021.findings-acl)
Copied to clipboard
| Challenge: | Topic modeling is an unsupervised method for revealing the hidden semantic structure of a corpus. |
| Approach: | They propose a query-driven topic model that allows users to specify a simple query in words or phrases and return query-related topics. |
| Outcome: | The proposed model is particularly attractive when the query has a low occurrence in a text corpus, making it difficult for traditional topic models to identify relevant topics. |
Continual Neural Topic Model (2026.eacl-long)
Copied to clipboard
| Challenge: | Continual Neural Topic Models (CoNTMs) learn topic models at subsequent time steps without forgetting what was previously learned. |
| Approach: | They propose a Continual Neural Topic Model which continuously learns topic models at subsequent time steps without forgetting what was previously learned. |
| Outcome: | The proposed model outperforms the dynamic topic model in topic quality and predictive perplexity while being able to capture topic changes online. |
Neural Topic Modeling based on Cycle Adversarial Training and Contrastive Learning (2023.findings-acl)
Copied to clipboard
| Challenge: | Neural topic models have been widely used to extract common topics across documents. |
| Approach: | They propose a framework to apply contrastive learning directly to the decoder . they propose 'self-supervised' contrastive loss to make the generator capture similar topic information . |
| Outcome: | The proposed framework outperforms baselines on four benchmark datasets. |