paper-with-me

Papers

Structure-Internalized Rule Language Model for Faithful Knowledge Graph Reasoning

2026-08-18 · Xingrui Zhuo, Jiapu Wang, Manzong Huang, Gongqing Wu, Xindong Wu arxiv

Knowledge Graph Reasoning (KGR) aims to discover latent facts by leveraging the structural evidence available in KGs, posing a challenge to the structural semantic understanding capability of KGR models. Recent studies have demonstrated that Large Language Models (LLMs) can achieve remarkable progress on KGR tasks via flexible in-context learning. However, the inherent representation inconsistency between KG structural context and LLM parametric knowledge remains inadequately addressed. This limitation prevents LLMs from effectively perceiving reasoning evidence that aligns with KG constraints, which undermines both the effectiveness and faithfulness of reasoning. We refer to this problem as reasoning evidence perception drift of LLMs over KGs. To address this problem, we propose a Structure-Internalized Rule Language Model (SIRLM), which centers on structural rule generation to couple the parametric learning of structural knowledge with the faithfulness evaluation of reasoning logic, enabling LLMs to anchor tightly to KG-grounded evidence. Specifically, we first design a Structure-Internalized Rule Generator (SIRG), which incorporates an in-context learning block augmented with a structural relation memory to coordinate structural and parametric knowledge. Furthermore, we equip SIRG with a KG tokenizer based on structural invariance learning and a neuro-symbolic reasoner based on rule-constrained message propagation. These components provide SIRG with learnable structural representations and faithful rule-execution feedback, respectively. Our SIRLM can be seamlessly integrated into standard LLM training paradigms, such as SFT and GRPO. Extensive experiments against 17 state-of-the-art KGR methods on 36 datasets demonstrate the significant superiority of SIRLM.

📄 PDF Abstract BibTeX arXiv:2608.17443

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

FaiRR: Faithful and Robust Deductive Reasoning over Natural Language

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Transformers have been shown to be able to perform deductive reasoning on a logical rulebase containing rules and statements written in natural language. Recent works show that such models can also produce the reasoning …

Fact SelectionLogical Reasoning

FaiRR: Faithful and Robust Deductive Reasoning over Natural Language

2022-03-19 · ACL 2022 5 · Soumya Sanyal, Harman Singh, Xiang Ren

Transformers have been shown to be able to perform deductive reasoning on a logical rulebase containing rules and statements written in natural language. Recent works show that such models can also produce the reasoning …

Fact SelectionLogical Reasoning

TInR: Exploring Tool-Internalized Reasoning in Large Language Models

2026-04-12 · Qiancheng Xu, Yongqi Li, Fan Liu, Hongru Wang 외 arxiv

Tool-Integrated Reasoning (TIR) has emerged as a promising direction by extending Large Language Models' (LLMs) capabilities with external tools during reasoning. Existing TIR methods typically rely on external tool docu…

Reinforcement Learning

Knowledge-Augmented Language Model Verification

2023-10-19 · Jinheon Baek, Soyeong Jeong, Minki Kang, Jong C. Park 외

Recent Language Models (LMs) have shown impressive capabilities in generating texts with the knowledge internalized in parameters. Yet, LMs often generate the factually incorrect responses to the given queries, since the…

Language ModelingLanguage ModellingmodelQuestion Answering+1

CausalR: Causal Reasoning over Natural Language Rulebases

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Transformers have been shown to perform deductive reasoning on a logical rulebase containing rules and statements written in natural language. Recent works show that such models can also produce the reasoning steps (i.e.…

Fact SelectionLogical Reasoning