AugAbEx: Bridging Abstractive and Extractive Legal Summarization
Summary
AugAbEx introduces a novel, transparent pipeline designed to bridge the gap between abstractive and extractive legal summarization by generating high-quality extractive gold standard summaries from existing abstractive versions. Addressing the cognitive burden and potential inaccuracies of abstractive methods in legal contexts, this approach circumvents the high cost of manual annotation for extractive summaries. The pipeline transforms original abstractive gold (OAG) summaries into transformed extractive gold (TEG) summaries across seven diverse legal datasets from India, the U.S., U.K., and Australia. It employs a two-stage process: selecting top-k candidate sentences using ROUGE metrics, then applying Maximum Marginal Relevance (MMR) with λ=0.5 to ensure relevance and diversity. Extensive evaluation confirms TEG summaries maintain strong structural, lexical, and semantic fidelity to OAGs, preserving expert opinions and outperforming LSA-generated extractive summaries in legal information richness. The augmented datasets will be publicly released.
Key takeaway
For NLP Engineers and AI Scientists developing legal summarization systems, this research offers a validated method to generate high-quality extractive gold standard summaries from existing abstractive datasets. You should consider leveraging the AugAbEx pipeline to augment your own datasets, reducing costly manual annotation. Prioritize algorithms that explicitly preserve legal entities and provisions, as these are critical for practitioner utility and summary fidelity, as demonstrated by the evaluation framework.
Key insights
A pipeline converts abstractive legal summaries into expert-aligned extractive gold standards, overcoming manual annotation costs.
Principles
- Extractive summaries are preferred for legal precision.
- Preserving expert-identified saliency is key for extractive quality.
- Legal entities are critical for practitioner utility.
Method
The pipeline selects top-k ROUGE-similar sentences from judgments, then applies MMR with λ=0.5 to balance relevance and diversity for extractive summary creation.
In practice
- Employ ROUGE metrics for candidate sentence selection.
- Apply MMR (λ=0.5) to balance summary relevance and diversity.
- Assess legal summaries across domain, semantic, lexical, and structural attributes.
Topics
- Case Summarization
- Extractive Summarization
- Legal NLP
- Data Augmentation
- LegalBert
- Maximum Marginal Relevance
Code references
Best for: Research Scientist, AI Scientist, NLP Engineer
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.