Datasets:

Modalities:
Text
Formats:
json
Languages:
English
Size:
< 1K
ArXiv:
Tags:
code
Libraries:
Datasets
pandas
License:
kostis-init commited on
Commit
6795c9f
·
1 Parent(s): 9e6479a

update README.md splits

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -11,9 +11,9 @@ language:
11
  configs:
12
  - config_name: default
13
  data_files:
14
- - split: v1
15
  path: "dataset.jsonl"
16
- - split: v1_verified
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
- - `v1`: 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
- - `v1_verified`: A stripped-down version of the original dataset (v1) 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
 
 
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