nielsr HF staff commited on
Commit
1d9b712
·
verified ·
1 Parent(s): 9898067

Add dataset card and metadata

Browse files

This PR adds a dataset card with metadata and a description of the dataset. It also includes links to the paper and the GitHub repository.

Files changed (1) hide show
  1. README.md +13 -0
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).