- Deskripsi :
Rilis pembaruan data Tantangan E2E NLG dengan MR yang dibersihkan. Data E2E berisi representasi makna berbasis tindakan dialog (MR) dalam domain restoran dan hingga 5 referensi dalam bahasa alami, yang perlu diprediksi.
Situs web : https://github.com/tuetschek/e2e-cleaning
Kode sumber :
tfds.structured.E2eCleaned
Versi :
-
0.1.0
(default): Tidak ada catatan rilis.
-
Ukuran unduhan :
13.92 MiB
Ukuran
14.70 MiB
data :14.70 MiB
Cache otomatis ( dokumentasi ): Ya
Split :
Membagi | Contoh |
---|---|
'test' | 4.693 |
'train' | 33.525 |
'validation' | 4.299 |
- Fitur :
FeaturesDict({
'input_text': FeaturesDict({
'table': Sequence({
'column_header': tf.string,
'content': tf.string,
'row_number': tf.int16,
}),
}),
'target_text': tf.string,
})
Kunci yang diawasi (Lihat dokumen
as_supervised
):('input_text', 'target_text')
Kutipan :
@inproceedings{dusek-etal-2019-semantic,
title = "Semantic Noise Matters for Neural Natural Language Generation",
author = "Du{\v{s} }ek, Ond{\v{r} }ej and
Howcroft, David M. and
Rieser, Verena",
booktitle = "Proceedings of the 12th International Conference on Natural Language Generation",
month = oct # "{--}" # nov,
year = "2019",
address = "Tokyo, Japan",
publisher = "Association for Computational Linguistics",
url = "https://www.aclweb.org/anthology/W19-8652",
doi = "10.18653/v1/W19-8652",
pages = "421--426",
abstract = "Neural natural language generation (NNLG) systems are known for their pathological outputs, i.e. generating text which is unrelated to the input specification. In this paper, we show the impact of semantic noise on state-of-the-art NNLG models which implement different semantic control mechanisms. We find that cleaned data can improve semantic correctness by up to 97{\%}, while maintaining fluency. We also find that the most common error is omitting information, rather than hallucination.",
}
Gambar ( tfds.show_examples ): Tidak didukung.
Contoh ( tfds.as_dataframe ):