Datasets:
johnwayne117
commited on
Commit
·
9784258
1
Parent(s):
b9c5b89
Update README.md
Browse files
README.md
CHANGED
@@ -5,12 +5,11 @@ language:
|
|
5 |
- en
|
6 |
language_creators:
|
7 |
- expert-generated
|
8 |
-
license: []
|
9 |
multilinguality:
|
10 |
- monolingual
|
11 |
-
pretty_name:
|
12 |
size_categories:
|
13 |
-
-
|
14 |
source_datasets:
|
15 |
- original
|
16 |
tags:
|
@@ -49,7 +48,7 @@ task_ids: []
|
|
49 |
|
50 |
## Dataset Description
|
51 |
|
52 |
-
- **Homepage:** https://github.com/dreamproit/BillML
|
53 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
54 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
55 |
- **Leaderboard:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
@@ -79,12 +78,17 @@ English
|
|
79 |
|
80 |
### Data Fields
|
81 |
|
82 |
-
- id: id of the bill.
|
83 |
-
-
|
|
|
|
|
|
|
|
|
|
|
84 |
- text: bill text.
|
85 |
-
-
|
86 |
- summary: summary of the bill.
|
87 |
-
-
|
88 |
- title: official title of the bill.
|
89 |
|
90 |
### Data Splits
|
@@ -105,9 +109,11 @@ As a result, this dataset collects bill and summary information for only small b
|
|
105 |
|
106 |
### Source Data
|
107 |
|
|
|
|
|
108 |
#### Initial Data Collection and Normalization
|
109 |
|
110 |
-
The data consists of the US congress bills that were collected from the [
|
111 |
|
112 |
#### Who are the source language producers?
|
113 |
|
@@ -146,7 +152,7 @@ The data consists of the US congress bills that were collected from the [Govinfo
|
|
146 |
|
147 |
### Dataset Curators
|
148 |
|
149 |
-
dreamproit.com
|
150 |
|
151 |
### Licensing Information
|
152 |
|
@@ -158,4 +164,4 @@ Bill and summary information are public and are unlicensed, as it is data produc
|
|
158 |
|
159 |
### Contributions
|
160 |
|
161 |
-
Thanks to [@BorodaUA](https://github.com/BorodaUA), [@alexbojko](https://github.com/alexbojko) for adding this dataset.
|
|
|
5 |
- en
|
6 |
language_creators:
|
7 |
- expert-generated
|
|
|
8 |
multilinguality:
|
9 |
- monolingual
|
10 |
+
pretty_name: bill_summary_us
|
11 |
size_categories:
|
12 |
+
- 100K<n<1M
|
13 |
source_datasets:
|
14 |
- original
|
15 |
tags:
|
|
|
48 |
|
49 |
## Dataset Description
|
50 |
|
51 |
+
- **Homepage:** [BillML](https://github.com/dreamproit/BillML)
|
52 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
53 |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
54 |
- **Leaderboard:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
|
|
78 |
|
79 |
### Data Fields
|
80 |
|
81 |
+
- id: id of the bill in format(congress number + bill type + bill number + bill version).
|
82 |
+
- congress: number of the congress.
|
83 |
+
- bill_type: type of the bill.
|
84 |
+
- bill_number: number of the bill.
|
85 |
+
- bill_version: version of the bill.
|
86 |
+
- sections: list of bill sections with section_id, text and header.
|
87 |
+
- sections_length: number with lenght of the sections list.
|
88 |
- text: bill text.
|
89 |
+
- text_length: number of characters in the text.
|
90 |
- summary: summary of the bill.
|
91 |
+
- summary_length: number of characters in the summary.
|
92 |
- title: official title of the bill.
|
93 |
|
94 |
### Data Splits
|
|
|
109 |
|
110 |
### Source Data
|
111 |
|
112 |
+
[govinfo.gov](https://www.govinfo.gov/)
|
113 |
+
|
114 |
#### Initial Data Collection and Normalization
|
115 |
|
116 |
+
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.
|
117 |
|
118 |
#### Who are the source language producers?
|
119 |
|
|
|
152 |
|
153 |
### Dataset Curators
|
154 |
|
155 |
+
[dreamproit.com](https://dreamproit.com/)
|
156 |
|
157 |
### Licensing Information
|
158 |
|
|
|
164 |
|
165 |
### Contributions
|
166 |
|
167 |
+
Thanks to [@aih](https://github.com/aih) [@BorodaUA](https://github.com/BorodaUA), [@alexbojko](https://github.com/alexbojko) for adding this dataset.
|