paper-with-me

Papers

iQUEST: An Iterative Question-Guided Framework for Knowledge Base Question Answering

2025-06-02 · Shuai Wang, Yinan Yu

While Large Language Models (LLMs) excel at many natural language processing tasks, they often suffer from factual inaccuracies in knowledge-intensive scenarios. Integrating external knowledge resources, particularly knowledge graphs (KGs), provides a transparent and updatable foundation for more reliable reasoning. Knowledge Base Question Answering (KBQA), which queries and reasons over KGs, is central to this effort, especially for complex, multi-hop queries. However, multi-hop reasoning poses two key challenges: (1)~maintaining coherent reasoning paths, and (2)~avoiding prematurely discarding critical multi-hop connections. To address these issues, we introduce iQUEST, a question-guided KBQA framework that iteratively decomposes complex queries into simpler sub-questions, ensuring a structured and focused reasoning trajectory. Additionally, we integrate a Graph Neural Network (GNN) to look ahead and incorporate 2-hop neighbor information at each reasoning step. This dual approach strengthens the reasoning process, enabling the model to explore viable paths more effectively. Detailed experiments demonstrate the consistent improvement delivered by iQUEST across four benchmark datasets and four LLMs.

📄 PDF Abstract BibTeX arXiv:2506.01784

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural NetworkKnowledge Base Question AnsweringKnowledge GraphsQuestion Answering

Methods 이 논문이 사용한 방법론

BASE 설명 없음
Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

TriQuest:An AI Copilot-Powered Platform for Interdisciplinary Curriculum Design

2025-10-03 · Huazhen Wang, Huimin Yang, Hainbin Lin, Yan Dong 외 arxiv

Interdisciplinary teaching is a cornerstone of modern curriculum reform, but its implementation is hindered by challenges in knowledge integration and time-consuming lesson planning. Existing tools often lack the require…

Knowledge Graphs

IQuest-Coder-V1 Technical Report

2026-03-17 · Jian Yang, Wei Zhang, Shawn Guo, Zhengmao Ye 외 arxiv

In this report, we introduce the IQuest-Coder-V1 series-(7B/14B/40B/40B-Loop), a new family of code large language models (LLMs). Moving beyond static code representations, we propose the code-flow multi-stage training p…

GRISP: Guided Recurrent IRI Selection over SPARQL Skeletons

2026-04-22 · Sebastian Walter, Hannah Bast arxiv

We present GRISP (Guided Recurrent IRI Selection over SPARQL Skeletons), a novel SPARQL-based question-answering method over knowledge graphs based on fine-tuning a small language model (SLM). Given a natural-language qu…

Knowledge Graphs

Enhancing Large Language Models with Reward-guided Tree Search for Knowledge Graph Question and Answering

2025-05-18 · Xiao Long, Liansheng Zhuang, Chen Shen, Shaotian Yan 외

Recently, large language models (LLMs) have demonstrated impressive performance in Knowledge Graph Question Answering (KGQA) tasks, which aim to find answers based on knowledge graphs (KGs) for natural language questions…

Graph Question AnsweringKnowledge GraphsQuestion AnsweringRetrieval+1

Self-Critique Guided Iterative Reasoning for Multi-hop Question Answering

2025-05-25 · Zheng Chu, Huiming Fan, Jingchang Chen, Qianyu Wang 외

Although large language models (LLMs) have demonstrated remarkable reasoning capabilities, they still face challenges in knowledge-intensive multi-hop reasoning. Recent work explores iterative retrieval to address comple…

Multi-hop Question AnsweringQuestion AnsweringRetrieval