paper-with-me

Papers

Exploring & Exploiting High-Order Graph Structure for Sparse Knowledge Graph Completion

2023-06-29 · Tao He, Ming Liu, Yixin Cao, Zekun Wang, Zihao Zheng, Zheng Chu, Bing Qin

Sparse knowledge graph (KG) scenarios pose a challenge for previous Knowledge Graph Completion (KGC) methods, that is, the completion performance decreases rapidly with the increase of graph sparsity. This problem is also exacerbated because of the widespread existence of sparse KGs in practical applications. To alleviate this challenge, we present a novel framework, LR-GCN, that is able to automatically capture valuable long-range dependency among entities to supplement insufficient structure features and distill logical reasoning knowledge for sparse KGC. The proposed approach comprises two main components: a GNN-based predictor and a reasoning path distiller. The reasoning path distiller explores high-order graph structures such as reasoning paths and encodes them as rich-semantic edges, explicitly compositing long-range dependencies into the predictor. This step also plays an essential role in densifying KGs, effectively alleviating the sparse issue. Furthermore, the path distiller further distills logical reasoning knowledge from these mined reasoning paths into the predictor. These two components are jointly optimized using a well-designed variational EM algorithm. Extensive experiments and analyses on four sparse benchmarks demonstrate the effectiveness of our proposed method.

📄 PDF Abstract BibTeX arXiv:2306.17034

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Graph CompletionLogical Reasoning

Similar Papers 제목 키워드 기반

Adaptive Filters in Graph Convolutional Neural Networks

2021-05-21 · Andrea Apicella, Francesco Isgrò, Andrea Pollastro, Roberto Prevete

Over the last few years, we have witnessed the availability of an increasing data generated from non-Euclidean domains, which are usually represented as graphs with complex relationships, and Graph Neural Networks (GNN) …

Exploring High-Order Structure for Robust Graph Structure Learning

2022-03-22 · Guangqian Yang, Yibing Zhan, Jinlong Li, Baosheng Yu 외

Recent studies show that Graph Neural Networks (GNNs) are vulnerable to adversarial attack, i.e., an imperceptible structure perturbation can fool GNNs to make wrong predictions. Some researches explore specific properti…

Adversarial AttackGraph structure learningVocal Bursts Intensity Prediction

GLAD: Improving Latent Graph Generative Modeling with Simple Quantization

2024-03-25 · Van Khoa Nguyen, Yoann Boget, Frantzeska Lavda, Alexandros Kalousis

Exploring the graph latent structures has not garnered much attention in the graph generative research field. Yet, exploiting the latent space is as crucial as working on the data space for discrete data such as graphs. …

Quantization

Interest-aware Message-Passing GCN for Recommendation

2021-02-19 · Fan Liu, Zhiyong Cheng, Lei Zhu, Zan Gao 외

Graph Convolution Networks (GCNs) manifest great potential in recommendation. This is attributed to their capability on learning good user and item embeddings by exploiting the collaborative signals from the high-order n…

Alternating Direction Graph Matching

2016-11-22 · CVPR 2017 7 · D. Khuê Lê-Huu, Nikos Paragios

In this paper, we introduce a graph matching method that can account for constraints of arbitrary order, with arbitrary potential functions. Unlike previous decomposition approaches that rely on the graph structures, we …

Graph Matching