Add dataset card and metadata
#1
by
nielsr
HF Staff
- opened
README.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- question-answering
|
| 5 |
+
tags:
|
| 6 |
+
- math
|
| 7 |
+
- formalization
|
| 8 |
+
- lean
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
This dataset is used in the paper [Assisting Mathematical Formalization with A Learning-based Premise Retriever](https://huggingface.co/papers/2501.13959). It contains data for training and evaluating a premise retriever for the Lean theorem prover.
|
| 12 |
+
|
| 13 |
+
The dataset is described in detail in the [GitHub repository](https://github.com/ruc-ai4math/Premise-Retrieval). It consists of proof states and corresponding premises from the Mathlib library. The data is designed to train a model to effectively retrieve relevant premises for a given proof state, assisting users in the mathematical formalization process. The dataset is available for download at [this link](https://huggingface.co/datasets/ruc-ai4math/mathlib_handler_benchmark_410).
|