Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Domain Specific Question Answering Over Knowledge Graphs Using Logical Programming and Large Language Models

About

Answering questions over domain-specific graphs requires a tailored approach due to the limited number of relations and the specific nature of the domain. Our approach integrates classic logical programming languages into large language models (LLMs), enabling the utilization of logical reasoning capabilities to tackle the KGQA task. By representing the questions as Prolog queries, which are readable and near close to natural language in representation, we facilitate the generation of programmatically derived answers. To validate the effectiveness of our approach, we evaluate it using a well-known benchmark dataset, MetaQA. Our experimental results demonstrate that our method achieves accurate identification of correct answer entities for all test questions, even when trained on a small fraction of annotated data. Overall, our work presents a promising approach to addressing question answering over domain-specific graphs, offering an explainable and robust solution by incorporating logical programming languages.

Navid Madani, Rohini K. Srihari, Kenneth Joseph• 2023

Related benchmarks

TaskDatasetResultRank
Question AnsweringMetaQA 3-hop
Hits@1100
38
Knowledge Base Question AnsweringMetaQA 1hop
Hits@1100
28
Knowledge Graph Question AnsweringMetaQA 2-hop (test)
Hits@1100
20
Showing 3 of 3 rows

Other info

Code

Follow for update