Xianhao Ou
2026
Graph Reasoning Paradigm: Structured and Symbolic Reasoning with Topology-Aware Reinforcement Learning for Large Language Models
Runxuan Liu | Xianhao Ou | Xinyan Ma | Jiyuan Wang | Jiafeng Liang | Jiaqi Li | Tao He | Zheng Chu | Rongchuan Mu | Zekun Wang | Baoxin Wang | Dayong Wu | Ming Liu | Shijin Wang | Guoping Hu | Bing Qin
Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)
Runxuan Liu | Xianhao Ou | Xinyan Ma | Jiyuan Wang | Jiafeng Liang | Jiaqi Li | Tao He | Zheng Chu | Rongchuan Mu | Zekun Wang | Baoxin Wang | Dayong Wu | Ming Liu | Shijin Wang | Guoping Hu | Bing Qin
Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)
Long Chain-of-Thought (LCoT), achieved by Reinforcement Learning with Verifiable Rewards (RLVR), has proven effective in enhancing the reasoning capabilities of Large Language Models (LLMs). However, reasoning in current LLMs is primarily generated as plain text, where performing semantic evaluation on such unstructured data creates a computational bottleneck during training. Despite RLVR-based optimization, existing methods still suffer from coarse-grained supervision, reward hacking, high training costs, and poor generalization.To address these issues, we propose the Graph Reasoning Paradigm (GRP), which realizes structured and symbolic reasoning, implemented via graph-structured representations with step-level cognitive labels. Building upon GRP, we further design Process-Aware Stratified Clipping Group Relative Policy Optimization (PASC-GRPO), which leverages structured evaluation to replace semantic evaluation, achieves process-aware verification through graph-structured outcome rewards, and mitigates reward hacking via stratified clipping advantage estimation. Experiments demonstrate significant improvements across mathematical reasoning and code generation tasks. Data, models, and code will be released later.
From Implicit Graph Encoding to Explicit Evidence: A Training-Free LLM Framework for Temporal Knowledge Graph Reasoning
Guo Tang | Ke Cheng | Huiming Fan | Heng Chang | Wenxiang Zheng | Xianhao Ou | Junjia Xiang | Ming Liu | Yujun Zhou | Li Lanyu | Bing Qin
Findings of the Association for Computational Linguistics: ACL 2026
Guo Tang | Ke Cheng | Huiming Fan | Heng Chang | Wenxiang Zheng | Xianhao Ou | Junjia Xiang | Ming Liu | Yujun Zhou | Li Lanyu | Bing Qin
Findings of the Association for Computational Linguistics: ACL 2026
Temporal Knowledge Graph (TKG) forecasting faces significant challenges due to distribution shifts and poor inductive generalization in parametric models. While Large Language Models (LLMs) offer potent semantic reasoning, existing LLM-based approaches struggle with implicit modality alignment and suboptimal graph linearization, failing to capture complex topologies without retraining. To bridge this gap, we propose ExE-LLM, a training-free, test-time adaptive framework that reframes TKG prediction as explicit evidence-driven reasoning. Our core philosophy is to decouple topological calculation from semantic reasoning: a heuristic module translates latent graph signals into natural language evidence, enabling the LLM to perform multi-source judgment. ExE-LLM incorporates a task-aware scheduler for test-time adaptation, a heuristic synthesizer for explicit modality alignment, and a self-diagnosis module for iterative optimization. Extensive experiments on four benchmarks demonstrate that ExE-LLM achieves SOTA performance in inductive settings, significantly outperforming fully trained graph neural networks without updating LLM parameters. The source code is available at https://github.com/JENLISA4EVER/ExE-LLM.