ianporada commited on
Commit
b6ea63b
·
verified ·
1 Parent(s): 3afa0b0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -78
README.md CHANGED
@@ -1,81 +1,5 @@
1
  ---
2
- annotations_creators:
3
- - expert-generated
4
- language_creators:
5
- - expert-generated
6
- language:
7
- - en
8
- license:
9
- - cc-by-4.0
10
- multilinguality:
11
- - monolingual
12
- size_categories:
13
- - n<1K
14
- source_datasets:
15
- - original
16
- task_categories:
17
- - multiple-choice
18
- task_ids:
19
- - multiple-choice-coreference-resolution
20
- paperswithcode_id: wsc
21
- pretty_name: Winograd Schema Challenge
22
- dataset_info:
23
- - config_name: wsc285
24
- features:
25
- - name: text
26
- dtype: string
27
- - name: pronoun
28
- dtype: string
29
- - name: pronoun_loc
30
- dtype: int32
31
- - name: quote
32
- dtype: string
33
- - name: quote_loc
34
- dtype: int32
35
- - name: options
36
- sequence: string
37
- - name: label
38
- dtype:
39
- class_label:
40
- names:
41
- '0': '0'
42
- '1': '1'
43
- - name: source
44
- dtype: string
45
- splits:
46
- - name: test
47
- num_bytes: 52281
48
- num_examples: 285
49
- download_size: 113235
50
- dataset_size: 52281
51
- - config_name: wsc273
52
- features:
53
- - name: text
54
- dtype: string
55
- - name: pronoun
56
- dtype: string
57
- - name: pronoun_loc
58
- dtype: int32
59
- - name: quote
60
- dtype: string
61
- - name: quote_loc
62
- dtype: int32
63
- - name: options
64
- sequence: string
65
- - name: label
66
- dtype:
67
- class_label:
68
- names:
69
- '0': '0'
70
- '1': '1'
71
- - name: source
72
- dtype: string
73
- splits:
74
- - name: test
75
- num_bytes: 49674
76
- num_examples: 273
77
- download_size: 113235
78
- dataset_size: 49674
79
  ---
80
 
81
  # The original Winograd Schema Challenge (WSC) as hosted by Ernest Davis
@@ -87,6 +11,8 @@ dataset_info:
87
 
88
  ### Dataset Summary
89
 
 
 
90
  A Winograd schema is a pair of sentences that differ in only one or two words and that contain an ambiguity that is
91
  resolved in opposite ways in the two sentences and requires the use of world knowledge and reasoning for its
92
  resolution. The schema takes its name from a well-known example by Terry Winograd:
@@ -148,4 +74,4 @@ The Winograd Schema Challenge including many of the examples here was proposed b
148
  ```
149
  ### Contributions
150
 
151
- Thanks to [@joeddav](https://github.com/joeddav) for adding this dataset.
 
1
  ---
2
+ license: cc-by-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
 
5
  # The original Winograd Schema Challenge (WSC) as hosted by Ernest Davis
 
11
 
12
  ### Dataset Summary
13
 
14
+ The original Winograd Schema Challenge (WSC) consisted of 136 schemas resulting in 273 problems. This was later expanded to 150 schemas resulting in 285 problems.
15
+
16
  A Winograd schema is a pair of sentences that differ in only one or two words and that contain an ambiguity that is
17
  resolved in opposite ways in the two sentences and requires the use of world knowledge and reasoning for its
18
  resolution. The schema takes its name from a well-known example by Terry Winograd:
 
74
  ```
75
  ### Contributions
76
 
77
+ Modified from loading script of: [@joeddav](https://github.com/joeddav).