paper-with-me

Papers

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

2023-03-03 · Navid Madani, Rohini K. Srihari, Kenneth Joseph

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.

📄 PDF Abstract BibTeX arXiv:2303.02206

Code (1)

navidmdn/logic_based_qa 공식 구현 pytorch

Tasks

Knowledge GraphsLogical ReasoningQuestion Answering

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

DSRAG: A Domain-Specific Retrieval Framework Based on Document-derived Multimodal Knowledge Graph

2025-08-22 · Mengzheng Yang, Yanfei Ren, David Osei Opoku, Ruochang Li 외 arxiv

Current general-purpose large language models (LLMs) commonly exhibit knowledge hallucination and insufficient domain-specific adaptability in domain-specific tasks, limiting their effectiveness in specialized question a…

Question AnsweringKnowledge Graphs

Retrieval Augmented Generation for Domain-specific Question Answering

2024-04-23 · Sanat Sharma, David Seunghyun Yoon, Franck Dernoncourt, Dewang Sultania 외

Question answering (QA) has become an important application in the advanced development of large language models. General pre-trained large language models for question-answering are not trained to properly understand th…

Language ModelingLanguage ModellingLarge Language ModelQuestion Answering+2

Incorporating External Knowledge to Answer Open-Domain Visual Questions with Dynamic Memory Networks

2017-12-03 · Guohao Li, Hang Su, Wenwu Zhu

Visual Question Answering (VQA) has attracted much attention since it offers insight into the relationships between the multi-modal analysis of images and natural language. Most of the current algorithms are incapable of…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Architecture of an Ontology-Based Domain-Specific Natural Language Question Answering System

2013-11-13 · Athira P. M., Sreeja M., P. C. Reghu Raj

Question answering (QA) system aims at retrieving precise information from a large collection of documents against a query. This paper describes the architecture of a Natural Language Question Answering (NLQA) system for…

Question Answering

Passage-specific Prompt Tuning for Passage Reranking in Question Answering with Large Language Models

2024-05-31 · Xuyang Wu, Zhiyuan Peng, Krishna Sravanthi Rajanala Sai, Hsin-Tai Wu 외

Effective passage retrieval and reranking methods have been widely utilized to identify suitable candidates in open-domain question answering tasks, recent studies have resorted to LLMs for reranking the retrieved passag…

Open-Domain Question AnsweringPassage RerankingPassage RetrievalQuestion Answering+1