Datasets:

Modalities:
Text
Formats:
json
ArXiv:
Libraries:
Datasets
Dask
License:
File size: 960 Bytes
2f5fcbc
 
 
37c673f
2f5fcbc
 
 
 
 
 
 
 
 
 
9033f09
 
5605ece
9033f09
2f5fcbc
 
 
 
 
 
 
 
 
 
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
---
license: cc-by-nc-sa-4.0
---
Subset of [original Pile of Law dataset](https://huggingface.co/datasets/pile-of-law/pile-of-law).

Contains
1. US Code
2. Congressional hearings
3. SCOTUS oral arguments
4. Code of Federal Regulations
5. State codes
6. FTC advisory opinions
7. SEC proceedings

All records have a `created_timestamp` field,
which indicates the time that the given article was created.
Except for state code, which contains only a year, all datasets contain a full date in any format
that is recognized by `pandas.Timestamp` with no additional arguments.

```
@misc{hendersonkrass2022pileoflaw,
  url = {https://arxiv.org/abs/2207.00220},
  author = {Henderson*, Peter and Krass*, Mark S. and Zheng, Lucia and Guha, Neel and Manning, Christopher D. and Jurafsky, Dan and Ho, Daniel E.},
  title = {Pile of Law: Learning Responsible Data Filtering from the Law and a 256GB Open-Source Legal Dataset},
  publisher = {arXiv},
  year = {2022}
}
```