paper-with-me

홈 › Papers

Generate-on-Graph: Treat LLM as both Agent and KG in Incomplete Knowledge Graph Question Answering

2024-04-23 · Yao Xu, Shizhu He, Jiabei Chen, ZiHao Wang, Yangqiu Song, Hanghang Tong, Guang Liu, Kang Liu, Jun Zhao

To address the issues of insufficient knowledge and hallucination in Large Language Models (LLMs), numerous studies have explored integrating LLMs with Knowledge Graphs (KGs). However, these methods are typically evaluated on conventional Knowledge Graph Question Answering (KGQA) with complete KGs, where all factual triples required for each question are entirely covered by the given KG. In such cases, LLMs primarily act as an agent to find answer entities within the KG, rather than effectively integrating the internal knowledge of LLMs and external knowledge sources such as KGs. In fact, KGs are often incomplete to cover all the knowledge required to answer questions. To simulate these real-world scenarios and evaluate the ability of LLMs to integrate internal and external knowledge, we propose leveraging LLMs for QA under Incomplete Knowledge Graph (IKGQA), where the provided KG lacks some of the factual triples for each question, and construct corresponding datasets. To handle IKGQA, we propose a training-free method called Generate-on-Graph (GoG), which can generate new factual triples while exploring KGs. Specifically, GoG performs reasoning through a Thinking-Searching-Generating framework, which treats LLM as both Agent and KG in IKGQA. Experimental results on two datasets demonstrate that our GoG outperforms all previous methods.

📄 PDF Abstract BibTeX arXiv:2404.14741

Code (1)

yaooxu/gog 공식 구현

Tasks

Graph Question AnsweringHallucinationKnowledge GraphsQuestion Answering

Similar Papers 제목 키워드 기반

Grounding LLM Reasoning under Incomplete Graph Evidence

2026-06-29 · Jiaqi Li, Fanghui Song arxiv

Knowledge graphs can guide large language models (LLMs) reasoning, but the graph seen by a system is usually a retrieved, linked, temporally scoped, and incomplete evidence state rather than a complete account of truth. …

Knowledge Graphs

TheraAgent: Self-Improving Therapeutic Agent for Precise and Comprehensive Treatment Planning

2026-05-07 · Junkai Li, Yunghwei Lai, Tianyi Zhu, Zheng Long Lee 외 arxiv

Formulating a treatment plan is inherently a complex reasoning and refinement task rather than a simple generation problem. However, existing large language models (LLMs) mainly rely on one-shot output without explicit v…

GR-Agent: Adaptive Graph Reasoning Agent under Incomplete Knowledge

2025-12-16 · Dongzhuoran Zhou, Yuqicheng Zhu, Xiaxia Wang, Hongkuan Zhou 외 arxiv

Large language models (LLMs) achieve strong results on knowledge graph question answering (KGQA), but most benchmarks assume complete knowledge graphs (KGs) where direct supporting triples exist. This reduces evaluation …

Graph Question AnsweringKnowledge Graphs

Multi-Hop Knowledge Graph Reasoning with Reward Shaping

2018-08-31 · EMNLP 2018 10 · Xi Victoria Lin, Richard Socher, Caiming Xiong

Multi-hop reasoning is an effective approach for query answering (QA) over incomplete knowledge graphs (KGs). The problem can be formulated in a reinforcement learning (RL) setup, where a policy-based agent sequentially …

Knowledge Graph EmbeddingsKnowledge GraphsReinforcement LearningReinforcement Learning (RL)

Developing an Artificial Intelligence Tool for Personalized Breast Cancer Treatment Plans based on the NCCN Guidelines

2025-01-06 · Abdul M. Mohammed, Iqtidar Mansoor, Sarah Blythe, Dennis Trujillo

Cancer treatments require personalized approaches based on a patient's clinical condition, medical history, and evidence-based guidelines. The National Comprehensive Cancer Network (NCCN) provides frequently updated, com…

Large Language ModelRAGRetrieval-augmented Generation