- 説明:
XNLI は MNLI からの数千の例のサブセットであり、14 の異なる言語に翻訳されています (低めのリソース)。 MNLI と同様に、目標はテキストの含意を予測すること (文 A は含意/矛盾/文 B のいずれでもないか) であり、分類タスクです (2 つの文が与えられた場合、3 つのラベルのうちの 1 つを予測します)。
追加のドキュメント:コード を使用したペーパーの探索
ソースコード:
tfds.text.Xnli
バージョン:
-
1.1.0
(デフォルト): リリース ノートはありません。
-
ダウンロードサイズ:
17.04 MiB
データセットサイズ:
29.62 MiB
自動キャッシュ(ドキュメント): はい
スプリット:
スプリット | 例 |
---|---|
'test' | 5,010 |
'validation' | 2,490 |
- 機能構造:
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 | 文章 | ストリング | ||
前提/背景 | 文章 | ストリング | ||
前提/で | 文章 | ストリング | ||
前提/エル | 文章 | ストリング | ||
前提/en | 文章 | ストリング | ||
前提/es | 文章 | ストリング | ||
前提/フランス | 文章 | ストリング | ||
前提/こんにちは | 文章 | ストリング | ||
前提/ル | 文章 | ストリング | ||
前提/SW | 文章 | ストリング | ||
前提/目 | 文章 | ストリング | ||
前提/TR | 文章 | ストリング | ||
前提/ウル | 文章 | ストリング | ||
前提/vi | 文章 | ストリング | ||
前提/zh | 文章 | ストリング |
監視されたキー(
as_supervised
docを参照):None
図( tfds.show_examples ): サポートされていません。
例( tfds.as_dataframe ):
- 引用:
@InProceedings{conneau2018xnli,
author = "Conneau, Alexis
and Rinott, Ruty
and Lample, Guillaume
and Williams, Adina
and Bowman, Samuel R.
and Schwenk, Holger
and Stoyanov, Veselin",
title = "XNLI: Evaluating Cross-lingual Sentence Representations",
booktitle = "Proceedings of the 2018 Conference on Empirical Methods
in Natural Language Processing",
year = "2018",
publisher = "Association for Computational Linguistics",
location = "Brussels, Belgium",
}
, - 説明:
XNLI は MNLI からの数千の例のサブセットであり、14 の異なる言語に翻訳されています (低めのリソース)。 MNLI と同様に、目標はテキストの含意を予測すること (文 A は含意/矛盾/文 B のいずれでもないか) であり、分類タスクです (2 つの文が与えられた場合、3 つのラベルのうちの 1 つを予測します)。
追加のドキュメント:コード を使用したペーパーの探索
ソースコード:
tfds.text.Xnli
バージョン:
-
1.1.0
(デフォルト): リリース ノートはありません。
-
ダウンロードサイズ:
17.04 MiB
データセットサイズ:
29.62 MiB
自動キャッシュ(ドキュメント): はい
スプリット:
スプリット | 例 |
---|---|
'test' | 5,010 |
'validation' | 2,490 |
- 機能構造:
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 | 文章 | ストリング | ||
前提/背景 | 文章 | ストリング | ||
前提/で | 文章 | ストリング | ||
前提/エル | 文章 | ストリング | ||
前提/en | 文章 | ストリング | ||
前提/es | 文章 | ストリング | ||
前提/フランス | 文章 | ストリング | ||
前提/こんにちは | 文章 | ストリング | ||
前提/ル | 文章 | ストリング | ||
前提/SW | 文章 | ストリング | ||
前提/目 | 文章 | ストリング | ||
前提/TR | 文章 | ストリング | ||
前提/ウル | 文章 | ストリング | ||
前提/vi | 文章 | ストリング | ||
前提/zh | 文章 | ストリング |
監視されたキー(
as_supervised
docを参照):None
図( tfds.show_examples ): サポートされていません。
例( tfds.as_dataframe ):
- 引用:
@InProceedings{conneau2018xnli,
author = "Conneau, Alexis
and Rinott, Ruty
and Lample, Guillaume
and Williams, Adina
and Bowman, Samuel R.
and Schwenk, Holger
and Stoyanov, Veselin",
title = "XNLI: Evaluating Cross-lingual Sentence Representations",
booktitle = "Proceedings of the 2018 Conference on Empirical Methods
in Natural Language Processing",
year = "2018",
publisher = "Association for Computational Linguistics",
location = "Brussels, Belgium",
}