ianporada commited on
Commit
9cfb959
1 Parent(s): f1eaa06

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -2
README.md CHANGED
@@ -45,7 +45,6 @@ configs:
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.
@@ -56,4 +55,18 @@ The wsc and wsc.fixed datasets from the HuggingFace "super_glue" repository.
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."""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
 
46
  The wsc and wsc.fixed datasets from the HuggingFace "super_glue" repository.
47
 
 
48
  ### Data Fields
49
 
50
  - **`text`** (*`str`*): The text of the schema.
 
55
  - **`idx`** (*`int`*): Index of the example in the dataset.
56
  - **`label`** (*`bool`*): True if the two spans corefer.
57
 
58
+ """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."""
59
+
60
+ ```
61
+ @inproceedings{NEURIPS2019_4496bf24,
62
+ author = {Wang, Alex and Pruksachatkun, Yada and Nangia, Nikita and Singh, Amanpreet and Michael, Julian and Hill, Felix and Levy, Omer and Bowman, Samuel},
63
+ booktitle = {Advances in Neural Information Processing Systems},
64
+ editor = {H. Wallach and H. Larochelle and A. Beygelzimer and F. d\textquotesingle Alch\'{e}-Buc and E. Fox and R. Garnett},
65
+ pages = {},
66
+ publisher = {Curran Associates, Inc.},
67
+ title = {SuperGLUE: A Stickier Benchmark for General-Purpose Language Understanding Systems},
68
+ url = {https://proceedings.neurips.cc/paper_files/paper/2019/file/4496bf24afe7fab6f046bf4923da8de6-Paper.pdf},
69
+ volume = {32},
70
+ year = {2019}
71
+ }
72
+ ```