AICLJan 11, 2018

EARL: Joint Entity and Relation Linking for Question Answering over Knowledge Graphs

arXiv:1801.03825v4123 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of improving accuracy in knowledge graph-based question answering systems, though it appears incremental as it builds on existing linking tasks.

The paper tackles the problem of linking entities and relations in question answering over knowledge graphs by proposing EARL, a framework that performs these tasks jointly, and reports that both of its strategies significantly outperform current state-of-the-art approaches on a dataset of 5000 questions.

Many question answering systems over knowledge graphs rely on entity and relation linking components in order to connect the natural language input to the underlying knowledge graph. Traditionally, entity linking and relation linking have been performed either as dependent sequential tasks or as independent parallel tasks. In this paper, we propose a framework called EARL, which performs entity linking and relation linking as a joint task. EARL implements two different solution strategies for which we provide a comparative analysis in this paper: The first strategy is a formalisation of the joint entity and relation linking tasks as an instance of the Generalised Travelling Salesman Problem (GTSP). In order to be computationally feasible, we employ approximate GTSP solvers. The second strategy uses machine learning in order to exploit the connection density between nodes in the knowledge graph. It relies on three base features and re-ranking steps in order to predict entities and relations. We compare the strategies and evaluate them on a dataset with 5000 questions. Both strategies significantly outperform the current state-of-the-art approaches for entity and relation linking.

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