paper-with-me

홈 › Papers

GreenKGC: A Lightweight Knowledge Graph Completion Method

2022-08-19 · Yun-Cheng Wang, Xiou Ge, Bin Wang, C. -C. Jay Kuo

Knowledge graph completion (KGC) aims to discover missing relationships between entities in knowledge graphs (KGs). Most prior KGC work focuses on learning embeddings for entities and relations through a simple scoring function. Yet, a higher-dimensional embedding space is usually required for a better reasoning capability, which leads to a larger model size and hinders applicability to real-world problems (e.g., large-scale KGs or mobile/edge computing). A lightweight modularized KGC solution, called GreenKGC, is proposed in this work to address this issue. GreenKGC consists of three modules: representation learning, feature pruning, and decision learning, to extract discriminant KG features and make accurate predictions on missing relationships using classifiers and negative sampling. Experimental results demonstrate that, in low dimensions, GreenKGC can outperform SOTA methods in most datasets. In addition, low-dimensional GreenKGC can achieve competitive or even better performance against high-dimensional models with a much smaller model size.

📄 PDF Abstract BibTeX arXiv:2208.09137

Code (1)

yunchengwang/greenkgc 공식 구현

Tasks

Edge-computingKnowledge Graph CompletionKnowledge GraphsLink PredictionRepresentation LearningTriple Classification

Similar Papers 제목 키워드 기반

Edge-Enabled Anomaly Detection and Information Completion for Social Network Knowledge Graphs

2024-01-13 · Fan Lu, Quan Qi, Huaibin Qin

In the rapidly advancing information era, various human behaviors are being precisely recorded in the form of data, including identity information, criminal records, and communication data. Law enforcement agencies can e…

Anomaly DetectionEdge-computingGraph EmbeddingKnowledge Graph Completion+3

ELMM: Efficient Lightweight Multimodal Large Language Models for Multimodal Knowledge Graph Completion

2025-10-19 · Wei Huang, Peining Li, Meiyu Liang, Xu Hou 외 arxiv

Multimodal Knowledge Graphs (MKGs) extend traditional knowledge graphs by incorporating visual and textual modalities, enabling richer and more expressive entity representations. However, existing MKGs often suffer from …

Knowledge Graph CompletionKnowledge Graphs

Federated Personal Knowledge Graph Completion with Lightweight Large Language Models for Personalized Recommendations

2026-02-25 · Fernando Spadea, Oshani Seneviratne arxiv

Personalized recommendation increasingly relies on private user data, motivating approaches that can adapt to individuals without centralizing their information. We present Federated Targeted Recommendations with Evolvin…

Knowledge Graph CompletionFederated LearningKnowledge Graphs

OMNIA: Closing the Loop by Leveraging LLMs for Knowledge Graph Completion

2026-03-12 · Frédéric Ieng, Soror Sahri, Mourad Ouzzani, Massinissa Hammaz 외 arxiv

Knowledge Graphs (KGs) are widely used to represent structured knowledge, yet their automatic construction, especially with Large Language Models (LLMs), often results in incomplete or noisy outputs. Knowledge Graph Comp…

Knowledge Graph CompletionKnowledge Graphs

Finetuning Generative Large Language Models with Discrimination Instructions for Knowledge Graph Completion

2024-07-23 · Yang Liu, Xiaobin Tian, Zequn Sun, Wei Hu

Traditional knowledge graph (KG) completion models learn embeddings to predict missing facts. Recent works attempt to complete KGs in a text-generation manner with large language models (LLMs). However, they need to grou…

Knowledge Graph CompletionText Generation