paper-with-me

Papers

Inductive Document Network Embedding with Topic-Word Attention

2020-01-10 · Robin Brochier, Adrien Guille, Julien Velcin

Document network embedding aims at learning representations for a structured text corpus i.e. when documents are linked to each other. Recent algorithms extend network embedding approaches by incorporating the text content associated with the nodes in their formulations. In most cases, it is hard to interpret the learned representations. Moreover, little importance is given to the generalization to new documents that are not observed within the network. In this paper, we propose an interpretable and inductive document network embedding method. We introduce a novel mechanism, the Topic-Word Attention (TWA), that generates document representations based on the interplay between word and topic representations. We train these word and topic vectors through our general model, Inductive Document Network Embedding (IDNE), by leveraging the connections in the document network. Quantitative evaluations show that our approach achieves state-of-the-art performance on various networks and we qualitatively show that our model produces meaningful and interpretable representations of the words, topics and documents.

📄 PDF Abstract BibTeX arXiv:2001.03369

Code (1)

brochier/idne 공식 구현

Tasks

Network Embedding

Similar Papers 제목 키워드 기반

ConTextING: Granting Document-Wise Contextual Embeddings to Graph Neural Networks for Inductive Text Classification

2022-10-01 · COLING 2022 10 · Yen-Hao Huang, Yi-Hsin Chen, Yi-Shin Chen

Graph neural networks (GNNs) have been recently applied in natural language processing. Various GNN research studies are proposed to learn node interactions within the local graph of each document that contains words, se…

text-classificationText ClassificationWord Embeddings

Neural Attention-Aware Hierarchical Topic Model

2021-10-14 · EMNLP 2021 11 · Yuan Jin, He Zhao, Ming Liu, Lan Du 외

Neural topic models (NTMs) apply deep neural networks to topic modelling. Despite their success, NTMs generally ignore two important aspects: (1) only document-level word count information is utilized for the training, w…

modelSentenceTopic Models

JOINTLY LEARNING TOPIC SPECIFIC WORD AND DOCUMENT EMBEDDING

2021-09-29 · Farid Uddin, Zuping Zhang

Document embedding generally ignores underlying topics, which fails to capture polysemous terms that can mislead to improper thematic representation. Moreover, embedding a new document during the test process needs a com…

Document ClassificationDocument EmbeddingWord Embeddings

Inductive Topic Variational Graph Auto-Encoder for Text Classification

2021-06-01 · NAACL 2021 4 · Qianqian Xie, Jimin Huang, Pan Du, Min Peng 외

Graph convolutional networks (GCNs) have been applied recently to text classification and produced an excellent performance. However, existing GCN-based methods do not assume an explicit latent semantic structure of docu…

ClassificationInductive LearningRepresentation LearningSemi-Supervised Text Classification+2

Representing Mixtures of Word Embeddings with Mixtures of Topic Embeddings

2022-03-03 · ICLR 2022 4 · Dongsheng Wang, Dandan Guo, He Zhao, Huangjie Zheng 외

A topic model is often formulated as a generative model that explains how each word of a document is generated given a set of topics and document-specific topic proportions. It is focused on capturing the word co-occurre…

parameter estimationWord Embeddings