CLAILGDec 3, 2021

Semantic Segmentation of Legal Documents via Rhetorical Roles

arXiv:2112.01836v2294 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of processing unstructured legal documents for legal professionals and researchers, though it is incremental as it builds on existing deep learning methods.

The paper tackles the problem of automatically segmenting legal documents into coherent information units by creating a new annotated corpus with 13 rhetorical roles and developing a multitask learning model that shows superior performance over existing models.

Legal documents are unstructured, use legal jargon, and have considerable length, making them difficult to process automatically via conventional text processing techniques. A legal document processing system would benefit substantially if the documents could be segmented into coherent information units. This paper proposes a new corpus of legal documents annotated (with the help of legal experts) with a set of 13 semantically coherent units labels (referred to as Rhetorical Roles), e.g., facts, arguments, statute, issue, precedent, ruling, and ratio. We perform a thorough analysis of the corpus and the annotations. For automatically segmenting the legal documents, we experiment with the task of rhetorical role prediction: given a document, predict the text segments corresponding to various roles. Using the created corpus, we experiment extensively with various deep learning-based baseline models for the task. Further, we develop a multitask learning (MTL) based deep model with document rhetorical role label shift as an auxiliary task for segmenting a legal document. The proposed model shows superior performance over the existing models. We also experiment with model performance in the case of domain transfer and model distillation techniques to see the model performance in limited data conditions.

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