CLAILGMay 31, 2022

Knowledge Graph - Deep Learning: A Case Study in Question Answering in Aviation Safety Domain

arXiv:2205.15952v2585 citationsh-index: 56
Originality Incremental advance
AI Analysis

This work addresses the need for improved information retrieval in the aviation industry for tasks like maintenance and safety, though it is incremental as it combines existing methods.

The authors tackled the problem of efficiently accessing diverse aviation safety documents by proposing a Knowledge Graph-guided Deep Learning Question Answering system, which achieved a 9.3% increase in accuracy over GPT-3 and a 40.3% increase over BERT QA.

In the commercial aviation domain, there are a large number of documents, like, accident reports (NTSB, ASRS) and regulatory directives (ADs). There is a need for a system to access these diverse repositories efficiently in order to service needs in the aviation industry, like maintenance, compliance, and safety. In this paper, we propose a Knowledge Graph (KG) guided Deep Learning (DL) based Question Answering (QA) system for aviation safety. We construct a Knowledge Graph from Aircraft Accident reports and contribute this resource to the community of researchers. The efficacy of this resource is tested and proved by the aforesaid QA system. Natural Language Queries constructed from the documents mentioned above are converted into SPARQL (the interface language of the RDF graph database) queries and answered. On the DL side, we have two different QA models: (i) BERT QA which is a pipeline of Passage Retrieval (Sentence-BERT based) and Question Answering (BERT based), and (ii) the recently released GPT-3. We evaluate our system on a set of queries created from the accident reports. Our combined QA system achieves 9.3% increase in accuracy over GPT-3 and 40.3% increase over BERT QA. Thus, we infer that KG-DL performs better than either singly.

Foundations

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

Your Notes