paper-with-me

Papers

GenIC: An LLM-Based Framework for Instance Completion in Knowledge Graphs

2025-05-29 · Amel Gader, Alsayed Algergawy

Knowledge graph completion aims to address the gaps of knowledge bases by adding new triples that represent facts. The complexity of this task depends on how many parts of a triple are already known. Instance completion involves predicting the relation-tail pair when only the head is given (h, ?, ?). Notably, modern knowledge bases often contain entity descriptions and types, which can provide valuable context for inferring missing facts. By leveraging these textual descriptions and the ability of large language models to extract facts from them and recognize patterns within the knowledge graph schema, we propose an LLM-powered, end-to-end instance completion approach. Specifically, we introduce GenIC: a two-step Generative Instance Completion framework. The first step focuses on property prediction, treated as a multi-label classification task. The second step is link prediction, framed as a generative sequence-to-sequence task. Experimental results on three datasets show that our method outperforms existing baselines. Our code is available at https://github.com/amal-gader/genic.

📄 PDF Abstract BibTeX arXiv:2505.24036

Code (1)

amal-gader/genic 공식 구현 pytorch

Tasks

Knowledge Graph CompletionKnowledge GraphsLink PredictionMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONProperty Prediction

Similar Papers 제목 키워드 기반

Videogenic: Identifying Highlight Moments in Videos with Professional Photographs as a Prior

2022-11-22 · David Chuan-En Lin, Fabian Caba Heilbron, Joon-Young Lee, Oliver Wang 외

This paper investigates the challenge of extracting highlight moments from videos. To perform this task, we need to understand what constitutes a highlight for arbitrary video domains while at the same time being able to…

Retrieval

One-Shot Relational Learning for Knowledge Graphs

2018-08-27 · EMNLP 2018 10 · Wenhan Xiong, Mo Yu, Shiyu Chang, Xiaoxiao Guo 외

Knowledge graphs (KGs) are the key components of various natural language processing applications. To further expand KGs' coverage, previous studies on knowledge graph completion usually require a large number of trainin…

Knowledge Graph CompletionKnowledge GraphsRelational Reasoning

Fast Knowledge Graph Completion using Graphics Processing Units

2023-07-22 · Chun-Hee Lee, Dong-oh Kang, Hwa Jeon Song

Knowledge graphs can be used in many areas related to data semantics such as question-answering systems, knowledge based systems. However, the currently constructed knowledge graphs need to be complemented for better kno…

Graph EmbeddingKnowledge Graph CompletionKnowledge Graph EmbeddingKnowledge Graphs+1

Superhypergraph Neural Networks and Plithogenic Graph Neural Networks: Theoretical Foundations

2024-12-02 · Takaaki Fujita

Hypergraphs extend traditional graphs by allowing edges to connect multiple nodes, while superhypergraphs further generalize this concept to represent even more complex relationships. Neural networks, inspired by biologi…

Graph Neural Network

Evolving test instances of the Hamiltonian completion problem

2020-10-05 · Thibault Lechien, Jorik Jooken, Patrick De Causmaecker

Predicting and comparing algorithm performance on graph instances is challenging for multiple reasons. First, there is usually no standard set of instances to benchmark performance. Second, using existing graph generator…