paper-with-me

Papers

Zero-shot Graph Reasoning via Retrieval Augmented Framework with LLMs

2025-09-16 · Hanqing Li, Kiran Sheena Jyothi, Henry Liang, Sharika Mahadevan, Diego Klabjan arxiv

We propose a new, training-free method, Graph Reasoning via Retrieval Augmented Framework (GRRAF), that harnesses retrieval-augmented generation (RAG) alongside the code-generation capabilities of large language models (LLMs) to address a wide range of graph reasoning tasks. In GRRAF, the target graph is stored in a graph database, and the LLM is prompted to generate executable code queries that retrieve the necessary information. This approach circumvents the limitations of existing methods that require extensive finetuning or depend on predefined algorithms, and it incorporates an error feedback loop with a time-out mechanism to ensure both correctness and efficiency. Experimental evaluations on the GraphInstruct dataset reveal that GRRAF achieves 100% accuracy on most graph reasoning tasks, including cycle detection, bipartite graph checks, shortest path computation, and maximum flow, while maintaining consistent token costs regardless of graph sizes. Imperfect but still very high performance is observed on subgraph matching. Notably, GRRAF scales effectively to large graphs with up to 10,000 nodes.

📄 PDF Abstract BibTeX arXiv:2509.12743

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

GraphSearch: Agentic Search-Augmented Reasoning for Zero-Shot Graph Learning

2026-01-13 · Jiajin Liu, Yuanfu Sun, Dongzhe Fan, Qiaoyu Tan arxiv

Recent advances in search-augmented large reasoning models (LRMs) enable the retrieval of external knowledge to reduce hallucinations in multistep reasoning. However, their ability to operate on graph-structured data, pr…

Node ClassificationLink PredictionGraph Learning

N2N-GQA: Noise-to-Narrative for Graph-Based Table-Text Question Answering Using LLMs

2026-01-10 · Mohamed Sharafath, Aravindh Annamalai, Ganesh Murugan, Aravindakumar Venugopalan arxiv

Multi-hop question answering over hybrid table-text data requires retrieving and reasoning across multiple evidence pieces from large corpora, but standard Retrieval-Augmented Generation (RAG) pipelines process documents…

Multi-hop Question Answering

GRATR: Zero-Shot Evidence Graph Retrieval-Augmented Trustworthiness Reasoning

2024-08-22 · Ying Zhu, Shengchang Li, Ziqian Kong, Qiang Yang 외

Trustworthiness reasoning aims to enable agents in multiplayer games with incomplete information to identify potential allies and adversaries, thereby enhancing decision-making. In this paper, we introduce the graph retr…

Decision MakingHallucinationRAGRetrieval

Walk&Retrieve: Simple Yet Effective Zero-shot Retrieval-Augmented Generation via Knowledge Graph Walks

2025-05-22 · Martin Böckling, Heiko Paulheim, Andreea Iana

Large Language Models (LLMs) have showcased impressive reasoning abilities, but often suffer from hallucinations or outdated knowledge. Knowledge Graph (KG)-based Retrieval-Augmented Generation (RAG) remedies these short…

HallucinationRAGRetrievalRetrieval-augmented Generation

Retrieval-Augmented Classification of Environmental Mitigations in Hydropower Licensing Documents

2026-08-24 · Hong-Jun Yoon, Tom Ruggles, Joanna Lee, Debjani Singh arxiv

Identifying and classifying environmental mitigation obligations in Federal Energy Regulatory Commission hydropower licensing documents is a labor-intensive task requiring deep domain expertise. We formulate this as a mu…

Multi-Label ClassificationZero-shot Generalization