Datasets:

Modalities:
Text
Formats:
parquet
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
zzzzzhy commited on
Commit
a6addab
·
verified ·
1 Parent(s): abd04da

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -6,25 +6,25 @@ configs:
6
  data_files:
7
  - split: seed
8
  path:
9
- - "amgm_seed.jsonl"
10
- - "cauchy_seed.jsonl"
11
- - "misc_seed.jsonl"
12
  - split: type1
13
  path:
14
- - "amgm_type1.jsonl"
15
- - "cauchy_type1.jsonl"
16
- - "misc_type1.jsonl"
17
  - split: type2
18
  path:
19
- - "amgm_type2.jsonl"
20
- - "cauchy_type2.jsonl"
21
- - "misc_type2.jsonl"
22
  - split: mix
23
  path:
24
- - "comp2_100.jsonl"
25
  - split: real
26
  path:
27
- - "real.jsonl"
28
  ---
29
 
30
- The proof of the seed problems can be found at https://github.com/haoyuzhao123/LeanIneqComp
 
6
  data_files:
7
  - split: seed
8
  path:
9
+ - "amgm_seed.parquet"
10
+ - "cauchy_seed.parquet"
11
+ - "misc_seed.parquet"
12
  - split: type1
13
  path:
14
+ - "amgm_type1.parquet"
15
+ - "cauchy_type1.parquet"
16
+ - "misc_type1.parquet"
17
  - split: type2
18
  path:
19
+ - "amgm_type2.parquet"
20
+ - "cauchy_type2.parquet"
21
+ - "misc_type2.parquet"
22
  - split: mix
23
  path:
24
+ - "comp2_100.parquet"
25
  - split: real
26
  path:
27
+ - "real.parquet"
28
  ---
29
 
30
+ The proof of the seed problems and the evaluation scripts can be found at https://github.com/haoyuzhao123/LeanIneqComp