paper-with-me

홈 › Papers

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

2025-12-10 · Xin Sun, Zhongqi Chen, Xing Zheng, Qiang Liu, Shu Wu, Bowen Song, Zilei Wang, Weiqiang Wang, Liang Wang 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 advanced this field, current approaches often struggle with a dichotomy of failure: they either generate hallucinated queries without verifying schema existence or exhibit rigid, template-based reasoning that mimics synthesized traces without true comprehension of the environment. To address these limitations, we present \textbf{KBQA-R1}, a framework that shifts the paradigm from text imitation to interaction optimization via Reinforcement Learning. Treating KBQA as a multi-turn decision process, our model learns to navigate the knowledge base using a list of actions, leveraging Group Relative Policy Optimization (GRPO) to refine its strategies based on concrete execution feedback rather than static supervision. Furthermore, we introduce \textbf{Referenced Rejection Sampling (RRS)}, a data synthesis method that resolves cold-start challenges by strictly aligning reasoning traces with ground-truth action sequences. Extensive experiments on WebQSP, GrailQA, and GraphQuestions demonstrate that KBQA-R1 achieves state-of-the-art performance, effectively grounding LLM reasoning in verifiable execution.

📄 PDF Abstract BibTeX arXiv:2512.10999

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Base Question AnsweringReinforcement Learning

Similar Papers 제목 키워드 기반

ChatKBQA: A Generate-then-Retrieve Framework for Knowledge Base Question Answering with Fine-tuned Large Language Models

2023-10-13 · Haoran Luo, Haihong E, Zichen Tang, Shiyao Peng 외

Knowledge Base Question Answering (KBQA) aims to answer natural language questions over large-scale knowledge bases (KBs), which can be summarized into two crucial steps: knowledge retrieval and semantic parsing. However…

Knowledge Base Question AnsweringKnowledge GraphsQuestion AnsweringRetrieval+1

Joint Knowledge Base Completion and Question Answering by Combining Large Language Models and Small Language Models

2026-04-07 · Yinan Liu, Dongying Lin, Sigang Luo, Xiaochun Yang 외 arxiv

Knowledge Bases (KBs) play a key role in various applications. As two representative KB-related tasks, knowledge base completion (KBC) and knowledge base question answering (KBQA) are closely related and inherently compl…

Knowledge Base Question Answering

KBQA-o1: Agentic Knowledge Base Question Answering with Monte Carlo Tree Search

2025-01-31 · Haoran Luo, Haihong E, Yikai Guo, Qika Lin 외

Knowledge Base Question Answering (KBQA) aims to answer natural language questions with a large-scale structured knowledge base (KB). Despite advancements with large language models (LLMs), KBQA still faces challenges in…

Heuristic SearchKnowledge Base Question AnsweringQuestion Answering

Beyond Seen Data: Improving KBQA Generalization Through Schema-Guided Logical Form Generation

2025-02-18 · Shengxiang Gao, Jey Han Lau, Jianzhong Qi

Knowledge base question answering (KBQA) aims to answer user questions in natural language using rich human knowledge stored in large KBs. As current KBQA methods struggle with unseen knowledge base elements at test time…

Entity RetrievalFormKnowledge Base Question AnsweringQuestion Answering+1

A Learn-Then-Reason Model Towards Generalization in Knowledge Base Question Answering

2024-06-20 · Lingxi Zhang, Jing Zhang, Yanling Wang, Cuiping Li 외

Large-scale knowledge bases (KBs) like Freebase and Wikidata house millions of structured knowledge. Knowledge Base Question Answering (KBQA) provides a user-friendly way to access these valuable KBs via asking natural l…

Knowledge Base Question AnsweringLanguage ModellingLarge Language ModelQuestion Answering