Add missing labels to the `emotion` field description

#5
by mariosasko - opened
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -139,8 +139,8 @@ The data fields are the same among all splits.
139
 
140
  #### default
141
  - `dialog`: a `list` of `string` features.
142
- - `act`: a `list` of classification labels, with possible values including `__dummy__` (0), `inform` (1), `question` (2), `directive` (3), `commissive` (4).
143
- - `emotion`: a `list` of classification labels, with possible values including `no emotion` (0), `anger` (1), `disgust` (2), `fear` (3), `happiness` (4).
144
 
145
  ### Data Splits
146
 
 
139
 
140
  #### default
141
  - `dialog`: a `list` of `string` features.
142
+ - `act`: a `list` of classification labels, with possible values including `__dummy__` (0), `inform` (1), `question` (2), `directive` (3) and `commissive` (4).
143
+ - `emotion`: a `list` of classification labels, with possible values including `no emotion` (0), `anger` (1), `disgust` (2), `fear` (3), `happiness` (4), `sadness` (5) and `surprise` (6).
144
 
145
  ### Data Splits
146