paper-with-me

홈 › Papers

Graph Inference Representation: Learning Graph Positional Embeddings with Anchor Path Encoding

2021-05-09 · Yuheng Lu, Jinpeng Chen, Chuxiong Sun, Jie Hu

Learning node representations that incorporate information from graph structure benefits wide range of tasks on graph. The majority of existing graph neural networks (GNNs) have limited power in capturing position information for a given node. The idea of positioning nodes with selected anchors has been exploited, yet mainly relying on explicit labeling of distance information. Here we propose Graph Inference Representation (GIR), an anchor based GNN model encoding path information related to pre-selected anchors for each node. Abilities to get position-aware embeddings are theoretically and experimentally investigated on GIR and its core variants. Further, the complementarity between GIRs and typical GNNs is demonstrated. We show that GIRs get outperformed results in position-aware scenarios, and performances on typical GNNs could be improved by fusing GIR embeddings.

📄 PDF Abstract BibTeX arXiv:2105.03821

Code (0)

등록된 구현이 없습니다.

Tasks

PositionRepresentation Learning

Similar Papers 제목 키워드 기반

Augmenting Compositional Models for Knowledge Base Completion Using Gradient Representations

2018-11-02 · Matthias Lalisse, Paul Smolensky

Neural models of Knowledge Base data have typically employed compositional representations of graph objects: entity and relation embeddings are systematically combined to evaluate the truth of a candidate Knowedge Base e…

Knowledge Base CompletionKnowledge GraphsLink PredictionTriplet

Holographic Embeddings of Knowledge Graphs

2015-10-16 · Maximilian Nickel, Lorenzo Rosasco, Tomaso Poggio

Learning embeddings of entities and relations is an efficient and versatile method to perform machine learning on relational data such as knowledge graphs. In this work, we propose holographic embeddings (HolE) to learn …

Knowledge GraphsLink PredictionRelational Reasoning

Compositional Fairness Constraints for Graph Embeddings

2019-05-25 · Avishek Joey Bose, William L. Hamilton

Learning high-quality node embeddings is a key building block for machine learning models that operate on graph data, such as social networks and recommender systems. However, existing graph embedding techniques are unab…

FairnessGraph EmbeddingRecommendation Systems

On the Equivalence between Positional Node Embeddings and Structural Graph Representations

2019-10-01 · ICLR 2020 1 · Balasubramaniam Srinivasan, Bruno Ribeiro

This work provides the first unifying theoretical framework for node (positional) embeddings and structural graph representations, bridging methods like matrix factorization and graph neural networks. Using invariant the…

Inductive LearningLink PredictionNode ClassificationTriad Prediction

Compositional Demographic Word Embeddings

2020-10-06 · EMNLP 2020 11 · Charles Welch, Jonathan K. Kummerfeld, Verónica Pérez-Rosas, Rada Mihalcea

Word embeddings are usually derived from corpora containing text from many individuals, thus leading to general purpose representations rather than individually personalized representations. While personalized embeddings…

Language ModelingLanguage ModellingWord Embeddings