xnli

  • 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).

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
  • 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).

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
  • 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",
}