CLAINov 15, 2021

Calculating Question Similarity is Enough: A New Method for KBQA Tasks

arXiv:2111.07658v4
Originality Incremental advance
AI Analysis

This addresses the challenge of error propagation in KBQA for natural language processing applications, though it is an incremental improvement over existing methods.

The paper tackles the problem of error propagation in multi-step Knowledge Base Question Answering (KBQA) pipelines by proposing a Corpus Generation - Retrieve Method (CGRM) with a knowledge-enhanced T5 model, which generates synthetic QA pairs and retrieves answers, achieving competitive performance with state-of-the-art methods on the NLPCC-ICCPOL 2016 dataset.

Knowledge Base Question Answering (KBQA) aims to answer natural language questions with the help of an external knowledge base. The core idea is to find the link between the internal knowledge behind questions and known triples of the knowledge base. Traditional KBQA task pipelines contain several steps, including entity recognition, entity linking, answering selection, etc. In this kind of pipeline methods, errors in any procedure will inevitably propagate to the final prediction. To address this challenge, this paper proposes a Corpus Generation - Retrieve Method (CGRM) with Pre-training Language Model (PLM) for the KBQA task. The major novelty lies in the design of the new method, wherein our approach, the knowledge enhanced T5 (kT5) model aims to generate natural language QA pairs based on Knowledge Graph triples and directly solve the QA by retrieving the synthetic dataset. The new method can extract more information about the entities from PLM to improve accuracy and simplify the processes. We test our method on NLPCC-ICCPOL 2016 KBQA dataset, and the results show that our method improves the performance of KBQA and the out straight-forward method is competitive with the state-of-the-art.

Foundations

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

Your Notes