- Açıklama :
e-SNLI veri seti, Stanford Doğal Dil Çıkarım Veri Kümesini, gereklilik ilişkilerinin insan açıklamalı doğal dil açıklamalarını içerecek şekilde genişletir.
Ana Sayfa : https://github.com/OanaMariaCamburu/e-SNLI
Kaynak kodu :
tfds.text.Esnli
sürümler :
-
0.1.0
(varsayılan): Sürüm notu yok.
-
İndirme boyutu :
195.04 MiB
Veri kümesi boyutu :
161.94 MiB
Otomatik önbelleğe alınmış ( belgeler ): Evet (test, doğrulama), Yalnızca
shuffle_files=False
(tren) olduğundabölmeler :
Bölmek | örnekler |
---|---|
'test' | 9.824 |
'train' | 549.367 |
'validation' | 9.842 |
- Özellik yapısı :
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),
})
- Özellik belgeleri :
Özellik | Sınıf | Şekil | Dtipi | Tanım |
---|---|---|---|---|
ÖzelliklerDict | ||||
açıklama_1 | Metin | sicim | ||
açıklama_2 | Metin | sicim | ||
açıklama_3 | Metin | sicim | ||
hipotez | Metin | sicim | ||
etiket | SınıfEtiketi | int64 | ||
Öncül | Metin | sicim |
Denetlenen anahtarlar (Bkz
as_supervised
doc ):None
Şekil ( tfds.show_examples ): Desteklenmiyor.
Örnekler ( tfds.as_dataframe ):
- Alıntı :
@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}
}