Re-extract: full statement+proof, normalized schema, provenance
Browse files- README.md +10 -5
- data/train-00000-of-00001.parquet +2 -2
README.md
CHANGED
|
@@ -30,7 +30,7 @@ dataset_info:
|
|
| 30 |
- {name: source_url, dtype: string}
|
| 31 |
- {name: commit, dtype: string}
|
| 32 |
splits:
|
| 33 |
-
- {name: train, num_examples:
|
| 34 |
config_name: default
|
| 35 |
configs:
|
| 36 |
- config_name: default
|
|
@@ -54,7 +54,7 @@ Cryptol declarations, each row carrying the statement and, where present, the pr
|
|
| 54 |
|
| 55 |
| Column | Type | Description |
|
| 56 |
|--------|------|-------------|
|
| 57 |
-
| fact | string |
|
| 58 |
| statement | string | Signature with the leading keyword removed (verbatim slice) |
|
| 59 |
| proof | string | Verbatim proof/body, empty if none |
|
| 60 |
| type | string | Declaration keyword |
|
|
@@ -72,8 +72,8 @@ Cryptol declarations, each row carrying the statement and, where present, the pr
|
|
| 72 |
|
| 73 |
## Statistics
|
| 74 |
|
| 75 |
-
- Entries:
|
| 76 |
-
- With proof:
|
| 77 |
- With docstring: 0 (0.0%)
|
| 78 |
- Libraries: 13
|
| 79 |
|
|
@@ -81,7 +81,12 @@ Cryptol declarations, each row carrying the statement and, where present, the pr
|
|
| 81 |
|
| 82 |
| Type | Count |
|
| 83 |
|---|---|
|
| 84 |
-
| function |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 85 |
|
| 86 |
## Example
|
| 87 |
|
|
|
|
| 30 |
- {name: source_url, dtype: string}
|
| 31 |
- {name: commit, dtype: string}
|
| 32 |
splits:
|
| 33 |
+
- {name: train, num_examples: 1045}
|
| 34 |
config_name: default
|
| 35 |
configs:
|
| 36 |
- config_name: default
|
|
|
|
| 54 |
|
| 55 |
| Column | Type | Description |
|
| 56 |
|--------|------|-------------|
|
| 57 |
+
| fact | string | Verbatim declaration with the leading keyword removed: signature and body/proof joined |
|
| 58 |
| statement | string | Signature with the leading keyword removed (verbatim slice) |
|
| 59 |
| proof | string | Verbatim proof/body, empty if none |
|
| 60 |
| type | string | Declaration keyword |
|
|
|
|
| 72 |
|
| 73 |
## Statistics
|
| 74 |
|
| 75 |
+
- Entries: 1,045
|
| 76 |
+
- With proof: 438 (41.9%)
|
| 77 |
- With docstring: 0 (0.0%)
|
| 78 |
- Libraries: 13
|
| 79 |
|
|
|
|
| 81 |
|
| 82 |
| Type | Count |
|
| 83 |
|---|---|
|
| 84 |
+
| function | 639 |
|
| 85 |
+
| property | 147 |
|
| 86 |
+
| primitive | 146 |
|
| 87 |
+
| type | 98 |
|
| 88 |
+
| type constraint | 14 |
|
| 89 |
+
| newtype | 1 |
|
| 90 |
|
| 91 |
## Example
|
| 92 |
|
data/train-00000-of-00001.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:46d7ad6684936912345094c88e835827b2a93129d191283e9168a8296c755d9d
|
| 3 |
+
size 310648
|