GraphAgent banner
HKUDS HKUDS

GraphAgent

Development community

Description

[EMNLP2025] "GraphAgent: Agentic Graph Language Assistant"

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

GraphAgent: Agentic Graph Language Assistant

๐Ÿ“– Paper at Arxiv ยท ๐Ÿค— GraphAgent Model ยท ๐Ÿค— Graph Tokenizer Model ยท ๐Ÿค— GraphAgent Datasets

๐Ÿ“‹ To-Do List

  • Release inference code
  • Release model checkpoints
  • Release training and evaluation datasets
  • Release training code

๐ŸŒŸ Overview

Real-world data is represented in both structured (e.g., graph connections) and unstructured (e.g., textual, visual information) formats, encompassing complex relationships that include explicit links (such as social connections and user behaviors) and implicit interdependencies among semantic entities, often illustrated through knowledge graphs. In this work, we propose GraphAgent, an automated agent pipeline that addresses both explicit graph dependencies and implicit graph-enhanced semantic inter-dependencies, aligning with practical data scenarios for predictive tasks (e.g., node classification) and generative tasks (e.g., text generation). GraphAgent comprises three key components: (i) a Graph Generator Agent that builds knowledge graphs to reflect complex semantic dependencies; (ii) a Task Planning Agent that interprets diverse user queries and formulates corresponding tasks through agentic self-planning; and (iii) a Task Execution Agent that efficiently executes planned tasks while automating tool matching and invocation in response to user queries. These agents collaborate seamlessly, integrating language models with graph language models to uncover intricate relational information and data semantic dependencies. Thr