ianporada commited on
Commit
ff5fdf6
·
1 Parent(s): 71b794c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -42,3 +42,18 @@ configs:
42
  - split: test
43
  path: wsc/test-*
44
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
  - split: test
43
  path: wsc/test-*
44
  ---
45
+
46
+ The wsc and wsc.fixed datasets from the HuggingFace "super_glue" repository.
47
+
48
+
49
+ ### Data Fields
50
+
51
+ - **`text`** (*`str`*): The text of the schema.
52
+ - **`span1_index`** (*`int`*): Starting word index of first entity.
53
+ - **`span2_index`** (*`int`*): Starting word index of second entity.
54
+ - **`span1_text`** (*`str`*): Textual representation of first entity.
55
+ - **`span2_text`** (*`str`*): Textual representation of second entity.
56
+ - **`idx`** (*`int`*): Index of the example in the dataset.
57
+ - **`label`** (*`bool`*): True if the two spans corefer.
58
+
59
+ """The primary SuperGLUE tasks are built on and derived from existing datasets. We refer users to the original licenses accompanying each dataset, but it is our understanding that these licenses allow for their use and redistribution in a research context."""