paper-with-me

Papers

Using Graph Algorithms to Pretrain Graph Completion Transformers

2022-10-14 · Jonathan Pilault, Michael Galkin, Bahare Fatemi, Perouz Taslakian, David Vasquez, Christopher Pal

Recent work on Graph Neural Networks has demonstrated that self-supervised pretraining can further enhance performance on downstream graph, link, and node classification tasks. However, the efficacy of pretraining tasks has not been fully investigated for downstream large knowledge graph completion tasks. Using a contextualized knowledge graph embedding approach, we investigate five different pretraining signals, constructed using several graph algorithms and no external data, as well as their combination. We leverage the versatility of our Transformer-based model to explore graph structure generation pretraining tasks (i.e. path and k-hop neighborhood generation), typically inapplicable to most graph embedding methods. We further propose a new path-finding algorithm guided by information gain and find that it is the best-performing pretraining task across three downstream knowledge graph completion datasets. While using our new path-finding algorithm as a pretraining signal provides 2-3% MRR improvements, we show that pretraining on all signals together gives the best knowledge graph completion results. In a multitask setting that combines all pretraining tasks, our method surpasses the latest and strong performing knowledge graph embedding methods on all metrics for FB15K-237, on MRR and Hit@1 for WN18RRand on MRR and hit@10 for JF17K (a knowledge hypergraph dataset).

📄 PDF Abstract BibTeX arXiv:2210.07453

Code (0)

등록된 구현이 없습니다.

Tasks

Graph EmbeddingKnowledge Graph CompletionKnowledge Graph EmbeddingNode Classification

Similar Papers 제목 키워드 기반

Pre-training Transformers for Knowledge Graph Completion

2023-03-28 · Sanxing Chen, Hao Cheng, Xiaodong Liu, Jian Jiao 외

Learning transferable representation of knowledge graphs (KGs) is challenging due to the heterogeneous, multi-relational nature of graph structures. Inspired by Transformer-based pretrained language models' success on le…

Knowledge Graph CompletionKnowledge Graphs

Commonsense Knowledge Graph Completion Via Contrastive Pretraining and Node Clustering

2023-05-26 · Siwei Wu, Xiangqing Shen, Rui Xia

The nodes in the commonsense knowledge graph (CSKG) are normally represented by free-form short text (e.g., word or phrase). Different nodes may represent the same concept. This leads to the problems of edge sparsity and…

ClusteringContrastive LearningGraph Representation LearningKnowledge Graph Completion+2

Graph Neural Networks for Temperature-Dependent Activity Coefficient Prediction of Solutes in Ionic Liquids

2022-06-23 · Jan G. Rittig, Karim Ben Hicham, Artur M. Schweidtmann, Manuel Dahmen 외

Ionic liquids (ILs) are important solvents for sustainable processes and predicting activity coefficients (ACs) of solutes in ILs is needed. Recently, matrix completion methods (MCMs), transformers, and graph neural netw…

Matrix Completion

Transformers as Graph-to-Graph Models

2023-10-27 · James Henderson, Alireza Mohammadshahi, Andrei C. Coman, Lesly Miculicich

We argue that Transformers are essentially graph-to-graph models, with sequences just being a special case. Attention weights are functionally equivalent to graph edges. Our Graph-to-Graph Transformer architecture makes …

Contrastive Document Representation Learning with Graph Attention Networks

2021-10-20 · Findings (EMNLP) 2021 11 · Peng Xu, Xinchi Chen, Xiaofei Ma, Zhiheng Huang 외

Recent progress in pretrained Transformer-based language models has shown great success in learning contextual representation of text. However, due to the quadratic self-attention complexity, most of the pretrained Trans…

Contrastive LearningDocument ClassificationGraph AttentionRepresentation Learning+1