- คำอธิบาย :
ชุดข้อมูล e-SNLI ขยายชุดข้อมูลการอนุมานภาษาธรรมชาติของ Stanford เพื่อรวมคำอธิบายภาษาธรรมชาติที่มีคำอธิบายประกอบของมนุษย์เกี่ยวกับความสัมพันธ์ที่เกี่ยวข้อง
เอกสารประกอบเพิ่มเติม : สำรวจเอกสารด้วยรหัส
รหัสที่มา :
tfds.text.Esnliรุ่น :
-
0.1.0(ค่าเริ่มต้น): ไม่มีบันทึกประจำรุ่น
-
ขนาดการดาวน์โหลด :
195.04 MiBขนาดชุดข้อมูล :
161.94 MiBแคชอัตโนมัติ ( เอกสาร ): ใช่ (ทดสอบ ตรวจสอบ) เฉพาะเมื่อ
shuffle_files=False(รถไฟ)แยก :
| แยก | ตัวอย่าง |
|---|---|
'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),
})
- เอกสารคุณสมบัติ :
| ลักษณะเฉพาะ | ระดับ | รูปร่าง | Dประเภท | คำอธิบาย |
|---|---|---|---|---|
| คุณสมบัติDict | ||||
| คำอธิบาย_1 | ข้อความ | สตริง | ||
| คำอธิบาย_2 | ข้อความ | สตริง | ||
| คำอธิบาย_3 | ข้อความ | สตริง | ||
| สมมติฐาน | ข้อความ | สตริง | ||
| ฉลาก | ป้ายกำกับคลาส | int64 | ||
| หลักฐาน | ข้อความ | สตริง |
คีย์ภายใต้การดูแล (ดู
as_superviseddoc ):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}
}