wsc273

  • توضیحات :

WSC273 یک معیار استدلال عقل سلیم است که سیستم را ملزم می کند جمله ای را با یک ضمیر مبهم بخواند و مرجع آن ضمیر را از بین دو گزینه انتخاب کند. این شامل 273 مثال اول از چالش طرحواره وینوگراد است. طرحواره وینوگراد یک جفت جمله است که فقط در یک یا دو کلمه متفاوت است و حاوی ابهامی است که در دو جمله به روش های متضاد حل می شود و برای حل آن نیاز به استفاده از دانش جهانی و استدلال دارد. این طرح نام خود را از مثال معروفی از تری وینوگراد گرفته است: 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),
})
  • مستندات ویژگی :
ویژگی کلاس شکل نوع D شرح
FeaturesDict
idx تانسور 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}
}