--- license: apache-2.0 task_categories: - summarization - text2text-generation - text-generation language: - en tags: - Summarization - Bills - Congress - Government size_categories: - 10K- All Congressional legislation and summaries from the 113th and 118th congresses --- # Dataset Card for Dataset Name Cleaned JSON file with all Congressional legislation for the 113th - 118th Congresses containing 73,890 rows. ## Dataset Details ### Dataset Description The dataset was pulled from the US Governments Bulk Data Repository. (https://www.govinfo.gov/bulkdata/) The data consists of all congressional legislation and their summaries from the 113th Congress through the 118th Congress. The raw files were in the .xml format. The data was cleaned using custom data cleaning algorithms using Python. Once the data was cleaned it was organized within a Python dictionary data structure and exported to JSON. The JSON file contains 73,890 rows with title, bill text, and bill summary. - **Curated by:** Taylor Hartman - **Funded by [optional]:** Self Funded - **Shared by [optional]:** Middle Tennessee State University - **Language(s) (NLP):** English - **License:** Apache-2.0 ### Dataset Sources [optional] - **Repository:** https://www.govinfo.gov/bulkdata/ - **Paper [optional]:** None - **Demo [optional]:** None ## Uses NLP Summarization ### Direct Use Fine-tuning the model at https://huggingface.co/cheaptrix/MTSUSpring2025SoftwareEngineering used in the website https://www.whatsinthebill.ai ### Out-of-Scope Use Meant to be used for NLP summarization tasks ## Dataset Structure JSON with "title", "text", "summary" data members ## Dataset Creation ### Curation Rationale The data is from https://www.govinfo.gov/bulkdata where the Federal government provided the title, bill text, and bill summaries. ### Source Data Congressional bill, resolutions, concurent resolutions and join resolutions. #### Data Collection and Processing Cleaned using Python xml.etree.elementtree and re (regular expressions). #### Who are the source data producers? The source data is from the Federal government (House of Representatives and Senate) ### Annotations [optional] None. #### Annotation process None. #### Who are the annotators? [More Information Needed] #### Personal and Sensitive Information None. ## Bias, Risks, and Limitations No bias from the cleaners. All rows were used that were usable. Rows with missing or corrupt data were removed. ### Recommendations Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations. ## Citation [optional] **BibTeX:** @misc {taylor_hartman_2025, author = { {Taylor Hartman} }, title = { billsum-US_congress_and_house (Revision afac619) }, year = 2025, url = { https://huggingface.co/datasets/cheaptrix/billsum-US_congress_and_house }, doi = { 10.57967/hf/4926 }, publisher = { Hugging Face } } ## Glossary [optional] None. ## More Information [optional] None ## Dataset Card Authors [optional] Taylor Hartman ## Dataset Card Contact Taylor Hartmam