paper-with-me

Papers

The DLCC Node Classification Benchmark for Analyzing Knowledge Graph Embeddings

2022-07-13 · Jan Portisch, Heiko Paulheim

Knowledge graph embedding is a representation learning technique that projects entities and relations in a knowledge graph to continuous vector spaces. Embeddings have gained a lot of uptake and have been heavily used in link prediction and other downstream prediction tasks. Most approaches are evaluated on a single task or a single group of tasks to determine their overall performance. The evaluation is then assessed in terms of how well the embedding approach performs on the task at hand. Still, it is hardly evaluated (and often not even deeply understood) what information the embedding approaches are actually learning to represent. To fill this gap, we present the DLCC (Description Logic Class Constructors) benchmark, a resource to analyze embedding approaches in terms of which kinds of classes they can represent. Two gold standards are presented, one based on the real-world knowledge graph DBpedia and one synthetic gold standard. In addition, an evaluation framework is provided that implements an experiment protocol so that researchers can directly use the gold standard. To demonstrate the use of DLCC, we compare multiple embedding approaches using the gold standards. We find that many DL constructors on DBpedia are actually learned by recognizing different correlated patterns than those defined in the gold standard and that specific DL constructors, such as cardinality constraints, are particularly hard to be learned for most embedding approaches.

📄 PDF Abstract BibTeX arXiv:2207.06014

Code (1)

nicolas-hbt/versatile-embeddings pytorch

Tasks

Graph EmbeddingKnowledge Graph EmbeddingKnowledge Graph EmbeddingsLink PredictionNode ClassificationRepresentation LearningWorld Knowledge

Similar Papers 제목 키워드 기반

Depth-Based Local Center Clustering: A Framework for Handling Different Clustering Scenarios

2025-05-14 · Siyi Wang, Alexandre Leblanc, Paul D. McNicholas

Cluster analysis, or clustering, plays a crucial role across numerous scientific and engineering domains. Despite the wealth of clustering methods proposed over the past decades, each method is typically designed for spe…

Clustering

Few-Shot Domain Adaptation for Charge Prediction on Unprofessional Descriptions

2023-09-29 · Jie Zhao, Ziyu Guan, Wei Zhao, Yue Jiang 외

Recent works considering professional legal-linguistic style (PLLS) texts have shown promising results on the charge prediction task. However, unprofessional users also show an increasing demand on such a prediction serv…

Domain AdaptationPrediction

Deep-Learning-Based Markerless Pose Estimation Systems in Gait Analysis: DeepLabCut Custom Training and the Refinement Function

2024-07-15 · Giulia Panconi, Stefano Grasso, Sara Guarducci, Lorenzo Mucchi 외

The current gold standard for the study of human movement is the marker-based motion capture system that offers high precision but constrained by costs and controlled environments. Markerless pose estimation systems emer…

Pose EstimationTransfer Learning

Contrastive Disentangled Learning on Graph for Node Classification

2023-06-20 · Xiaojuan Zhang, Jun Fu, Shuang Li

Contrastive learning methods have attracted considerable attention due to their remarkable success in analyzing graph-structured data. Inspired by the success of contrastive learning, we propose a novel framework for con…

ClassificationContrastive LearningDisentanglementNode Classification+1

FUSE: Fast Semi-Supervised Node Embedding Learning via Structural and Label-Aware Optimization

2025-10-13 · Sujan Chakraborty, Rahul Bordoloi, Anindya Sengupta, Olaf Wolkenhauer 외 arxiv

Graph-based learning is a cornerstone for analyzing structured data, with node classification as a central task. However, in many real-world graphs, nodes lack informative feature vectors, leaving only neighborhood conne…

Node Classification