Datasets:

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

update README

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -11,6 +11,8 @@ language:
11
  configs:
12
  - config_name: default
13
  data_files:
 
 
14
  - split: original
15
  path: "dataset.jsonl"
16
  - split: verified
@@ -25,6 +27,16 @@ This dataset is designed to faciliate the evaluation of LLM-based methods for tr
25
 
26
  ---
27
 
 
 
 
 
 
 
 
 
 
 
28
  ## 📊 Leaderboard
29
 
30
  You can submit your results or view others' performance here:
 
11
  configs:
12
  - config_name: default
13
  data_files:
14
+ - split: train
15
+ path: "dataset.jsonl"
16
  - split: original
17
  path: "dataset.jsonl"
18
  - split: verified
 
27
 
28
  ---
29
 
30
+ ## Splits
31
+
32
+ You will notice that the dataset contains two splits (which are not exactly splits, but rather two different versions of the dataset):
33
+ - `original`: The original dataset, which contains all problems, including those with known issues.
34
+ - `verified`: A version of the dataset that contains problems that did not have any severe issues.
35
+
36
+ The split `train` also exists for backwards compatibility, and it is identical to the `original` split.
37
+
38
+ ---
39
+
40
  ## 📊 Leaderboard
41
 
42
  You can submit your results or view others' performance here: