paper-with-me

홈 › Papers

Word-Node2Vec: Improving Word Embedding with Document-Level Non-Local Word Co-occurrences

2019-06-01 · NAACL 2019 6 · Procheta Sen, Debasis Ganguly, Gareth Jones

A standard word embedding algorithm, such as word2vec and glove, makes a strong assumption that words are likely to be semantically related only if they co-occur locally within a window of fixed size. However, this strong assumption may not capture the semantic association between words that co-occur frequently but non-locally within documents. In this paper, we propose a graph-based word embedding method, named {`}word-node2vec{'}. By relaxing the strong constraint of locality, our method is able to capture both the local and non-local co-occurrences. Word-node2vec constructs a graph where every node represents a word and an edge between two nodes represents a combination of both local (e.g. word2vec) and document-level co-occurrences. Our experiments show that word-node2vec outperforms word2vec and glove on a range of different tasks, such as predicting word-pair similarity, word analogy and concept categorization.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

GloVe GloVe Embeddings are a type of word embedding that encode the co-occurrence probability ratio between two words as vector differences. GloVe uses a weighted least squares…

Similar Papers 제목 키워드 기반

Hybrid Improved Document-level Embedding (HIDE)

2020-06-01 · Satanik Mitra, Mamata Jenamani

In recent times, word embeddings are taking a significant role in sentiment analysis. As the generation of word embeddings needs huge corpora, many applications use pretrained embeddings. In spite of the success, word em…

Sentiment AnalysisWord Embeddings

Fusing Document, Collection and Label Graph-based Representations with Word Embeddings for Text Classification

2018-06-01 · WS 2018 6 · Konstantinos Skianis, Fragkiskos Malliaros, Michalis Vazirgiannis

Contrary to the traditional Bag-of-Words approach, we consider the Graph-of-Words(GoW) model in which each document is represented by a graph that encodes relationships between the different terms. Based on this formulat…

General ClassificationSentiment AnalysisText Categorizationtext-classification+2

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

Document Network Projection in Pretrained Word Embedding Space

2020-01-16 · Antoine Gourru, Adrien Guille, Julien Velcin, Julien Jacques

We present Regularized Linear Embedding (RLE), a novel method that projects a collection of linked documents (e.g. citation network) into a pretrained word embedding space. In addition to the textual content, we leverage…

ClusteringGeneral ClassificationInformation RetrievalLink Prediction+3

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 conte…

Network Embedding