สนิล

  • คำอธิบาย :

คลังข้อมูล SNLI (เวอร์ชัน 1.0) คือชุดของคู่ประโยคภาษาอังกฤษที่เขียนโดยมนุษย์จำนวน 570,000 คู่ ซึ่งติดป้ายกำกับด้วยตนเองเพื่อการจำแนกประเภทที่สมดุลด้วยป้ายกำกับที่เกี่ยวข้อง ความขัดแย้ง และเป็นกลาง ซึ่งสนับสนุนงานของการอนุมานภาษาธรรมชาติ (NLI) หรือที่เรียกว่าการจดจำข้อความที่เกี่ยวข้อง (ร.ต.อ.).

แยก ตัวอย่าง
'test' 10,000
'train' 550,152
'validation' 10,000
  • โครงสร้างคุณลักษณะ :
FeaturesDict({
    'hypothesis': Text(shape=(), dtype=string),
    'label': ClassLabel(shape=(), dtype=int64, num_classes=3),
    'premise': Text(shape=(), dtype=string),
})
  • เอกสารคุณสมบัติ :
ลักษณะเฉพาะ ระดับ รูปร่าง Dประเภท คำอธิบาย
คุณสมบัติDict
สมมติฐาน ข้อความ สตริง
ฉลาก ป้ายกำกับคลาส int64
หลักฐาน ข้อความ สตริง
  • การอ้างอิง :
@inproceedings{snli:emnlp2015,
    Author = {Bowman, Samuel R. and Angeli, Gabor and Potts, Christopher, and Manning, Christopher D.},
    Booktitle = {Proceedings of the 2015 Conference on Empirical Methods in Natural Language Processing (EMNLP)},
    Publisher = {Association for Computational Linguistics},
    Title = {A large annotated corpus for learning natural language inference},
    Year = {2015}
}