Knowledge Graph Simple Question Answering for Unseen Domains
Georgios Sidiropoulos, Nikos Voskarides, Evangelos Kanoulas

TL;DR
This paper introduces a domain adaptation framework for knowledge graph simple question answering that effectively handles unseen domains by generating question-answer pairs using distant supervision and relation keywords.
Contribution
It presents a novel data-centric approach combining question generation and distant supervision to improve KGSQA in unseen domains.
Findings
Significant improvement over zero-shot baselines.
Robust performance across different unseen domains.
Effective use of relation keywords in question generation.
Abstract
Knowledge graph simple question answering (KGSQA), in its standard form, does not take into account that human-curated question answering training data only cover a small subset of the relations that exist in a Knowledge Graph (KG), or even worse, that new domains covering unseen and rather different to existing domains relations are added to the KG. In this work, we study KGSQA in a previously unstudied setting where new, unseen domains are added during test time. In this setting, question-answer pairs of the new domain do not appear during training, thus making the task more challenging. We propose a data-centric domain adaptation framework that consists of a KGSQA system that is applicable to new domains, and a sequence to sequence question generation method that automatically generates question-answer pairs for the new domain. Since the effectiveness of question generation for KGSQA…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Advanced Graph Neural Networks
