- Mô tả:
Tập dữ liệu này chứa các bản dịch máy của MNLI sang từng ngôn ngữ XNLI. Dữ liệu dịch được cung cấp bởi XTREME. Lưu ý rằng dữ liệu này khác với dữ liệu được dịch bằng máy được cung cấp bởi giấy XNLI gốc.
Trang chủ: https://www.nyu.edu/projects/bowman/xnli/
Source code:
tfds.text.xtreme_xnli.XtremeXnli
phiên bản:
-
1.1.0
(mặc định): Không có ghi chú phát hành.
-
Dung lượng tải về:
2.31 GiB
Kích thước tập dữ liệu:
1.59 GiB
Tự động lưu trữ ( tài liệu ): Không
tách:
Tách ra | Các ví dụ |
---|---|
'train' | 392.570 |
- Các tính năng:
FeaturesDict({
'hypothesis': TranslationVariableLanguages({
'language': Text(shape=(), dtype=tf.string),
'translation': Text(shape=(), dtype=tf.string),
}),
'label': ClassLabel(shape=(), dtype=tf.int64, num_classes=3),
'premise': Translation({
'ar': Text(shape=(), dtype=tf.string),
'bg': Text(shape=(), dtype=tf.string),
'de': Text(shape=(), dtype=tf.string),
'el': Text(shape=(), dtype=tf.string),
'en': Text(shape=(), dtype=tf.string),
'es': Text(shape=(), dtype=tf.string),
'fr': Text(shape=(), dtype=tf.string),
'hi': Text(shape=(), dtype=tf.string),
'ru': Text(shape=(), dtype=tf.string),
'sw': Text(shape=(), dtype=tf.string),
'th': Text(shape=(), dtype=tf.string),
'tr': Text(shape=(), dtype=tf.string),
'ur': Text(shape=(), dtype=tf.string),
'vi': Text(shape=(), dtype=tf.string),
'zh': Text(shape=(), dtype=tf.string),
}),
})
Phím giám sát (Xem
as_supervised
doc ):None
Hình ( tfds.show_examples ): Không được hỗ trợ.
Ví dụ ( tfds.as_dataframe ):
- Trích dẫn:
@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}
}