aplycaebous commited on
Commit
bfed490
·
verified ·
1 Parent(s): e6b1db3

Document dataset contents and webshop mirror provenance

Browse files
Files changed (1) hide show
  1. README.md +30 -3
README.md CHANGED
@@ -1,3 +1,30 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+ # TimeWarp Environment Data
6
+
7
+ Data files consumed by [sparklabutah/timewarp](https://github.com/sparklabutah/timewarp) `setup.sh` when provisioning the Wiki, News, and Shop environments.
8
+
9
+ ## Contents
10
+
11
+ | File | Used by |
12
+ |------|---------|
13
+ | `wiki_index.pkl` | `env/wiki` |
14
+ | `news_index.pkl` | `env/news` |
15
+ | `webshop/items_shuffle_1000.json` | `env/webshop` (`setup.sh -d small`) — product info, 1k subset |
16
+ | `webshop/items_ins_v2_1000.json` | `env/webshop` (`setup.sh -d small`) — product attributes, 1k subset |
17
+ | `webshop/items_shuffle.json` | `env/webshop` (`setup.sh -d all`) — full product info (~5.5 GB) |
18
+ | `webshop/items_ins_v2.json` | `env/webshop` (`setup.sh -d all`) — full product attributes |
19
+ | `webshop/items_human_ins.json` | `env/webshop` — human-authored goal instructions |
20
+
21
+ ## Provenance
22
+
23
+ The `webshop/` files are byte-identical mirrors of the original [WebShop](https://github.com/princeton-nlp/WebShop) dataset (Princeton NLP, MIT license). The original Google Drive links now require sign-in and can no longer be fetched anonymously (e.g. via `gdown`), so they are mirrored here for reproducible setup.
24
+
25
+ sha256 of the two large files (matches the copies published independently by `YWZBrandon/webshop-data` and `HongbangYuan/webshop`):
26
+
27
+ ```
28
+ 2ef591d65df3af89e972ab72468eb82cbf124d876552d9f3678667edd620a6c8 items_shuffle.json
29
+ 1d36af476bdb8f82a5da62bd8acdabe54cd8de2fa84010d37da5c4890feb447e items_ins_v2.json
30
+ ```