- Описание:
WSC273 - это тест на здравый смысл, который требует, чтобы система прочитала предложение с двусмысленным местоимением и выбрала референт этого местоимения из двух вариантов. Он содержит первые 273 примера из Winograd Schema Challenge. Схема Винограда - это пара предложений, которые отличаются только одним или двумя словами и содержат неоднозначность, которая разрешается противоположными способами в двух предложениях и требует использования мировых знаний и рассуждений для ее разрешения. Схема берет свое название от известного примера Терри Винограда: 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
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
, they'' presumably refers to the city council; if it 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
Dataset размер:
87.15 KiB
Авто-кэшируются ( документация ): Да
расколы:
Расколоть | Примеры |
---|---|
'test' | 273 |
- Особенности:
FeaturesDict({
'idx': tf.int32,
'label': tf.int32,
'option1': Text(shape=(), dtype=tf.string),
'option1_normalized': Text(shape=(), dtype=tf.string),
'option2': Text(shape=(), dtype=tf.string),
'option2_normalized': Text(shape=(), dtype=tf.string),
'pronoun_end': tf.int32,
'pronoun_start': tf.int32,
'pronoun_text': Text(shape=(), dtype=tf.string),
'text': Text(shape=(), dtype=tf.string),
})
Контролируемые ключи (см
as_supervised
документ ):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}
}