Dependency Matters: Enhancing LLM Reasoning with Explicit Knowledge Grounding
Abstract
Large language models (LLMs) often produce reasoning steps that are superficially coherent yet internally inconsistent, leading to unreliable outputs. Since such failures typically arise from implicit or poorly-grounded knowledge, we introduce \emph{Grounded Reasoning in Dependency (GRiD)}, a novel dependency-aware reasoning framework that explicitly grounds reasoning steps in structured knowledge. GRiD represents reasoning as a graph consisting of interconnected knowledge extraction nodes and reasoning nodes, enforcing logical consistency through explicit dependencies. Each reasoning step is validated via a lightweight, step-wise verifier that ensures logical correctness relative to its premises. Extensive experiments across diverse reasoning benchmarks—including StrategyQA, CommonsenseQA, GPQA, and TruthfulQA—demonstrate that GRiD substantially improves reasoning accuracy, consistency, and faithfulness compared to recent state-of-the-art structured reasoning methods. Notably, GRiD enhances performance even when applied purely as a lightweight verification module at inference time, underscoring its generalizability and practical utility. Code is available at: https://github.com/cure-lab/GRiD.
Cite
Text
Wen et al. "Dependency Matters: Enhancing LLM Reasoning with Explicit Knowledge Grounding." Advances in Neural Information Processing Systems, 2025.Markdown
[Wen et al. "Dependency Matters: Enhancing LLM Reasoning with Explicit Knowledge Grounding." Advances in Neural Information Processing Systems, 2025.](https://mlanthology.org/neurips/2025/wen2025neurips-dependency/)BibTeX
@inproceedings{wen2025neurips-dependency,
title = {{Dependency Matters: Enhancing LLM Reasoning with Explicit Knowledge Grounding}},
author = {Wen, Xiangyu and Li, Min and Huang, Junhua and Zhong, Jianyuan and Xu, Zhijian and Li, Zeju and Huang, Yongxiang and Yuan, Mingxuan and Xu, Qiang},
booktitle = {Advances in Neural Information Processing Systems},
year = {2025},
url = {https://mlanthology.org/neurips/2025/wen2025neurips-dependency/}
}