HKUDS / GraphGPT

[SIGIR'2024] "GraphGPT: Graph Instruction Tuning for Large Language Models"
https://arxiv.org/abs/2310.13023
Apache License 2.0
577 stars 55 forks source link

Inquiry about the function of 'use_graph_start_end' #76

Open zfkarl opened 3 months ago

zfkarl commented 3 months ago

Hi, thanks for the great work. I've noted that the option 'use_graph_start_end' is set to false in the self-supervised tuning stage, but set to true in the task-specific tuning stage. Could you explain how this option works?