paper-with-me

홈 › Papers

Exploiting Contrastive Learning and Numerical Evidence for Confusing Legal Judgment Prediction

2022-11-15 · Leilei Gan, Baokui Li, Kun Kuang, Yating Zhang, Lei Wang, Luu Anh Tuan, Yi Yang, Fei Wu

Given the fact description text of a legal case, legal judgment prediction (LJP) aims to predict the case's charge, law article and penalty term. A core problem of LJP is how to distinguish confusing legal cases, where only subtle text differences exist. Previous studies fail to distinguish different classification errors with a standard cross-entropy classification loss, and ignore the numbers in the fact description for predicting the term of penalty. To tackle these issues, in this work, first, we propose a moco-based supervised contrastive learning to learn distinguishable representations, and explore the best strategy to construct positive example pairs to benefit all three subtasks of LJP simultaneously. Second, in order to exploit the numbers in legal cases for predicting the penalty terms of certain cases, we further enhance the representation of the fact description with extracted crime amounts which are encoded by a pre-trained numeracy model. Extensive experiments on public benchmarks show that the proposed method achieves new state-of-the-art results, especially on confusing legal cases. Ablation studies also demonstrate the effectiveness of each component.

📄 PDF Abstract BibTeX arXiv:2211.08238

Code (1)

leileigan/ContrastiveLJP 공식 구현 pytorch

Tasks

Contrastive Learning

Methods 이 논문이 사용한 방법론

fail 설명 없음
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

LegalDuet: Learning Fine-grained Representations for Legal Judgment Prediction via a Dual-View Contrastive Learning

2024-01-27 · Buqiang Xu, Xin Dai, Zhenghao Liu, Huiyuan Xie 외

Legal Judgment Prediction (LJP) is a fundamental task of legal artificial intelligence, aiming to automatically predict the judgment outcomes of legal cases. Existing LJP models primarily focus on identifying legal trigg…

Contrastive Learning

SEMDR: A Semantic-Aware Dual Encoder Model for Legal Judgment Prediction with Legal Clue Tracing

2024-08-19 · Pengjie Liu, Wang Zhang, Yulong Ding, Xuefeng Zhang 외

Legal Judgment Prediction (LJP) aims to form legal judgments based on the criminal fact description. However, researchers struggle to classify confusing criminal cases, such as robbery and theft, which requires LJP model…

Representation LearningSentence

From Graph to Word Bag: Introducing Domain Knowledge to Confusing Charge Prediction

2024-03-07 · Ang Li, Qiangchao Chen, Yiquan Wu, Ming Cai 외

Confusing charge prediction is a challenging task in legal AI, which involves predicting confusing charges based on fact descriptions. While existing charge prediction methods have shown impressive performance, they face…

Knowledge-aware Method for Confusing Charge Prediction

2020-10-07 · Xiya Cheng, Sheng Bi, Guilin Qi, Yongzhen Wang

Automatic charge prediction task aims to determine the final charges based on fact descriptions of criminal cases, which is a vital application of legal assistant systems. Conventional works usually depend on fact descri…

Prediction

Distinguish Confusing Law Articles for Legal Judgment Prediction

2020-04-06 · ACL 2020 6 · Nuo Xu, Pinghui Wang, Long Chen, Li Pan 외

Legal Judgment Prediction (LJP) is the task of automatically predicting a law case's judgment results given a text describing its facts, which has excellent prospects in judicial assistance systems and convenient service…

ArticlesGraph Neural NetworkPrediction