CurryTang / Graph-LLM

Exploring the Potential of Large Language Models (LLMs) in Learning on Graphs
243 stars 25 forks source link

Question about the google drive datasets' features #11

Closed liuximeng2 closed 8 months ago

liuximeng2 commented 8 months ago

Thanks for providing the dataset. I am wondering about how are the datasets' features obtained. For example, for cora_fixed_sbert, are the features obtained using the pretrained sbert model, or using the fine-tuned sbert model?

CurryTang commented 8 months ago

We use the pre-trained sbert model.

liuximeng2 commented 8 months ago

Thanks!