CLCYJun 24, 2024

CLERC: A Dataset for Legal Case Retrieval and Retrieval-Augmented Analysis Generation

arXiv:2406.17186v224 citationsHas Code
Originality Synthesis-oriented
AI Analysis

This addresses the need for intelligent systems to help legal professionals with case retrieval and analysis generation, but it is incremental as it focuses on dataset creation and benchmarking.

The authors tackled the problem of assisting legal professionals in writing analyses by creating CLERC, a dataset for legal case retrieval and retrieval-augmented generation, and benchmarked state-of-the-art models, showing that GPT-4o achieves the highest ROUGE F-scores but hallucinates the most, while zero-shot IR models only achieve 48.3% recall@1000.

Legal professionals need to write analyses that rely on citations to relevant precedents, i.e., previous case decisions. Intelligent systems assisting legal professionals in writing such documents provide great benefits but are challenging to design. Such systems need to help locate, summarize, and reason over salient precedents in order to be useful. To enable systems for such tasks, we work with legal professionals to transform a large open-source legal corpus into a dataset supporting two important backbone tasks: information retrieval (IR) and retrieval-augmented generation (RAG). This dataset CLERC (Case Law Evaluation Retrieval Corpus), is constructed for training and evaluating models on their ability to (1) find corresponding citations for a given piece of legal analysis and to (2) compile the text of these citations (as well as previous context) into a cogent analysis that supports a reasoning goal. We benchmark state-of-the-art models on CLERC, showing that current approaches still struggle: GPT-4o generates analyses with the highest ROUGE F-scores but hallucinates the most, while zero-shot IR models only achieve 48.3% recall@1000.

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