mathiascreutz commited on
Commit
7989c5c
1 Parent(s): 73c4767

Minor modifications

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -120,9 +120,11 @@ TBA
120
 
121
  ### Data Fields
122
 
123
- `sent1`: TBA
124
-
125
- `sent2`: TBA.
 
 
126
 
127
  ### Data Splits
128
 
 
120
 
121
  ### Data Fields
122
 
123
+ `sent1`: a tokenized sentence
124
+ `sent2`: another tokenized sentence, which is potentially a paraphrase of `sent1`.
125
+ `annot_score`: a value between 1.0 and 4.0 indicating how good an example of paraphrases `sent1` and `sent2` are. (For the training sets, the value is 0.0, which indicates that no manual annotation has taken place.)
126
+ `lang`: language of this dataset
127
+ `gemi_id`: unique identifier of this entry
128
 
129
  ### Data Splits
130