WinoWhy
收藏资源简介:
WinoWhy数据集提出了一个新颖的任务,即阐明代词指代关系。它要求模型从给定的选项中选择正确的理由,来解释某个代词所指代的特定名词。作为WSC(Winograd Schema Challenge)的扩展,WinoWhy数据集包含了原始WSC数据集的数据,并额外增加了4095个构建的代词指代理由。
The WinoWhy dataset introduces a novel task of elucidating pronoun reference relationships. It necessitates the model to select the correct rationale from given options to explain the specific noun referenced by a pronoun. As an extension of the WSC (Winograd Schema Challenge), the WinoWhy dataset includes data from the original WSC dataset and also adds an additional 4095 constructed pronoun reference rationales.
WinoWhy数据集概述
数据集简介
- 来源:ACL 2020论文《WinoWhy: A Deep Diagnosis of Essential Commonsense Knowledge for Answering Winograd Schema Challenge》
- 内容:包含原始Winograd Schema Challenge (WSC)数据集及4095条WinoWhy理由(每条WSC问题对应15条理由)
- 理由来源:
- Human:人工提供的理由
- Human Reverse:针对配对WSC问题的人工理由
- Generation Model:GPT-2生成的模型理由
数据类型
- 知识类别:
- Property (32):关于对象属性的知识
- Object (82):关于对象的知识
- Eventuality (88):关于事件的知识
- Spatial (64):关于空间位置的知识
- Quantity (20):关于数字的知识
- Others (48):其他知识
数据格式
- winowhy.json:
- WSC问题列表(273条)
- 每条问题包含:
- 文本结构(txt1, pron, txt2)
- 候选答案列表
- 正确答案(A或B)
- 来源信息
- WinoWhy理由列表(每条理由包含文本、来源、合理性、标签)
- 每条问题包含:
- WSC问题列表(273条)
- cat_ref.json:
- 知识类别与对应WSC问题索引的字典
模型性能
- 无监督模型:通过连接问题和理由形成单句进行概率预测
- 有监督模型:作为二分类问题处理(区分有效/无效理由)
引用格式
bibtex @inproceedings{zhang2020WinoWhy, author = {Hongming Zhang and Xinran Zhao and Yangqiu Song}, title = {WinoWhy: A Deep Diagnosis of Essential Commonsense Knowledge for Answering Winograd Schema Challenge}, booktitle = {Proceedings of Annual Meeting of the Association for Computational Linguistics (ACL) 2020}, year = {2020} }




