- คำอธิบาย :
ชุดข้อมูลนี้มีการแปลด้วยเครื่องของ MNLI เป็นภาษา XNLI แต่ละภาษา ข้อมูลการแปลจัดทำโดย XTREME โปรดทราบว่าสิ่งนี้แตกต่างจากข้อมูลที่แปลด้วยเครื่องโดยเอกสาร XNLI ต้นฉบับ
รหัสแหล่งที่มา :
tfds.text.xtreme_xnli.XtremeXnliรุ่น :
-
1.1.0(ค่าเริ่มต้น): ไม่มีบันทึกประจำรุ่น
-
ขนาดการดาวน์โหลด :
2.31 GiBขนาดชุดข้อมูล :
1.59 GiBแคชอัตโนมัติ ( เอกสารประกอบ ): ไม่
แยก :
| แยก | ตัวอย่าง |
|---|---|
'train' | 392,570 |
- โครงสร้างคุณลักษณะ :
FeaturesDict({
'hypothesis': TranslationVariableLanguages({
'language': Text(shape=(), dtype=string),
'translation': Text(shape=(), dtype=string),
}),
'label': ClassLabel(shape=(), dtype=int64, num_classes=3),
'premise': Translation({
'ar': Text(shape=(), dtype=string),
'bg': Text(shape=(), dtype=string),
'de': Text(shape=(), dtype=string),
'el': Text(shape=(), dtype=string),
'en': Text(shape=(), dtype=string),
'es': Text(shape=(), dtype=string),
'fr': Text(shape=(), dtype=string),
'hi': Text(shape=(), dtype=string),
'ru': Text(shape=(), dtype=string),
'sw': Text(shape=(), dtype=string),
'th': Text(shape=(), dtype=string),
'tr': Text(shape=(), dtype=string),
'ur': Text(shape=(), dtype=string),
'vi': Text(shape=(), dtype=string),
'zh': Text(shape=(), dtype=string),
}),
})
- เอกสารคุณสมบัติ :
| ลักษณะเฉพาะ | ระดับ | รูปร่าง | Dประเภท | คำอธิบาย |
|---|---|---|---|---|
| คุณสมบัติDict | ||||
| สมมติฐาน | TranslationVariableLanguages | |||
| สมมติฐาน/ภาษา | ข้อความ | สตริง | ||
| สมมติฐาน/การแปล | ข้อความ | สตริง | ||
| ฉลาก | ป้ายกำกับคลาส | int64 | ||
| หลักฐาน | แปล | |||
| สถานที่/อา | ข้อความ | สตริง | ||
| สถานที่/bg | ข้อความ | สตริง | ||
| สถานที่/เดอ | ข้อความ | สตริง | ||
| สถานที่ / เอล | ข้อความ | สตริง | ||
| สถานที่/th | ข้อความ | สตริง | ||
| สถานที่ / es | ข้อความ | สตริง | ||
| สถานที่/fr | ข้อความ | สตริง | ||
| สถานที่/สวัสดี | ข้อความ | สตริง | ||
| สถานที่ / ru | ข้อความ | สตริง | ||
| สถานที่ตั้ง/สว | ข้อความ | สตริง | ||
| สถานที่/th | ข้อความ | สตริง | ||
| สถานที่/ตร | ข้อความ | สตริง | ||
| สถานที่ / ur | ข้อความ | สตริง | ||
| สถานที่/vi | ข้อความ | สตริง | ||
| สถานที่/zh | ข้อความ | สตริง |
คีย์ภายใต้การดูแล (ดู
as_superviseddoc ):Noneรูปภาพ ( tfds.show_examples ): ไม่รองรับ
ตัวอย่าง ( tfds.as_dataframe ):
- การอ้างอิง :
@article{hu2020xtreme,
author = {Junjie Hu and Sebastian Ruder and Aditya Siddhant and Graham Neubig and Orhan Firat and Melvin Johnson},
title = {XTREME: A Massively Multilingual Multi-task Benchmark for Evaluating Cross-lingual Generalization},
journal = {CoRR},
volume = {abs/2003.11080},
year = {2020},
archivePrefix = {arXiv},
eprint = {2003.11080}
}