Datasets:
add action names in schema_guided_dstc8 dataset card (#4559)
Browse filesCommit from https://github.com/huggingface/datasets/commit/4cef71735e650a7b2c79342fb04a7c275fcaf307
README.md
CHANGED
@@ -110,6 +110,26 @@ Each dialog instance has the following fields:
|
|
110 |
- `requested_slots`: A list of slots requested by the user in the current turn.
|
111 |
- `slot_values`: A pair of lists of the same lengths: `slot_name` contains slot names and `slot_value_list` contains the corresponding lists of strings. For categorical slots, this list contains a single value assigned to the slot. For non-categorical slots, all the values in this list are spoken variations of each other and are equivalent (e.g, "6 pm", "six in the evening", "evening at 6" etc.).
|
112 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
113 |
|
114 |
### Data Splits
|
115 |
|
|
|
110 |
- `requested_slots`: A list of slots requested by the user in the current turn.
|
111 |
- `slot_values`: A pair of lists of the same lengths: `slot_name` contains slot names and `slot_value_list` contains the corresponding lists of strings. For categorical slots, this list contains a single value assigned to the slot. For non-categorical slots, all the values in this list are spoken variations of each other and are equivalent (e.g, "6 pm", "six in the evening", "evening at 6" etc.).
|
112 |
|
113 |
+
The mapping from the action ID and the action name is the following:
|
114 |
+
|
115 |
+
0: AFFIRM
|
116 |
+
1: AFFIRM_INTENT
|
117 |
+
2: CONFIRM
|
118 |
+
3: GOODBYE
|
119 |
+
4: INFORM
|
120 |
+
5: INFORM_COUNT
|
121 |
+
6: INFORM_INTENT
|
122 |
+
7: NEGATE
|
123 |
+
8: NEGATE_INTENT
|
124 |
+
9: NOTIFY_FAILURE
|
125 |
+
10: NOTIFY_SUCCESS
|
126 |
+
11: OFFER
|
127 |
+
12: OFFER_INTENT
|
128 |
+
13: REQUEST
|
129 |
+
14: REQUEST_ALTS
|
130 |
+
15: REQ_MORE
|
131 |
+
16: SELECT
|
132 |
+
17: THANK_YOU
|
133 |
|
134 |
### Data Splits
|
135 |
|