TL;DR
This paper introduces LASAGNE, a novel neural model combining transformers and graph attention networks for complex conversational question answering over knowledge graphs, outperforming existing methods on standard benchmarks.
Contribution
LASAGNE is the first model to integrate transformer architecture with Graph Attention Networks for multi-task semantic parsing in conversational QA.
Findings
LASAGNE outperforms baselines on all question types.
F1-score increases by over 20% on some question types.
Effective entity recognition and linking in conversational context.
Abstract
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…
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.
