- תיאור:
מערך הנתונים של e-SNLI מרחיב את מערך הנתונים של סטנפורד לשפה טבעית כך שיכלול הסברים בשפה טבעית המבוארים על ידי בני אדם על יחסי הכריכה.
קוד מקור:
tfds.text.Esnli
גרסאות:
-
0.1.0
(ברירת המחדל): הערות השחרור לא.
-
גודל ההורדה:
195.04 MiB
מערך נתונים גודל:
161.94 MiB
Auto-במטמון ( תיעוד ): כן (מבחן, אימות), רק כאשר
shuffle_files=False
(הרכבת)פיצולים:
לְפַצֵל | דוגמאות |
---|---|
'test' | 9,824 |
'train' | 549,367 |
'validation' | 9,842 |
- מאפיינים:
FeaturesDict({
'explanation_1': Text(shape=(), dtype=tf.string),
'explanation_2': Text(shape=(), dtype=tf.string),
'explanation_3': Text(shape=(), dtype=tf.string),
'hypothesis': Text(shape=(), dtype=tf.string),
'label': ClassLabel(shape=(), dtype=tf.int64, num_classes=3),
'premise': Text(shape=(), dtype=tf.string),
})
מפתחות השגחה (ראה
as_supervised
doc ):None
איור ( tfds.show_examples ): לא נתמך.
דוגמאות ( tfds.as_dataframe ):
- ציטוט:
@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}
}