Update README.md
Browse files
README.md
CHANGED
@@ -7,4 +7,30 @@ sdk: static
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
+
---
|
11 |
+
title: README
|
12 |
+
emoji: 🚀
|
13 |
+
colorFrom: blue
|
14 |
+
colorTo: gray
|
15 |
+
sdk: static
|
16 |
+
pinned: true
|
17 |
+
---
|
18 |
+
|
19 |
+
# 🐙 Breaking Language Barriers in Multilingual Mathematical Reasoning: Insights and Observations
|
20 |
+
|
21 |
+
Project Page: [https://mathoctopus.github.io/](https://mathoctopus.github.io/)
|
22 |
+
|
23 |
+
Paper: [https://arxiv.org/abs/2310.20246.pdf](https://arxiv.org/abs/2310.20246.pdf)
|
24 |
+
|
25 |
+
Code: [https://github.com/microsoft/MathOctopus](https://github.com/microsoft/MathOctopus)
|
26 |
+
|
27 |
+
## About Mathoctopus
|
28 |
+
|
29 |
+
Mathoctopus is a series of multilingual math reasoning large language models based on LLaMA.
|
30 |
+
|
31 |
+
This work pioneers exploring and building powerful Multilingual Math Reasoning (xMR) LLMs. To accomplish this, we make the following works:
|
32 |
+
|
33 |
+
- **MGSM8KInstruct**, the multilingual math reasoning instruction dataset, encompassing ten distinct languages, thus addressing the issue of training data scarcity in xMR tasks.
|
34 |
+
- **MSVAMP**, an out-of-domain xMR test dataset, to conduct a more exhaustive and comprehensive evaluation of the model’s multilingual mathematical capabilities.
|
35 |
+
- **MathOctopus**, our effective Multilingual Math Reasoning LLMs, training with different strategies, which notably outperform conventional open-source LLMs and exhibit superiority over ChatGPT in few-shot scenarios.
|
36 |
+
|