billsum
Stay organized with collections
Save and categorize content based on your preferences.
BillSum, summarization of US Congressional and California state bills.
There are several features: - text: bill text. - summary: summary of the
bills. - title: title of the bills. features for us bills. ca bills does not
have. - text_len: number of chars in text. - sum_len: number of chars in
summary.
Split |
Examples |
'ca_test' |
1,237 |
'test' |
3,269 |
'train' |
18,949 |
FeaturesDict({
'summary': Text(shape=(), dtype=string),
'text': Text(shape=(), dtype=string),
'title': Text(shape=(), dtype=string),
})
Feature |
Class |
Shape |
Dtype |
Description |
|
FeaturesDict |
|
|
|
summary |
Text |
|
string |
|
text |
Text |
|
string |
|
title |
Text |
|
string |
|
@misc{kornilova2019billsum,
title={BillSum: A Corpus for Automatic Summarization of US Legislation},
author={Anastassia Kornilova and Vlad Eidelman},
year={2019},
eprint={1910.00523},
archivePrefix={arXiv},
primaryClass={cs.CL}
}
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-12-06 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-12-06 UTC."],[],[],null,["# billsum\n\n\u003cbr /\u003e\n\n- **Description**:\n\nBillSum, summarization of US Congressional and California state bills.\n\nThere are several features: - text: bill text. - summary: summary of the\nbills. - title: title of the bills. features for us bills. ca bills does not\nhave. - text_len: number of chars in text. - sum_len: number of chars in\nsummary.\n\n- **Additional Documentation** :\n [Explore on Papers With Code\n north_east](https://paperswithcode.com/dataset/billsum)\n\n- **Homepage** :\n \u003chttps://github.com/FiscalNote/BillSum\u003e\n\n- **Source code** :\n [`tfds.datasets.billsum.Builder`](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/datasets/billsum/billsum_dataset_builder.py)\n\n- **Versions**:\n\n - **`3.0.0`** (default): No release notes.\n- **Download size** : `64.14 MiB`\n\n- **Dataset size** : `260.84 MiB`\n\n- **Auto-cached**\n ([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):\n No\n\n- **Splits**:\n\n| Split | Examples |\n|-------------|----------|\n| `'ca_test'` | 1,237 |\n| `'test'` | 3,269 |\n| `'train'` | 18,949 |\n\n- **Feature structure**:\n\n FeaturesDict({\n 'summary': Text(shape=(), dtype=string),\n 'text': Text(shape=(), dtype=string),\n 'title': Text(shape=(), dtype=string),\n })\n\n- **Feature documentation**:\n\n| Feature | Class | Shape | Dtype | Description |\n|---------|--------------|-------|--------|-------------|\n| | FeaturesDict | | | |\n| summary | Text | | string | |\n| text | Text | | string | |\n| title | Text | | string | |\n\n- **Supervised keys** (See\n [`as_supervised` doc](https://www.tensorflow.org/datasets/api_docs/python/tfds/load#args)):\n `('text', 'summary')`\n\n- **Figure**\n ([tfds.show_examples](https://www.tensorflow.org/datasets/api_docs/python/tfds/visualization/show_examples)):\n Not supported.\n\n- **Examples**\n ([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):\n\nDisplay examples... \n\n- **Citation**:\n\n @misc{kornilova2019billsum,\n title={BillSum: A Corpus for Automatic Summarization of US Legislation},\n author={Anastassia Kornilova and Vlad Eidelman},\n year={2019},\n eprint={1910.00523},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n }"]]