ckevuru commited on
Commit
be2ff67
·
1 Parent(s): 032ee7a

Update README.md

Browse files

# 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).<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}
}
```

Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -1,3 +1,7 @@
1
  ---
2
  license: mit
3
- ---
 
 
 
 
 
1
  ---
2
  license: mit
3
+ language:
4
+ - en
5
+ tags:
6
+ - legal
7
+ ---