- Deskripsi :
Kumpulan data e-SNLI memperluas Kumpulan Data Inferensi Bahasa Alami Stanford untuk menyertakan penjelasan bahasa alami yang dianotasi manusia tentang hubungan keterlibatkan.
Dokumentasi Tambahan : Jelajahi di Makalah Dengan Kode
Kode sumber :
tfds.text.Esnli
Versi :
-
0.1.0
(default): Tidak ada catatan rilis.
-
Ukuran unduhan :
195.04 MiB
Ukuran dataset :
161.94 MiB
Auto-cached ( dokumentasi ): Ya (test, validasi), Hanya ketika
shuffle_files=False
(train)Perpecahan :
Membelah | Contoh |
---|---|
'test' | 9.824 |
'train' | 549.367 |
'validation' | 9.842 |
- Struktur fitur :
FeaturesDict({
'explanation_1': Text(shape=(), dtype=string),
'explanation_2': Text(shape=(), dtype=string),
'explanation_3': Text(shape=(), dtype=string),
'hypothesis': Text(shape=(), dtype=string),
'label': ClassLabel(shape=(), dtype=int64, num_classes=3),
'premise': Text(shape=(), dtype=string),
})
- Dokumentasi fitur :
Fitur | Kelas | Membentuk | Dtype | Keterangan |
---|---|---|---|---|
fiturDict | ||||
penjelasan_1 | Teks | rangkaian | ||
penjelasan_2 | Teks | rangkaian | ||
penjelasan_3 | Teks | rangkaian | ||
hipotesa | Teks | rangkaian | ||
label | LabelKelas | int64 | ||
premis | Teks | rangkaian |
Kunci yang diawasi (Lihat
as_supervised
doc ):None
Gambar ( tfds.show_examples ): Tidak didukung.
Contoh ( tfds.as_dataframe ):
- Kutipan :
@incollection{NIPS2018_8163,
title = {e-SNLI: Natural Language Inference with Natural Language Explanations},
author = {Camburu, Oana-Maria and Rockt"{a}schel, Tim and Lukasiewicz, Thomas and Blunsom, Phil},
booktitle = {Advances in Neural Information Processing Systems 31},
editor = {S. Bengio and H. Wallach and H. Larochelle and K. Grauman and N. Cesa-Bianchi and R. Garnett},
pages = {9539--9549},
year = {2018},
publisher = {Curran Associates, Inc.},
url = {http://papers.nips.cc/paper/8163-e-snli-natural-language-inference-with-natural-language-explanations.pdf}
}