paper-with-me

Papers

Think-on-Graph 3.0: Efficient and Adaptive LLM Reasoning on Heterogeneous Graphs via Multi-Agent Dual-Evolving Context Retrieval

2025-09-26 · Xiaojun Wu, Cehao Yang, Xueyuan Lin, Chengjin Xu, Xuhui Jiang, Yuanliang Sun, Hui Xiong, Jia Li, Jian Guo arxiv

Graph-based Retrieval-Augmented Generation (GraphRAG) has become the important paradigm for enhancing Large Language Models (LLMs) with external knowledge. However, existing approaches are constrained by their reliance on high-quality knowledge graphs: manually built ones are not scalable, while automatically extracted ones are limited by the performance of LLM extractors, especially when using smaller, local-deployed models. To address this, we introduce Think-on-Graph 3.0 (ToG-3), a novel framework featuring a Multi-Agent Context Evolution and Retrieval (MACER) mechanism. Its core contribution is the dynamic construction and iterative refinement of a Chunk-Triplets-Community heterogeneous graph index, powered by a Dual-Evolution process that adaptively evolves both the query and the retrieved sub-graph during reasoning. ToG-3 dynamically builds a targeted graph index tailored to the query, enabling precise evidence retrieval and reasoning even with lightweight LLMs. Extensive experiments demonstrate that ToG-3 outperforms compared baselines on both deep and broad reasoning benchmarks, and ablation studies confirm the efficacy of the components of MACER framework. The source code are available in https://github.com/DataArcTech/ToG-3.

📄 PDF Abstract BibTeX arXiv:2509.21710

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Graphs

Similar Papers 제목 키워드 기반

TKG-Thinker: Towards Dynamic Reasoning over Temporal Knowledge Graphs via Agentic Reinforcement Learning

2026-02-05 · Zihao Jiang, Miao Peng, Zhenyan Shan, Wenjie Xu 외 arxiv

Temporal knowledge graph question answering (TKGQA) aims to answer time-sensitive questions by leveraging temporal knowledge bases. While Large Language Models (LLMs) demonstrate significant potential in TKGQA, current p…

Graph Question AnsweringReinforcement LearningKnowledge Graphs

Stable Adaptive Thinking via Advantage Shaping and Length-Aware Gradient Regulation

2026-02-26 · Zihang Xu, Haozhi Xie, Ziqi Miao, Wuxuan Gong 외 arxiv

Large reasoning models (LRMs) achieve strong performance through extended reasoning traces, but they often exhibit overthinking behavior for low-complexity queries. Existing efforts to mitigate this issue are fundamental…

Reinforcement Learning

AH-UGC: Adaptive and Heterogeneous-Universal Graph Coarsening

2025-05-18 · Mohit Kataria, Shreyash Bhilwade, Sandeep Kumar, Jayadeva

$\textbf{Graph Coarsening (GC)}$ is a prominent graph reduction technique that compresses large graphs to enable efficient learning and inference. However, existing GC methods generate only one coarsened graph per run an…

Scaling up the think-aloud method

2025-05-29 · Daniel Wurgaft, Ben Prystawski, Kanishk Gandhi, Cedegao E. Zhang 외

The think-aloud method, where participants voice their thoughts as they solve a task, is a valuable source of rich data about human reasoning processes. Yet, it has declined in popularity in contemporary cognitive scienc…

Mathematical Reasoning

MTGER: Multi-view Temporal Graph Enhanced Temporal Reasoning over Time-Involved Document

2023-11-08 · Zheng Chu, Zekun Wang, Jiafeng Liang, Ming Liu 외

The facts and time in the document are intricately intertwined, making temporal reasoning over documents challenging. Previous work models time implicitly, making it difficult to handle such complex relationships. To add…