PeterGriffinJin / Awesome-Language-Model-on-Graphs

A curated list of papers and resources based on "Large Language Models on Graphs: A Comprehensive Survey"
https://arxiv.org/abs/2312.02783
MIT License
798 stars 54 forks source link

A Potential Related Work #5

Closed Samyu0304 closed 10 months ago

Samyu0304 commented 10 months ago

Dear Authors,

Thanks for this wonderful survey and repo! We would like to introduce our related work on using the graph structure of general tasks to enhance complex reasoning with LLMs "Junchi Yu, Ran He, Rex, Ying. Thought Propagation: An Analogical Approach to Complex Reasoning with Large Language Models". Apart from general reasoning tasks, our method also performs well on the Shortest-path Reasoning problem on graphs.

We hope our work could further enrich your awesome repo and survey ☺️ !

Best, Junchi Yu

PeterGriffinJin commented 10 months ago

Hi Junchi,

Thank you for bringing up this great paper! I have added it to the repo.

Best, Bowen