paper-with-me

Papers

ProgRAG: Hallucination-Resistant Progressive Retrieval and Reasoning over Knowledge Graphs

2025-11-13 · Minbae Park, Hyemin Yang, Jeonghyun Kim, Kunsoo Park, Hyunjoon Kim arxiv

Large Language Models (LLMs) demonstrate strong reasoning capabilities but struggle with hallucinations and limited transparency. Recently, KG-enhanced LLMs that integrate knowledge graphs (KGs) have been shown to improve reasoning performance, particularly for complex, knowledge-intensive tasks. However, these methods still face significant challenges, including inaccurate retrieval and reasoning failures, often exacerbated by long input contexts that obscure relevant information or by context constructions that struggle to capture the richer logical directions required by different question types. Furthermore, many of these approaches rely on LLMs to directly retrieve evidence from KGs, and to self-assess the sufficiency of this evidence, which often results in premature or incorrect reasoning. To address the retrieval and reasoning failures, we propose ProgRAG, a multi-hop knowledge graph question answering (KGQA) framework that decomposes complex questions into sub-questions, and progressively extends partial reasoning paths by answering each sub-question. At each step, external retrievers gather candidate evidence, which is then refined through uncertainty-aware pruning by the LLM. Finally, the context for LLM reasoning is optimized by organizing and rearranging the partial reasoning paths obtained from the sub-question answers. Experiments on three well-known datasets demonstrate that ProgRAG outperforms existing baselines in multi-hop KGQA, offering improved reliability and reasoning quality.

📄 PDF Abstract BibTeX arXiv:2511.10240

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Question AnsweringKnowledge Graphs

Similar Papers 제목 키워드 기반

Islamic Large Language Models: From Knowledge Acquisition to Trustworthy and Hallucination-Resistant AI

2026-06-15 · Mohammed Amine Mouhoub arxiv

Large language models (LLMs) are increasingly used for knowledge-intensive question answering, including religious and legal questions. Islamic knowledge is a particularly demanding setting: answers are expected to be gr…

Question AnsweringLegal Reasoning

SEVADE: Self-Evolving Multi-Agent Analysis with Decoupled Evaluation for Hallucination-Resistant Irony Detection

2025-08-09 · Ziqi Liu, Ziyang Zhou, Yilin Li, Mingxuan Hu 외 arxiv

Sarcasm detection is a crucial yet challenging Natural Language Processing task. Existing Large Language Model methods are often limited by single-perspective analysis, static reasoning pathways, and a susceptibility to …

Sarcasm Detection

ADAM: A Diverse Archive of Mankind for Evaluating and Enhancing LLMs in Biographical Reasoning

2025-09-26 · Jasin Cekinmez, Omid Ghahroodi, Saad Fowad Chandle, Dhiman Gupta 외 arxiv

We introduce ADAM (A Diverse Archive of Mankind), a framework for evaluating and improving multimodal large language models (MLLMs) in biographical reasoning. To the best of our knowledge, this is the first work to syste…

Hybrid-IR: Dual-Path Hybrid Retrieval with Iterative Reasoning for Complex Medical Question Answering

2026-06-24 · Sheng Wan, Jiahui Zhang, Zicheng Zhao, Shougang Ren arxiv

Large language models (LLMs) have shown promising performance across a wide range of biomedical applications, including medical question answering (QA), yet they remain prone to hallucinations and outdated knowledge. Alt…

Question Answering

Decoupling Perception from Reasoning for Hallucination-Resistant Video Understanding

2025-11-23 · Bowei Pu, Chuanbin Liu, Yifan Ge, Peicheng Zhou 외 arxiv

Video Large Language Models improve reasoning over complex videos by generating intermediate reasoning text. However, reliable reasoning depends on accurate video perception. In existing approaches, perception evidence i…