xtreme_xnli

  • 説明:

このデータセットには、MNLI の各 XNLI 言語への機械翻訳が含まれています。翻訳データは XTREME から提供されています。これは、元の XNLI ペーパーで提供されている機械翻訳されたデータとは異なることに注意してください。

スプリット
'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文章ストリング
  • 引用
@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}
}