gsarti commited on
Commit
299486f
1 Parent(s): 1e1bc7e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -123,6 +123,12 @@ The following fields are contained in the dataset:
123
 
124
  - `lp_1000`: Total duration of pauses of 1000ms or more, in milliseconds.
125
 
 
 
 
 
 
 
126
  ### Data Splits
127
 
128
  | config| train| test|
@@ -160,6 +166,9 @@ The `train` split contains a total of 1159 triplets (or pairs, when translation
160
  "lp_300": 40032,
161
  "np_1000": 5,
162
  "lp_1000": 38392,
 
 
 
163
  }
164
  ```
165
 
@@ -171,7 +180,7 @@ The `test` split contains 107 entries following the same structure as `train`, w
171
 
172
  - the `subject` field was omitted for the translator stylometry task
173
 
174
- - the `tasktype` and `mt_text` fields were omitted for the translation setting prediction task
175
 
176
  - the `edit_time`, `lp_300` and `lp_1000` fields were omitted for the translation time prediction task
177
 
 
123
 
124
  - `lp_1000`: Total duration of pauses of 1000ms or more, in milliseconds.
125
 
126
+ - `mt_tl_bleu`: Sentence-level BLEU score computed using the [SacreBLEU](https://github.com/mjpost/sacrebleu) library with default parameters.
127
+
128
+ - `mt_tl_chrf`: Sentence-level chrF score computed using the [SacreBLEU](https://github.com/mjpost/sacrebleu) library with default parameters.
129
+
130
+ - `mt_tl_ter`: Sentence-level TER score computed using the [SacreBLEU](https://github.com/mjpost/sacrebleu) library with default parameters.
131
+
132
  ### Data Splits
133
 
134
  | config| train| test|
 
166
  "lp_300": 40032,
167
  "np_1000": 5,
168
  "lp_1000": 38392,
169
+ "mt_tl_bleu": 47.99,
170
+ "mt_tl_chrf": 62.05,
171
+ "mt_tl_ter": 44.44
172
  }
173
  ```
174
 
 
180
 
181
  - the `subject` field was omitted for the translator stylometry task
182
 
183
+ - the `tasktype`, `mt_text` and `mt_tl` evaluation metrics fields were omitted for the translation setting prediction task
184
 
185
  - the `edit_time`, `lp_300` and `lp_1000` fields were omitted for the translation time prediction task
186