Lifelong Learning of Topics and Domain-Specific Word Embeddings (2021.findings-acl)
Copied to clipboard
| Challenge: | Existing lifelong topic models focus on indomain text streams in which each chunk only contains documents from a single domain. |
| Approach: | They develop a lifelong collaborative model that uses non-negative matrix factorization to learn topics and domain-specific word embeddings. |
| Outcome: | The proposed model can learn topics and domain-specific word embeddings from a lifelong collaborative model. |
Similar Papers
A Neural Generative Model for Joint Learning Topics and Topic-Specific Word Embeddings (2020.tacl-1)
Copied to clipboard
| Challenge: | Experimental results show that the proposed model outperforms word-level embedding methods in word similarity evaluation and word sense disambiguation. |
| Approach: | They propose a generative model that explores local and global context for joint learning topics and topic-specific word embeddings. |
| Outcome: | The proposed model outperforms word-level embedding methods in word similarity evaluation and word sense disambiguation. |
Towards Modern Topic Models: A Survey of Taxonomies and Paradigm Shifts from Algorithm-Centric to LLM-Centered Topic Analysis (2026.findings-acl)
Copied to clipboard
| Challenge: | Topic modeling (TM) is a classic unsupervised learning task in the field of natural language processing. |
| Approach: | They propose a new taxonomy that emphasizes the role of LLMs and the design of end-to-end workflows. |
| Outcome: | The proposed taxonomy emphasizes the role of LLMs and the design of end-to-end workflows. |
Sentence Embedding Alignment for Lifelong Relation Extraction (N19-1)
Copied to clipboard
| Challenge: | Existing approaches to relation extraction require a fixed set of relations . Existing methods assume a closed set of relationships and perform once-and-for-all training on a set of datasets. |
| Approach: | They propose to improve the stochastic gradient methods with a replay memory to alleviate the forgetting problem by anchoring the sentence embedding space. |
| Outcome: | The proposed method outperforms state-of-the-art methods on multiple benchmarks. |
Efficient Meta Lifelong-Learning with Limited Memory (2020.emnlp-main)
Copied to clipboard
| Challenge: | Existing natural language learning models fail to continuously learn new tasks as they are re-trained throughout their lifetime. |
| Approach: | They propose a meta-lifelong framework that combines three common lifelong learning principles . they propose to store past examples in episodic memory and replay them at training and inference time . |
| Outcome: | The proposed framework achieves state-of-the-art performance using 1% memory size and narrows the gap with multi-task learning. |
CWTM: Leveraging Contextualized Word Embeddings from BERT for Neural Topic Modeling (2024.lrec-main)
Copied to clipboard
| Challenge: | Existing topic models rely on bag-of-words (BOW) representations to capture word order information. |
| Approach: | They propose a neural topic model that integrates contextualized word embeddings from BERT to learn the topic vector of a document without BOW information. |
| Outcome: | The proposed model generates more coherent and meaningful topics compared to existing models while accommodating unseen words in newly encountered documents. |
CobwebTM: Probabilistic Concept Formation for Lifelong and Hierarchical Topic Modeling (2026.findings-acl)
Copied to clipboard
| Challenge: | Topic modeling seeks to uncover latent semantic structure in text corpora with minimal supervision. |
| Approach: | They propose a lifelong hierarchical topic model based on incremental probabilistic concept formation that constructs semantic hierarchies online without predefining the number of topics. |
| Outcome: | The proposed model achieves strong topic coherence, stable topics over time, and high-quality hierarchies without predefining the number of topics. |
Compressing LLM Knowledge into Graph Representations for Text-attributed Graphs Learning (2026.acl-long)
Copied to clipboard
| Challenge: | Existing GNN-LLM approaches use large language models at inference time for processing text attributes, resulting in costly deployment. |
| Approach: | They propose a framework that internalizes LLM knowledge within graph models and supports inference-efficient TAG learning. |
| Outcome: | The proposed framework internalizes LLM knowledge within graph models and supports inference-efficient TAG learning. |
Graph-based Relation Mining for Context-free Out-of-vocabulary Word Embedding Learning (2023.acl-long)
Copied to clipboard
| Challenge: | Existing word embedding methods fail to model complex word formation well. |
| Approach: | They propose a graph-based relation mining method for OOV word embedding learning that can infer high-quality embeddables for OV words through passing and aggregating semantic attributes and relational information in the WRG. |
| Outcome: | The proposed method outperforms state-of-the-art models on both intrinsic and downstream tasks when faced with OOV words. |
Large Language Models Struggle to Describe the Haystack without Human Help: A Social Science-Inspired Evaluation of Topic Models (2025.acl-long)
Copied to clipboard
Zongxia Li, Lorena Calvo-Bartolomé, Alexander Miserlis Hoyle, Paiheng Xu, Daniel Kofi Stephens, Juan Francisco Fung, Alden Dima, Jordan Lee Boyd-Graber
| Challenge: | a common use of NLP is to facilitate the understanding of large document collections. |
| Approach: | They propose to use large language models to replace probabilistic topic models in real-world applications. |
| Outcome: | The proposed model generates more human-readable topics and shows higher average win probabilities than traditional models for data exploration. |
Adapt in Contexts: Retrieval-Augmented Domain Adaptation via In-Context Learning (2023.emnlp-main)
Copied to clipboard
| Challenge: | Large language models have demonstrated their capability with few-shot inference . however, in-domain demonstrations are not always available in real scenarios . |
| Approach: | They propose unsupervised domain adaptation problem to adapt language models from source domain to target domain without any target labels. |
| Outcome: | The proposed model performs better than baseline models on Sentiment Analysis and Named Entity Recognition tasks. |