File size: 1,088 Bytes
b350739 d4538b5 8c361e9 d4538b5 8c361e9 d4538b5 8c361e9 d4538b5 8c361e9 d4538b5 8c361e9 d4538b5 8c361e9 d4538b5 8c361e9 d4538b5 8c361e9 d4538b5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
---
pipeline_tag: sentence-similarity
---
# Model Card: Assisting Mathematical Formalization with A Learning-based Premise Retriever
## Model Description
This model is the first version designed for **premise retrieval** in **Lean**, based on the **state representation** of Lean. The model follows the architecture described in the paper:
[Assisting Mathematical Formalization with A Learning-based Premise Retriever](https://arxiv.org/abs/2501.13959)
The model implementation and code are available at:
[GitHub Repository](https://github.com/ruc-ai4math/Premise-Retrieval)
[Try our model](https://premise-search.com)
## Citation
If you use this model, please cite the following paper:
```
@misc{tao2025assistingmathematicalformalizationlearningbased,
title={Assisting Mathematical Formalization with A Learning-based Premise Retriever},
author={Yicheng Tao and Haotian Liu and Shanwen Wang and Hongteng Xu},
year={2025},
eprint={2501.13959},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2501.13959},
}
``` |