Update README.md
Browse files
README.md
CHANGED
@@ -7,30 +7,19 @@ sdk: static
|
|
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 |
-
#
|
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/
|
26 |
|
27 |
## About Mathoctopus
|
|
|
28 |
|
29 |
-
|
30 |
-
|
31 |
-
|
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 |
-
|
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
|
11 |
+
# 🪄 GraphWiz: An Instruction-Following Language Model for Graph Problems
|
12 |
|
13 |
Project Page: [https://mathoctopus.github.io/](https://mathoctopus.github.io/)
|
14 |
|
15 |
Paper: [https://arxiv.org/abs/2310.20246.pdf](https://arxiv.org/abs/2310.20246.pdf)
|
16 |
|
17 |
+
Code: [https://github.com/nuochenpku/Graph-Reasoning-LLM](https://github.com/nuochenpku/Graph-Reasoning-LLM)
|
18 |
|
19 |
## About Mathoctopus
|
20 |
+
This project aims at leveraging instruction-tuning to build a powerful instruction-following LLM that can map textural descriptions of graphs and structures, and then solve different graph problems explicitly in natural language.
|
21 |
|
22 |
+
- **GraphWiz**, a series of instruction-following LLMs that have strong graph problem-solving abilities and output explicit reasoning paths.
|
23 |
+
- **GraphInstruct**, which offers over 72.5k training samples across nine graph problem
|
24 |
+
tasks, ranging in complexity from linear and polynomial to NP-complete, extending the scope, scale,
|
25 |
+
and diversity of previous benchmarks.
|
|
|
|
|
|
|
|