paper-with-me

Papers

OntoAligner Meets Knowledge Graph Embedding Aligners

2025-09-30 · Hamed Babaei Giglou, Jennifer D'Souza, Sören Auer, Mahsa Sanaei arxiv

Ontology Alignment (OA) is essential for enabling semantic interoperability across heterogeneous knowledge systems. While recent advances have focused on large language models (LLMs) for capturing contextual semantics, this work revisits the underexplored potential of Knowledge Graph Embedding (KGE) models, which offer scalable, structure-aware representations well-suited to ontology-based tasks. Despite their effectiveness in link prediction, KGE methods remain underutilized in OA, with most prior work focusing narrowly on a few models. To address this gap, we reformulate OA as a link prediction problem over merged ontologies represented as RDF-style triples and develop a modular framework, integrated into the OntoAligner library, that supports 17 diverse KGE models. The system learns embeddings from a combined ontology and aligns entities by computing cosine similarity between their representations. We evaluate our approach using standard metrics across seven benchmark datasets spanning five domains: Anatomy, Biodiversity, Circular Economy, Material Science and Engineering, and Biomedical Machine Learning. Two key findings emerge: first, KGE models like ConvE and TransF consistently produce high-precision alignments, outperforming traditional systems in structure-rich and multi-relational domains; second, while their recall is moderate, this conservatism makes KGEs well-suited for scenarios demanding high-confidence mappings. Unlike LLM-based methods that excel at contextual reasoning, KGEs directly preserve and exploit ontology structure, offering a complementary and computationally efficient strategy. These results highlight the promise of embedding-based OA and open pathways for further work on hybrid models and adaptive strategies.

📄 PDF Abstract BibTeX arXiv:2509.26417

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Graph EmbeddingLink Prediction

Similar Papers 제목 키워드 기반

OntoAligner: A Comprehensive Modular and Robust Python Toolkit for Ontology Alignment

2025-03-27 · Hamed Babaei Giglou, Jennifer D'Souza, Oliver Karras, Sören Auer

Ontology Alignment (OA) is fundamental for achieving semantic interoperability across diverse knowledge systems. We present OntoAligner, a comprehensive, modular, and robust Python toolkit for ontology alignment, designe…

Retrieval-augmented Generation

Homa at SemEval-2025 Task 5: Aligning Librarian Records with OntoAligner for Subject Tagging

2025-04-30 · Hadi Bayrami Asl Tekanlou, Jafar Razmara, Mahsa Sanaei, Mostafa Rahgouy 외

This paper presents our system, Homa, for SemEval-2025 Task 5: Subject Tagging, which focuses on automatically assigning subject labels to technical records from TIBKAT using the Gemeinsame Normdatei (GND) taxonomy. We l…

RAGRetrievalRetrieval-augmented GenerationSemantic Similarity+1

Knowledge Hypergraph Embedding Meets Relational Algebra

2021-02-18 · Bahare Fatemi, Perouz Taslakian, David Vazquez, David Poole

Embedding-based methods for reasoning in knowledge hypergraphs learn a representation for each entity and relation. Current methods do not capture the procedural rules underlying the relations in the graph. We propose a …

hypergraph embeddingKnowledge GraphsLink Prediction

Ensemble Semi-supervised Entity Alignment via Cycle-teaching

2022-03-12 · Kexuan Xin, Zequn Sun, Wen Hua, Bing Liu 외

Entity alignment is to find identical entities in different knowledge graphs. Although embedding-based entity alignment has recently achieved remarkable progress, training data insufficiency remains a critical challenge.…

Entity AlignmentKnowledge Graphs

Towards a Broad Coverage Named Entity Resource: A Data-Efficient Approach for Many Diverse Languages

2022-01-28 · LREC 2022 6 · Silvia Severini, Ayyoob Imani, Philipp Dufter, Hinrich Schütze

Parallel corpora are ideal for extracting a multilingual named entity (MNE) resource, i.e., a dataset of names translated into multiple languages. Prior work on extracting MNE datasets from parallel corpora required reso…

Bilingual Lexicon InductionTransliteration