Graph-O1 : Monte Carlo Tree Search with Reinforcement Learning for Text-Attributed Graph Reasoning
Lihui Liu

TL;DR
Graph-O1 introduces a novel reinforcement learning framework combining Monte Carlo Tree Search with LLMs to enable efficient, stepwise reasoning over text-attributed graphs, significantly improving accuracy and interpretability in graph-based question answering.
Contribution
It presents a new agentic GraphRAG framework that integrates MCTS with reinforcement learning for interactive graph reasoning, addressing limitations of previous methods.
Findings
Outperforms state-of-the-art baselines across multiple LLMs.
Produces more accurate and interpretable answers.
Demonstrates effective exploration of informative subgraph components.
Abstract
ChatGPT said: Text-attributed graphs, where nodes and edges contain rich textual information, are widely used across diverse domains. A central challenge in this setting is question answering, which requires jointly leveraging unstructured text and the structured relational signals within the graph. Although Large Language Models (LLMs) have made significant advances in natural language understanding, their direct use for reasoning over text-attributed graphs remains limited. Retrieval-augmented generation methods that operate purely on text often treat passages as isolated units, ignoring the interconnected structure of the graph. Conversely, graph-based RAG methods that serialize large subgraphs into long textual sequences quickly become infeasible due to LLM context-length constraints, resulting in fragmented reasoning and degraded accuracy. To overcome these limitations, we…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Advanced Graph Neural Networks · Multimodal Machine Learning Applications
