esnli

  • Mô tả :

Bộ dữ liệu e-SNLI mở rộng Bộ dữ liệu suy luận ngôn ngữ tự nhiên Stanford để bao gồm các giải thích ngôn ngữ tự nhiên được con người chú thích về các mối quan hệ kế thừa.

Tách ra ví dụ
'test' 9,824
'train' 549.367
'validation' 9,842
  • Cấu trúc tính năng :
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),
})
  • Tài liệu tính năng :
Tính năng Lớp Hình dạng Dtype Sự mô tả
Tính năngDict
giải thích_1 Chữ sợi dây
giải thích_2 Chữ sợi dây
giải thích_3 Chữ sợi dây
giả thuyết Chữ sợi dây
nhãn mác LớpNhãn int64
tiền đề Chữ sợi dây
  • trích dẫn :
@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}
}