Nuo97 commited on
Commit
63d6c0e
1 Parent(s): 50dc0d2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
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**.