Update README.md
Browse files
README.md
CHANGED
|
@@ -11,6 +11,13 @@ tags:
|
|
| 11 |
|
| 12 |
# GraphWiz
|
| 13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
GraphWiz is a powerful instruction-following LLM that can map textural descriptions of graphs and structures, and then solve different graph problems explicitly in natural language.
|
| 15 |
|
| 16 |
Training strategies include two stages: **Mixed-task Training** and **DPO Alignment**.
|
|
|
|
| 11 |
|
| 12 |
# GraphWiz
|
| 13 |
|
| 14 |
+
Project Page: [https://graph-wiz.github.io/](https://graph-wiz.github.io/)
|
| 15 |
+
|
| 16 |
+
Paper: [https://arxiv.org/abs/2402.16029.pdf](https://arxiv.org/abs/2402.16029)
|
| 17 |
+
|
| 18 |
+
Code: [https://github.com/nuochenpku/Graph-Reasoning-LLM](https://github.com/nuochenpku/Graph-Reasoning-LLM)
|
| 19 |
+
|
| 20 |
+
|
| 21 |
GraphWiz is a powerful instruction-following LLM that can map textural descriptions of graphs and structures, and then solve different graph problems explicitly in natural language.
|
| 22 |
|
| 23 |
Training strategies include two stages: **Mixed-task Training** and **DPO Alignment**.
|