Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -20,7 +20,6 @@ pretty_name: >-
|
|
| 20 |
# Dataset Card for Dataset Name
|
| 21 |
|
| 22 |
<!-- Provide a quick summary of the dataset. -->
|
| 23 |
-
|
| 24 |
Cleaned JSON file with all Congressional legislation for the 113th - 118th Congresses containing 73,890 rows.
|
| 25 |
|
| 26 |
## Dataset Details
|
|
@@ -40,11 +39,10 @@ The dataset was pulled from the US Governments Bulk Data Repository. (https://ww
|
|
| 40 |
### Dataset Sources [optional]
|
| 41 |
|
| 42 |
<!-- Provide the basic links for the dataset. -->
|
| 43 |
-
https://www.govinfo.gov/bulkdata/
|
| 44 |
|
| 45 |
-
- **Repository:**
|
| 46 |
-
- **Paper [optional]:**
|
| 47 |
-
- **Demo [optional]:**
|
| 48 |
|
| 49 |
## Uses
|
| 50 |
|
|
@@ -56,21 +54,16 @@ NLP Summarization
|
|
| 56 |
<!-- This section describes suitable use cases for the dataset. -->
|
| 57 |
Fine-tuning the model at https://huggingface.co/cheaptrix/MTSUSpring2025SoftwareEngineering used in the website https://www.whatsinthebill.ai
|
| 58 |
|
| 59 |
-
[More Information Needed]
|
| 60 |
-
|
| 61 |
### Out-of-Scope Use
|
| 62 |
|
| 63 |
<!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
|
| 64 |
-
|
| 65 |
-
[More Information Needed]
|
| 66 |
|
| 67 |
## Dataset Structure
|
| 68 |
|
| 69 |
<!-- 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. -->
|
| 70 |
JSON with "title", "text", "summary" data members
|
| 71 |
|
| 72 |
-
[More Information Needed]
|
| 73 |
-
|
| 74 |
## Dataset Creation
|
| 75 |
|
| 76 |
### Curation Rationale
|
|
@@ -78,8 +71,6 @@ JSON with "title", "text", "summary" data members
|
|
| 78 |
<!-- Motivation for the creation of this dataset. -->
|
| 79 |
The data is from https://www.govinfo.gov/bulkdata where the Federal government provided the title, bill text, and bill summaries.
|
| 80 |
|
| 81 |
-
[More Information Needed]
|
| 82 |
-
|
| 83 |
### Source Data
|
| 84 |
|
| 85 |
<!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
|
|
@@ -90,24 +81,20 @@ Congressional bill, resolutions, concurent resolutions and join resolutions.
|
|
| 90 |
<!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
|
| 91 |
Cleaned using Python xml.etree.elementtree and re (regular expressions).
|
| 92 |
|
| 93 |
-
[More Information Needed]
|
| 94 |
-
|
| 95 |
#### Who are the source data producers?
|
| 96 |
|
| 97 |
<!-- 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. -->
|
| 98 |
The source data is from the Federal government (House of Representatives and Senate)
|
| 99 |
|
| 100 |
-
[More Information Needed]
|
| 101 |
-
|
| 102 |
### Annotations [optional]
|
| 103 |
|
| 104 |
<!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
|
|
|
|
| 105 |
|
| 106 |
#### Annotation process
|
| 107 |
|
| 108 |
<!-- 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. -->
|
| 109 |
-
|
| 110 |
-
[More Information Needed]
|
| 111 |
|
| 112 |
#### Who are the annotators?
|
| 113 |
|
|
@@ -118,20 +105,16 @@ The source data is from the Federal government (House of Representatives and Sen
|
|
| 118 |
#### Personal and Sensitive Information
|
| 119 |
|
| 120 |
<!-- 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. -->
|
| 121 |
-
|
| 122 |
-
[More Information Needed]
|
| 123 |
|
| 124 |
## Bias, Risks, and Limitations
|
| 125 |
|
| 126 |
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 127 |
No bias from the cleaners. All rows were used that were usable. Rows with missing or corrupt data were removed.
|
| 128 |
|
| 129 |
-
[More Information Needed]
|
| 130 |
-
|
| 131 |
### Recommendations
|
| 132 |
|
| 133 |
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 134 |
-
|
| 135 |
Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
|
| 136 |
|
| 137 |
## Citation [optional]
|
|
@@ -140,26 +123,25 @@ Users should be made aware of the risks, biases and limitations of the dataset.
|
|
| 140 |
|
| 141 |
**BibTeX:**
|
| 142 |
|
| 143 |
-
|
| 144 |
-
|
| 145 |
-
|
| 146 |
-
|
| 147 |
-
|
|
|
|
|
|
|
|
|
|
| 148 |
|
| 149 |
## Glossary [optional]
|
| 150 |
|
| 151 |
<!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
|
| 152 |
-
|
| 153 |
-
[More Information Needed]
|
| 154 |
|
| 155 |
## More Information [optional]
|
| 156 |
-
|
| 157 |
-
[More Information Needed]
|
| 158 |
|
| 159 |
## Dataset Card Authors [optional]
|
| 160 |
-
|
| 161 |
-
[More Information Needed]
|
| 162 |
|
| 163 |
## Dataset Card Contact
|
| 164 |
-
|
| 165 |
-
[More Information Needed]
|
|
|
|
| 20 |
# Dataset Card for Dataset Name
|
| 21 |
|
| 22 |
<!-- Provide a quick summary of the dataset. -->
|
|
|
|
| 23 |
Cleaned JSON file with all Congressional legislation for the 113th - 118th Congresses containing 73,890 rows.
|
| 24 |
|
| 25 |
## Dataset Details
|
|
|
|
| 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 |
|
|
|
|
| 54 |
<!-- This section describes suitable use cases for the dataset. -->
|
| 55 |
Fine-tuning the model at https://huggingface.co/cheaptrix/MTSUSpring2025SoftwareEngineering used in the website https://www.whatsinthebill.ai
|
| 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 |
+
Meant to be used for NLP summarization tasks
|
|
|
|
| 61 |
|
| 62 |
## Dataset Structure
|
| 63 |
|
| 64 |
<!-- 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. -->
|
| 65 |
JSON with "title", "text", "summary" data members
|
| 66 |
|
|
|
|
|
|
|
| 67 |
## Dataset Creation
|
| 68 |
|
| 69 |
### Curation Rationale
|
|
|
|
| 71 |
<!-- Motivation for the creation of this dataset. -->
|
| 72 |
The data is from https://www.govinfo.gov/bulkdata where the Federal government provided the title, bill text, and bill summaries.
|
| 73 |
|
|
|
|
|
|
|
| 74 |
### Source Data
|
| 75 |
|
| 76 |
<!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
|
|
|
|
| 81 |
<!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
|
| 82 |
Cleaned using Python xml.etree.elementtree and re (regular expressions).
|
| 83 |
|
|
|
|
|
|
|
| 84 |
#### Who are the source data producers?
|
| 85 |
|
| 86 |
<!-- 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. -->
|
| 87 |
The source data is from the Federal government (House of Representatives and Senate)
|
| 88 |
|
|
|
|
|
|
|
| 89 |
### Annotations [optional]
|
| 90 |
|
| 91 |
<!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
|
| 92 |
+
None.
|
| 93 |
|
| 94 |
#### Annotation process
|
| 95 |
|
| 96 |
<!-- 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. -->
|
| 97 |
+
None.
|
|
|
|
| 98 |
|
| 99 |
#### Who are the annotators?
|
| 100 |
|
|
|
|
| 105 |
#### Personal and Sensitive Information
|
| 106 |
|
| 107 |
<!-- 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. -->
|
| 108 |
+
None.
|
|
|
|
| 109 |
|
| 110 |
## Bias, Risks, and Limitations
|
| 111 |
|
| 112 |
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 113 |
No bias from the cleaners. All rows were used that were usable. Rows with missing or corrupt data were removed.
|
| 114 |
|
|
|
|
|
|
|
| 115 |
### Recommendations
|
| 116 |
|
| 117 |
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
|
|
|
| 118 |
Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
|
| 119 |
|
| 120 |
## Citation [optional]
|
|
|
|
| 123 |
|
| 124 |
**BibTeX:**
|
| 125 |
|
| 126 |
+
@misc {taylor_hartman_2025,
|
| 127 |
+
author = { {Taylor Hartman} },
|
| 128 |
+
title = { billsum-US_congress_and_house (Revision afac619) },
|
| 129 |
+
year = 2025,
|
| 130 |
+
url = { https://huggingface.co/datasets/cheaptrix/billsum-US_congress_and_house },
|
| 131 |
+
doi = { 10.57967/hf/4926 },
|
| 132 |
+
publisher = { Hugging Face }
|
| 133 |
+
}
|
| 134 |
|
| 135 |
## Glossary [optional]
|
| 136 |
|
| 137 |
<!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
|
| 138 |
+
None.
|
|
|
|
| 139 |
|
| 140 |
## More Information [optional]
|
| 141 |
+
None
|
|
|
|
| 142 |
|
| 143 |
## Dataset Card Authors [optional]
|
| 144 |
+
Taylor Hartman
|
|
|
|
| 145 |
|
| 146 |
## Dataset Card Contact
|
| 147 |
+
Taylor Hartmam
|
|
|