CLOct 30, 2024

Bonafide at LegalLens 2024 Shared Task: Using Lightweight DeBERTa Based Encoder For Legal Violation Detection and Resolution

arXiv:2410.22977v122 citationsh-index: 6NLLP
Originality Synthesis-oriented
AI Analysis

This work addresses legal document analysis for practitioners, but it is incremental as it applies an existing model to a new domain with competitive results.

The paper tackled legal violation detection and resolution from unstructured text using lightweight DeBERTa-based encoders, achieving F1 scores of 60.01% for violation detection and 84.73% for violation resolution in a shared task.

In this work, we present two systems -- Named Entity Resolution (NER) and Natural Language Inference (NLI) -- for detecting legal violations within unstructured textual data and for associating these violations with potentially affected individuals, respectively. Both these systems are lightweight DeBERTa based encoders that outperform the LLM baselines. The proposed NER system achieved an F1 score of 60.01\% on Subtask A of the LegalLens challenge, which focuses on identifying violations. The proposed NLI system achieved an F1 score of 84.73\% on Subtask B of the LegalLens challenge, which focuses on resolving these violations by matching them with pre-existing legal complaints of class action cases. Our NER system ranked sixth and NLI system ranked fifth on the LegalLens leaderboard. We release the trained models and inference scripts.

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