BigDong daypu commited on
Commit
8f6d09e
·
1 Parent(s): 9a828a5

update readme (#1)

Browse files

- update readme: add arXiv and GitHub links, update citation (3d1732038a9f32cd64ee839290db3a36993c1e6e)
- link paper: add arxiv:2608.14221 tag (1f708d57063faf5a3a7da67eb70f53eb6a6e2bb2)
- fix rendering: force inline-block for badges (c0fbfac8e293dc5128e6d61edebb9bbf3d86ef26)


Co-authored-by: Lushi Pu <daypu@users.noreply.huggingface.co>

Files changed (2) hide show
  1. README.md +15 -10
  2. README_zh.md +14 -10
README.md CHANGED
@@ -9,6 +9,7 @@ datasets:
9
  pipeline_tag: text-generation
10
  library_name: transformers
11
  tags:
 
12
  - lean4
13
  - autoformalization
14
  - mathematics
@@ -20,11 +21,11 @@ tags:
20
  <h1>MathForm: Scaling Mathematical Autoformalization with Knowledge Retrieval and Verification-Guided Refinement</h1>
21
  </div>
22
 
23
- <p align="center">
24
- <img src="https://img.shields.io/badge/Paper-arXiv-b31b1b.svg" alt="Paper">
25
- <a href="[GITHUB_URL]"><img src="https://img.shields.io/badge/GitHub-MathForm-181717.svg" alt="Code"></a>
26
- <a href="https://huggingface.co/datasets/openbmb/FormalVerse"><img src="https://img.shields.io/badge/🤗%20Dataset-FormalVerse-yellow.svg" alt="FormalVerse Dataset"></a>
27
- </p>
28
 
29
  **MathForm-8B** is an autoformalization model that translates natural-language
30
  mathematical statements into Lean 4. It is released with the paper *MathForm:
@@ -112,7 +113,7 @@ Both servers expose an OpenAI-compatible API at
112
  ## Evaluation
113
 
114
  The evaluation pipeline, benchmark files, and Pass@k scripts are available in
115
- the [MathForm repository]([GITHUB_URL]). Compilation checks require a running
116
  Kimina Lean Server. The experiments use Lean 4.21.0.
117
 
118
  ## License
@@ -122,9 +123,13 @@ This project is licensed under the Apache License 2.0.
122
  ## Citation
123
 
124
  ```bibtex
125
- @misc{pu2026mathform,
126
- title = {MathForm: Scaling Mathematical Autoformalization with Knowledge Retrieval and Verification-Guided Refinement},
127
- author = {Lushi Pu and Weiming Zhang and Xinheng Xie and Zixuan Fu and Bingxiang He and Hengyu Zhao and Hongya Lyu and Xin Li and Jie Zhou and Yudong Wang},
128
- year = {2026}
 
 
 
 
129
  }
130
  ```
 
9
  pipeline_tag: text-generation
10
  library_name: transformers
11
  tags:
12
+ - arxiv:2608.14221
13
  - lean4
14
  - autoformalization
15
  - mathematics
 
21
  <h1>MathForm: Scaling Mathematical Autoformalization with Knowledge Retrieval and Verification-Guided Refinement</h1>
22
  </div>
23
 
24
+ <div align="center" style="line-height: 1;">
25
+ <a href="https://arxiv.org/abs/2608.14221" style="margin: 2px;"><img src="https://img.shields.io/badge/Paper-arXiv-b31b1b.svg" alt="Paper" style="display: inline-block; vertical-align: middle;" /></a>
26
+ <a href="https://github.com/OpenBMB/MathForm" style="margin: 2px;"><img src="https://img.shields.io/badge/GitHub-MathForm-181717.svg" alt="Code" style="display: inline-block; vertical-align: middle;" /></a>
27
+ <a href="https://huggingface.co/datasets/openbmb/FormalVerse" style="margin: 2px;"><img src="https://img.shields.io/badge/%F0%9F%A4%97%20Dataset-FormalVerse-yellow.svg" alt="FormalVerse Dataset" style="display: inline-block; vertical-align: middle;" /></a>
28
+ </div>
29
 
30
  **MathForm-8B** is an autoformalization model that translates natural-language
31
  mathematical statements into Lean 4. It is released with the paper *MathForm:
 
113
  ## Evaluation
114
 
115
  The evaluation pipeline, benchmark files, and Pass@k scripts are available in
116
+ the [MathForm repository](https://github.com/OpenBMB/MathForm). Compilation checks require a running
117
  Kimina Lean Server. The experiments use Lean 4.21.0.
118
 
119
  ## License
 
123
  ## Citation
124
 
125
  ```bibtex
126
+ @misc{pu2026mathformscalingmathematicalautoformalization,
127
+ title={MathForm: Scaling Mathematical Autoformalization with Knowledge Retrieval and Verification-Guided Refinement},
128
+ author={Lushi Pu and Weiming Zhang and Xinheng Xie and Zixuan Fu and Bingxiang He and Hengyu Zhao and Hongya Lyu and Xin Li and Jie Zhou and Yudong Wang},
129
+ year={2026},
130
+ eprint={2608.14221},
131
+ archivePrefix={arXiv},
132
+ primaryClass={cs.AI},
133
+ url={https://arxiv.org/abs/2608.14221},
134
  }
135
  ```
README_zh.md CHANGED
@@ -2,11 +2,11 @@
2
  <h1>MathForm: Scaling Mathematical Autoformalization with Knowledge Retrieval and Verification-Guided Refinement</h1>
3
  </div>
4
 
5
- <p align="center">
6
- <img src="https://img.shields.io/badge/Paper-arXiv-b31b1b.svg" alt="论文">
7
- <a href="[GITHUB_URL]"><img src="https://img.shields.io/badge/GitHub-MathForm-181717.svg" alt="代码"></a>
8
- <a href="https://huggingface.co/datasets/openbmb/FormalVerse"><img src="https://img.shields.io/badge/🤗%20Dataset-FormalVerse-yellow.svg" alt="FormalVerse 数据集"></a>
9
- </p>
10
 
11
  **MathForm-8B** 是一个将自然语言数学陈述转换为 Lean 4 的自动形式化模型,随论文 *MathForm: Scaling Mathematical Autoformalization with Knowledge Retrieval and Verification-Guided Refinement* 发布。
12
 
@@ -88,7 +88,7 @@ OpenAI 的 API。
88
 
89
  ## 评测
90
 
91
- 评测流程、基准文件和 Pass@k 脚本位于 [MathForm 仓库]([GITHUB_URL])。编译检查需要运行 Kimina Lean Server。实验使用 Lean 4.21.0。
92
 
93
  ## 许可证
94
 
@@ -97,9 +97,13 @@ OpenAI 的 API。
97
  ## 引用
98
 
99
  ```bibtex
100
- @misc{pu2026mathform,
101
- title = {MathForm: Scaling Mathematical Autoformalization with Knowledge Retrieval and Verification-Guided Refinement},
102
- author = {Lushi Pu and Weiming Zhang and Xinheng Xie and Zixuan Fu and Bingxiang He and Hengyu Zhao and Hongya Lyu and Xin Li and Jie Zhou and Yudong Wang},
103
- year = {2026}
 
 
 
 
104
  }
105
  ```
 
2
  <h1>MathForm: Scaling Mathematical Autoformalization with Knowledge Retrieval and Verification-Guided Refinement</h1>
3
  </div>
4
 
5
+ <div align="center" style="line-height: 1;">
6
+ <a href="https://arxiv.org/abs/2608.14221" style="margin: 2px;"><img src="https://img.shields.io/badge/Paper-arXiv-b31b1b.svg" alt="论文" style="display: inline-block; vertical-align: middle;" /></a>
7
+ <a href="https://github.com/OpenBMB/MathForm" style="margin: 2px;"><img src="https://img.shields.io/badge/GitHub-MathForm-181717.svg" alt="代码" style="display: inline-block; vertical-align: middle;" /></a>
8
+ <a href="https://huggingface.co/datasets/openbmb/FormalVerse" style="margin: 2px;"><img src="https://img.shields.io/badge/%F0%9F%A4%97%20Dataset-FormalVerse-yellow.svg" alt="FormalVerse 数据集" style="display: inline-block; vertical-align: middle;" /></a>
9
+ </div>
10
 
11
  **MathForm-8B** 是一个将自然语言数学陈述转换为 Lean 4 的自动形式化模型,随论文 *MathForm: Scaling Mathematical Autoformalization with Knowledge Retrieval and Verification-Guided Refinement* 发布。
12
 
 
88
 
89
  ## 评测
90
 
91
+ 评测流程、基准文件和 Pass@k 脚本位于 [MathForm 仓库](https://github.com/OpenBMB/MathForm)。编译检查需要运行 Kimina Lean Server。实验使用 Lean 4.21.0。
92
 
93
  ## 许可证
94
 
 
97
  ## 引用
98
 
99
  ```bibtex
100
+ @misc{pu2026mathformscalingmathematicalautoformalization,
101
+ title={MathForm: Scaling Mathematical Autoformalization with Knowledge Retrieval and Verification-Guided Refinement},
102
+ author={Lushi Pu and Weiming Zhang and Xinheng Xie and Zixuan Fu and Bingxiang He and Hengyu Zhao and Hongya Lyu and Xin Li and Jie Zhou and Yudong Wang},
103
+ year={2026},
104
+ eprint={2608.14221},
105
+ archivePrefix={arXiv},
106
+ primaryClass={cs.AI},
107
+ url={https://arxiv.org/abs/2608.14221},
108
  }
109
  ```