Seacow
commited on
Commit
•
8aa9eb8
1
Parent(s):
d340945
update readme
Browse files
README.md
CHANGED
@@ -29,11 +29,11 @@ There are 6 columns in the dataset, namely `goal`, `steps`, `event`, `event_answ
|
|
29 |
- `entity_answer` is the ground truth entity state change. See below for glossary.
|
30 |
|
31 |
# Glossary
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
2
|
37 |
|
38 |
---
|
39 |
|
|
|
29 |
- `entity_answer` is the ground truth entity state change. See below for glossary.
|
30 |
|
31 |
# Glossary
|
32 |
+
|Label|Literal Mearning|
|
33 |
+
|---|---|
|
34 |
+
| 0 | `event`/`entity state` is _less likely_ to happen comparing to the previous step. |
|
35 |
+
| 1 | `event`/`entity state` is _equally likely_ to happen comparing to the previous step. |
|
36 |
+
| 2 | `event`/`entity state` is _more likely_ to happen comparing to the previous step. |
|
37 |
|
38 |
---
|
39 |
|