paper-with-me

Papers

Task-Oriented GNNs Training on Large Knowledge Graphs for Accurate and Efficient Modeling

2024-03-09 · Hussein Abdallah, Waleed Afandi, Panos Kalnis, Essam Mansour

A Knowledge Graph (KG) is a heterogeneous graph encompassing a diverse range of node and edge types. Heterogeneous Graph Neural Networks (HGNNs) are popular for training machine learning tasks like node classification and link prediction on KGs. However, HGNN methods exhibit excessive complexity influenced by the KG's size, density, and the number of node and edge types. AI practitioners handcraft a subgraph of a KG G relevant to a specific task. We refer to this subgraph as a task-oriented subgraph (TOSG), which contains a subset of task-related node and edge types in G. Training the task using TOSG instead of G alleviates the excessive computation required for a large KG. Crafting the TOSG demands a deep understanding of the KG's structure and the task's objectives. Hence, it is challenging and time-consuming. This paper proposes KG-TOSA, an approach to automate the TOSG extraction for task-oriented HGNN training on a large KG. In KG-TOSA, we define a generic graph pattern that captures the KG's local and global structure relevant to a specific task. We explore different techniques to extract subgraphs matching our graph pattern: namely (i) two techniques sampling around targeted nodes using biased random walk or influence scores, and (ii) a SPARQL-based extraction method leveraging RDF engines' built-in indices. Hence, it achieves negligible preprocessing overhead compared to the sampling techniques. We develop a benchmark of real KGs of large sizes and various tasks for node classification and link prediction. Our experiments show that KG-TOSA helps state-of-the-art HGNN methods reduce training time and memory usage by up to 70% while improving the model performance, e.g., accuracy and inference time.

📄 PDF Abstract BibTeX arXiv:2403.05752

Code (1)

cods-gcs/kgtosa 공식 구현 pytorch

Tasks

Knowledge GraphsLink PredictionNode Classification

Similar Papers 제목 키워드 기반

Informed Machine Learning for Improved Similarity Assessment in Process-Oriented Case-Based Reasoning

2021-06-30 · Maximilian Hoffmann, Ralph Bergmann

Currently, Deep Learning (DL) components within a Case-Based Reasoning (CBR) application often lack the comprehensive integration of available domain knowledge. The trend within machine learning towards so-called Informe…

BIG-bench Machine Learning

How Can Graph Neural Networks Help Document Retrieval: A Case Study on CORD19 with Concept Map Generation

2022-01-12 · Hejie Cui, Jiaying Lu, Yao Ge, Carl Yang

Graph neural networks (GNNs), as a group of powerful tools for representation learning on irregular data, have manifested superiority in various downstream tasks. With unstructured texts represented as concept maps, GNNs…

Representation LearningRetrieval

GraphTOP: Graph Topology-Oriented Prompting for Graph Neural Networks

2025-10-25 · Xingbo Fu, Zhenyu Lei, Zihan Chen, Binchi Zhang 외 arxiv

Graph Neural Networks (GNNs) have revolutionized the field of graph learning by learning expressive graph representations from massive graph data. As a common pattern to train powerful GNNs, the "pre-training, adaptation…

Node ClassificationGraph Learning

Toward Fair Graph Neural Networks Via Dual-Teacher Knowledge Distillation

2024-11-30 · Chengyu Li, Debo Cheng, Guixian Zhang, Yi Li 외

Graph Neural Networks (GNNs) have demonstrated strong performance in graph representation learning across various real-world applications. However, they often produce biased predictions caused by sensitive attributes, su…

FairnessGraph Representation LearningKnowledge DistillationRepresentation Learning

Graph Auto-Encoder Via Neighborhood Wasserstein Reconstruction

2022-02-18 · ICLR 2022 4 · Mingyue Tang, Carl Yang, Pan Li

Graph neural networks (GNNs) have drawn significant research attention recently, mostly under the setting of semi-supervised learning. When task-agnostic representations are preferred or supervision is simply unavailable…

DecoderGraph MiningGraph Reconstruction