paper-with-me

홈 › Papers

KGNN: Distributed Framework for Graph Neural Knowledge Representation

2022-05-17 · Binbin Hu, Zhiyang Hu, Zhiqiang Zhang, Jun Zhou, Chuan Shi

Knowledge representation learning has been commonly adopted to incorporate knowledge graph (KG) into various online services. Although existing knowledge representation learning methods have achieved considerable performance improvement, they ignore high-order structure and abundant attribute information, resulting unsatisfactory performance on semantics-rich KGs. Moreover, they fail to make prediction in an inductive manner and cannot scale to large industrial graphs. To address these issues, we develop a novel framework called KGNN to take full advantage of knowledge data for representation learning in the distributed learning system. KGNN is equipped with GNN based encoder and knowledge aware decoder, which aim to jointly explore high-order structure and attribute information together in a fine-grained fashion and preserve the relation patterns in KGs, respectively. Extensive experiments on three datasets for link prediction and triplet classification task demonstrate the effectiveness and scalability of KGNN framework.

📄 PDF Abstract BibTeX arXiv:2205.08285

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeDecoderLink PredictionRepresentation LearningTriplet

Methods 이 논문이 사용한 방법론

AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…

Similar Papers 제목 키워드 기반

Mitigating Relational Bias on Knowledge Graphs

2022-11-26 · Yu-Neng Chuang, Kwei-Herng Lai, Ruixiang Tang, Mengnan Du 외

Knowledge graph data are prevalent in real-world applications, and knowledge graph neural networks (KGNNs) are essential techniques for knowledge graph representation learning. Although KGNN effectively models the struct…

Graph Representation LearningKnowledge GraphsOpen-Ended Question AnsweringRepresentation Learning

TinyKG: Memory-Efficient Training Framework for Knowledge Graph Neural Recommender Systems

2022-12-08 · Huiyuan Chen, Xiaoting Li, Kaixiong Zhou, Xia Hu 외

There has been an explosion of interest in designing various Knowledge Graph Neural Networks (KGNNs), which achieve state-of-the-art performance and provide great explainability for recommendation. The promising performa…

GPUKnowledge GraphsQuantizationRecommendation Systems

Multi-Paragraph Reasoning with Knowledge-enhanced Graph Neural Network

2019-11-06 · Deming Ye, Yankai Lin, Zheng-Hao Liu, Zhiyuan Liu 외

Multi-paragraph reasoning is indispensable for open-domain question answering (OpenQA), which receives less attention in the current OpenQA systems. In this work, we propose a knowledge-enhanced graph neural network (KGN…

Graph Neural NetworkOpen-Domain Question AnsweringQuestion Answering

Adaptive Kernel Graph Neural Network

2021-12-08 · Mingxuan Ju, Shifu Hou, Yujie Fan, Jianan Zhao 외

Graph neural networks (GNNs) have demonstrated great success in representation learning for graph-structured data. The layer-wise graph convolution in GNNs is shown to be powerful at capturing graph topology. During this…

Graph Neural NetworkRepresentation Learning

Self-supervision meets kernel graph neural models: From architecture to augmentations

2023-10-17 · Jiawang Dan, Ruofan Wu, Yunpeng Liu, Baokun Wang 외

Graph representation learning has now become the de facto standard when handling graph-structured data, with the framework of message-passing graph neural networks (MPNN) being the most prevailing algorithmic tool. Despi…

Data AugmentationGraph ClassificationGraph Representation LearningRepresentation Learning+1