- คำอธิบาย :
WSC273 เป็นเกณฑ์มาตรฐานการให้เหตุผลแบบสามัญสำนึกที่ต้องการให้ระบบอ่านประโยคที่มีสรรพนามกำกวมและเลือกการอ้างอิงของสรรพนามนั้นจากสองตัวเลือก ประกอบด้วย 273 ตัวอย่างแรกจาก Winograd Schema Challenge โครงสร้าง Winograd เป็นคู่ของประโยคที่แตกต่างกันเพียงหนึ่งหรือสองคำและมีความกำกวมที่ได้รับการแก้ไขในลักษณะตรงกันข้ามในสองประโยคและต้องใช้ความรู้ของโลกและเหตุผลในการแก้ปัญหา สคีมาใช้ชื่อจากตัวอย่างที่รู้จักกันดีโดย Terry Winograd: 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
ผู้สนับสนุน'' ก็สันนิษฐานว่า ``พวกเขา'' หมายถึงผู้ชุมนุม
เอกสารประกอบเพิ่มเติม : สำรวจเอกสารด้วยรหัส
หน้าแรก : https://cs.nyu.edu/faculty/davise/papers/WinogradSchemas/WS.html
รหัสที่มา :
tfds.text.wsc273.Wsc273
รุ่น :
-
1.0.0
(ค่าเริ่มต้น): ไม่มีบันทึกประจำรุ่น
-
ขนาดการดาวน์โหลด :
110.58 KiB
ขนาดชุดข้อมูล :
87.15 KiB
แคชอัตโนมัติ ( เอกสาร ): ใช่
แยก :
แยก | ตัวอย่าง |
---|---|
'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ประเภท | คำอธิบาย |
---|---|---|---|---|
คุณสมบัติDict | ||||
idx | เทนเซอร์ | int32 | ||
ฉลาก | เทนเซอร์ | int32 | ||
ตัวเลือกที่ 1 | ข้อความ | สตริง | ||
ตัวเลือก 1_ปกติ | ข้อความ | สตริง | ||
ตัวเลือกที่ 2 | ข้อความ | สตริง | ||
option2_ปกติ | ข้อความ | สตริง | ||
สรรพนาม_end | เทนเซอร์ | int32 | ||
คำสรรพนาม_เริ่มต้น | เทนเซอร์ | int32 | ||
สรรพนาม_ข้อความ | ข้อความ | สตริง | ||
ข้อความ | ข้อความ | สตริง |
คีย์ภายใต้การดูแล (ดู
as_supervised
doc ):None
รูปภาพ ( tfds.show_examples ): ไม่รองรับ
ตัวอย่าง ( tfds.as_dataframe ):
- การอ้างอิง :
@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}
}