A Method for Detecting Legal Article Competition for Korean Criminal Law Using a Case-augmented Mention Graph
Seonho An, Young Yik Rhim, Min-Soo Kim
TL;DR
This work defines Legal Article Competition Detection (LACD), a retrieval task to identify competing legal articles within a law, with specific challenges arising from similar article descriptions and reliance on inter-article references. It introduces CAMGraph, a Case-Augmented Mention Graph, and the CAM-Re2 retriever, which leverages node-enriched representations and mention relationships to improve discrimination among competing articles. CAM-Re2 demonstrates substantial improvements over naïve retrieval approaches, achieving large reductions in false positives and negatives and notable gains in precision at top results, validated on a Korean criminal-law dataset. The study provides a concrete dataset, detailed experimental results, and an open-source implementation to support future work in automated legal reasoning and lawmaking.
Abstract
As social systems become increasingly complex, legal articles are also growing more intricate, making it progressively harder for humans to identify any potential competitions among them, particularly when drafting new laws or applying existing laws. Despite this challenge, no method for detecting such competitions has been proposed so far. In this paper, we propose a new legal AI task called Legal Article Competition Detection (LACD), which aims to identify competing articles within a given law. Our novel retrieval method, CAM-Re2, outperforms existing relevant methods, reducing false positives by 20.8% and false negatives by 8.3%, while achieving a 98.2% improvement in precision@5, for the LACD task. We release our codes at https://github.com/asmath472/LACD-public.
