wiki_bio

  • 説明:

WikiBio はウィキペディアの伝記ページを使用して構築されており、最初の段落とトークン化されたインフォボックスが含まれています。データセットは、標準化されたテーブル形式に従います。

スプリット
'test' 72,831
'train' 582,659
'validation' 72,831
  • 機能構造:
FeaturesDict({
    'input_text': FeaturesDict({
        'context': string,
        'table': Sequence({
            'column_header': string,
            'content': string,
            'row_number': int16,
        }),
    }),
    'target_text': string,
})
  • 機能のドキュメント:
特徴クラスDtype説明
特徴辞書
入力テキスト特徴辞書
入力テキスト/コンテキストテンソルストリング
入力テキスト/テーブル順序
input_text/table/column_headerテンソルストリング
入力テキスト/テーブル/コンテンツテンソルストリング
入力テキスト/テーブル/行番号テンソルint16
target_textテンソルストリング
  • 引用
@inproceedings{lebret-etal-2016-neural,
    title = "Neural Text Generation from Structured Data with Application to the Biography Domain",
    author = "Lebret, R{'e}mi  and
      Grangier, David  and
      Auli, Michael",
    booktitle = "Proceedings of the 2016 Conference on Empirical Methods in Natural Language Processing",
    month = nov,
    year = "2016",
    address = "Austin, Texas",
    publisher = "Association for Computational Linguistics",
    url = "https://www.aclweb.org/anthology/D16-1128",
    doi = "10.18653/v1/D16-1128",
    pages = "1203--1213",
}