Commit
·
6795c9f
1
Parent(s):
9e6479a
update README.md splits
Browse files
README.md
CHANGED
|
@@ -11,9 +11,9 @@ language:
|
|
| 11 |
configs:
|
| 12 |
- config_name: default
|
| 13 |
data_files:
|
| 14 |
-
- split:
|
| 15 |
path: "dataset.jsonl"
|
| 16 |
-
- split:
|
| 17 |
path: "dataset_verified.jsonl"
|
| 18 |
---
|
| 19 |
|
|
@@ -30,8 +30,8 @@ This dataset is designed to facilitate the evaluation of LLM-based methods for t
|
|
| 30 |
[//]: # (> **tl;dr:** Use `v1_verified`, it's the latest!)
|
| 31 |
|
| 32 |
You will notice that the dataset contains various splits (which are not exactly splits, but rather different versions of the dataset):
|
| 33 |
-
- `
|
| 34 |
-
- `
|
| 35 |
|
| 36 |
---
|
| 37 |
|
|
|
|
| 11 |
configs:
|
| 12 |
- config_name: default
|
| 13 |
data_files:
|
| 14 |
+
- split: original
|
| 15 |
path: "dataset.jsonl"
|
| 16 |
+
- split: verified
|
| 17 |
path: "dataset_verified.jsonl"
|
| 18 |
---
|
| 19 |
|
|
|
|
| 30 |
[//]: # (> **tl;dr:** Use `v1_verified`, it's the latest!)
|
| 31 |
|
| 32 |
You will notice that the dataset contains various splits (which are not exactly splits, but rather different versions of the dataset):
|
| 33 |
+
- `original`: The original dataset, which contains all problems initially designed, including those with known issues. More details about the issues can be found in the [changelog](cp_bench_changes.md).
|
| 34 |
+
- `verified`: A stripped-down version of the original dataset that has been verified to contain complete problem specifications with matching ground-truth models. This version is recommended for use in evaluations.
|
| 35 |
|
| 36 |
---
|
| 37 |
|