Reasoning Topology Matters: Network-of-Thought for Complex Reasoning Tasks
Fan Huang

TL;DR
This paper introduces Network-of-Thought, a graph-based reasoning framework that enhances complex multi-hop reasoning in large language models by modeling reasoning as a directed graph, outperforming chain and tree structures on various benchmarks.
Contribution
The paper proposes Network-of-Thought, a novel graph-based reasoning paradigm guided by heuristics, improving multi-hop reasoning capabilities of large language models over traditional linear or tree structures.
Findings
NoT outperforms ToT on multi-hop reasoning tasks.
Self-generated heuristics improve reasoning accuracy.
Evaluation methodology impacts method performance rankings.
Abstract
Existing prompting paradigms structure LLM reasoning in limited topologies: Chain-of-Thought (CoT) produces linear traces, while Tree-of-Thought (ToT) performs branching search. Yet complex reasoning often requires merging intermediate results, revisiting hypotheses, and integrating evidence from multiple sources. We propose Network-of-Thought (NoT), a framework that models reasoning as a directed graph with typed nodes and edges, guided by a heuristic-based controller policy. Across four benchmarks (GSM8K, Game of 24, HotpotQA, ProofWriter) and three models (GPT-4o-mini, Llama-3.3-70B-Instruct, Qwen2.5-72B-Instruct), we investigate when network topology outperforms chain or tree structures, whether LLM-generated heuristics can guide graph-based reasoning search, and the computation-accuracy tradeoff across topologies, evaluating each method on accuracy, topology simplicity, and token…
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
TopicsAdvanced Graph Neural Networks · Graph Theory and Algorithms · Bayesian Modeling and Causal Inference
