paper-with-me

홈 › Papers

Learning Topic Models by Neighborhood Aggregation

2018-02-22 · Ryohei Hisano

Topic models are frequently used in machine learning owing to their high interpretability and modular structure. However, extending a topic model to include a supervisory signal, to incorporate pre-trained word embedding vectors and to include a nonlinear output function is not an easy task because one has to resort to a highly intricate approximate inference procedure. The present paper shows that topic modeling with pre-trained word embedding vectors can be viewed as implementing a neighborhood aggregation algorithm where messages are passed through a network defined over words. From the network view of topic models, nodes correspond to words in a document and edges correspond to either a relationship describing co-occurring words in a document or a relationship describing the same word in the corpus. The network view allows us to extend the model to include supervisory signals, incorporate pre-trained word embedding vectors and include a nonlinear output function in a simple manner. In experiments, we show that our approach outperforms the state-of-the-art supervised Latent Dirichlet Allocation implementation in terms of held-out document classification tasks.

📄 PDF Abstract BibTeX arXiv:1802.08012

Code (0)

등록된 구현이 없습니다.

Tasks

Document ClassificationTopic Models

Methods 이 논문이 사용한 방법론

Interpretability 설명 없음

Similar Papers 제목 키워드 기반

Graph Structural-topic Neural Network

2020-06-25 · Qingqing Long, Yilun Jin, Guojie Song, Yi Li 외

Graph Convolutional Networks (GCNs) achieved tremendous success by effectively gathering local features for nodes. However, commonly do GCNs focus more on node features but less on graph structures within the neighborhoo…

Topic Models

GATE: How to Keep Out Intrusive Neighbors

2024-06-01 · Nimrah Mustafa, Rebekka Burkholz

Graph Attention Networks (GATs) are designed to provide flexible neighborhood aggregation that assigns weights to neighbors according to their importance. In practice, however, GATs are often unable to switch off task-ir…

Graph Attention

Node Embedding using Mutual Information and Self-Supervision based Bi-level Aggregation

2021-04-27 · Kashob Kumar Roy, Amit Roy, A K M Mahbubur Rahman, M Ashraful Amin 외

Graph Neural Networks (GNNs) learn low dimensional representations of nodes by aggregating information from their neighborhood in graphs. However, traditional GNNs suffer from two fundamental shortcomings due to their lo…

Node Clustering

Just Jump: Dynamic Neighborhood Aggregation in Graph Neural Networks

2019-04-09 · Matthias Fey

We propose a dynamic neighborhood aggregation (DNA) procedure guided by (multi-head) attention for representation learning on graphs. In contrast to current graph neural networks which follow a simple neighborhood aggreg…

General ClassificationNode ClassificationRepresentation Learning

Personalized PageRank meets Graph Attention Networks

2021-09-29 · Julie Choi

There has been a rising interest in graph neural networks (GNNs) for representation learning over the past few years. GNNs provide a general and efficient framework to learn from graph-structured data. However, GNNs typi…

Graph AttentionRepresentation Learning