- 설명 :
e-SNLI 데이터 세트는 스탠포드 자연 언어 추론 데이터 세트를 확장하여 함의 관계에 대한 사람이 주석을 단 자연 언어 설명을 포함합니다.
소스 코드 :
tfds.text.Esnli
버전 :
-
0.1.0
(기본값): 릴리스 정보가 없습니다.
-
다운로드 크기 :
195.04 MiB
데이터 세트 크기 :
161.94 MiB
자동 캐싱 ( 문서 ): 예(테스트, 검증),
shuffle_files=False
인 경우에만(훈련)분할 :
나뉘다 | 예 |
---|---|
'test' | 9,824 |
'train' | 549,367 |
'validation' | 9,842 |
- 기능 구조 :
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),
})
- 기능 문서 :
특징 | 수업 | 모양 | D타입 | 설명 |
---|---|---|---|---|
풍모Dict | ||||
설명_1 | 텍스트 | 끈 | ||
설명_2 | 텍스트 | 끈 | ||
설명_3 | 텍스트 | 끈 | ||
가설 | 텍스트 | 끈 | ||
상표 | 클래스 레이블 | int64 | ||
전제 | 텍스트 | 끈 |
감독된 키 (
as_supervised
문서 참조):None
그림 ( tfds.show_examples ): 지원되지 않습니다.
예 ( tfds.as_dataframe ):
- 인용 :
@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}
}