CLAIMay 13, 2022

Knowledge Graph Question Answering Datasets and Their Generalizability: Are They Enough for Future Research?

arXiv:2205.06573v130 citationsh-index: 27Has Code
Originality Synthesis-oriented
AI Analysis

This addresses the challenge for KGQA researchers and smaller groups who need accessible datasets to evaluate generalization without costly new data creation, though it is incremental as it builds on existing datasets.

The paper tackles the problem of weak generalizability in Knowledge Graph Question Answering (KGQA) datasets due to i.i.d. assumptions, showing that many existing datasets are unsuitable for training generalizable systems or rely on outdated knowledge graphs. It proposes a cost-free method to re-split available datasets, demonstrating effectiveness on three datasets (LC-QuAD, LC-QuAD 2.0, QALD-9) with improved generalizability.

Existing approaches on Question Answering over Knowledge Graphs (KGQA) have weak generalizability. That is often due to the standard i.i.d. assumption on the underlying dataset. Recently, three levels of generalization for KGQA were defined, namely i.i.d., compositional, zero-shot. We analyze 25 well-known KGQA datasets for 5 different Knowledge Graphs (KGs). We show that according to this definition many existing and online available KGQA datasets are either not suited to train a generalizable KGQA system or that the datasets are based on discontinued and out-dated KGs. Generating new datasets is a costly process and, thus, is not an alternative to smaller research groups and companies. In this work, we propose a mitigation method for re-splitting available KGQA datasets to enable their applicability to evaluate generalization, without any cost and manual effort. We test our hypothesis on three KGQA datasets, i.e., LC-QuAD, LC-QuAD 2.0 and QALD-9). Experiments on re-splitted KGQA datasets demonstrate its effectiveness towards generalizability. The code and a unified way to access 18 available datasets is online at https://github.com/semantic-systems/KGQA-datasets as well as https://github.com/semantic-systems/KGQA-datasets-generalization.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes