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

explain labels

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -14,6 +14,12 @@ 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
  ## 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).
 
14
  by translating the texts in column `answer` into German.
15
  The translation was made with [DeepL](https://www.deepl.com/translator).
16
 
17
+ ## Labels
18
+ The columns `scenario` and `intent` can be used for classification tasks.
19
+ However, we recommend to use even more fine-grained labels.
20
+ For this purpose, a new label can be derived by concatenating `scenario` and `intent`.
21
+ For example, this would turn "alarm" and "set" into "alarm_set".
22
+
23
  ## Dataset Quirks
24
  The original dataset contains some `NaN` values in the `answer` column.
25
  This means that there are also `NaN` values in the translations (`answer_de` column).