Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,157 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- text-generation
|
4 |
+
- text-classification
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- legal
|
9 |
+
- bills
|
10 |
+
pretty_name: bill_labels_us
|
11 |
+
size_categories:
|
12 |
+
- 100K<n<1M
|
13 |
+
---
|
14 |
+
|
15 |
+
# Dataset Card for "bill_labels_us"
|
16 |
+
|
17 |
+
## Table of Contents
|
18 |
+
- [Table of Contents](#table-of-contents)
|
19 |
+
- [Dataset Description](#dataset-description)
|
20 |
+
- [Dataset Summary](#dataset-summary)
|
21 |
+
- [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
|
22 |
+
- [Languages](#languages)
|
23 |
+
- [Dataset Structure](#dataset-structure)
|
24 |
+
- [Data Instances](#data-instances)
|
25 |
+
- [Data Fields](#data-fields)
|
26 |
+
- [Data Splits](#data-splits)
|
27 |
+
- [Dataset Creation](#dataset-creation)
|
28 |
+
- [Curation Rationale](#curation-rationale)
|
29 |
+
- [Source Data](#source-data)
|
30 |
+
- [Annotations](#annotations)
|
31 |
+
- [Personal and Sensitive Information](#personal-and-sensitive-information)
|
32 |
+
- [Considerations for Using the Data](#considerations-for-using-the-data)
|
33 |
+
- [Social Impact of Dataset](#social-impact-of-dataset)
|
34 |
+
- [Discussion of Biases](#discussion-of-biases)
|
35 |
+
- [Other Known Limitations](#other-known-limitations)
|
36 |
+
- [Additional Information](#additional-information)
|
37 |
+
- [Dataset Curators](#dataset-curators)
|
38 |
+
- [Licensing Information](#licensing-information)
|
39 |
+
- [Citation Information](#citation-information)
|
40 |
+
- [Contributions](#contributions)
|
41 |
+
|
42 |
+
## Dataset Description
|
43 |
+
|
44 |
+
- **Homepage:** [BillML](https://github.com/dreamproit/BillML)
|
45 |
+
- **Repository:** [BillML](https://github.com/dreamproit/BillML)
|
46 |
+
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
47 |
+
- **Leaderboard:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
48 |
+
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
49 |
+
|
50 |
+
### Dataset Summary
|
51 |
+
|
52 |
+
Dataset for US Congressional bills with policy area and legislative subjects information (bill_labels_us).
|
53 |
+
|
54 |
+
|
55 |
+
### Supported Tasks and Leaderboards
|
56 |
+
|
57 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
58 |
+
|
59 |
+
### Languages
|
60 |
+
|
61 |
+
English
|
62 |
+
|
63 |
+
## Dataset Structure
|
64 |
+
|
65 |
+
### Data Instances
|
66 |
+
|
67 |
+
#### default
|
68 |
+
|
69 |
+
### Data Fields
|
70 |
+
|
71 |
+
- id: id of the bill in format(congress number + bill type + bill number + bill version).
|
72 |
+
- congress: number of the congress.
|
73 |
+
- bill_type: type of the bill.
|
74 |
+
- bill_number: number of the bill.
|
75 |
+
- bill_version: version of the bill.
|
76 |
+
- title: official title of the bill.
|
77 |
+
- sections: list of bill sections with section_id, text and header.
|
78 |
+
- sections_length: number with lenght of the sections list.
|
79 |
+
- text: bill text.
|
80 |
+
- text_length: number of characters in the text.
|
81 |
+
- bill_status: full bill status of the bill.
|
82 |
+
- policy_area: The policy area that bill relates to.
|
83 |
+
- legislative_subjects: List of the legislative subjects that bill relates to.
|
84 |
+
|
85 |
+
### Data Splits
|
86 |
+
|
87 |
+
train
|
88 |
+
|
89 |
+
## Dataset Creation
|
90 |
+
|
91 |
+
### Curation Rationale
|
92 |
+
|
93 |
+
Bills (proposed laws) are specialized, structured documents with great public significance.
|
94 |
+
Often, the language of a bill may not directly explain the potential impact of the legislation.
|
95 |
+
This dataset collects the text of bills and metadata that can identify and categorize bills.
|
96 |
+
As a result, this dataset collects bill text; it also provides text as a list of sections with the text and header.
|
97 |
+
|
98 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
99 |
+
|
100 |
+
### Source Data
|
101 |
+
|
102 |
+
[govinfo.gov](https://www.govinfo.gov/)
|
103 |
+
|
104 |
+
#### Initial Data Collection and Normalization
|
105 |
+
|
106 |
+
The data consists of the US congress bills that were collected from the [govinfo.gov](https://www.govinfo.gov/) service provided by the United States Government Publishing Office (GPO) under CC0-1.0 license.
|
107 |
+
|
108 |
+
#### Who are the source language producers?
|
109 |
+
|
110 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
111 |
+
|
112 |
+
|
113 |
+
### Annotations
|
114 |
+
|
115 |
+
#### Annotation process
|
116 |
+
|
117 |
+
[More Information Needed]
|
118 |
+
|
119 |
+
#### Who are the annotators?
|
120 |
+
|
121 |
+
[More Information Needed]
|
122 |
+
|
123 |
+
### Personal and Sensitive Information
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
## Considerations for Using the Data
|
128 |
+
|
129 |
+
### Social Impact of Dataset
|
130 |
+
|
131 |
+
[More Information Needed]
|
132 |
+
|
133 |
+
### Discussion of Biases
|
134 |
+
|
135 |
+
[More Information Needed]
|
136 |
+
|
137 |
+
### Other Known Limitations
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Additional Information
|
142 |
+
|
143 |
+
### Dataset Curators
|
144 |
+
|
145 |
+
[dreamproit.com](https://dreamproit.com/)
|
146 |
+
|
147 |
+
### Licensing Information
|
148 |
+
|
149 |
+
Bill and summary information are public and are unlicensed, as it is data produced by government entities. The collection and enhancement work that we provide for this dataset, to the degree it may be covered by copyright, is released under [CC0](https://creativecommons.org/share-your-work/public-domain/cc0/).
|
150 |
+
|
151 |
+
### Citation Information
|
152 |
+
|
153 |
+
[More Information Needed]
|
154 |
+
|
155 |
+
### Contributions
|
156 |
+
|
157 |
+
Thanks to [@aih](https://github.com/aih) [@BorodaUA](https://github.com/BorodaUA), [@alexbojko](https://github.com/alexbojko) for adding this dataset.
|