Update README.md
Browse files
README.md
CHANGED
@@ -46,7 +46,7 @@ Each JSON file contains a top-level key: `"training_data"` with a list of proof
|
|
46 |
| `project_id` | The ITP project or repository path (e.g., CompCert) |
|
47 |
| `theorem_name` | Name of the theorem being proved |
|
48 |
|
49 |
-
For convenience, structured fields such as `start_goals[*].goal`, `start_goals[*].hypotheses`, `end_goals[*].goal`, and `end_goals[*].hypotheses` are exposed directly through the Croissant metadata.
|
50 |
|
51 |
---
|
52 |
|
|
|
46 |
| `project_id` | The ITP project or repository path (e.g., CompCert) |
|
47 |
| `theorem_name` | Name of the theorem being proved |
|
48 |
|
49 |
+
For convenience, structured fields such as `start_goals[*].goal`, `start_goals[*].hypotheses`, `end_goals[*].goal`, and `end_goals[*].hypotheses` are exposed directly through the Croissant [metadata](https://huggingface.co/datasets/amitayusht/ProofWalaDataset/raw/main/croissant.json).
|
50 |
|
51 |
---
|
52 |
|