wsc273

  • 설명 :

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 '' '그들''은 아마도 시위대를 가리킬 것입니다.

나뉘다
'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
대명사_텍스트 텍스트
텍스트 텍스트
  • 인용 :
@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}
}