CLMar 16, 2024

RetinaQA: A Robust Knowledge Base Question Answering Model for both Answerable and Unanswerable Questions

arXiv:2403.10849v326 citationsh-index: 5ACL
Originality Incremental advance
AI Analysis

This addresses a critical issue for real-world KBQA systems by improving robustness in detecting unanswerable questions while maintaining performance on answerable ones, though it is incremental in enhancing existing methods.

The paper tackles the problem of Knowledge Base Question Answering (KBQA) systems needing to detect answerability, as current models assume all questions are answerable. The proposed RetinaQA model significantly outperforms adaptations of state-of-the-art KBQA models in handling both answerable and unanswerable questions and sets a new state-of-the-art for answerable KBQA.

An essential requirement for a real-world Knowledge Base Question Answering (KBQA) system is the ability to detect the answerability of questions when generating logical forms. However, state-of-the-art KBQA models assume all questions to be answerable. Recent research has found that such models, when superficially adapted to detect answerability, struggle to satisfactorily identify the different categories of unanswerable questions, and simultaneously preserve good performance for answerable questions. Towards addressing this issue, we propose RetinaQA, a new KBQA model that unifies two key ideas in a single KBQA architecture: (a) discrimination over candidate logical forms, rather than generating these, for handling schema-related unanswerability, and (b) sketch-filling-based construction of candidate logical forms for handling data-related unaswerability. Our results show that RetinaQA significantly outperforms adaptations of state-of-the-art KBQA models in handling both answerable and unanswerable questions and demonstrates robustness across all categories of unanswerability. Notably, RetinaQA also sets a new state-of-the-art for answerable KBQA, surpassing existing models.

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