Improving Complex Reasoning over Knowledge Graph with Logic-Aware Curriculum Tuning

Abstract

Answering complex queries over incomplete knowledge graphs (KGs) is a challenging job. Most previous works have focused on learning entity/relation embeddings and simulating first-order logic operators with various neural networks. However, they are bottlenecked by the inability to share world knowledge to improve logical reasoning, thus resulting in suboptimal performance. In this paper, we propose a complex reasoning schema over KG upon large language models (LLMs), containing a curriculum-based logical-aware instruction tuning framework, named LACT. Specifically, we augment the arbitrary first-order logical queries via binary tree decomposition, to stimulate the reasoning capability of LLMs. To address the difficulty gap among different types of complex queries, we design a simple and flexible logic-aware curriculum learning framework. Experiments across widely used datasets demonstrate that LACT has substantial improvements~(brings an average +5.5% MRR score) over advanced methods, achieving the new state-of-the-art.

Cite

Text

Xia et al. "Improving Complex Reasoning over Knowledge Graph with Logic-Aware Curriculum Tuning." AAAI Conference on Artificial Intelligence, 2025. doi:10.1609/AAAI.V39I12.33405

Markdown

[Xia et al. "Improving Complex Reasoning over Knowledge Graph with Logic-Aware Curriculum Tuning." AAAI Conference on Artificial Intelligence, 2025.](https://mlanthology.org/aaai/2025/xia2025aaai-improving/) doi:10.1609/AAAI.V39I12.33405

BibTeX

@inproceedings{xia2025aaai-improving,
  title     = {{Improving Complex Reasoning over Knowledge Graph with Logic-Aware Curriculum Tuning}},
  author    = {Xia, Tianle and Ding, Liang and Wan, Guojia and Zhan, Yibing and Du, Bo and Tao, Dacheng},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2025},
  pages     = {12881-12889},
  doi       = {10.1609/AAAI.V39I12.33405},
  url       = {https://mlanthology.org/aaai/2025/xia2025aaai-improving/}
}