Table of Contents
Fetching ...

Applicability of Large Language Models and Generative Models for Legal Case Judgement Summarization

Aniket Deroy, Kripabandhu Ghosh, Saptarshi Ghosh

TL;DR

This study comprehensively compares extractive baselines, legal-domain abstractive models, and general-domain LLMs for legal judgement summarization across UK-Abs, IN-Abs, and GOVREPORT. It evaluates performance with traditional metrics (ROUGE, METEOR, BERTScore) and consistency metrics (SummaC, NEPrec, NumPrec), and complements this with human judgments. Findings show generative approaches generally outperform extractive methods but exhibit hallucinations and inconsistencies; domain-specific fine-tuning and prompting strategies mitigate these issues to some extent. A semantic-similarity based correction further improves fidelity, yet the authors conclude that fully automatic deployment is premature and advocate a human-in-the-loop workflow for reliable legal summarization. The work highlights practical trade-offs between chunking long documents, prompt design, and model selection, and lays out clear directions for improving reliability in legal AI applications.

Abstract

Automatic summarization of legal case judgements, which are known to be long and complex, has traditionally been tried via extractive summarization models. In recent years, generative models including abstractive summarization models and Large language models (LLMs) have gained huge popularity. In this paper, we explore the applicability of such models for legal case judgement summarization. We applied various domain specific abstractive summarization models and general domain LLMs as well as extractive summarization models over two sets of legal case judgements from the United Kingdom (UK) Supreme Court and the Indian (IN) Supreme Court and evaluated the quality of the generated summaries. We also perform experiments on a third dataset of legal documents of a different type, Government reports from the United States (US). Results show that abstractive summarization models and LLMs generally perform better than the extractive methods as per traditional metrics for evaluating summary quality. However, detailed investigation shows the presence of inconsistencies and hallucinations in the outputs of the generative models, and we explore ways to reduce the hallucinations and inconsistencies in the summaries. Overall, the investigation suggests that further improvements are needed to enhance the reliability of abstractive models and LLMs for legal case judgement summarization. At present, a human-in-the-loop technique is more suitable for performing manual checks to identify inconsistencies in the generated summaries.

Applicability of Large Language Models and Generative Models for Legal Case Judgement Summarization

TL;DR

This study comprehensively compares extractive baselines, legal-domain abstractive models, and general-domain LLMs for legal judgement summarization across UK-Abs, IN-Abs, and GOVREPORT. It evaluates performance with traditional metrics (ROUGE, METEOR, BERTScore) and consistency metrics (SummaC, NEPrec, NumPrec), and complements this with human judgments. Findings show generative approaches generally outperform extractive methods but exhibit hallucinations and inconsistencies; domain-specific fine-tuning and prompting strategies mitigate these issues to some extent. A semantic-similarity based correction further improves fidelity, yet the authors conclude that fully automatic deployment is premature and advocate a human-in-the-loop workflow for reliable legal summarization. The work highlights practical trade-offs between chunking long documents, prompt design, and model selection, and lays out clear directions for improving reliability in legal AI applications.

Abstract

Automatic summarization of legal case judgements, which are known to be long and complex, has traditionally been tried via extractive summarization models. In recent years, generative models including abstractive summarization models and Large language models (LLMs) have gained huge popularity. In this paper, we explore the applicability of such models for legal case judgement summarization. We applied various domain specific abstractive summarization models and general domain LLMs as well as extractive summarization models over two sets of legal case judgements from the United Kingdom (UK) Supreme Court and the Indian (IN) Supreme Court and evaluated the quality of the generated summaries. We also perform experiments on a third dataset of legal documents of a different type, Government reports from the United States (US). Results show that abstractive summarization models and LLMs generally perform better than the extractive methods as per traditional metrics for evaluating summary quality. However, detailed investigation shows the presence of inconsistencies and hallucinations in the outputs of the generative models, and we explore ways to reduce the hallucinations and inconsistencies in the summaries. Overall, the investigation suggests that further improvements are needed to enhance the reliability of abstractive models and LLMs for legal case judgement summarization. At present, a human-in-the-loop technique is more suitable for performing manual checks to identify inconsistencies in the generated summaries.
Paper Structure (29 sections, 32 tables)