erwinmsmith commited on
Commit
20eb3c4
·
verified ·
1 Parent(s): 069e12b

Update EduPlanBench prepared data card for 35k

Browse files
Files changed (1) hide show
  1. README.md +9 -8
README.md CHANGED
@@ -36,16 +36,15 @@ Prepared versions:
36
 
37
  | Version | Build command | Notes |
38
  | --- | --- | --- |
39
- | `10k` | `build-tasks --track all --limit 10000` | 10000 task instances for each track. |
40
- | `35k` | `build-tasks --track all --limit 35000` | Track 1/2 target 35000. Track 3 uses the XES3G5M-derived maximum if fewer than 35000 are available. |
41
 
42
- Current local `10k` build:
43
 
44
- | Track | Task file | Tasks |
45
- | --- | --- | ---: |
46
- | `track1_text_math` | `tasks/track1_text_math/tasks.jsonl` | 10000 |
47
- | `track2_mooc_planning` | `tasks/track2_mooc_planning/tasks.jsonl` | 10000 |
48
- | `track3_kt_simulator` | `tasks/track3_kt_simulator/tasks.jsonl` | 10000 |
49
 
50
  ## Use In EduPlanBench
51
 
@@ -58,6 +57,8 @@ python3 scripts/download_prepared_data_from_hf.py \
58
  --data-dir data
59
  ```
60
 
 
 
61
  Then run experiments directly:
62
 
63
  ```bash
 
36
 
37
  | Version | Build command | Notes |
38
  | --- | --- | --- |
39
+ | `10k` | `build-tasks --track all --limit 10000` | Track 1/2/3 each have 10000 task instances. |
40
+ | `35k` | `build-tasks --track all --limit 35000` | Track 1 has 35000, Track 2 has 35000, Track 3 has 33397 XES3G5M-derived task instances. |
41
 
42
+ Version counts:
43
 
44
+ | Version | Track 1 | Track 2 | Track 3 |
45
+ | --- | ---: | ---: | ---: |
46
+ | `10k` | 10000 | 10000 | 10000 |
47
+ | `35k` | 35000 | 35000 | 33397 |
 
48
 
49
  ## Use In EduPlanBench
50
 
 
57
  --data-dir data
58
  ```
59
 
60
+ Use `--version 35k` to download the larger prepared task bank.
61
+
62
  Then run experiments directly:
63
 
64
  ```bash