CaseSumm: A Large-Scale Dataset for Long-Context Summarization from U.S. Supreme Court Opinions
Mourad Heddaya, Kyle MacMillan, Anup Malani, Hongyuan Mei, Chenhao Tan
TL;DR
CaseSumm introduces a large-scale long-context legal summarization dataset consisting of 25.6k U.S. Supreme Court opinions and their official syllabuses (1815–2019), enabling evaluation of long-form legal summaries. It provides a comprehensive, ground-truth–driven benchmark by comparing zero-shot and instruction-tuned LLMs (GPT-4 Turbo and Mistral 7b Instruct with LoRA) against official syllabuses and public controls (Oyez, Westlaw) using automatic metrics and expert human evaluation. The study reveals notable mismatches between automatic metrics and human judgments, with GPT-4 summaries often preferred by humans for clarity and accuracy despite lower automatic scores, and fine-tuned Mistral achieving strong automatic performance but greater factual errors. It also shows that LLM-based evaluation tools like G-Eval do not consistently align better with human judgments than traditional metrics, underscoring the continued need for human evaluation in high-stakes domains. CaseSumm is publicly available on HuggingFace and offers a resource to advance long-context legal summarization research and evaluation methodology.
Abstract
This paper introduces CaseSumm, a novel dataset for long-context summarization in the legal domain that addresses the need for longer and more complex datasets for summarization evaluation. We collect 25.6K U.S. Supreme Court (SCOTUS) opinions and their official summaries, known as "syllabuses." Our dataset is the largest open legal case summarization dataset, and is the first to include summaries of SCOTUS decisions dating back to 1815. We also present a comprehensive evaluation of LLM-generated summaries using both automatic metrics and expert human evaluation, revealing discrepancies between these assessment methods. Our evaluation shows Mistral 7b, a smaller open-source model, outperforms larger models on most automatic metrics and successfully generates syllabus-like summaries. In contrast, human expert annotators indicate that Mistral summaries contain hallucinations. The annotators consistently rank GPT-4 summaries as clearer and exhibiting greater sensitivity and specificity. Further, we find that LLM-based evaluations are not more correlated with human evaluations than traditional automatic metrics. Furthermore, our analysis identifies specific hallucinations in generated summaries, including precedent citation errors and misrepresentations of case facts. These findings demonstrate the limitations of current automatic evaluation methods for legal summarization and highlight the critical role of human evaluation in assessing summary quality, particularly in complex, high-stakes domains. CaseSumm is available at https://huggingface.co/datasets/ChicagoHAI/CaseSumm
