paper-with-me

Papers

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

2024-02-23 · Guanming Xiong, Junwei Bao, Wen Zhao

This study explores the realm of knowledge base question answering (KBQA). KBQA is considered a challenging task, particularly in parsing intricate questions into executable logical forms. Traditional semantic parsing (SP)-based methods require extensive data annotations, which result in significant costs. Recently, the advent of few-shot in-context learning, powered by large language models (LLMs), has showcased promising capabilities. However, fully leveraging LLMs to parse questions into logical forms in low-resource scenarios poses a substantial challenge. To tackle these hurdles, we introduce Interactive-KBQA, a framework designed to generate logical forms through direct interaction with knowledge bases (KBs). Within this framework, we have developed three generic APIs for KB interaction. For each category of complex question, we devised exemplars to guide LLMs through the reasoning processes. Our method achieves competitive results on the WebQuestionsSP, ComplexWebQuestions, KQA Pro, and MetaQA datasets with a minimal number of examples (shots). Importantly, our approach supports manual intervention, allowing for the iterative refinement of LLM outputs. By annotating a dataset with step-wise reasoning processes, we showcase our model's adaptability and highlight its potential for contributing significant enhancements to the field.

📄 PDF Abstract BibTeX arXiv:2402.15131

Code (1)

jimxionggm/interactive-kbqa 공식 구현

Tasks

In-Context LearningKnowledge Base Question AnsweringQuestion AnsweringSemantic Parsing

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Towards Transparent Interactive Semantic Parsing via Step-by-Step Correction

2021-10-15 · Findings (ACL) 2022 5 · Lingbo Mo, Ashley Lewis, Huan Sun, Michael White

Existing studies on semantic parsing focus primarily on mapping a natural-language utterance to a corresponding logical form in one turn. However, because natural language can contain a great deal of ambiguity and variab…

Question AnsweringSemantic Parsing

Towards Transparent Interactive Semantic Parsing via Step-by-Step Correction

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Existing studies on semantic parsing focus on mapping a natural-language utterance to a logical form (LF) in one turn. However, because natural language may contain ambiguity and variability, this is a difficult challeng…

Question AnsweringSemantic Parsing

KBQA-R1: Reinforcing Large Language Models for Knowledge Base Question Answering

2025-12-10 · Xin Sun, Zhongqi Chen, Xing Zheng, Qiang Liu 외 arxiv

Knowledge Base Question Answering (KBQA) challenges models to bridge the gap between natural language and strict knowledge graph schemas by generating executable logical forms. While Large Language Models (LLMs) have adv…

Knowledge Base Question AnsweringReinforcement Learning

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

2024-08-05 · Albert Sawczyn, Katsiaryna Viarenich, Konrad Wojtasik, Aleksandra Domogała 외

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

Information RetrievalKnowledge Base Question AnsweringKnowledge GraphsMachine Reading Comprehension+2

Ripple Down Rules for Question Answering

2014-12-12 · Dat Quoc Nguyen, Dai Quoc Nguyen, Son Bao Pham

Recent years have witnessed a new trend of building ontology-based question answering systems. These systems use semantic web information to produce more precise answers to users' queries. However, these systems are most…

Question Answering