Update EduPlanBench prepared data card for 35k
Browse files
README.md
CHANGED
|
@@ -36,16 +36,15 @@ Prepared versions:
|
|
| 36 |
|
| 37 |
| Version | Build command | Notes |
|
| 38 |
| --- | --- | --- |
|
| 39 |
-
| `10k` | `build-tasks --track all --limit 10000` |
|
| 40 |
-
| `35k` | `build-tasks --track all --limit 35000` | Track 1
|
| 41 |
|
| 42 |
-
|
| 43 |
|
| 44 |
-
| Track |
|
| 45 |
-
| --- | --- | ---: |
|
| 46 |
-
| `
|
| 47 |
-
| `
|
| 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
|