English

DALE: Generative Data Augmentation for Low-Resource Legal NLP

Computation and Language 2023-10-25 v1 Artificial Intelligence

Abstract

We present DALE, a novel and effective generative Data Augmentation framework for low-resource LEgal NLP. DALE addresses the challenges existing frameworks pose in generating effective data augmentations of legal documents - legal language, with its specialized vocabulary and complex semantics, morphology, and syntax, does not benefit from data augmentations that merely rephrase the source sentence. To address this, DALE, built on an Encoder-Decoder Language Model, is pre-trained on a novel unsupervised text denoising objective based on selective masking - our masking strategy exploits the domain-specific language characteristics of templatized legal documents to mask collocated spans of text. Denoising these spans helps DALE acquire knowledge about legal concepts, principles, and language usage. Consequently, it develops the ability to generate coherent and diverse augmentations with novel contexts. Finally, DALE performs conditional generation to generate synthetic augmentations for low-resource Legal NLP tasks. We demonstrate the effectiveness of DALE on 13 datasets spanning 6 tasks and 4 low-resource settings. DALE outperforms all our baselines, including LLMs, qualitatively and quantitatively, with improvements of 1%-50%.

Keywords

Cite

@article{arxiv.2310.15799,
  title  = {DALE: Generative Data Augmentation for Low-Resource Legal NLP},
  author = {Sreyan Ghosh and Chandra Kiran Evuru and Sonal Kumar and S Ramaneswaran and S Sakshi and Utkarsh Tyagi and Dinesh Manocha},
  journal= {arXiv preprint arXiv:2310.15799},
  year   = {2023}
}

Comments

Accepted to EMNLP 2023 Main Conference. Code: https://github.com/Sreyan88/DALE

R2 v1 2026-06-28T13:00:13.845Z