PhilipMay commited on
Commit
0c4ab20
1 Parent(s): 9c886df

add Dataset Quirks

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -14,6 +14,11 @@ repository. We have added an additional column (`answer_de`)
14
  by translating the texts in column `answer` into German.
15
  The translation was made with [DeepL](https://www.deepl.com/translator).
16
 
 
 
 
 
 
17
  ## Copyright
18
  Copyright (c) the authors of [xliuhw/NLU-Evaluation-Data](https://github.com/xliuhw/NLU-Evaluation-Data)\
19
  Copyright (c) 2022 Philip May
 
14
  by translating the texts in column `answer` into German.
15
  The translation was made with [DeepL](https://www.deepl.com/translator).
16
 
17
+ ## Dataset Quirks
18
+ The original dataset contains some `NaN` values in the `answer` column.
19
+ This means that there are also `NaN` values in the translations (`answer_de` column).
20
+ These rows should be filtered.
21
+
22
  ## Copyright
23
  Copyright (c) the authors of [xliuhw/NLU-Evaluation-Data](https://github.com/xliuhw/NLU-Evaluation-Data)\
24
  Copyright (c) 2022 Philip May