Datasets:

Modalities:
Text
ArXiv:
Libraries:
Datasets
License:
himani commited on
Commit
9ce2f73
1 Parent(s): e37b773

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -115,11 +115,13 @@ One example from the `hi` dataset is given below in JSON format.
115
 
116
  ### Data Fields
117
  - `id (string)`: Unique identifier.
 
118
  - `input (string)`: Input sentence
119
  - `references (list of strings)`: Paraphrases of `input`, ordered according to the least n-gram overlap
120
  - `target (string)`: The first reference (most dissimilar paraphrase)
121
 
122
 
 
123
  ### Data Splits
124
 
125
  We first select 10K instances each for the validation and test and put remaining in the training dataset. `Assamese (as)`, due to its low-resource nature, could only be split into validation and test sets with 4,420 examples each.
 
115
 
116
  ### Data Fields
117
  - `id (string)`: Unique identifier.
118
+ - `pivot (string)`: English sentence used as the pivot
119
  - `input (string)`: Input sentence
120
  - `references (list of strings)`: Paraphrases of `input`, ordered according to the least n-gram overlap
121
  - `target (string)`: The first reference (most dissimilar paraphrase)
122
 
123
 
124
+
125
  ### Data Splits
126
 
127
  We first select 10K instances each for the validation and test and put remaining in the training dataset. `Assamese (as)`, due to its low-resource nature, could only be split into validation and test sets with 4,420 examples each.