项目文件夹

文件
Lingfan Yu d3c24cc25b [BugFix] Fix bug in RGCN data processing and use index_select to improve speed (#429)
* use index_select instead of __getitem__

* fix bug in dataset processing

* fix edge_type shape bug

* comments
2019-03-04 10:52:21 -05:00
..
2018-12-03 13:01:27 -05:00
2019-02-15 11:14:56 +08:00
2018-12-03 13:01:27 -05:00

Relational-GCN

Dependencies

  • PyTorch 0.4.1+
  • requests
  • rdflib
  • pandas
pip install requests torch rdflib pandas

Example code was tested with rdflib 4.2.2 and pandas 0.23.4

Entity Classification

AIFB: accuracy 97.22% (DGL), 95.83% (paper)

python3 entity_classify.py -d aifb --testing --gpu 0

MUTAG: accuracy 75% (DGL), 73.23% (paper)

python3 entity_classify.py -d mutag --l2norm 5e-4 --n-bases 30 --testing --gpu 0

BGS: accuracy 82.76% (DGL), 83.10% (paper)

python3 entity_classify.py -d bgs --l2norm 5e-4 --n-bases 40 --testing --gpu 0 --relabel

FB15k-237: MRR 0.151 (DGL), 0.158 (paper)

python3 link_predict.py -d FB15k-237 --gpu 0