pytorch_geometric icon indicating copy to clipboard operation
pytorch_geometric copied to clipboard

Implementation of LLM-to-LM GNN

Open rusty1s opened this issue 1 year ago • 3 comments

🚀 The feature, motivation and pitch

Paper: Harnessing Explanations: LLM-to-LM Interpreter for Enhanced Text Attributed Graph Representation Learning (ICLR 2024)

The paper uses the power of an LLM to get a meaningful explanation, which is then used to fine-tune a smaller LM+GNN. Really interesting paper. Would be great to have an example of it in PyG :)

rusty1s avatar May 26 '24 06:05 rusty1s

Hi @rusty1s ,

I can work on creating an example implementation of this feature in PyG.

devanshamin avatar May 30 '24 12:05 devanshamin

That would be amazing :)

rusty1s avatar Jun 05 '24 15:06 rusty1s

PR should be up by end of this week.

devanshamin avatar Jun 10 '24 15:06 devanshamin