วิโนแกรนด์

  • คำอธิบาย :

WinoGrande ซึ่งเป็นชุดข้อมูลขนาดใหญ่ของปัญหา 44k ได้รับแรงบันดาลใจจากการออกแบบ Winograd Schema Challenge ดั้งเดิม แต่ได้รับการปรับเปลี่ยนเพื่อปรับปรุงทั้งขนาดและความแข็งของชุดข้อมูล

แยก ตัวอย่าง
'test' 1,767
'train_l' 10,234
'train_m' 2,558
'train_s' 640
'train_xl' 40,398
'train_xs' 160
'validation' 1,267
  • โครงสร้างคุณสมบัติ :
FeaturesDict({
    'label': ClassLabel(shape=(), dtype=int64, num_classes=2),
    'option1': Text(shape=(), dtype=string),
    'option2': Text(shape=(), dtype=string),
    'sentence': Text(shape=(), dtype=string),
})
  • เอกสารคุณสมบัติ :
คุณสมบัติ ระดับ รูปร่าง ประเภทD คำอธิบาย
คุณสมบัติDict
ฉลาก ClassLabel int64
ตัวเลือกที่ 1 ข้อความ เชือก
ตัวเลือกที่ 2 ข้อความ เชือก
ประโยค ข้อความ เชือก
@article{sakaguchi2019winogrande,
    title={WinoGrande: An Adversarial Winograd Schema Challenge at Scale},
    author={Sakaguchi, Keisuke and Bras, Ronan Le and Bhagavatula, Chandra and Choi, Yejin},
    journal={arXiv preprint arXiv:1907.10641},
    year={2019}
}