CLIRDec 14, 2021

Discovering Explanatory Sentences in Legal Case Decisions Using Pre-trained Language Models

arXiv:2112.07165v1661 citations
Originality Synthesis-oriented
AI Analysis

This addresses the tedious and expensive task for lawyers of finding useful text snippets to explain legal concepts, though it is incremental as it applies existing models to a new domain-specific dataset.

The paper tackled the problem of identifying explanatory sentences for legal concepts in case decisions by assembling a dataset of 26,959 labeled sentences and using transformer-based models, which outperformed prior approaches.

Legal texts routinely use concepts that are difficult to understand. Lawyers elaborate on the meaning of such concepts by, among other things, carefully investigating how have they been used in past. Finding text snippets that mention a particular concept in a useful way is tedious, time-consuming, and, hence, expensive. We assembled a data set of 26,959 sentences, coming from legal case decisions, and labeled them in terms of their usefulness for explaining selected legal concepts. Using the dataset we study the effectiveness of transformer-based models pre-trained on large language corpora to detect which of the sentences are useful. In light of models' predictions, we analyze various linguistic properties of the explanatory sentences as well as their relationship to the legal concept that needs to be explained. We show that the transformer-based models are capable of learning surprisingly sophisticated features and outperform the prior approaches to the task.

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