公开数据集
数据结构 ? 264.65M
Data Structure ?
* 以上分析是由系统提取分析形成的结果,具体实际数据为准。
README.md
Context
The BillSum dataset is the first corpus for automatic summarization of US Legislation. The corpus contains the text of bills and human-written summaries from the US Congress and California Legislature. It was published as a paper at the EMNLP 2019 New Frontiers in Summarization workshop. We publish it on Kaggle to encourage collaboration and iteration on this problem.
The BillSum dataset is interesting to explore for two reasons: First, legislation has not previously been considered for this task, despite US Congress and state governments releasing tens of thousands of bills every year. Second, approximately half of the states do not provide human-written summaries of their legislation, automatic summarization can fill that gap and allow citizens find relevant bills faster.
Our current code can be found at: https://github.com/FiscalNote/BillSum
Content
The BillSum dataset consists of three parts: US training bills, US test bills and California test bills. The US bills were collected from the **Govinfo** service provided by the [United States Government Publishing Office (GPO)](https://github.com/unitedstates/congress). Our corpus consists of bills from the 103rd-115th (1993-2016) sessions of Congress. The data was randomly split into 28,408 train bills and 5014 test bills. For California, bills from the 2015-2016 session were scraped directly from the [legislature's website](http://leginfo.legislature.ca.gov); the summaries were written by their Legislative Counsel.
For a quick visual example: https://www.kaggle.com/akornilo/data-introduction
The data is organized as follows:
- **official_dataset** folder contains the files with the original dataset. (See README.md for field descriptions)
- **cleaned_dataset** folder contains the original text, as well as the clean version of all the fields. (The cleaning was done with [this script](https://github.com/FiscalNote/BillSum/blob/master/billsum/data_prep/clean_text.py))
**Data Structure**
- text: bill text
- summary: (human-written) bill summary
- title: bill title (can be used for generating a summary)
- bill_id: An identified for the bill - in US data it is SESSION_BILL-ID, for CA BILL-ID
In the "clean" versions of the file - the cleaned texts are under the "clean_{text/summary/title}" fields.
Evaluation
If you develop your own algorithm for summaries, you can aggregate your Rouge Scores with [this script](https://github.com/FiscalNote/BillSum/blob/master/billsum/utils/compute_rouge_from_texts.py)
We look forward to hearing what you discover :)
×
帕依提提提温馨提示
该数据集正在整理中,为您准备了其他渠道,请您使用
注:部分数据正在处理中,未能直接提供下载,还请大家理解和支持。
暂无相关内容。
暂无相关内容。
- 分享你的想法
去分享你的想法~~
全部内容
欢迎交流分享
开始分享您的观点和意见,和大家一起交流分享.
数据使用声明:
- 1、该数据来自于互联网数据采集或服务商的提供,本平台为用户提供数据集的展示与浏览。
- 2、本平台仅作为数据集的基本信息展示、包括但不限于图像、文本、视频、音频等文件类型。
- 3、数据集基本信息来自数据原地址或数据提供方提供的信息,如数据集描述中有描述差异,请以数据原地址或服务商原地址为准。
- 1、本站中的所有数据集的版权都归属于原数据发布者或数据提供方所有。
- 1、如您需要转载本站数据,请保留原数据地址及相关版权声明。
- 1、如本站中的部分数据涉及侵权展示,请及时联系本站,我们会安排进行数据下线。