johnwayne117 commited on
Commit
7b3198c
1 Parent(s): e77bd63

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +152 -1
README.md CHANGED
@@ -1,3 +1,154 @@
1
  ---
2
- license: mit
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ task_categories:
3
+ - text-generation
4
+ - text-classification
5
+ language:
6
+ - en
7
+ tags:
8
+ - legal
9
+ - bills
10
+ pretty_name: bill_text_us
11
+ size_categories:
12
+ - 100K<n<1M
13
  ---
14
+
15
+ # Dataset Card for "bill_text_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 (bill_text_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
+ #### dreamproit--bill_summary_us
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
+
82
+ ### Data Splits
83
+
84
+ train
85
+
86
+ ## Dataset Creation
87
+
88
+ ### Curation Rationale
89
+
90
+ Bills (proposed laws) are specialized, structured documents with great public significance.
91
+ Often, the language of a bill may not directly explain the potential impact of the legislation.
92
+ This dataset collects the text of bills and some metadata.
93
+ As a result, this dataset collects bill text; it also provides text as a list of sections with the text and header.
94
+
95
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
96
+
97
+ ### Source Data
98
+
99
+ [govinfo.gov](https://www.govinfo.gov/)
100
+
101
+ #### Initial Data Collection and Normalization
102
+
103
+ 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.
104
+
105
+ #### Who are the source language producers?
106
+
107
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
108
+
109
+
110
+ ### Annotations
111
+
112
+ #### Annotation process
113
+
114
+ [More Information Needed]
115
+
116
+ #### Who are the annotators?
117
+
118
+ [More Information Needed]
119
+
120
+ ### Personal and Sensitive Information
121
+
122
+ [More Information Needed]
123
+
124
+ ## Considerations for Using the Data
125
+
126
+ ### Social Impact of Dataset
127
+
128
+ [More Information Needed]
129
+
130
+ ### Discussion of Biases
131
+
132
+ [More Information Needed]
133
+
134
+ ### Other Known Limitations
135
+
136
+ [More Information Needed]
137
+
138
+ ## Additional Information
139
+
140
+ ### Dataset Curators
141
+
142
+ [dreamproit.com](https://dreamproit.com/)
143
+
144
+ ### Licensing Information
145
+
146
+ 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/).
147
+
148
+ ### Citation Information
149
+
150
+ [More Information Needed]
151
+
152
+ ### Contributions
153
+
154
+ Thanks to [@aih](https://github.com/aih) [@BorodaUA](https://github.com/BorodaUA), [@alexbojko](https://github.com/alexbojko) for adding this dataset.