paper-with-me

Papers

GraphWalk: Enabling Reasoning in Large Language Models through Tool-Based Graph Navigation

2026-04-02 · Taraneh Ghandi, Hamidreza Mahyar, Shachar Klaiman arxiv

The use of knowledge graphs for grounding agents in real-world Q&A applications has become increasingly common. Answering complex queries often requires multi-hop reasoning and the ability to navigate vast relational structures. Standard approaches rely on prompting techniques that steer large language models to reason over raw graph context, or retrieval-augmented generation pipelines where relevant subgraphs are injected into the context. These, however, face severe limitations with enterprise-scale KGs that cannot fit in even the largest context windows available today. We present GraphWalk, a problem-agnostic, training-free, tool-based framework that allows off-the-shelf LLMs to reason through sequential graph navigation, dramatically increasing performance across different tasks. Unlike task-specific agent frameworks that encode domain knowledge into specialized tools, GraphWalk equips the LLM with a minimal set of orthogonal graph operations sufficient to traverse any graph structure. We evaluate whether models equipped with GraphWalk can compose these operations into correct multi-step reasoning chains, where each tool call represents a verifiable step creating a transparent execution trace. We first demonstrate our approach on maze traversal, a problem non-reasoning models are completely unable to solve, then present results on graphs resembling real-world enterprise knowledge graphs. To isolate structural reasoning from world knowledge, we evaluate on entirely synthetic graphs with random, non-semantic labels. Our benchmark spans 12 query templates from basic retrieval to compound first-order logic queries. Results show that tool-based traversal yields substantial and consistent gains over in-context baselines across all model families tested, with gains becoming more pronounced as scale increases, precisely where in-context approaches fail catastrophically.

📄 PDF Abstract BibTeX arXiv:2604.01610

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Graphs

Similar Papers 제목 키워드 기반

GraphWalker: Agentic Knowledge Graph Question Answering via Synthetic Trajectory Curriculum

2026-03-30 · Shuwen Xu, Yao Xu, Jiaxiang Liu, Chenhao Yuan 외 arxiv

Agentic knowledge graph question answering (KGQA) requires an agent to iteratively interact with knowledge graphs (KGs), posing challenges in both training data scarcity and reasoning generalization. Specifically, existi…

Graph Question AnsweringReinforcement LearningKnowledge Graphs

GraphWalker: Patient Analogy Meets Information Gain for Clinical Reasoning with Large Language Models

2026-04-08 · Yue Fang, Weibin Liao, Yuxin Guo, Jiaran Gao 외 arxiv

Clinical reasoning over electronic health records (EHRs) is a fundamental yet challenging task in modern healthcare. While large language models (LLMs) offer a promising paradigm via in-context demonstrations that requir…

ACC: Compiling Agent Trajectories for Long-Context Training

2026-05-21 · Qisheng Su, Zhen Fang, Shiting Huang, Yu Zeng 외 arxiv

Recent development of agents has renewed demand for long-context reasoning capacity of LLMs. However, training LLMs for this capacity requires costly long-document curation or heuristic context synthesis. We observe that…

Coreference Resolution

Distractor-Aware Truncation: Disentangling Context-Length Effects from Signal Loss in Long-Context LLM Benchmarks

2026-08-04 · Mohsen Arjmandi arxiv

A standard claim in the literature on retrieval-augmented and memory-augmented language models is that shorter context is better when the relevant information is preserved. We test this claim by running every sample of t…

SoT: Structured-of-Thought Prompting Guides Multilingual Reasoning in Large Language Models

2025-10-03 · Rui Qi, Zhibo Man, Yufeng Chen, Fengran Mo 외 arxiv

Recent developments have enabled Large Language Models (LLMs) to engage in complex reasoning tasks through deep thinking. However, the capacity of reasoning has not been successfully transferred to non-high-resource lang…