Add dataset card and metadata (#1)
Browse files- Add dataset card and metadata (1d9b7122afc21e968ce8b077d245500c56c4e7c8)
Co-authored-by: Niels Rogge <[email protected]>
    	
        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).
         | 
