CLAIAug 18, 2024

Distinguish Confusion in Legal Judgment Prediction via Revised Relation Knowledge

arXiv:2408.09422v110 citationsh-index: 17Has Code
Originality Incremental advance
AI Analysis

This work improves prediction accuracy for legal professionals by addressing data imbalance and confusion in law articles, though it is incremental as it builds on prior knowledge-based methods.

The paper tackles the problem of confusing law articles in Legal Judgment Prediction by addressing both prior and posterior semantic similarities, proposing an end-to-end model called D-LADAN that significantly outperforms state-of-the-art methods in accuracy and robustness.

Legal Judgment Prediction (LJP) aims to automatically predict a law case's judgment results based on the text description of its facts. In practice, the confusing law articles (or charges) problem frequently occurs, reflecting that the law cases applicable to similar articles (or charges) tend to be misjudged. Although some recent works based on prior knowledge solve this issue well, they ignore that confusion also occurs between law articles with a high posterior semantic similarity due to the data imbalance problem instead of only between the prior highly similar ones, which is this work's further finding. This paper proposes an end-to-end model named \textit{D-LADAN} to solve the above challenges. On the one hand, D-LADAN constructs a graph among law articles based on their text definition and proposes a graph distillation operation (GDO) to distinguish the ones with a high prior semantic similarity. On the other hand, D-LADAN presents a novel momentum-updated memory mechanism to dynamically sense the posterior similarity between law articles (or charges) and a weighted GDO to adaptively capture the distinctions for revising the inductive bias caused by the data imbalance problem. We perform extensive experiments to demonstrate that D-LADAN significantly outperforms state-of-the-art methods in accuracy and robustness.

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