paper-with-me

Papers

SENSE: Semantically Enhanced Node Sequence Embedding

2019-11-07 · ICLR 2019 5 · Swati Rallapalli, Liang Ma, Mudhakar Srivatsa, Ananthram Swami, Heesung Kwon, Graham Bent, Christopher Simpkin

Effectively capturing graph node sequences in the form of vector embeddings is critical to many applications. We achieve this by (i) first learning vector embeddings of single graph nodes and (ii) then composing them to compactly represent node sequences. Specifically, we propose SENSE-S (Semantically Enhanced Node Sequence Embedding - for Single nodes), a skip-gram based novel embedding mechanism, for single graph nodes that co-learns graph structure as well as their textual descriptions. We demonstrate that SENSE-S vectors increase the accuracy of multi-label classification tasks by up to 50% and link-prediction tasks by up to 78% under a variety of scenarios using real datasets. Based on SENSE-S, we next propose generic SENSE to compute composite vectors that represent a sequence of nodes, where preserving the node order is important. We prove that this approach is efficient in embedding node sequences, and our experiments on real data confirm its high accuracy in node order decoding.

📄 PDF Abstract BibTeX arXiv:1911.02970

Code (0)

등록된 구현이 없습니다.

Tasks

Link PredictionMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION

Similar Papers 제목 키워드 기반

Semantically Enhanced Models for Commonsense Knowledge Acquisition

2018-09-12 · Ikhlas Alhussien, Erik Cambria, Zhang NengSheng

Commonsense knowledge is paramount to enable intelligent systems. Typically, it is characterized as being implicit and ambiguous, hindering thereby the automation of its acquisition. To address these challenges, this pap…

Graph EmbeddingKnowledge Base CompletionKnowledge Graph Embedding

LSTMEmbed: Learning Word and Sense Representations from a Large Semantically Annotated Corpus with Long Short-Term Memories

2019-07-01 · ACL 2019 7 · Ignacio Iacobacci, Roberto Navigli

While word embeddings are now a de facto standard representation of words in most NLP tasks, recently the attention has been shifting towards vector representations which capture the different meanings, i.e., senses, of …

Word Embeddings

A Synset Relation-enhanced Framework with a Try-again Mechanism for Word Sense Disambiguation

2020-11-01 · EMNLP 2020 11 · Ming Wang, Yinglin Wang

Contextual embeddings are proved to be overwhelmingly effective to the task of Word Sense Disambiguation (WSD) compared with other sense representation techniques. However, these embeddings fail to embed sense knowledge …

RelationWord Sense Disambiguation

Augmenting Chinese WordNet semantic relations with contextualized embeddings

2019-07-01 · GWC 2019 7 · Yu-Hsiang Tseng, Shu-Kai Hsieh

Constructing semantic relations in WordNet has been a labour-intensive task, especially in a dynamic and fast-changing language environment. Combined with recent advancements of contextualized embeddings, this paper prop…

TNE: A Latent Model for Representation Learning on Networks

2018-10-16 · Abdulkadir Çelikkanat, Fragkiskos D. Malliaros

Network representation learning (NRL) methods aim to map each vertex into a low dimensional space by preserving the local and global structure of a given network, and in recent years they have received a significant atte…

Community DetectionLink PredictionNode ClassificationRepresentation Learning+1