paper-with-me

Papers

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

2025-01-31 · Haoran Luo, Haihong E, Yikai Guo, Qika Lin, Xiaobao Wu, Xinyu Mu, Wenhao Liu, Meina Song, Yifan Zhu, Luu Anh Tuan

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 weak KB awareness, imbalance between effectiveness and efficiency, and high reliance on annotated data. To address these challenges, we propose KBQA-o1, a novel agentic KBQA method with Monte Carlo Tree Search (MCTS). It introduces a ReAct-based agent process for stepwise logical form generation with KB environment exploration. Moreover, it employs MCTS, a heuristic search method driven by policy and reward models, to balance agentic exploration's performance and search space. With heuristic exploration, KBQA-o1 generates high-quality annotations for further improvement by incremental fine-tuning. Experimental results show that KBQA-o1 outperforms previous low-resource KBQA methods with limited annotated data, boosting Llama-3.1-8B model's GrailQA F1 performance to 78.5% compared to 48.5% of the previous sota method with GPT-3.5-turbo. Our code is publicly available.

📄 PDF Abstract BibTeX arXiv:2501.18922

Code (1)

lhrlab/kbqa-o1 공식 구현 pytorch

Tasks

Heuristic SearchKnowledge Base Question AnsweringQuestion Answering

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
{Dispute@FaQ-s}How to file a dispute with Expedia? How to file a dispute with Expedia? To file a complaint against Expedia, first try contacting their customer service directly. You can reach them by phone at…
Attention 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Weight Decay 설명 없음
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

GAPD: Gold-Action Policy Distillation for Agentic Reinforcement Learning in Knowledge Base Question Answering

2026-05-28 · Xin Sun, Jianan Xie, Zhongqi Chen, Qiang Liu 외 arxiv

Reinforcement learning (RL) is a natural fit for agentic knowledge base question answering (KBQA), where a model must issue executable actions, observe knowledge-base feedback, and eventually return an answer. However, c…

Knowledge Base Question AnsweringReinforcement Learning

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

KnowCoder-A1: Incentivizing Agentic Reasoning Capability with Outcome Supervision for KBQA

2025-10-29 · Zhuo Chen, Fei Wang, Zixuan Li, Zhao Zhang 외 arxiv

Knowledge Base Question Answering (KBQA) aims to answer natural-language questions over a structured Knowledge Base (KB). Recent work improves KBQA by adopting an agentic reasoning paradigm, in which Large Language Model…

Knowledge Base Question AnsweringReinforcement Learning

Complex Knowledge Base Question Answering: A Survey

2021-08-15 · Yunshi Lan, Gaole He, Jinhao Jiang, Jing Jiang 외

Knowledge base question answering (KBQA) aims to answer a question over a knowledge base (KB). Early studies mainly focused on answering simple questions over KBs and achieved great success. However, their performance on…

Information RetrievalKnowledge Base Question AnsweringQuestion AnsweringRetrieval+2

A Pretraining Numerical Reasoning Model for Ordinal Constrained Question Answering on Knowledge Base

2021-11-01 · Findings (EMNLP) 2021 11 · Yu Feng, Jing Zhang, Gaole He, Wayne Xin Zhao 외

Knowledge Base Question Answering (KBQA) is to answer natural language questions posed over knowledge bases (KBs). This paper targets at empowering the IR-based KBQA models with the ability of numerical reasoning for ans…

Knowledge Base Question AnsweringQuestion Answering