Datasets:

Languages:
English
ArXiv:
Tags:
License:
Seacow commited on
Commit
8aa9eb8
1 Parent(s): d340945

update readme

Browse files
Files changed (1) hide show
  1. README.md +5 -5
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
- 0 -> `event`/`entity state` is _less likely_ to happen comparing to the previous step.
33
-
34
- 1 -> `event`/`entity state` is _equally likely_ to happen comparing to the previous step.
35
-
36
- 2 -> `event`/`entity state` is _more likely_ to happen comparing to the previous step.
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