paper-with-me

홈 › Papers

GraphReAct: Reasoning and Acting for Multi-step Graph Inference

2026-05-08 · Xingtong Yu, Zhongwei Kuai, Chang Zhou, Xuanting Xie, Renhe Jiang, Xikun Zhang, Hong Cheng, Xinming Zhang, Yuan Fang arxiv

Reasoning-acting frameworks enhance large language models (LLMs) by interleaving reasoning with actions for dynamic information acquisition. However, extending this paradigm to graph learning remains underexplored. Graph data is inherently structured, with information distributed across nodes and edges and encoded through both topology and latent representations. As a result, effective reasoning over graphs requires not only retrieving informative evidence from the graph, but also progressively refining the accumulated context during multi-step inference. In this work, we propose GraphReAct, a graph reasoning-acting framework that enables step-by-step inference over graph-structured data. Specifically, we design a graph-based action space with two complementary retrieval actions: topological retrieval, which captures local structural dependencies, and semantic retrieval, which accesses non-local but relevant evidence in the representation space. These actions dynamically expand the reasoning context. To further support multi-step reasoning, we introduce another type of action, context refinement, which distills and reorganizes accumulated information into a compact representation. By interleaving reasoning with both retrieval and refinement actions, our framework enables a progressive transition from context expansion to compression. Extensive experiments on six benchmark datasets demonstrate that GraphReAct consistently outperforms state-of-the-art methods, validating the effectiveness of reasoning-acting for graph learning.

📄 PDF Abstract BibTeX arXiv:2605.07357

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic RetrievalGraph Learning

Similar Papers 제목 키워드 기반

A Context-Enhanced Framework for Sequential Graph Reasoning

2024-12-12 · Shuo Shi, Chao Peng, Chenyang Xu, Zhengfeng Yang

The paper studies sequential reasoning over graph-structured data, which stands as a fundamental task in various trending fields like automated math problem solving and neural graph algorithm learning, attracting a lot o…

Math

TRACE: An Experiential Framework for Coherent Multi-hop Knowledge Graph Question Answering

2026-04-13 · Yingxu Wang, Jiaxin Huang, Mengzhu Wang, Nan Yin arxiv

Multi-hop Knowledge Graph Question Answering (KGQA) requires coherent reasoning across relational paths, yet existing methods often treat each reasoning step independently and fail to effectively leverage experience from…

Graph Question Answering

Learning Global Hypothesis Space for Enhancing Synergistic Reasoning Chain

2026-02-10 · Jiaquan Zhang, Chaoning Zhang, Shuxu Chen, Xudong Wang 외 arxiv

Chain-of-Thought (CoT) has been shown to significantly improve the reasoning accuracy of large language models (LLMs) on complex tasks. However, due to the autoregressive, step-by-step generation paradigm, existing CoT m…

InfiGUI-R1: Advancing Multimodal GUI Agents from Reactive Actors to Deliberative Reasoners

2025-04-19 · Yuhang Liu, Pengxiang Li, Congkai Xie, Xavier Hu 외

Multimodal Large Language Models (MLLMs) have powered Graphical User Interface (GUI) Agents, showing promise in automating tasks on computing devices. Recent works have begun exploring reasoning in GUI tasks with encoura…

Action GenerationLogical ReasoningSpatial Reasoning

Resprompt: Residual Connection Prompting Advances Multi-Step Reasoning in Large Language Models

2023-10-07 · Song Jiang, Zahra Shakeri, Aaron Chan, Maziar Sanjabi 외

Chain-of-thought (CoT) prompting, which offers step-by-step problem-solving rationales, has impressively unlocked the reasoning potential of large language models (LLMs). Yet, the standard CoT is less effective in proble…

Math