Calculating Question Similarity is Enough: A New Method for KBQA Tasks
Hanyu Zhao, Sha Yuan, Jiahong Leng, Xiang Pan, Guoqiang Wang, Ledell, Wu, Jie Tang

TL;DR
This paper introduces a novel KBQA method that generates synthetic QA pairs from knowledge graph triples using a knowledge-enhanced T5 model, simplifying the pipeline and improving accuracy.
Contribution
The paper proposes a new retrieval-based KBQA approach using a knowledge-enhanced T5 model to generate QA pairs directly from triples, reducing pipeline errors.
Findings
Improves KBQA accuracy on NLPCC-ICCPOL 2016 dataset.
Competitive with state-of-the-art methods.
Simplifies the KBQA process by avoiding multiple pipeline steps.
Abstract
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…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Data Quality and Management
MethodsGated Linear Unit · Refunds@Expedia|||How do I get a full refund from Expedia? · Multi-Head Attention · Attention Is All You Need · Linear Layer · Byte Pair Encoding · Residual Connection · Softmax · SentencePiece · Attention Dropout
