paper-with-me

Papers

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

2024-03-16 · Prayushi Faldu, Indrajit Bhattacharya, Mausam

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.

📄 PDF Abstract BibTeX arXiv:2403.10849

Code (1)

dair-iitd/retinaqa 공식 구현

Tasks

Knowledge Base Question AnsweringQuestion AnsweringRetrievalvalidWorld Knowledge

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Audiopedia: Audio QA with Knowledge

2024-12-29 · Abhirama Subramanyam Penamakuri, Kiran Chhatre, Akshat Jain

In this paper, we introduce Audiopedia, a novel task called Audio Question Answering with Knowledge, which requires both audio comprehension and external knowledge reasoning. Unlike traditional Audio Question Answering (…

Audio Question AnsweringEntity LinkingQuestion Answering

EDG-Based Question Decomposition for Complex Question Answering over Knowledge Bases

2021-10-24 · ISWC 2021 10 · Xixin Hu, Yiheng Shu, Xiang Huang, Yuzhong Qu

Knowledge base question answering (KBQA) aims at automatically answering factoid questions over knowledge bases (KBs). For complex questions that require multiple KB relations or constraints, KBQA faces many challenges i…

Knowledge Base Question AnsweringQuestion Answering

Knowledge Fusion and Semantic Knowledge Ranking for Open Domain Question Answering

2020-04-07 · Pratyay Banerjee, Chitta Baral

Open Domain Question Answering requires systems to retrieve external knowledge and perform multi-hop reasoning by composing knowledge spread over multiple sentences. In the recently introduced open domain question answer…

Information RetrievalOpen-Domain Question AnsweringQuestion AnsweringRetrieval

Question Answering on Knowledge Bases and Text using Universal Schema and Memory Networks

2017-04-27 · ACL 2017 7 · Rajarshi Das, Manzil Zaheer, Siva Reddy, Andrew McCallum

Existing question answering methods infer answers either from a knowledge base or from raw text. While knowledge base (KB) methods are good at answering compositional questions, their performance is often affected by the…

Question Answering

Path-Enhanced Multi-Relational Question Answering with Knowledge Graph Embeddings

2021-10-29 · Guanglin Niu, Yang Li, Chengguang Tang, Zhongkai Hu 외

The multi-relational Knowledge Base Question Answering (KBQA) system performs multi-hop reasoning over the knowledge graph (KG) to achieve the answer. Recent approaches attempt to introduce the knowledge graph embedding …

Graph EmbeddingKnowledge Base Question AnsweringKnowledge Graph EmbeddingKnowledge Graph Embeddings+1