|
--- |
|
dataset_info: |
|
configs: |
|
- config_name: congress |
|
data_files: |
|
- split: train |
|
path: "all_us_federal_laws.json" |
|
- config_name: house_of_reps |
|
data_files: |
|
- split: train |
|
path: "us-public-law-118-70.jsonl" |
|
|
|
license: apache-2.0 |
|
--- |
|
# US Federal Laws |
|
|
|
This dataset consists of US Federal laws that are voted in by either Congress or the House of Representatives. |
|
|
|
## Taxonomy |
|
|
|
+ The congress split contains the laws voted from the 88th congress through the 118th Congress. |
|
+ The house_of_reps split contains all of the current versions of US Code as documented in Public Law 118-70 |
|
|
|
## Loading Script |
|
|
|
|
|
|
|
|