विनोग्रांडे

  • विवरण :

विनोग्रांडे, 44k समस्याओं का एक बड़े पैमाने का डेटासेट, मूल विनोग्राड स्कीमा चैलेंज डिज़ाइन से प्रेरित है, लेकिन डेटासेट के पैमाने और कठोरता दोनों को बेहतर बनाने के लिए समायोजित किया गया है।

विभाजित करना उदाहरण
'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),
})
  • फ़ीचर दस्तावेज़ीकरण :
विशेषता कक्षा आकार डीप्रकार विवरण
फीचर्सडिक्ट
लेबल क्लास लेबल 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}
}