File size: 719 Bytes
344d2dc be2ff67 f3e7892 0f281bd f3e7892 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
---
license: mit
language:
- en
tags:
- legal
---
# DALE
This model is created as part of the EMNLP 2023 paper: [DALE: Generative Data Augmentation for Low-Resource Legal NLP](https://arxiv.org/pdf/2310.15799.pdf). The code for the git repo can be found [here](https://github.com/Sreyan88/DALE/tree/main).<br>
### BibTeX entry and citation info
If you find our paper/code/demo useful, please cite our paper:
```
@misc{ghosh2023dale,
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},
year={2023},
eprint={2310.15799},
archivePrefix={arXiv},
primaryClass={cs.CL}
}
``` |