cheaptrix commited on
Commit
4e3e745
·
verified ·
1 Parent(s): 06b5783

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +144 -1
README.md CHANGED
@@ -13,4 +13,147 @@ tags:
13
  - House of Representatives
14
  size_categories:
15
  - 10K<n<100K
16
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  - House of Representatives
14
  size_categories:
15
  - 10K<n<100K
16
+ ---
17
+ # Dataset Card for Dataset Name
18
+
19
+ <!-- Provide a quick summary of the dataset. -->
20
+
21
+ This dataset contains bills and provided summaries of United States Senate and House bills from the 113th - 118th Congress. This dataset is specifically formatted to be used
22
+ in the fine tuning of Google's T5 Model.
23
+
24
+ ## Dataset Details
25
+
26
+ ### Dataset Description
27
+
28
+ <!-- Provide a longer summary of what this dataset is. -->
29
+ This dataset contains bills and provided summaries of United States Senate and House bills from the 113th - 118th Congress. This dataset is specifically formatted to be used
30
+ in the fine tuning of Google's T5 Model. The data has been preprocessed, cleaned, and ready to use for the model.
31
+
32
+
33
+ - **Curated by:** CheapTrix
34
+ - **Funded by [optional]:** None
35
+ - **Shared by [optional]:** None
36
+ - **Language(s) (NLP):** Python
37
+ - **License:** Apache 2.0
38
+
39
+ ### Dataset Sources [optional]
40
+
41
+ <!-- Provide the basic links for the dataset. -->
42
+
43
+ - **Repository:** https://www.govinfo.gov/bulkdata/
44
+ - **Paper [optional]:** None
45
+ - **Demo [optional]:** None
46
+
47
+ ## Uses
48
+
49
+ <!-- Address questions around how the dataset is intended to be used. -->
50
+
51
+ ### Direct Use
52
+
53
+ <!-- This section describes suitable use cases for the dataset. -->
54
+
55
+ [More Information Needed]
56
+
57
+ ### Out-of-Scope Use
58
+
59
+ <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ## Dataset Structure
64
+
65
+ <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ## Dataset Creation
70
+
71
+ ### Curation Rationale
72
+
73
+ <!-- Motivation for the creation of this dataset. -->
74
+
75
+ [More Information Needed]
76
+
77
+ ### Source Data
78
+
79
+ <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
80
+ Bulk data repository for the United States Congress.
81
+
82
+ #### Data Collection and Processing
83
+
84
+ <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
85
+ Data was downloaded locally and preprocessed using a custom Python function.
86
+
87
+ [More Information Needed]
88
+
89
+ #### Who are the source data producers?
90
+
91
+ <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
92
+
93
+ [More Information Needed]
94
+
95
+ ### Annotations [optional]
96
+
97
+ <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
98
+
99
+ #### Annotation process
100
+
101
+ <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
102
+
103
+ [More Information Needed]
104
+
105
+ #### Who are the annotators?
106
+
107
+ <!-- This section describes the people or systems who created the annotations. -->
108
+
109
+ [More Information Needed]
110
+
111
+ #### Personal and Sensitive Information
112
+
113
+ <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
114
+ No personal data is within this dataset. This is all publically accessible data
115
+
116
+ [More Information Needed]
117
+
118
+ ## Bias, Risks, and Limitations
119
+
120
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
121
+ There are many more House bills than there are Senate bills. The split is roughly 66/33.
122
+
123
+ [More Information Needed]
124
+
125
+ ### Recommendations
126
+
127
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
128
+
129
+ No known risks associated with this dataset.
130
+
131
+ ## Citation [optional]
132
+
133
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
134
+
135
+ **BibTeX:**
136
+
137
+ [More Information Needed]
138
+
139
+ **APA:**
140
+
141
+ [More Information Needed]
142
+
143
+ ## Glossary [optional]
144
+
145
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
146
+
147
+ [More Information Needed]
148
+
149
+ ## More Information [optional]
150
+
151
+ [More Information Needed]
152
+
153
+ ## Dataset Card Authors [optional]
154
+
155
+ [More Information Needed]
156
+
157
+ ## Dataset Card Contact
158
+
159
+ [More Information Needed]