- Descrizione :
XNLI è un sottoinsieme di poche migliaia di esempi da MNLI che è stato tradotto in 14 lingue diverse (qualche risorsa di basso livello). Come con MNLI, l'obiettivo è prevedere l'implicazione testuale (la frase A implica/contraddice/nessuna frase B) ed è un compito di classificazione (date due frasi, prevedere una delle tre etichette).
Documentazione aggiuntiva : Esplora documenti con codice
Pagina iniziale : https://www.nyu.edu/projects/bowman/xnli/
Codice sorgente :
tfds.text.Xnli
Versioni :
-
1.1.0
(impostazione predefinita): nessuna nota di rilascio.
-
Dimensione del download :
17.04 MiB
Dimensione del set di dati:
29.62 MiB
Auto-cache ( documentazione ): Sì
Divisioni :
Diviso | Esempi |
---|---|
'test' | 5.010 |
'validation' | 2.490 |
- Struttura delle caratteristiche :
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),
}),
})
- Documentazione delle funzionalità :
Caratteristica | Classe | Forma | Tipo D | Descrizione |
---|---|---|---|---|
CaratteristicheDict | ||||
ipotesi | TranslationVariableLanguages | |||
ipotesi/linguaggio | Testo | corda | ||
ipotesi/traduzione | Testo | corda | ||
etichetta | ClassLabel | int64 | ||
premessa | Traduzione | |||
premessa/ar | Testo | corda | ||
premessa/bg | Testo | corda | ||
premessa/de | Testo | corda | ||
premessa/el | Testo | corda | ||
premessa/it | Testo | corda | ||
premessa/es | Testo | corda | ||
premessa/fr | Testo | corda | ||
premessa/ciao | Testo | corda | ||
premessa/ru | Testo | corda | ||
premessa/sw | Testo | corda | ||
premessa/th | Testo | corda | ||
premessa/tr | Testo | corda | ||
premessa/ur | Testo | corda | ||
premessa/vi | Testo | corda | ||
premessa/zh | Testo | corda |
Chiavi supervisionate (Vedi
as_supervised
doc ):None
Figura ( tfds.show_examples ): non supportato.
Esempi ( tfds.as_dataframe ):
- Citazione :
@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",
}
, - Descrizione :
XNLI è un sottoinsieme di poche migliaia di esempi da MNLI che è stato tradotto in 14 lingue diverse (qualche risorsa di basso livello). Come con MNLI, l'obiettivo è prevedere l'implicazione testuale (la frase A implica/contraddice/nessuna frase B) ed è un compito di classificazione (date due frasi, prevedere una delle tre etichette).
Documentazione aggiuntiva : Esplora documenti con codice
Pagina iniziale : https://www.nyu.edu/projects/bowman/xnli/
Codice sorgente :
tfds.text.Xnli
Versioni :
-
1.1.0
(impostazione predefinita): nessuna nota di rilascio.
-
Dimensione del download :
17.04 MiB
Dimensione del set di dati:
29.62 MiB
Auto-cache ( documentazione ): Sì
Divisioni :
Diviso | Esempi |
---|---|
'test' | 5.010 |
'validation' | 2.490 |
- Struttura delle caratteristiche :
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),
}),
})
- Documentazione delle funzionalità :
Caratteristica | Classe | Forma | Tipo D | Descrizione |
---|---|---|---|---|
CaratteristicheDict | ||||
ipotesi | TranslationVariableLanguages | |||
ipotesi/linguaggio | Testo | corda | ||
ipotesi/traduzione | Testo | corda | ||
etichetta | ClassLabel | int64 | ||
premessa | Traduzione | |||
premessa/ar | Testo | corda | ||
premessa/bg | Testo | corda | ||
premessa/de | Testo | corda | ||
premessa/el | Testo | corda | ||
premessa/it | Testo | corda | ||
premessa/es | Testo | corda | ||
premessa/fr | Testo | corda | ||
premessa/ciao | Testo | corda | ||
premessa/ru | Testo | corda | ||
premessa/sw | Testo | corda | ||
premessa/th | Testo | corda | ||
premessa/tr | Testo | corda | ||
premessa/ur | Testo | corda | ||
premessa/vi | Testo | corda | ||
premessa/zh | Testo | corda |
Chiavi supervisionate (Vedi
as_supervised
doc ):None
Figura ( tfds.show_examples ): non supportato.
Esempi ( tfds.as_dataframe ):
- Citazione :
@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",
}