CurryTang / Graph-LLM

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

Question about the paper #8

Closed minhquoc0712 closed 9 months ago

minhquoc0712 commented 10 months ago

Hi, thank you for your interesting research.

I have a question: What is the difference between LLM-as-Enhancers with Iterative structure proposed in the paper and GLEM?

CurryTang commented 10 months ago

Thanks for your interest in our project. LLMs-as-Enhancers with iterative structure is a framework while GLEM is a detailed implementation of this framework. We use GLEM to test the effectiveness of this framework in this paper.

minhquoc0712 commented 10 months ago

Thank you. I understand now.