Datasets:
Qwen
/

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
psyangqi commited on
Commit
5cbffba
·
verified ·
1 Parent(s): 2c3ab34

update readme

Browse files
Files changed (1) hide show
  1. README.md +12 -13
README.md CHANGED
@@ -196,10 +196,10 @@ configs:
196
 
197
 
198
  <div align="center">
199
- <a href="https://arxiv.org/abs/2504.12345">
200
- <img src="https://img.shields.io/badge/arXiv-2504.12345-b31b1b.svg?logo=arxiv" alt="arXiv Badge"/>
201
  </a>
202
- <a href="https://github.com/your-username/PolyMath">
203
  <img src="https://img.shields.io/badge/GitHub-Code-black?logo=github" alt="GitHub Badge"/>
204
  </a>
205
  </div>
@@ -236,9 +236,7 @@ configs:
236
 
237
  ## 📊 Main Results
238
 
239
- <div align="center">
240
- <img src="_ASSETS/benchmark_score.png" alt="logo" width="80%"/>
241
- </div>
242
 
243
  ---
244
 
@@ -247,12 +245,13 @@ configs:
247
  If you use **PolyMath** in your research, please cite us:
248
 
249
  ```bibtex
250
- @misc{polymath2025,
251
- title = {PolyMath: Evaluating Mathematical Reasoning in Multilingual Contexts},
252
- author = {xxx},
253
- year = {2025},
254
- eprint = {2504.12345},
255
- archivePrefix = {arXiv},
256
- primaryClass = {cs.CL}
 
257
  }
258
  ```
 
196
 
197
 
198
  <div align="center">
199
+ <a href="https://arxiv.org/abs/2504.18428">
200
+ <img src="https://img.shields.io/badge/arXiv-2504.18428-b31b1b.svg?logo=arxiv" alt="arXiv Badge"/>
201
  </a>
202
+ <a href="https://github.com/QwenLM/PolyMath">
203
  <img src="https://img.shields.io/badge/GitHub-Code-black?logo=github" alt="GitHub Badge"/>
204
  </a>
205
  </div>
 
236
 
237
  ## 📊 Main Results
238
 
239
+ The leaderboard is continuously updated! See https://qwen-polymath.github.io/#leaderboard
 
 
240
 
241
  ---
242
 
 
245
  If you use **PolyMath** in your research, please cite us:
246
 
247
  ```bibtex
248
+ @misc{wang2025polymath,
249
+ title={PolyMath: Evaluating Mathematical Reasoning in Multilingual Contexts},
250
+ author={Yiming Wang and Pei Zhang and Jialong Tang and Haoran Wei and Baosong Yang and Rui Wang and Chenshu Sun and Feitong Sun and Jiran Zhang and Junxuan Wu and Qiqian Cang and Yichang Zhang and Fei Huang and Junyang Lin and Fei Huang and Jingren Zhou},
251
+ year={2025},
252
+ eprint={2504.18428},
253
+ archivePrefix={arXiv},
254
+ primaryClass={cs.CL},
255
+ url={https://arxiv.org/abs/2504.18428},
256
  }
257
  ```