- Descripción :
El conjunto de datos e-SNLI amplía el conjunto de datos de inferencia de lenguaje natural de Stanford para incluir explicaciones en lenguaje natural anotadas por humanos de las relaciones de vinculación.
Documentación adicional : Explore en Papers With Code
Página de inicio: https://github.com/OanaMariaCamburu/e-SNLI
Código fuente :
tfds.text.Esnli
Versiones :
-
0.1.0
(predeterminado): Sin notas de la versión.
-
Tamaño de la descarga :
195.04 MiB
Tamaño del conjunto de datos :
161.94 MiB
Almacenamiento automático en caché ( documentación ): Sí (prueba, validación), solo cuando
shuffle_files=False
(tren)Divisiones :
Separar | Ejemplos |
---|---|
'test' | 9,824 |
'train' | 549,367 |
'validation' | 9,842 |
- Estructura de características :
FeaturesDict({
'explanation_1': Text(shape=(), dtype=string),
'explanation_2': Text(shape=(), dtype=string),
'explanation_3': Text(shape=(), dtype=string),
'hypothesis': Text(shape=(), dtype=string),
'label': ClassLabel(shape=(), dtype=int64, num_classes=3),
'premise': Text(shape=(), dtype=string),
})
- Documentación de características :
Rasgo | Clase | Forma | Tipo D | Descripción |
---|---|---|---|---|
CaracterísticasDict | ||||
explicación_1 | Texto | cuerda | ||
explicación_2 | Texto | cuerda | ||
explicación_3 | Texto | cuerda | ||
hipótesis | Texto | cuerda | ||
etiqueta | Etiqueta de clase | int64 | ||
premisa | Texto | cuerda |
Claves supervisadas (Ver
as_supervised
doc ):None
Figura ( tfds.show_examples ): no compatible.
Ejemplos ( tfds.as_dataframe ):
- Cita :
@incollection{NIPS2018_8163,
title = {e-SNLI: Natural Language Inference with Natural Language Explanations},
author = {Camburu, Oana-Maria and Rockt"{a}schel, Tim and Lukasiewicz, Thomas and Blunsom, Phil},
booktitle = {Advances in Neural Information Processing Systems 31},
editor = {S. Bengio and H. Wallach and H. Larochelle and K. Grauman and N. Cesa-Bianchi and R. Garnett},
pages = {9539--9549},
year = {2018},
publisher = {Curran Associates, Inc.},
url = {http://papers.nips.cc/paper/8163-e-snli-natural-language-inference-with-natural-language-explanations.pdf}
}