paper-with-me

홈 › Papers

IntelliGraphs: Datasets for Benchmarking Knowledge Graph Generation

2023-07-13 · Thiviyan Thanapalasingam, Emile van Krieken, Peter Bloem, Paul Groth

Knowledge Graph Embedding (KGE) models are used to learn continuous representations of entities and relations. A key task in the literature is predicting missing links between entities. However, Knowledge Graphs are not just sets of links but also have semantics underlying their structure. Semantics is crucial in several downstream tasks, such as query answering or reasoning. We introduce the subgraph inference task, where a model has to generate likely and semantically valid subgraphs. We propose IntelliGraphs, a set of five new Knowledge Graph datasets. The IntelliGraphs datasets contain subgraphs with semantics expressed in logical rules for evaluating subgraph inference. We also present the dataset generator that produced the synthetic datasets. We designed four novel baseline models, which include three models based on traditional KGEs. We evaluate their expressiveness and show that these models cannot capture the semantics. We believe this benchmark will encourage the development of machine learning models that emphasize semantic understanding.

📄 PDF Abstract BibTeX arXiv:2307.06698

Code (1)

thiviyant/intelligraphs 공식 구현 pytorch

Tasks

BenchmarkingGraph EmbeddingGraph GenerationKnowledge Graph EmbeddingKnowledge Graphsvalid

Similar Papers 제목 키워드 기반

Autoregressive Models for Knowledge Graph Generation

2026-02-06 · Thiviyan Thanapalasingam, Antonis Vozikis, Peter Bloem, Paul Groth arxiv

Knowledge Graph (KG) generation requires models to learn complex semantic dependencies between triples while maintaining domain validity constraints. Unlike link prediction, which scores triples independently, generative…

Computational EfficiencyGraph GenerationLink Prediction

A General Benchmarking Framework for Text Generation

2020-12-01 · ACL (WebNLG, INLG) 2020 12 · Diego Moussallem, Paramjot Kaur, Thiago Ferreira, Chris van der Lee 외

The RDF-to-text task has recently gained substantial attention due to the continuous growth of RDF knowledge graphs in number and size. Recent studies have focused on systematically comparing RDF-to-text approaches on be…

BenchmarkingKnowledge GraphsText Generation

Dyport: Dynamic Importance-based Hypothesis Generation Benchmarking Technique

2023-12-06 · Ilya Tyagin, Ilya Safro

This paper presents a novel benchmarking framework Dyport for evaluating biomedical hypothesis generation systems. Utilizing curated datasets, our approach tests these systems under realistic conditions, enhancing the re…

BenchmarkingKnowledge GraphsLink Predictionscientific discovery

Enhancing Distractor Generation for Multiple-Choice Questions with Retrieval Augmented Pretraining and Knowledge Graph Integration

2024-06-19 · Han-Cheng Yu, Yu-An Shih, Kin-Man Law, Kai-Yu Hsieh 외

In this paper, we tackle the task of distractor generation (DG) for multiple-choice questions. Our study introduces two key designs. First, we propose \textit{retrieval augmented pretraining}, which involves refining the…

BenchmarkingDistractor GenerationKnowledge GraphsLanguage Modeling+3

MKG-RAG-Bench: Benchmarking Retrieval in Multimodal Knowledge Graph-Augmented Generation

2026-06-24 · Xiaochen Wang, Bao Hoang, Han Liu, Ting Wang 외 arxiv

Retrieval-augmented generation (RAG) over knowledge graphs has emerged as a promising approach for grounding large language models, yet existing benchmarks largely overlook the challenges of retrieval in multimodal knowl…

Knowledge Graphs