CLApr 4, 2021

Conversational Question Answering over Knowledge Graphs with Transformer and Graph Attention Networks

arXiv:2104.01569v2811 citations
AI Analysis

It addresses complex conversational question answering for users needing accurate information retrieval from knowledge graphs, with incremental improvements in performance.

This paper tackles conversational question answering over knowledge graphs by proposing LASAGNE, a multi-task neural semantic parsing approach that combines transformer and Graph Attention Networks, and it outperforms existing baselines, improving F1-scores by over 20% in some cases.

This paper addresses the task of (complex) conversational question answering over a knowledge graph. For this task, we propose LASAGNE (muLti-task semAntic parSing with trAnsformer and Graph atteNtion nEtworks). It is the first approach, which employs a transformer architecture extended with Graph Attention Networks for multi-task neural semantic parsing. LASAGNE uses a transformer model for generating the base logical forms, while the Graph Attention model is used to exploit correlations between (entity) types and predicates to produce node representations. LASAGNE also includes a novel entity recognition module which detects, links, and ranks all relevant entities in the question context. We evaluate LASAGNE on a standard dataset for complex sequential question answering, on which it outperforms existing baseline averages on all question types. Specifically, we show that LASAGNE improves the F1-score on eight out of ten question types; in some cases, the increase in F1-score is more than 20% compared to the state of the art.

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