adorkin commited on
Commit
12d4d22
·
1 Parent(s): 21e3f0f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -23,6 +23,15 @@ with corresponding options filled in were separated, shuffled and classified ind
23
 
24
  ### How to use
25
 
 
 
 
 
 
 
 
 
 
26
  ### BibTeX entry and citation info
27
 
28
  ```bibtex
 
23
 
24
  ### How to use
25
 
26
+
27
+ ## Training data
28
+
29
+ [WinoGrande-XL](https://huggingface.co/datasets/winogrande) reformatted the following way:
30
+ 1. Each sentence was split on `_` placeholder symbol.
31
+ 2. Each option was concatenated with the second part of the split, thus transforming each example into two text segment pairs.
32
+ 3. Text segment pairs corresponding to correct and incorrect options were marked with `True` and `False` labels accordingly.
33
+ 4. Text segment pairs were shuffled thereafter.
34
+
35
  ### BibTeX entry and citation info
36
 
37
  ```bibtex