ビルサム
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
BillSum、米国議会およびカリフォルニア州法案の要約。
いくつかの機能があります: - テキスト: 請求書のテキスト。 - 概要: 請求書の概要。 - title: 請求書のタイトル。私たちの手形のための機能。 ca bills にはありません。 - text_len: テキストの文字数。 - sum_len: 要約の文字数。
スプリット | 例 |
---|
'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),
})
特徴 | クラス | 形 | Dtype | 説明 |
---|
| 特徴辞書 | | | |
まとめ | 文章 | | ストリング | |
文章 | 文章 | | ストリング | |
題名 | 文章 | | ストリング | |
@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}
}
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2022-12-06 UTC。
[null,null,["最終更新日 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 }"]]