Datasets:

Modalities:
Text
Formats:
json
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ .DS_Store
README.md CHANGED
@@ -2,22 +2,48 @@
2
  license: apache-2.0
3
 
4
  configs:
5
- - config_name: default
6
  data_files:
7
- - split: hep
8
- path: "minictx/hep.jsonl"
9
- - split: htpi
10
- path: "minictx/htpi.jsonl"
11
- - split: mathlib
12
- path: "minictx/mathlib.jsonl"
13
- - split: pfr
14
- path: "minictx/pfr.jsonl"
15
- - split: pfr_cross
16
- path: "minictx/pfr_cross.jsonl"
17
- - split: pnt
18
- path: "minictx/pnt.jsonl"
19
- - split: scilean
20
- path: "minictx/scilean.jsonl"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  ---
22
 
23
 
@@ -123,7 +149,7 @@ In addition to individual entries, we also provide the link and git commit versi
123
  - PFR: https://github.com/teorth/pfr, commit 6aeed6ddf7dd02470b3196e44527a6f3d32e54cf
124
  - Mathlib: https://github.com/leanprover-community/mathlib4, commit f4b4298bd76b82f7b28f0fb6b5ab92bdf5e5634d
125
  - HTPI: We use the fork https://github.com/hanwenzhu/HTPILeanPackage4.7, commit 8eeebaec8d7fa17b5fe9d97589839ca2560e3ce2
126
- - HEP: We use the fork https://github.com/HEPLean/HepLean, commit 7448822afced644bd61f0bdcf4dc438f455f9890
127
  - SciLean: https://github.com/lecopivo/SciLean, commit e03a8e439a558840118319a6c8a47106e1445e53
128
 
129
  ## Citation
@@ -136,4 +162,4 @@ Please cite:
136
  journal={arXiv preprint arXiv:2408.03350},
137
  year={2024}
138
  }
139
- ```
 
2
  license: apache-2.0
3
 
4
  configs:
5
+ - config_name: hep
6
  data_files:
7
+ - split: valid
8
+ path: "minictx-valid/hep.jsonl"
9
+ - split: test
10
+ path: "minictx-test/hep.jsonl"
11
+ - config_name: htpi
12
+ data_files:
13
+ - split: valid
14
+ path: "minictx-valid/htpi.jsonl"
15
+ - split: test
16
+ path: "minictx-test/htpi.jsonl"
17
+ - config_name: mathlib
18
+ data_files:
19
+ - split: valid
20
+ path: "minictx-valid/mathlib.jsonl"
21
+ - split: test
22
+ path: "minictx-test/mathlib.jsonl"
23
+ - config_name: pfr
24
+ data_files:
25
+ - split: valid
26
+ path: "minictx-valid/pfr.jsonl"
27
+ - split: test
28
+ path: "minictx-test/pfr.jsonl"
29
+ - config_name: pfr_cross
30
+ data_files:
31
+ - split: valid
32
+ path: "minictx-valid/pfr_cross.jsonl"
33
+ - split: test
34
+ path: "minictx-test/pfr_cross.jsonl"
35
+ - config_name: pnt
36
+ data_files:
37
+ - split: valid
38
+ path: "minictx-valid/pnt.jsonl"
39
+ - split: test
40
+ path: "minictx-test/pnt.jsonl"
41
+ - config_name: scilean
42
+ data_files:
43
+ - split: valid
44
+ path: "minictx-valid/scilean.jsonl"
45
+ - split: test
46
+ path: "minictx-test/scilean.jsonl"
47
  ---
48
 
49
 
 
149
  - PFR: https://github.com/teorth/pfr, commit 6aeed6ddf7dd02470b3196e44527a6f3d32e54cf
150
  - Mathlib: https://github.com/leanprover-community/mathlib4, commit f4b4298bd76b82f7b28f0fb6b5ab92bdf5e5634d
151
  - HTPI: We use the fork https://github.com/hanwenzhu/HTPILeanPackage4.7, commit 8eeebaec8d7fa17b5fe9d97589839ca2560e3ce2
152
+ - HEP: We use the fork https://github.com/hanwenzhu/HepLean-v4.7, commit 7448822afced644bd61f0bdcf4dc438f455f9890
153
  - SciLean: https://github.com/lecopivo/SciLean, commit e03a8e439a558840118319a6c8a47106e1445e53
154
 
155
  ## Citation
 
162
  journal={arXiv preprint arXiv:2408.03350},
163
  year={2024}
164
  }
165
+ ```
{minictx → minictx-test}/hep.jsonl RENAMED
File without changes
{minictx → minictx-test}/htpi.jsonl RENAMED
File without changes
{minictx → minictx-test}/mathlib.jsonl RENAMED
File without changes
{minictx → minictx-test}/pfr.jsonl RENAMED
File without changes
{minictx → minictx-test}/pfr_cross.jsonl RENAMED
File without changes
{minictx → minictx-test}/pnt.jsonl RENAMED
File without changes
{minictx → minictx-test}/scilean.jsonl RENAMED
File without changes
minictx-valid/hep.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
minictx-valid/htpi.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
minictx-valid/mathlib.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
minictx-valid/pfr.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
minictx-valid/pfr_cross.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
minictx-valid/pnt.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
minictx-valid/scilean.jsonl ADDED
The diff for this file is too large to render. See raw diff