ビルサム

  • 説明:

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}
}