paper-with-me

Papers

Instruction-based Hypergraph Pretraining

2024-03-28 · Mingdai Yang, Zhiwei Liu, Liangwei Yang, Xiaolong Liu, Chen Wang, Hao Peng, Philip S. Yu

Pretraining has been widely explored to augment the adaptability of graph learning models to transfer knowledge from large datasets to a downstream task, such as link prediction or classification. However, the gap between training objectives and the discrepancy between data distributions in pretraining and downstream tasks hinders the transfer of the pretrained knowledge. Inspired by instruction-based prompts widely used in pretrained language models, we introduce instructions into graph pretraining. In this paper, we propose a novel pretraining framework named Instruction-based Hypergraph Pretraining. To overcome the discrepancy between pretraining and downstream tasks, text-based instructions are applied to provide explicit guidance on specific tasks for representation learning. Compared to learnable prompts, whose effectiveness depends on the quality and the diversity of training data, text-based instructions intrinsically encapsulate task information and support the model to generalize beyond the structure seen during pretraining. To capture high-order relations with task information in a context-aware manner, a novel prompting hypergraph convolution layer is devised to integrate instructions into information propagation in hypergraphs. Extensive experiments conducted on three public datasets verify the superiority of IHP in various scenarios.

📄 PDF Abstract BibTeX arXiv:2403.19063

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityGraph LearningLink PredictionRepresentation Learning

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Self-Supervised Pretraining for Heterogeneous Hypergraph Neural Networks

2023-11-19 · Abdalgader Abubaker, Takanori Maehara, Madhav Nimishakavi, Vassilis Plachouras

Recently, pretraining methods for the Graph Neural Networks (GNNs) have been successful at learning effective representations from unlabeled graph data. However, most of these methods rely on pairwise relations in the gr…

Link PredictionNode Classification

Unified Pretraining for Recommendation via Task Hypergraphs

2023-10-20 · Mingdai Yang, Zhiwei Liu, Liangwei Yang, Xiaolong Liu 외

Although pretraining has garnered significant attention and popularity in recent years, its application in graph-based recommender systems is relatively limited. It is challenging to exploit prior knowledge by pretrainin…

Hyperedge PredictionRecommendation Systems

Instruction Set and Language for Hypergraphs

2026-07-11 · Mario Pascual-Gonzalez, Ezequiel Lopez-Rubio arxiv

We present IsalHG, a method for representing the structure of any finite, connected hypergraph of bounded hyperedge arity as a string over a compact instruction alphabet $Σ_{\mathrm{HG}}$. The encoding is executed by a s…

Temporal Inductive Logic Reasoning over Hypergraphs

2022-06-09 · Yuan Yang, Siheng Xiong, Ali Payani, James C Kerce 외

Inductive logic reasoning is a fundamental task in graph analysis, which aims to generalize patterns from data. This task has been extensively studied for traditional graph representations, such as knowledge graphs (KGs)…

Inductive logic programmingKnowledge Graphs

Does VLN Pretraining Work with Nonsensical or Irrelevant Instructions?

2023-11-28 · Wang Zhu, Ishika Singh, Yuan Huang, Robin Jia 외

Data augmentation via back-translation is common when pretraining Vision-and-Language Navigation (VLN) models, even though the generated instructions are noisy. But: does that noise matter? We find that nonsensical or ir…

Data AugmentationTranslationVision and Language Navigation