KALE: Enhancing Knowledge Manipulation in Large Language Models via Knowledge-aware Learning
Qitan Lv, Tianyu Liu, Qiaosheng Zhang, Xingcheng Xu, Chaochao Lu
TL;DR
KALE addresses the knowledge manipulation gap in LLMs post-SFT by introducing Knowledge-Induced data Synthesis (KI) to generate high-quality rationales from knowledge graphs and Knowledge-Aware fine-tuning (KA) to align model outputs with and without rationales via a KL-divergence objective. The framework enables efficient reasoning-path extraction using a multi-path A* search over KGs and rationale generation with GPT-4o, followed by distribution alignment that allows robust knowledge manipulation at inference without relying on retrieved data. Empirical results across eight benchmarks and six backbones show KALE yields substantial gains (up to 11.72% and average 4.18%) over SFT baselines, with ablations confirming the necessity of both KI and KA components. The approach is practical, adds minimal inference overhead, and demonstrates strong generalization and data-efficiency, though it relies on structured data and KGs and invites future work on domain-specific KG construction and advanced linker strategies.
Abstract
Despite the impressive performance of large language models (LLMs) pretrained on vast knowledge corpora, advancing their knowledge manipulation-the ability to effectively recall, reason, and transfer relevant knowledge-remains challenging. Existing methods mainly leverage Supervised Fine-Tuning (SFT) on labeled datasets to enhance LLMs' knowledge manipulation ability. However, we observe that SFT models still exhibit the known&incorrect phenomenon, where they explicitly possess relevant knowledge for a given question but fail to leverage it for correct answers. To address this challenge, we propose KALE (Knowledge-Aware LEarning)-a post-training framework that leverages knowledge graphs (KGs) to generate high-quality rationales and enhance LLMs' knowledge manipulation ability. Specifically, KALE first introduces a Knowledge-Induced (KI) data synthesis method that efficiently extracts multi-hop reasoning paths from KGs to generate high-quality rationales for question-answer pairs. Then, KALE employs a Knowledge-Aware (KA) fine-tuning paradigm that enhances knowledge manipulation by internalizing rationale-guided reasoning through minimizing the KL divergence between predictions with and without rationales. Extensive experiments on eight popular benchmarks across six different LLMs demonstrate the effectiveness of KALE, achieving accuracy improvements of up to 11.72% and an average of 4.18%.
