CLAug 27

Surgical Alignment in Knowledge Graph Training for Clinical Diagnosis with Large Language Models

arXiv:2608.2658732.3h-index: 8Has Code
Predicted impact top 1% in CL · last 90 daysOriginality Incremental advance
AI Analysis

This research provides insights into effective knowledge graph integration for large language models in clinical diagnosis, which is significant for researchers and practitioners developing more reliable AI systems in healthcare.

This paper investigates how to best integrate biomedical knowledge graphs (KGs) into large language models (LLMs) for clinical diagnosis, comparing five KG task formulations, three training paradigms, two KGs, and three base LLMs. They found that KG-judgment training with KL regularization leads to sparse, localized model updates, which they term "surgical alignment," and that these sparse updates improve reasoning quality even when in-domain accuracy is lower than dense updates from task-specific SFT.

Biomedical knowledge graphs (KGs) offer structured medical knowledge that can ground large language model (LLM) reasoning in clinical diagnosis application, yet how KG signal should be integrated into LLMs remains an open question. We present a systematic study spanning five KG task formulations, three training paradigms, two KGs, and three base LLMs. At the task level, all paradigms improve over the non-finetuned baseline, but methods with comparable in-domain accuracy show substantially different knowledge transfer behavior. We introduce Gradient Intervention Density (GID) and Gradient Distortion (GD) to measure how broadly an optimizer modifies the pretrained model. GID and GD together reveal a clear divide: KG-judgment training under KL regularization produces sparse, localized updates (a regime we term as surgical alignment), while task-specific SFT produces dense ones. A controlled ablation shows that the objective and KL contribute to sparsity independently, and the paradigms that produce sparse updates also improve reasoning quality, even when their in-domain accuracy is lower than task-specific SFT. Assessing KG-LLM integration thus requires complementing accuracy with optimization-geometry diagnostics. Our implementation can be found at https://github.com/LARK-NLP-Lab/Surgical-Alignment.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes