johnwayne117 commited on
Commit
2d00ddc
1 Parent(s): 31ef503

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +156 -0
README.md ADDED
@@ -0,0 +1,156 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - text-generation
4
+ - text-classification
5
+ language:
6
+ - en
7
+ tags:
8
+ - legal
9
+ - bills
10
+ pretty_name: bill_committees_us
11
+ size_categories:
12
+ - 100K<n<1M
13
+ ---
14
+
15
+ # Dataset Card for "bill_committees_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 committees information (bill_committees_us). Contains data for bills from the 108th to the 118th Congress, approximately 132,000 documents.
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
+ - committees: list of the committees that bill relates to.
82
+
83
+ ### Data Splits
84
+
85
+ train
86
+
87
+ ## Dataset Creation
88
+
89
+ ### Curation Rationale
90
+
91
+ Bills (proposed laws) are specialized, structured documents with great public significance.
92
+ Often, the language of a bill may not directly explain the potential impact of the legislation.
93
+ This dataset collects the text of bills and metadata that can identify and categorize bills.
94
+ As a result, this dataset collects bill text; it also provides text as a list of sections with the text and header.
95
+ The *committees* are categories assigned to each bill by specialist researchers at the Congressional Research Service of the Library of Congress. With these labels, it should be possible to train models to autoclassify bills.
96
+
97
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
98
+
99
+ ### Source Data
100
+
101
+ [govinfo.gov](https://www.govinfo.gov/)
102
+
103
+ #### Initial Data Collection and Normalization
104
+
105
+ The data consists of the US congressional 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.
106
+
107
+ #### Who are the source language producers?
108
+
109
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
110
+
111
+
112
+ ### Annotations
113
+
114
+ #### Annotation process
115
+
116
+ [More Information Needed]
117
+
118
+ #### Who are the annotators?
119
+
120
+ The *policy area*, *legislative subjects* and other annotations were produced by analysts at the Congressional Research Service of the Library of Congress.
121
+
122
+ ### Personal and Sensitive Information
123
+
124
+ [More Information Needed]
125
+
126
+ ## Considerations for Using the Data
127
+
128
+ ### Social Impact of Dataset
129
+
130
+ These are legislative proposals in the US Congress.
131
+
132
+ ### Discussion of Biases
133
+
134
+ [More Information Needed]
135
+
136
+ ### Other Known Limitations
137
+
138
+ [More Information Needed]
139
+
140
+ ## Additional Information
141
+
142
+ ### Dataset Curators
143
+
144
+ [dreamproit.com](https://dreamproit.com/)
145
+
146
+ ### Licensing Information
147
+
148
+ Bill and metadata 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/).
149
+
150
+ ### Citation Information
151
+
152
+ [More Information Needed]
153
+
154
+ ### Contributions
155
+
156
+ Thanks to [@aih](https://github.com/aih) [@BorodaUA](https://github.com/BorodaUA), [@alexbojko](https://github.com/alexbojko) for adding this dataset.