daypu commited on
Commit
c0fbfac
·
1 Parent(s): 1f708d5

fix rendering: force inline-block for badges

Browse files
Files changed (2) hide show
  1. README.md +5 -5
  2. README_zh.md +5 -5
README.md CHANGED
@@ -21,11 +21,11 @@ tags:
21
  <h1>MathForm: Scaling Mathematical Autoformalization with Knowledge Retrieval and Verification-Guided Refinement</h1>
22
  </div>
23
 
24
- <p align="center">
25
- <a href="https://arxiv.org/abs/2608.14221"><img src="https://img.shields.io/badge/Paper-arXiv-b31b1b.svg" alt="Paper"></a>
26
- <a href="https://github.com/OpenBMB/MathForm"><img src="https://img.shields.io/badge/GitHub-MathForm-181717.svg" alt="Code"></a>
27
- <a href="https://huggingface.co/datasets/openbmb/FormalVerse"><img src="https://img.shields.io/badge/🤗%20Dataset-FormalVerse-yellow.svg" alt="FormalVerse Dataset"></a>
28
- </p>
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:
 
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:
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
- <a href="https://arxiv.org/abs/2608.14221"><img src="https://img.shields.io/badge/Paper-arXiv-b31b1b.svg" alt="论文"></a>
7
- <a href="https://github.com/OpenBMB/MathForm"><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
 
 
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