esnli

  • תיאור :

מערך הנתונים של e-SNLI מרחיב את ערכת הנתונים של Stanford Natural Language Inference כדי לכלול הסברים בשפה טבעית עם הערות אנושיות על יחסי ההשלכות.

לְפַצֵל דוגמאות
'test' 9,824
'train' 549,367
'validation' 9,842
  • מבנה תכונה :
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),
})
  • תיעוד תכונה :
תכונה מעמד צוּרָה Dtype תיאור
FeaturesDict
הסבר_1 טֶקסט חוּט
הסבר_2 טֶקסט חוּט
הסבר_3 טֶקסט חוּט
הַשׁעָרָה טֶקסט חוּט
תווית ClassLabel int64
הַנָחַת יְסוֹד טֶקסט חוּט
  • ציטוט :
@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}
}