ACL 2025finding0 citations

RLKGF: Reinforcement Learning from Knowledge Graph Feedback Without Human Annotations

Lian Yan, Chen Tang, Yi Guan, Haotian Wang, Songyuan Wang, Haifeng Liu, Yang Yang, Jingchi Jiang

Abstract

Reinforcement Learning from Human Feedback (RLHF) has been shown to effectively align large language models (LLMs) with human knowledge. However, the lack of human preference labels remains a significant bottleneck when applying RLHF to a downstream domain. Humans in RLHF play a critical role in injecting reasoning preferences into LLM, and we assume the reasoning process underlying human assessments may potentially be replaced by reasoning pathways derived from Knowledge Graphs (KGs). Inspired by this assumption, we propose Reinforcement Learning from Knowledge Graph Feedback (RLKGF), a novel method that leverages KG semantics and structure to derive RL rewards in the absence of manual annotations. Unlike Reinforcement Learning from AI Feedback (RLAIF), RLKGF directly integrates human priors encoded in KGs as the reward model, aligning LLM responses with expert knowledge without additional preference labeling or reward model training. RLKGF structures context-relevant facts into knowledge subgraphs and defines rewards by simulating information flow across semantic and logical connections between question and candidate response entities. Experiments on three public and one private medical dialogue dataset demonstrate that RLKGF significantly outperforms the competitive RLAIF in improving LLM diagnostic accuracy. The code is available at https://github.com/YanPioneer/RLKGF.

BibTeX
@inproceedings{yan-etal-2025-rlkgf,
    title = "{RLKGF}: Reinforcement Learning from Knowledge Graph Feedback Without Human Annotations",
    author = "Yan, Lian  and
      Tang, Chen  and
      Guan, Yi  and
      Wang, Haotian  and
      Wang, Songyuan  and
      Liu, Haifeng  and
      Yang, Yang  and
      Jiang, Jingchi",
    editor = "Che, Wanxiang  and
      Nabende, Joyce  and
      Shutova, Ekaterina  and
      Pilehvar, Mohammad Taher",
    booktitle = "Findings of the Association for Computational Linguistics: ACL 2025",
    month = jul,
    year = "2025",
    address = "Vienna, Austria",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2025.findings-acl.344/",
    doi = "10.18653/v1/2025.findings-acl.344",
    pages = "6619--6633",
    ISBN = "979-8-89176-256-5"
}
RLKGF: Reinforcement Learning from Knowledge Graph Feedback Without Human Annotations · ACL 2025