VITA-Group / LLaGA

[ICML2024] "LLaGA: Large Language and Graph Assistant", Runjin Chen, Tong Zhao, Ajay Jaiswal, Neil Shah, Zhangyang Wang
Apache License 2.0
81 stars 3 forks source link

Request for Missing Data Processing Code #12

Closed studycell closed 4 months ago

studycell commented 4 months ago

Hello, thank you very much for your work. I noticed that some data processing files are not provided when running the code, as mentioned in the picture. Could you provide the code to generate these files?

image

ChenRunjin commented 4 months ago

Hi, the functions to generate node_sequence and embeddings is provided in utils/data_processing.py.