paper-with-me

Papers

TopicNet: Semantic Graph-Guided Topic Discovery

2021-10-27 · NeurIPS 2021 12 · Zhibin Duan, Yishi Xu, Bo Chen, Dongsheng Wang, Chaojie Wang, Mingyuan Zhou

Existing deep hierarchical topic models are able to extract semantically meaningful topics from a text corpus in an unsupervised manner and automatically organize them into a topic hierarchy. However, it is unclear how to incorporate prior beliefs such as knowledge graph to guide the learning of the topic hierarchy. To address this issue, we introduce TopicNet as a deep hierarchical topic model that can inject prior structural knowledge as an inductive bias to influence learning. TopicNet represents each topic as a Gaussian-distributed embedding vector, projects the topics of all layers into a shared embedding space, and explores both the symmetric and asymmetric similarities between Gaussian embedding vectors to incorporate prior semantic hierarchies. With an auto-encoding variational inference network, the model parameters are optimized by minimizing the evidence lower bound and a regularization term via stochastic gradient descent. Experiments on widely used benchmarks show that TopicNet outperforms related deep topic models on discovering deeper interpretable topics and mining better document~representations.

📄 PDF Abstract BibTeX arXiv:2110.14286

Code (1)

bochengroup/topicnet 공식 구현 pytorch

Tasks

Inductive BiasTopic ModelsVariational Inference

Methods 이 논문이 사용한 방법론

Variational Inference 설명 없음

Similar Papers 제목 키워드 기반

A Unified Two-Stage Group Semantics Propagation and Contrastive Learning Network for Co-Saliency Detection

2022-08-13 · Zhenshan Tan, Cheng Chen, Keyu Wen, Yuzhuo Qin 외

Co-saliency detection (CoSOD) aims at discovering the repetitive salient objects from multiple images. Two primary challenges are group semantics extraction and noise object suppression. In this paper, we present a unifi…

Contrastive LearningSaliency Detection

TopicNet: Making Additive Regularisation for Topic Modelling Accessible

2020-05-01 · LREC 2020 5 · Victor Bulatov, Vasiliy Alekseev, Konstantin Vorontsov, Darya Polyudova 외

This paper introduces TopicNet, a new Python module for topic modeling. This package, distributed under the MIT license, focuses on bringing additive regularization topic modelling (ARTM) to non-specialists using a gener…

Model Selection

Seed-Guided Topic Discovery with Out-of-Vocabulary Seeds

2022-05-04 · NAACL 2022 7 · Yu Zhang, Yu Meng, Xuan Wang, Sheng Wang 외

Discovering latent topics from text corpora has been studied for decades. Many existing topic models adopt a fully unsupervised setting, and their discovered topics may not cater to users' particular interests due to the…

DiversityGeneral KnowledgeTopic Models

Effective Seed-Guided Topic Discovery by Integrating Multiple Types of Contexts

2022-12-12 · Yu Zhang, Yunyi Zhang, Martin Michalski, Yucheng Jiang 외

Instead of mining coherent topics from a given text corpus in a completely unsupervised manner, seed-guided topic discovery methods leverage user-provided seed words to extract distinctive and coherent topics so that the…

Language ModellingWord Embeddings

Context-guided Embedding Adaptation for Effective Topic Modeling in Low-Resource Regimes

2023-09-21 · NeurIPS 2023 11

Embedding-based neural topic models have turned out to be a superior option for low-resourced topic modeling. However, current approaches consider static word embeddings learnt from source tasks as general knowledge that…