Peng Ding
commited on
Commit
•
8acd1c2
1
Parent(s):
5ea491c
update readme
Browse files
README.md
CHANGED
@@ -34,11 +34,11 @@ In our paper, we benchmark using the first 70 steps of the walkthrough from each
|
|
34 |
|
35 |
### Word-only & Word+ID
|
36 |
|
37 |
-
* **Word-only** `data
|
38 |
|
39 |
-
* **Word + Object ID** `data
|
40 |
|
41 |
-
* **Word + Random ID** `data
|
42 |
|
43 |
We primarily rely on the **word-only** version as benchmark, yet providing word+ID version for diverse benchmark settings.
|
44 |
|
|
|
34 |
|
35 |
### Word-only & Word+ID
|
36 |
|
37 |
+
* **Word-only** `data-intermediate.tar.zst`: Nodes are annotated by additional descriptive text to distinguish different locations with similar names.
|
38 |
|
39 |
+
* **Word + Object ID** `data-intermediate-objid.tar.zst`: variation of the word-only version, where nodes are labeled using minimaly fixed names with object id from Jericho simulator.
|
40 |
|
41 |
+
* **Word + Random ID** `data-intermediate-randid.tar.zst`: variation of the Jericho ID version, where the Jericho object id replaced with randomly generated integer.
|
42 |
|
43 |
We primarily rely on the **word-only** version as benchmark, yet providing word+ID version for diverse benchmark settings.
|
44 |
|