Views
No views yet
pip install vllm transformers1# Via huggingface-cli
2huggingface-cli download xushuwen23/GraphWalker-7B --local-dir ./GraphWalker-7B1vllm serve "xushuwen23/GraphWalker-7B" \
2 --host 0.0.0.0 --port 22240 \
3 --served-model-name graphwalker-7b \
4 --gpu-memory-utilization 0.9 \
5 --dtype auto \
6 --chat-template "./GraphWalker-7B/chat_template.jinja"| Method | Backbone | CWQ EM | CWQ F1 | WebQSP EM | WebQSP F1 |
|---|---|---|---|---|---|
| GraphWalker | |||||
| †Vanilla Agent | Qwen2.5-7B-Instruct | 40.7 | 33.2 | 68.4 | 66.1 |
| †Vanilla Agent | GPT-4o-mini | 63.4 | 60.3 | 79.6 | 70.6 |
| †Vanilla Agent | DeepSeek-V3.2 | 69.8 | 63.5 | 76.7 | 71.8 |
| GraphWalker-7B-SFT | Qwen2.5-7B-Instruct | 68.3 | 63.2 | 82.0 | 79.1 |
| GraphWalker-3B-SFT-RL | Qwen2.5-3B-Instruct | 70.9 | 65.2 | 83.5 | 81.7 |
| GraphWalker-8B-SFT-RL | LLaMA3.1-8B-Instruct | 78.5 | 69.6 | 88.2 | 84.5 |
| GraphWalker-7B-SFT-RL | Qwen2.5-7B-Instruct | 79.6 | 74.2 | 91.5 | 88.6 |
1@misc{xu2026graphwalkeragenticknowledgegraph,
2 title={GraphWalker: Agentic Knowledge Graph Question Answering via Synthetic Trajectory Curriculum},
3 author={Shuwen Xu and Yao Xu and Jiaxiang Liu and Chenhao Yuan and Wenshuo Peng and Jun Zhao and Kang Liu},
4 year={2026},
5 eprint={2603.28533},
6 archivePrefix={arXiv},
7 primaryClass={cs.CL},
8 url={https://arxiv.org/abs/2603.28533},
9}