에스엔리

  • 설명 :

e-SNLI 데이터 세트는 스탠포드 자연 언어 추론 데이터 세트를 확장하여 함의 관계에 대한 사람이 주석을 단 자연 언어 설명을 포함합니다.

나뉘다
'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
전제 텍스트
  • 인용 :
@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}
}