paper-with-me

Papers

Meta-Learning Based Knowledge Extrapolation for Knowledge Graphs in the Federated Setting

2022-05-10 · Mingyang Chen, Wen Zhang, Zhen Yao, Xiangnan Chen, Mengxiao Ding, Fei Huang, Huajun Chen

We study the knowledge extrapolation problem to embed new components (i.e., entities and relations) that come with emerging knowledge graphs (KGs) in the federated setting. In this problem, a model trained on an existing KG needs to embed an emerging KG with unseen entities and relations. To solve this problem, we introduce the meta-learning setting, where a set of tasks are sampled on the existing KG to mimic the link prediction task on the emerging KG. Based on sampled tasks, we meta-train a graph neural network framework that can construct features for unseen components based on structural information and output embeddings for them. Experimental results show that our proposed method can effectively embed unseen components and outperforms models that consider inductive settings for KGs and baselines that directly use conventional KG embedding methods.

📄 PDF Abstract BibTeX arXiv:2205.04692

Code (1)

zjukg/maker 공식 구현 pytorch

Tasks

Graph Neural NetworkKnowledge GraphsLink PredictionMeta-Learning

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Meta-Learning Based Knowledge Extrapolation for Temporal Knowledge Graph

2023-02-11 · Zhongwu Chen, Chengjin Xu, Fenglong Su, Zhen Huang 외

In the last few years, the solution to Knowledge Graph (KG) completion via learning embeddings of entities and relations has attracted a surge of interest. Temporal KGs(TKGs) extend traditional Knowledge Graphs (KGs) by …

Graph EmbeddingKnowledge Graph EmbeddingKnowledge GraphsLink Prediction+1

LLM-based SPARQL Query Generation from Natural Language over Federated Knowledge Graphs

2024-10-08 · Vincent Emonet, Jerven Bolleman, Severine Duvaud, Tarcisio Mendes de Farias 외

We introduce a Retrieval-Augmented Generation (RAG) system for translating user questions into accurate federated SPARQL queries over bioinformatics knowledge graphs (KGs) leveraging Large Language Models (LLMs). To enha…

Knowledge GraphsRAGRetrievalRetrieval-augmented Generation+1

A large collection of bioinformatics question-query pairs over federated knowledge graphs: methodology and applications

2024-10-08 · Jerven Bolleman, Vincent Emonet, Adrian Altenhoff, Amos Bairoch 외

Background. In the last decades, several life science resources have structured data using the same framework and made these accessible using the same query language to facilitate interoperability. Knowledge graphs have …

Knowledge Graphs

Generalizing to Unseen Elements: A Survey on Knowledge Extrapolation for Knowledge Graphs

2023-02-03 · Mingyang Chen, Wen Zhang, Yuxia Geng, Zezhong Xu 외

Knowledge graphs (KGs) have become valuable knowledge resources in various applications, and knowledge graph embedding (KGE) methods have garnered increasing attention in recent years. However, conventional KGE methods s…

Graph EmbeddingKnowledge Graph EmbeddingKnowledge Graphs

Learning to Extrapolate Knowledge: Transductive Few-shot Out-of-Graph Link Prediction

2020-06-11 · NeurIPS 2020 12 · Jinheon Baek, Dong Bok Lee, Sung Ju Hwang

Many practical graph problems, such as knowledge graph construction and drug-drug interaction prediction, require to handle multi-relational graphs. However, handling real-world multi-relational graphs with Graph Neural …

graph constructionKnowledge Graph CompletionLink PredictionMeta-Learning+1