mathiascreutz
commited on
Commit
·
bf3b4dc
1
Parent(s):
7989c5c
Minor modifications
Browse files
README.md
CHANGED
@@ -121,9 +121,13 @@ TBA
|
|
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
|
|
|
121 |
### Data Fields
|
122 |
|
123 |
`sent1`: a tokenized sentence
|
124 |
+
|
125 |
`sent2`: another tokenized sentence, which is potentially a paraphrase of `sent1`.
|
126 |
+
|
127 |
`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.)
|
128 |
+
|
129 |
`lang`: language of this dataset
|
130 |
+
|
131 |
`gemi_id`: unique identifier of this entry
|
132 |
|
133 |
### Data Splits
|