- 説明:
このデータセットには、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),
}),
})
- 機能のドキュメント:
特徴 | クラス | 形 | Dtype | 説明 |
---|---|---|---|---|
特徴辞書 | ||||
仮説 | TranslationVariableLanguages | |||
仮説/言語 | 文章 | ストリング | ||
仮説・翻訳 | 文章 | ストリング | ||
ラベル | クラスラベル | int64 | ||
前提 | 翻訳 | |||
前提/ar | 文章 | ストリング | ||
前提/BG | 文章 | ストリング | ||
前提/で | 文章 | ストリング | ||
前提/エル | 文章 | ストリング | ||
前提/en | 文章 | ストリング | ||
前提/es | 文章 | ストリング | ||
前提/フランス | 文章 | ストリング | ||
前提/こんにちは | 文章 | ストリング | ||
前提/ル | 文章 | ストリング | ||
前提/SW | 文章 | ストリング | ||
前提/目 | 文章 | ストリング | ||
前提/TR | 文章 | ストリング | ||
前提/ウル | 文章 | ストリング | ||
前提/vi | 文章 | ストリング | ||
前提/zh | 文章 | ストリング |
監視されたキー(
as_supervised
docを参照):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}
}