Skip to content
/ TKGAT Public

Tag-aware Knowledge Graph Attention Network (Knowledge-Based Systems)

Notifications You must be signed in to change notification settings

SuikaXhq/TKGAT

Repository files navigation

Tag-aware Knowledge Graph Attention Network

This is the PyTorch implementation for the paper Tag-aware Knowledge Graph Attention Network in Knowledge-Based Systems.

Environment Requirement

The code has been tested running under Python 3.6.8. The required packages are as follows:

  • torch == 1.3.1
  • dgl-cu90 == 0.4.1
  • numpy == 1.15.4
  • pandas == 0.23.1
  • scipy == 1.1.0
  • sklearn == 0.20.0

Run the Codes

  • TKGAT
python main_tkgat.py --data_name movielens

Related Papers

About

Tag-aware Knowledge Graph Attention Network (Knowledge-Based Systems)

Resources

Stars

Watchers

Forks