- Descripción :
XNLI es un subconjunto de unos pocos miles de ejemplos de MNLI que se ha traducido a 14 idiomas diferentes (algún recurso bajo). Al igual que con MNLI, el objetivo es predecir la implicación textual (la oración A implica/contradice/ninguna de las oraciones B) y es una tarea de clasificación (dadas dos oraciones, predecir una de las tres etiquetas).
Documentación adicional : Explore en Papers With Code
Página de inicio: https://www.nyu.edu/projects/bowman/xnli/
Código fuente :
tfds.text.Xnli
Versiones :
-
1.1.0
(predeterminado): Sin notas de la versión.
-
Tamaño de la descarga :
17.04 MiB
Tamaño del conjunto de datos :
29.62 MiB
Almacenamiento automático en caché ( documentación ): Sí
Divisiones :
Separar | Ejemplos |
---|---|
'test' | 5,010 |
'validation' | 2,490 |
- Estructura de características :
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),
}),
})
- Documentación de características :
Rasgo | Clase | Forma | Tipo D | Descripción |
---|---|---|---|---|
CaracterísticasDict | ||||
hipótesis | TraducciónVariableIdiomas | |||
hipótesis/lenguaje | Texto | cuerda | ||
hipótesis/traducción | Texto | cuerda | ||
etiqueta | Etiqueta de clase | int64 | ||
premisa | Traducción | |||
premisa/ar | Texto | cuerda | ||
premisa/bg | Texto | cuerda | ||
premisa/de | Texto | cuerda | ||
premisa/el | Texto | cuerda | ||
premisa/es | Texto | cuerda | ||
premisa/s | Texto | cuerda | ||
premisa/es | Texto | cuerda | ||
premisa/hola | Texto | cuerda | ||
premisa/ru | Texto | cuerda | ||
premisa/sw | Texto | cuerda | ||
premisa/th | Texto | cuerda | ||
premisa/tr | Texto | cuerda | ||
premisa/ur | Texto | cuerda | ||
premisa/vi | Texto | cuerda | ||
premisa/zh | Texto | cuerda |
Claves supervisadas (Ver
as_supervised
doc ):None
Figura ( tfds.show_examples ): no compatible.
Ejemplos ( tfds.as_dataframe ):
- Cita :
@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",
}
, - Descripción :
XNLI es un subconjunto de unos pocos miles de ejemplos de MNLI que se ha traducido a 14 idiomas diferentes (algún recurso bajo). Al igual que con MNLI, el objetivo es predecir la implicación textual (la oración A implica/contradice/ninguna de las oraciones B) y es una tarea de clasificación (dadas dos oraciones, predecir una de las tres etiquetas).
Documentación adicional : Explore en Papers With Code
Página de inicio: https://www.nyu.edu/projects/bowman/xnli/
Código fuente :
tfds.text.Xnli
Versiones :
-
1.1.0
(predeterminado): Sin notas de la versión.
-
Tamaño de la descarga :
17.04 MiB
Tamaño del conjunto de datos :
29.62 MiB
Almacenamiento automático en caché ( documentación ): Sí
Divisiones :
Separar | Ejemplos |
---|---|
'test' | 5,010 |
'validation' | 2,490 |
- Estructura de características :
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),
}),
})
- Documentación de características :
Rasgo | Clase | Forma | Tipo D | Descripción |
---|---|---|---|---|
CaracterísticasDict | ||||
hipótesis | TraducciónVariableIdiomas | |||
hipótesis/lenguaje | Texto | cuerda | ||
hipótesis/traducción | Texto | cuerda | ||
etiqueta | Etiqueta de clase | int64 | ||
premisa | Traducción | |||
premisa/ar | Texto | cuerda | ||
premisa/bg | Texto | cuerda | ||
premisa/de | Texto | cuerda | ||
premisa/el | Texto | cuerda | ||
premisa/es | Texto | cuerda | ||
premisa/s | Texto | cuerda | ||
premisa/es | Texto | cuerda | ||
premisa/hola | Texto | cuerda | ||
premisa/ru | Texto | cuerda | ||
premisa/sw | Texto | cuerda | ||
premisa/th | Texto | cuerda | ||
premisa/tr | Texto | cuerda | ||
premisa/ur | Texto | cuerda | ||
premisa/vi | Texto | cuerda | ||
premisa/zh | Texto | cuerda |
Claves supervisadas (Ver
as_supervised
doc ):None
Figura ( tfds.show_examples ): no compatible.
Ejemplos ( tfds.as_dataframe ):
- Cita :
@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",
}