# DGL-KGAT **Repository Path**: dragonaura/DGL-KGAT ## Basic Information - **Project Name**: DGL-KGAT - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-05 - **Last Updated**: 2024-03-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DGL-KGAT This repo is to implement the [KGAT](https://arxiv.org/abs/1905.07854) model using [DGL](https://www.dgl.ai/). After preprocessing the dataset, you can run the code via ```bash python kgat.py --data_name [data_name] ```