paper-with-me

홈 › Papers

A Graph Convolutional Topic Model for Short and Noisy Text Streams

2020-03-13 · Ngo Van Linh, Tran Xuan Bach, Khoat Than

Learning hidden topics from data streams has become absolutely necessary but posed challenging problems such as concept drift as well as short and noisy data. Using prior knowledge to enrich a topic model is one of potential solutions to cope with these challenges. Prior knowledge that is derived from human knowledge (e.g. Wordnet) or a pre-trained model (e.g. Word2vec) is very valuable and useful to help topic models work better. However, in a streaming environment where data arrives continually and infinitely, existing studies are limited to exploiting these resources effectively. Especially, a knowledge graph, that contains meaningful word relations, is ignored. In this paper, to aim at exploiting a knowledge graph effectively, we propose a novel graph convolutional topic model (GCTM) which integrates graph convolutional networks (GCN) into a topic model and a learning method which learns the networks and the topic model simultaneously for data streams. In each minibatch, our method not only can exploit an external knowledge graph but also can balance the external and old knowledge to perform well on new data. We conduct extensive experiments to evaluate our method with both a human knowledge graph (Wordnet) and a graph built from pre-trained word embeddings (Word2vec). The experimental results show that our method achieves significantly better performances than state-of-the-art baselines in terms of probabilistic predictive measure and topic coherence. In particular, our method can work well when dealing with short texts as well as concept drift. The implementation of GCTM is available at \url{https://github.com/bachtranxuan/GCTM.git}.

📄 PDF Abstract BibTeX arXiv:2003.06112

Code (1)

bachtranxuan/GCTM 공식 구현 pytorch

Tasks

Topic ModelsWord Embeddings

Methods 이 논문이 사용한 방법론

Graph Convolutional Networks 설명 없음

Similar Papers 제목 키워드 기반

GraphBTM: Graph Enhanced Autoencoded Variational Inference for Biterm Topic Model

2018-10-01 · EMNLP 2018 10 · Qile Zhu, Zheng Feng, Xiaolin Li

Discovering the latent topics within texts has been a fundamental task for many applications. However, conventional topic models suffer different problems in different settings. The Latent Dirichlet Allocation (LDA) may …

Recommendation SystemsTopic ModelsVariational Inference

Short Text Classification Improved by Feature Space Extension

2019-04-02 · Yanxuan Li

With the explosive development of mobile Internet, short text has been applied extensively. The difference between classifying short text and long documents is that short text is of shortness and sparsity. Thus, it is ch…

ClassificationGeneral Classificationtext-classificationText Classification

Effective Use of Context in Noisy Entity Linking

2018-10-01 · EMNLP 2018 10 · David Mueller, Greg Durrett

To disambiguate between closely related concepts, entity linking systems need to effectively distill cues from their context, which may be quite noisy. We investigate several techniques for using these cues in the contex…

Entity Linking

Let the Pretrained Language Models "Imagine" for Short Texts Topic Modeling

2023-10-24 · Pritom Saha Akash, Jie Huang, Kevin Chen-Chuan Chang

Topic models are one of the compelling methods for discovering latent semantics in a document collection. However, it assumes that a document has sufficient co-occurrence information to be effective. However, in short te…

Text GenerationTopic Models

Semantic Component Analysis: Discovering Patterns in Short Texts Beyond Topics

2024-10-28 · Florian Eichin, Carolin M. Schuster, Georg Groh, Michael A. Hedderich

Topic modeling is a key method in text analysis, but existing approaches are limited by assuming one topic per document or fail to scale efficiently for large, noisy datasets of short texts. We introduce Semantic Compone…

Diversity