paper-with-me

홈 › Papers

Graph-ToolFormer: To Empower LLMs with Graph Reasoning Ability via Prompt Augmented by ChatGPT

2023-04-10 · Jiawei Zhang

In this paper, we aim to develop a large language model (LLM) with the reasoning ability on complex graph data. Currently, LLMs have achieved very impressive performance on various natural language learning tasks, extensions of which have also been applied to study the vision tasks with multi-modal data. However, when it comes to the graph learning tasks, existing LLMs present very serious flaws due to their several inherited weaknesses in performing {multi-step logic reasoning}, {precise mathematical calculation} and {perception about the spatial and temporal factors}. To address such challenges, in this paper, we will investigate the principles, methodologies and algorithms to empower existing LLMs with graph reasoning ability, which will have tremendous impacts on the current research of both LLMs and graph learning. Inspired by the latest ChatGPT and Toolformer models, we propose the Graph-ToolFormer (Graph Reasoning oriented Toolformer) framework to teach LLMs themselves with prompts augmented by ChatGPT to use external graph reasoning API tools. Specifically, we will investigate to teach Graph-ToolFormer to handle various graph data reasoning tasks in this paper, including both (1) very basic graph data loading and graph property reasoning tasks, ranging from simple graph order and size to the graph diameter and periphery, and (2) more advanced reasoning tasks on real-world graph data, such as bibliographic networks, protein molecules, sequential recommender systems, social networks and knowledge graphs.

📄 PDF Abstract BibTeX arXiv:2304.11116

Code (1)

jwzhanggy/Graph_Toolformer 공식 구현 pytorch

Tasks

Graph LearningKnowledge GraphsLanguage ModellingLarge Language ModelRecommendation Systems

Similar Papers 제목 키워드 기반

Graph-ToolFormer: To Empower LLMs with Graph Reasoning Ability via Prompt Dataset Augmented by ChatGPT

2023-04-10 · Preprint 2023 4 · Jiawei Zhang

In this paper, we aim to develop a large language model (LLM) with the reasoning ability on complex graph data. Currently, LLMs have achieved very impressive performance on various natural language learning tasks, extens…

Community DetectionGraph ClassificationGraph LearningIn-Context Learning+5

OR-Toolformer: Modeling and Solving Operations Research Problems with Tool Augmented Large Language Models

2025-09-24 · Jianzhang Zhang, Jialong Zhou, Chuang Liu arxiv

Large language models (LLMs) demonstrate strong mathematical reasoning, but reliance on closed-source APIs for OR tasks raises privacy concerns, and training open-source models from scratch incurs high compute costs. We …

Mathematical Reasoning

Can LLM Graph Reasoning Generalize beyond Pattern Memorization?

2024-06-23 · Yizhuo Zhang, Heng Wang, Shangbin Feng, Zhaoxuan Tan 외

Large language models (LLMs) demonstrate great potential for problems with implicit graphical structures, while recent works seek to enhance the graph reasoning capabilities of LLMs through specialized instruction tuning…

Memorization

GraphInstruct: Empowering Large Language Models with Graph Understanding and Reasoning Capability

2024-03-07 · Zihan Luo, Xiran Song, Hong Huang, Jianxun Lian 외

Evaluating and enhancing the general capabilities of large language models (LLMs) has been an important research topic. Graph is a common data structure in the real world, and understanding graph data is a crucial part f…

Graph Generation

GraphLLM: Boosting Graph Reasoning Ability of Large Language Model

2023-10-09 · Ziwei Chai, Tianjie Zhang, Liang Wu, Kaiqiao Han 외

The advancement of Large Language Models (LLMs) has remarkably pushed the boundaries towards artificial general intelligence (AGI), with their exceptional ability on understanding diverse types of information, including …

Graph LearningLanguage ModelingLanguage ModellingLarge Language Model