- 설명 :
WSC273은 시스템이 모호한 대명사가 있는 문장을 읽고 두 가지 선택 중에서 해당 대명사의 지시 대상을 선택해야 하는 상식 추론 벤치마크입니다. 여기에는 Winograd Schema Challenge의 처음 273개 예제가 포함되어 있습니다. Winograd 스키마는 하나 또는 두 개의 단어만 다르고 두 문장에서 반대 방식으로 해결되는 모호성을 포함하고 해결을 위해 세계 지식 및 추론을 사용해야 하는 한 쌍의 문장입니다. 이 도식 they'' presumably refers to the city council; if it is
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 | ||||
아이디엑스 | 텐서 | int32 | ||
상표 | 텐서 | int32 | ||
옵션 1 | 텍스트 | 끈 | ||
option1_정규화 | 텍스트 | 끈 | ||
옵션2 | 텍스트 | 끈 | ||
option2_정규화 | 텍스트 | 끈 | ||
대명사_끝 | 텐서 | int32 | ||
대명사 시작 | 텐서 | int32 | ||
대명사_텍스트 | 텍스트 | 끈 | ||
텍스트 | 텍스트 | 끈 |
감독된 키 (
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}
}