Nuo97 commited on
Commit
0b2b1d4
1 Parent(s): 4a7ba06

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -11,4 +11,8 @@ pinned: true
11
 
12
  Mathoctopus is a series of multilingual math reasoning large language models based on LLaMA.
13
 
14
- Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
11
 
12
  Mathoctopus is a series of multilingual math reasoning large language models based on LLaMA.
13
 
14
+ This work pioneers exploring and building powerful Multilingual Math Reasoning (xMR) LLMs. To accomplish this, we make the following works:
15
+
16
+ - **MGSM8KInstruct**, the first multilingual math reasoning instruction dataset, encompassing ten distinct languages, thus addressing the issue of training data scarcity in xMR tasks.
17
+ - **MSVAMP**, an out-of-domain xMR test dataset, to conduct a more exhaustive and comprehensive evaluation of the model’s multilingual mathematical capabilities.
18
+ - **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.