wsc273

  • الوصف :

WSC273 هو معيار منطقي منطقي يتطلب من النظام قراءة جملة ذات ضمير غامض واختيار المرجع لهذا الضمير من خيارين. يحتوي على أول 273 مثالاً من تحدي Winograd Schema. مخطط فينوغراد عبارة عن زوج من الجمل يختلفان في كلمة واحدة أو كلمتين فقط والتي تحتوي على غموض يتم حله بطرق معاكسة في الجملتين ويتطلب استخدام المعرفة العالمية والمنطق لحلها. يأخذ المخطط اسمه من مثال مشهور لتيري فينوغراد: The city councilmen refused the demonstrators a permit because they [feared/advocated] violence.'' If the word is they'' presumably refers to the city council; if it is الدعوة إلى ذلك '' فإن كلمة `` هم '' تشير على الأرجح إلى المتظاهرين.

انشق، مزق أمثلة
'test' 273
  • هيكل الميزة :
FeaturesDict({
    'idx': int32,
    'label': int32,
    'option1': Text(shape=(), dtype=string),
    'option1_normalized': Text(shape=(), dtype=string),
    'option2': Text(shape=(), dtype=string),
    'option2_normalized': Text(shape=(), dtype=string),
    'pronoun_end': int32,
    'pronoun_start': int32,
    'pronoun_text': Text(shape=(), dtype=string),
    'text': Text(shape=(), dtype=string),
})
  • وثائق الميزة :
ميزة فصل شكل نوع وصف
الميزات
معرف موتر int32
ضع الكلمة المناسبة موتر int32
الخيار 1 نص سلسلة
option1_normalized نص سلسلة
الخيار 2 نص سلسلة
option2_normalized نص سلسلة
الضمير موتر int32
الضمير موتر int32
الضمير_النص نص سلسلة
نص نص سلسلة
  • الاقتباس :
@inproceedings{levesque2012winograd,
  title={The winograd schema challenge},
  author={Levesque, Hector and Davis, Ernest and Morgenstern, Leora},
  booktitle={Thirteenth International Conference on the Principles of Knowledge Representation and Reasoning},
  year={2012},
  organization={Citeseer}
}