phanerozoic commited on
Commit
4972762
·
verified ·
1 Parent(s): 1a6d634

Re-extract: full statement+proof, normalized schema, provenance

Browse files
Files changed (2) hide show
  1. README.md +2 -2
  2. data/train-00000-of-00001.parquet +2 -2
README.md CHANGED
@@ -58,7 +58,7 @@ Structured dataset from the Mathematical Components library (MathComp) for Coq.
58
 
59
  | Column | Type | Description |
60
  |--------|------|-------------|
61
- | fact | string | Complete verbatim declaration (keyword, signature, and body/proof) |
62
  | statement | string | Signature with the leading keyword removed (verbatim slice) |
63
  | proof | string | Verbatim proof/body, empty if none |
64
  | type | string | Declaration keyword |
@@ -114,7 +114,7 @@ Structured dataset from the Mathematical Components library (MathComp) for Coq.
114
  ## Example
115
 
116
  ```coq
117
- Fact floor_subproof n :
118
  if n \is real_num then n%:~R <= n < (n + 1)%:~R else n == 0.
119
  Proof. by rewrite num_real !intz ltzD1 lexx. Qed.
120
  ```
 
58
 
59
  | Column | Type | Description |
60
  |--------|------|-------------|
61
+ | fact | string | Verbatim declaration with the leading keyword removed: signature and body/proof joined |
62
  | statement | string | Signature with the leading keyword removed (verbatim slice) |
63
  | proof | string | Verbatim proof/body, empty if none |
64
  | type | string | Declaration keyword |
 
114
  ## Example
115
 
116
  ```coq
117
+ floor_subproof n :
118
  if n \is real_num then n%:~R <= n < (n + 1)%:~R else n == 0.
119
  Proof. by rewrite num_real !intz ltzD1 lexx. Qed.
120
  ```
data/train-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:562bb3c0a873e2cf1b0c2ecb986766cd2986734e66a3f435df90e708b8721c9a
3
- size 4644637
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01607a48f5208c89364bc4b2cd6d1b8c0a8b298800d1d06430dcb9fe480bc269
3
+ size 4569523