e2e_nlg_cleaned

参照:

次のコマンドを使用して、このデータセットをTFDSにロードします。

ds = tfds.load('huggingface:e2e_nlg_cleaned')
  • 説明
An update release of E2E NLG Challenge data with cleaned MRs and scripts, accompanying the following paper:

Ondřej Dušek, David M. Howcroft, and Verena Rieser (2019): Semantic Noise Matters for Neural Natural Language Generation. In INLG, Tokyo, Japan.
  • ライセンス:既知のライセンスはありません
  • バージョン:0.0.0
  • 分割
スプリット
'test' 4693
'train' 33525
'validation' 4299
  • 特徴
{
    "meaning_representation": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "human_reference": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}