File size: 2,100 Bytes
092246d
 
f0f1642
 
 
 
 
 
 
 
 
 
092246d
d2d9c84
 
 
 
233c058
d2d9c84
9aedd76
d2d9c84
9aedd76
 
 
d2d9c84
 
e274c1e
 
a953b8a
 
 
 
02f60b6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
cf8b6f6
02f60b6
 
 
 
 
 
 
 
cf8b6f6
02f60b6
f0f1642
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
---
license: gpl-3.0
task_categories:
- text-classification
- zero-shot-classification
language:
- en
tags:
- legal
- legalnlp
- class action
- darrow
---
## Dataset Description

- **Homepage:** https://www.darrow.ai/
- **Repository:** https://github.com/darrow-labs/ClassActionPrediction
- **Paper:** https://arxiv.org/abs/2211.00582
- **Leaderboard:** N/A
- **Point of Contact:** [Gila Hayat](mailto:[email protected]),[Gil Semo](mailto:[email protected])

#### More Details & Collaborations
Feel free to contact us in order to get a larger dataset.
We would be happy to collaborate on future works.
### Dataset Summary

USClassActions is an English dataset of 3K complaints from the US Federal Court with the respective binarized judgment outcome (Win/Lose). The dataset poses a challenging text classification task. We are happy to share this dataset in order to promote robustness and fairness studies on the critical area of legal NLP. The data was annotated using Darrow.ai proprietary tool.


### Data Instances
```python
from datasets import load_dataset
dataset = load_dataset('darrow-ai/USClassActions')
```
### Data Fields
`id`: (**int**) a unique identifier of the document \
`target_text`: (**str**) the complaint text \
`verdict`: (**str**) the outcome of the case \

### Curation Rationale

The dataset was curated by Darrow.ai (2022).

### Citation Information

*Gil Semo, Dor Bernsohn, Ben Hagag, Gila Hayat, and Joel Niklaus*
*ClassActionPrediction: A Challenging Benchmark for Legal Judgment Prediction of Class Action Cases in the US*
*Proceedings of the 2022 Natural Legal Language Processing Workshop. Abu Dhabi. 2022*
```
@InProceedings{Darrow-Niklaus-2022,
  author = {Semo, Gil
                and Bernsohn, Dor
                and Hagag, Ben
                and Hayat, Gila
                and Niklaus, Joel},
  title = {ClassActionPrediction: A Challenging Benchmark for Legal Judgment Prediction of Class Action Cases in the US},
  booktitle = {Proceedings of the 2022 Natural Legal Language Processing Workshop},
  year = {2022},
  location = {Abu Dhabi, EMNLP2022},
}
```