- الوصف :
تعمل مجموعة بيانات e-SNLI على توسيع مجموعة بيانات استدلال اللغة الطبيعية في ستانفورد لتشمل تفسيرات اللغة الطبيعية المشروحة للإنسان للعلاقات الضمنية.
وثائق إضافية : استكشف في الأوراق باستخدام الرمز
الصفحة الرئيسية https://github.com/OanaMariaCamburu/e-SNLI
كود المصدر :
tfds.text.Esnli
إصدارات :
-
0.1.0
(افتراضي): لا توجد ملاحظات حول الإصدار.
-
حجم التحميل :
195.04 MiB
حجم مجموعة البيانات :
161.94 MiB
التخزين المؤقت التلقائي ( التوثيق ): نعم (اختبار ، التحقق من الصحة) ، فقط عندما يكون
shuffle_files=False
(قطار)الانقسامات :
انشق، مزق | أمثلة |
---|---|
'test' | 9824 |
'train' | 549367 |
'validation' | 9842 |
- هيكل الميزة :
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),
})
- وثائق الميزة :
ميزة | فصل | شكل | نوع | وصف |
---|---|---|---|---|
الميزات | ||||
شرح_1 | نص | سلسلة | ||
شرح_2 | نص | سلسلة | ||
الشرح_3 | نص | سلسلة | ||
فرضية | نص | سلسلة | ||
ضع الكلمة المناسبة | ClassLabel | int64 | ||
فرضية | نص | سلسلة |
المفاتيح الخاضعة للإشراف (انظر المستند
as_supervised
):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}
}