Knowledge Base Question Answering

56 papers with code • 8 benchmarks • 13 datasets

Knowledge Base Q&A is the task of answering questions from a knowledge base.

( Image credit: Modeling Semantics with Gated Graph Neural Networks for Knowledge Base Question Answering )

Semantic Parsing with Candidate Expressions for Knowledge Base Question Answering

daehwannam/candexpr-sp 1 Oct 2024

We apply the grammar to knowledge base question answering, where the constraints by candidate expressions assist a semantic parser to generate valid KB elements.

0
01 Oct 2024

Developing PUGG for Polish: A Modern Approach to KBQA, MRC, and IR Dataset Construction

CLARIN-PL/PUGG 5 Aug 2024

Advancements in AI and natural language processing have revolutionized machine-human language interactions, with question answering (QA) systems playing a pivotal role.

0
05 Aug 2024

SPINACH: SPARQL-Based Information Navigation for Challenging Real-World Questions

stanford-oval/wikidata-emnlp23 16 Jul 2024

SPINACH achieves a new state of the art on the QALD-7, QALD-9 Plus and QALD-10 datasets by 31. 0%, 27. 0%, and 10. 0% in $F_1$, respectively, and coming within 1. 6% of the fine-tuned LLaMA SOTA model on WikiWebQuestions.

83
16 Jul 2024

Understand What LLM Needs: Dual Preference Alignment for Retrieval-Augmented Generation

dongguanting/dpa-rag 26 Jun 2024

Based on preference data, DPA-RAG accomplishes both external and internal preference alignment: 1) It jointly integrate pair-wise, point-wise, and contrastive preference alignment abilities into the reranker, achieving external preference alignment among RAG components.

50
26 Jun 2024

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

dair-iitd/retinaqa 16 Mar 2024

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.

3
16 Mar 2024

Interactive-KBQA: Multi-Turn Interactions for Knowledge Base Question Answering with Large Language Models

jimxionggm/interactive-kbqa 23 Feb 2024

To tackle these hurdles, we introduce Interactive-KBQA, a framework designed to generate logical forms through direct interaction with knowledge bases (KBs).

9
23 Feb 2024

Triad: A Framework Leveraging a Multi-Role LLM-based Agent to Solve Knowledge Base Question Answering

ZJU-DCDLab/Triad 22 Feb 2024

We evaluated the performance of our framework using three benchmark datasets, and the results show that our framework outperforms state-of-the-art systems on the LC-QuAD and YAGO-QA benchmarks, yielding F1 scores of 11. 8% and 20. 7%, respectively.

5
22 Feb 2024

Relation-Aware Question Answering for Heterogeneous Knowledge Graphs

yanmenxue/rah-kbqa 19 Dec 2023

To address this issue, we construct a \textbf{dual relation graph} where each node denotes a relation in the original KG (\textbf{primal entity graph}) and edges are constructed between relations sharing same head or tail entities.

5
19 Dec 2023

Few-shot Transfer Learning for Knowledge Base Question Answering: Fusing Supervised Models with In-Context Learning

dair-iitd/fusic-kbqa 15 Nov 2023

Additional experiments show that FuSIC-KBQA also outperforms SoTA KBQA models in the in-domain setting when training data is limited.

3
15 Nov 2023