CLLGJan 20

Knowledge Graph-Assisted LLM Post-Training for Enhanced Legal Reasoning

arXiv:2601.13806v11 citationsh-index: 13
Originality Incremental advance
AI Analysis

This addresses the need for better legal reasoning in AI systems, though it is incremental as it builds on existing post-training methods.

The paper tackles the problem of LLMs struggling with complex reasoning in high-stakes domains like law by proposing a knowledge graph-assisted post-training approach, resulting in improved performance on legal benchmarks, with their 70B DPO model achieving the best score on 4/6 reasoning tasks.

LLM post-training has primarily relied on large text corpora and human feedback, without capturing the structure of domain knowledge. This has caused models to struggle dealing with complex reasoning tasks, especially for high-stakes professional domains. In Law, reasoning requires deep understanding of the relations between various legal concepts, a key component missing in current LLM post-training. In this paper, we propose a knowledge graph (KG)-assisted approach for enhancing LLMs' reasoning capability in Legal that is generalizable to other high-stakes domains. We model key legal concepts by following the \textbf{IRAC} (Issue, Rule, Analysis and Conclusion) framework, and construct a KG with 12K legal cases. We then produce training data using our IRAC KG, and conduct both Supervised Fine-Tuning (SFT) and Direct Preference Optimization (DPO) with three state-of-the-art (SOTA) LLMs (30B, 49B and 70B), varying architecture and base model family. Our post-trained models obtained better average performance on 4/5 diverse legal benchmarks (14 tasks) than baselines. In particular, our 70B DPO model achieved the best score on 4/6 reasoning tasks, among baselines and a 141B SOTA legal LLM, demonstrating the effectiveness of our KG for enhancing LLMs' legal reasoning capability.

Foundations

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

Your Notes