dmlc--dgl
e452179c88
* Update from master (#4584)
* [Example][Refactor] Refactor graphsage multigpu and full-graph example (#4430)
* Add refactors for multi-gpu and full-graph example
* Fix format
* Update
* Update
* Update
* [Cleanup] Remove async_transferer (#4505)
* Remove async_transferer
* remove test
* Remove AsyncTransferer
Co-authored-by: Xin Yao <xiny@nvidia.com>
Co-authored-by: Xin Yao <yaox12@outlook.com>
* [Cleanup] Remove duplicate entries of CUB submodule (issue# 4395) (#4499)
* remove third_part/cub
* remove from third_party
Co-authored-by: Israt Nisa <nisisrat@amazon.com>
Co-authored-by: Xin Yao <xiny@nvidia.com>
* [Bug] Enable turn on/off libxsmm at runtime (#4455)
* enable turn on/off libxsmm at runtime by adding a global config and related API
Co-authored-by: Ubuntu <ubuntu@ip-172-31-19-194.ap-northeast-1.compute.internal>
* [Feature] Unify the cuda stream used in core library (#4480)
* Use an internal cuda stream for CopyDataFromTo
* small fix white space
* Fix to compile
* Make stream optional in copydata for compile
* fix lint issue
* Update cub functions to use internal stream
* Lint check
* Update CopyTo/CopyFrom/CopyFromTo to use internal stream
* Address comments
* Fix backward CUDA stream
* Avoid overloading CopyFromTo()
* Minor comment update
* Overload copydatafromto in cuda device api
Co-authored-by: xiny <xiny@nvidia.com>
* [Feature] Added exclude_self and output_batch to knn graph construction (Issues #4323 #4316) (#4389)
* * Added "exclude_self" and "output_batch" options to knn_graph and segmented_knn_graph
* Updated out-of-date comments on remove_edges and remove_self_loop, since they now preserve batch information
* * Changed defaults on new knn_graph and segmented_knn_graph function parameters, for compatibility; pytorch/test_geometry.py was failing
* * Added test to ensure dgl.remove_self_loop function correctly updates batch information
* * Added new knn_graph and segmented_knn_graph parameters to dgl.nn.KNNGraph and dgl.nn.SegmentedKNNGraph
* * Formatting
* * Oops, I missed the one in segmented_knn_graph when I fixed the similar thing in knn_graph
* * Fixed edge case handling when invalid k specified, since it still needs to be handled consistently for tests to pass
* Fixed context of batch info, since it must match the context of the input position data for remove_self_loop to succeed
* * Fixed batch info resulting from knn_graph when output_batch is true, for case of 3D input tensor, representing multiple segments
* * Added testing of new exclude_self and output_batch parameters on knn_graph and segmented_knn_graph, and their wrappers, KNNGraph and SegmentedKNNGraph, into the test_knn_cuda test
* * Added doc comments for new parameters
* * Added correct handling for uncommon case of k or more coincident points when excluding self edges in knn_graph and segmented_knn_graph
* Added test cases for more than k coincident points
* * Updated doc comments for output_batch parameters for clarity
* * Linter formatting fixes
* * Extracted out common function for test_knn_cpu and test_knn_cuda, to add the new test cases to test_knn_cpu
* * Rewording in doc comments
* * Removed output_batch parameter from knn_graph and segmented_knn_graph, in favour of always setting the batch information, except in knn_graph if x is a 2D tensor
Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com>
* [CI] only known devs are authorized to trigger CI (#4518)
* [CI] only known devs are authorized to trigger CI
* fix if author is null
* add comments
* [Readability] Auto fix setup.py and update-version.py (#4446)
* Auto fix update-version
* Auto fix setup.py
* Auto fix update-version
* Auto fix setup.py
* [Doc] Change random.py to random_partition.py in guide on distributed partition pipeline (#4438)
* Update distributed-preprocessing.rst
* Update
Co-authored-by: Ubuntu <ubuntu@ip-172-31-9-26.ap-northeast-1.compute.internal>
* fix unpinning when tensoradaptor is not available (#4450)
* [Doc] fix print issue in tutorial (#4459)
* [Example][Refactor] Refactor RGCN example (#4327)
* Refactor full graph entity classification
* Refactor rgcn with sampling
* README update
* Update
* Results update
* Respect default setting of self_loop=false in entity.py
* Update
* Update README
* Update for multi-gpu
* Update
* [doc] fix invalid link in user guide (#4468)
* [Example] directional_GSN for ogbg-molpcba (#4405)
* version-1
* version-2
* version-3
* update examples/README
* Update .gitignore
* update performance in README, delete scripts
* 1st approving review
* 2nd approving review
Co-authored-by: Mufei Li <mufeili1996@gmail.com>
* Clarify the message name, which is 'm'. (#4462)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
Co-authored-by: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
* [Refactor] Auto fix view.py. (#4461)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com>
* [Example] SEAL for OGBL (#4291)
* [Example] SEAL for OGBL
* update index
* update
* fix readme typo
* add seal sampler
* modify set ops
* prefetch
* efficiency test
* update
* optimize
* fix ScatterAdd dtype issue
* update sampler style
* update
Co-authored-by: Quan Gan <coin2028@hotmail.com>
* [CI] use https instead of http (#4488)
* [BugFix] fix crash due to incorrect dtype in dgl.to_block() (#4487)
* [BugFix] fix crash due to incorrect dtype in dgl.to_block()
* fix test failure in TF
* [Feature] Make TensorAdapter Stream Aware (#4472)
* Allocate tensors in DGL's current stream
* make tensoradaptor stream-aware
* replace TAemtpy with cpu allocator
* fix typo
* try fix cpu allocation
* clean header
* redirect AllocDataSpace as well
* resolve comments
* [Build][Doc] Specify the sphinx version (#4465)
Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com>
* reformat
* reformat
* Auto fix update-version
* Auto fix setup.py
* reformat
* reformat
Co-authored-by: Ubuntu <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
Co-authored-by: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
Co-authored-by: Mufei Li <mufeili1996@gmail.com>
Co-authored-by: Ubuntu <ubuntu@ip-172-31-9-26.ap-northeast-1.compute.internal>
Co-authored-by: Xin Yao <xiny@nvidia.com>
Co-authored-by: Chang Liu <chang.liu@utexas.edu>
Co-authored-by: Zhiteng Li <55398076+ZHITENGLI@users.noreply.github.com>
Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com>
Co-authored-by: rudongyu <ru_dongyu@outlook.com>
Co-authored-by: Quan Gan <coin2028@hotmail.com>
* Move mock version of dgl_sparse library to DGL main repo (#4524)
* init
* Add api doc for sparse library
* support op btwn matrices with differnt sparsity
* Fixed docstring
* addresses comments
* lint check
* change keyword format to fmt
Co-authored-by: Israt Nisa <nisisrat@amazon.com>
* [DistPart] expose timeout config for process group (#4532)
* [DistPart] expose timeout config for process group
* refine code
* Update tools/distpartitioning/data_proc_pipeline.py
Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com>
Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com>
* [Feature] Import PyTorch's CUDA stream management (#4503)
* add set_stream
* add .record_stream for NDArray and HeteroGraph
* refactor dgl stream Python APIs
* test record_stream
* add unit test for record stream
* use pytorch's stream
* fix lint
* fix cpu build
* address comments
* address comments
* add record stream tests for dgl.graph
* record frames and update dataloder
* add docstring
* update frame
* add backend check for record_stream
* remove CUDAThreadEntry::stream
* record stream for newly created formats
* fix bug
* fix cpp test
* fix None c_void_p to c_handle
* [examples]educe memory consumption (#4558)
* [examples]educe memory consumption
* reffine help message
* refine
* [Feature][REVIEW] Enable DGL cugaph nightly CI (#4525)
* Added cugraph nightly scripts
* Removed nvcr.io//nvidia/pytorch:22.04-py3 reference
Co-authored-by: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
* Revert "[Feature][REVIEW] Enable DGL cugaph nightly CI (#4525)" (#4563)
This reverts commit ec171c648a.
* [Misc] Add flake8 lint workflow. (#4566)
* Add pyproject.toml for autopep8.
* Add pyproject.toml for autopep8.
* Add flake8 annotation in workflow.
* remove
* add
* clean up
Co-authored-by: Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
* [Misc] Try use official pylint workflow. (#4568)
* polish update_version
* update pylint workflow.
* add
* revert.
Co-authored-by: Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
* [CI] refine stage logic (#4565)
* [CI] refine stage logic
* refine
* refine
* remove (#4570)
Co-authored-by: Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
* Add Pylint workflow for flake8. (#4571)
* remove
* Add pylint.
Co-authored-by: Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
* [Misc] Update the python version in Pylint workflow for flake8. (#4572)
* remove
* Add pylint.
* Change the python version for pylint.
Co-authored-by: Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
* Update pylint. (#4574)
Co-authored-by: Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
* [Misc] Use another workflow. (#4575)
* Update pylint.
* Use another workflow.
Co-authored-by: Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
* Update pylint. (#4576)
Co-authored-by: Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
* Update pylint.yml
* Update pylint.yml
* Delete pylint.yml
* [Misc]Add pyproject.toml for autopep8 & black. (#4543)
* Add pyproject.toml for autopep8.
* Add pyproject.toml for autopep8.
Co-authored-by: Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
* [Feature] Bump DLPack to v0.7 and decouple DLPack from the core library (#4454)
* rename `DLContext` to `DGLContext`
* rename `kDLGPU` to `kDLCUDA`
* replace DLTensor with DGLArray
* fix linting
* Unify DGLType and DLDataType to DGLDataType
* Fix FFI
* rename DLDeviceType to DGLDeviceType
* decouple dlpack from the core library
* fix bug
* fix lint
* fix merge
* fix build
* address comments
* rename dl_converter to dlpack_convert
* remove redundant comments
Co-authored-by: Chang Liu <chang.liu@utexas.edu>
Co-authored-by: nv-dlasalle <63612878+nv-dlasalle@users.noreply.github.com>
Co-authored-by: Xin Yao <xiny@nvidia.com>
Co-authored-by: Xin Yao <yaox12@outlook.com>
Co-authored-by: Israt Nisa <neesha295@gmail.com>
Co-authored-by: Israt Nisa <nisisrat@amazon.com>
Co-authored-by: peizhou001 <110809584+peizhou001@users.noreply.github.com>
Co-authored-by: Ubuntu <ubuntu@ip-172-31-19-194.ap-northeast-1.compute.internal>
Co-authored-by: ndickson-nvidia <99772994+ndickson-nvidia@users.noreply.github.com>
Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com>
Co-authored-by: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
Co-authored-by: Ubuntu <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
Co-authored-by: Ubuntu <ubuntu@ip-172-31-9-26.ap-northeast-1.compute.internal>
Co-authored-by: Zhiteng Li <55398076+ZHITENGLI@users.noreply.github.com>
Co-authored-by: rudongyu <ru_dongyu@outlook.com>
Co-authored-by: Quan Gan <coin2028@hotmail.com>
Co-authored-by: Vibhu Jawa <vibhujawa@gmail.com>
* [Deprecation] Dataset Attributes (#4546)
* Update
* CI
* CI
* Update
Co-authored-by: Ubuntu <ubuntu@ip-172-31-9-26.ap-northeast-1.compute.internal>
* [Example] Bug Fix (#4665)
* Update
* CI
* CI
* Update
* Update
Co-authored-by: Ubuntu <ubuntu@ip-172-31-9-26.ap-northeast-1.compute.internal>
* Update
Co-authored-by: Chang Liu <chang.liu@utexas.edu>
Co-authored-by: nv-dlasalle <63612878+nv-dlasalle@users.noreply.github.com>
Co-authored-by: Xin Yao <xiny@nvidia.com>
Co-authored-by: Xin Yao <yaox12@outlook.com>
Co-authored-by: Israt Nisa <neesha295@gmail.com>
Co-authored-by: Israt Nisa <nisisrat@amazon.com>
Co-authored-by: peizhou001 <110809584+peizhou001@users.noreply.github.com>
Co-authored-by: Ubuntu <ubuntu@ip-172-31-19-194.ap-northeast-1.compute.internal>
Co-authored-by: ndickson-nvidia <99772994+ndickson-nvidia@users.noreply.github.com>
Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com>
Co-authored-by: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
Co-authored-by: Ubuntu <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
Co-authored-by: Ubuntu <ubuntu@ip-172-31-9-26.ap-northeast-1.compute.internal>
Co-authored-by: Zhiteng Li <55398076+ZHITENGLI@users.noreply.github.com>
Co-authored-by: rudongyu <ru_dongyu@outlook.com>
Co-authored-by: Quan Gan <coin2028@hotmail.com>
Co-authored-by: Vibhu Jawa <vibhujawa@gmail.com>
669 行
24 KiB
Python
669 行
24 KiB
Python
from __future__ import absolute_import
|
|
|
|
import numpy as np
|
|
import pickle as pkl
|
|
import networkx as nx
|
|
import scipy.sparse as sp
|
|
import os, sys
|
|
|
|
from .dgl_dataset import DGLBuiltinDataset
|
|
from .utils import download, extract_archive, get_download_dir
|
|
from .utils import save_graphs, load_graphs, save_info, load_info, makedirs, _get_dgl_url
|
|
from .utils import generate_mask_tensor
|
|
from .utils import deprecate_property, deprecate_function
|
|
from ..utils import retry_method_with_fix
|
|
from .. import backend as F
|
|
from ..convert import graph as dgl_graph
|
|
|
|
class KnowledgeGraphDataset(DGLBuiltinDataset):
|
|
"""KnowledgeGraph link prediction dataset
|
|
|
|
The dataset contains a graph depicting the connectivity of a knowledge
|
|
base. Currently, the knowledge bases from the
|
|
`RGCN paper <https://arxiv.org/pdf/1703.06103.pdf>`_ supported are
|
|
FB15k-237, FB15k, wn18
|
|
|
|
Parameters
|
|
-----------
|
|
name : str
|
|
Name can be 'FB15k-237', 'FB15k' or 'wn18'.
|
|
reverse : bool
|
|
Whether add reverse edges. Default: True.
|
|
raw_dir : str
|
|
Raw file directory to download/contains the input data directory.
|
|
Default: ~/.dgl/
|
|
force_reload : bool
|
|
Whether to reload the dataset. Default: False
|
|
verbose : bool
|
|
Whether to print out progress information. Default: True.
|
|
transform : callable, optional
|
|
A transform that takes in a :class:`~dgl.DGLGraph` object and returns
|
|
a transformed version. The :class:`~dgl.DGLGraph` object will be
|
|
transformed before every access.
|
|
"""
|
|
def __init__(self, name, reverse=True, raw_dir=None, force_reload=False,
|
|
verbose=True, transform=None):
|
|
self._name = name
|
|
self.reverse = reverse
|
|
url = _get_dgl_url('dataset/') + '{}.tgz'.format(name)
|
|
super(KnowledgeGraphDataset, self).__init__(name,
|
|
url=url,
|
|
raw_dir=raw_dir,
|
|
force_reload=force_reload,
|
|
verbose=verbose,
|
|
transform=transform)
|
|
|
|
def download(self):
|
|
r""" Automatically download data and extract it.
|
|
"""
|
|
tgz_path = os.path.join(self.raw_dir, self.name + '.tgz')
|
|
download(self.url, path=tgz_path)
|
|
extract_archive(tgz_path, self.raw_path)
|
|
|
|
def process(self):
|
|
"""
|
|
The original knowledge base is stored in triplets.
|
|
This function will parse these triplets and build the DGLGraph.
|
|
"""
|
|
root_path = self.raw_path
|
|
entity_path = os.path.join(root_path, 'entities.dict')
|
|
relation_path = os.path.join(root_path, 'relations.dict')
|
|
train_path = os.path.join(root_path, 'train.txt')
|
|
valid_path = os.path.join(root_path, 'valid.txt')
|
|
test_path = os.path.join(root_path, 'test.txt')
|
|
entity_dict = _read_dictionary(entity_path)
|
|
relation_dict = _read_dictionary(relation_path)
|
|
train = np.asarray(_read_triplets_as_list(train_path, entity_dict, relation_dict))
|
|
valid = np.asarray(_read_triplets_as_list(valid_path, entity_dict, relation_dict))
|
|
test = np.asarray(_read_triplets_as_list(test_path, entity_dict, relation_dict))
|
|
num_nodes = len(entity_dict)
|
|
num_rels = len(relation_dict)
|
|
if self.verbose:
|
|
print("# entities: {}".format(num_nodes))
|
|
print("# relations: {}".format(num_rels))
|
|
print("# training edges: {}".format(train.shape[0]))
|
|
print("# validation edges: {}".format(valid.shape[0]))
|
|
print("# testing edges: {}".format(test.shape[0]))
|
|
|
|
# for compatability
|
|
self._train = train
|
|
self._valid = valid
|
|
self._test = test
|
|
|
|
self._num_nodes = num_nodes
|
|
self._num_rels = num_rels
|
|
# build graph
|
|
g, data = build_knowledge_graph(num_nodes, num_rels, train, valid, test, reverse=self.reverse)
|
|
etype, ntype, train_edge_mask, valid_edge_mask, test_edge_mask, train_mask, val_mask, test_mask = data
|
|
g.edata['train_edge_mask'] = train_edge_mask
|
|
g.edata['valid_edge_mask'] = valid_edge_mask
|
|
g.edata['test_edge_mask'] = test_edge_mask
|
|
g.edata['train_mask'] = train_mask
|
|
g.edata['val_mask'] = val_mask
|
|
g.edata['test_mask'] = test_mask
|
|
g.edata['etype'] = etype
|
|
g.ndata['ntype'] = ntype
|
|
self._g = g
|
|
|
|
def has_cache(self):
|
|
graph_path = os.path.join(self.save_path,
|
|
self.save_name + '.bin')
|
|
info_path = os.path.join(self.save_path,
|
|
self.save_name + '.pkl')
|
|
if os.path.exists(graph_path) and \
|
|
os.path.exists(info_path):
|
|
return True
|
|
|
|
return False
|
|
|
|
def __getitem__(self, idx):
|
|
assert idx == 0, "This dataset has only one graph"
|
|
if self._transform is None:
|
|
return self._g
|
|
else:
|
|
return self._transform(self._g)
|
|
|
|
def __len__(self):
|
|
return 1
|
|
|
|
def save(self):
|
|
"""save the graph list and the labels"""
|
|
graph_path = os.path.join(self.save_path,
|
|
self.save_name + '.bin')
|
|
info_path = os.path.join(self.save_path,
|
|
self.save_name + '.pkl')
|
|
save_graphs(str(graph_path), self._g)
|
|
save_info(str(info_path), {'num_nodes': self.num_nodes,
|
|
'num_rels': self.num_rels})
|
|
|
|
def load(self):
|
|
graph_path = os.path.join(self.save_path,
|
|
self.save_name + '.bin')
|
|
info_path = os.path.join(self.save_path,
|
|
self.save_name + '.pkl')
|
|
graphs, _ = load_graphs(str(graph_path))
|
|
|
|
info = load_info(str(info_path))
|
|
self._num_nodes = info['num_nodes']
|
|
self._num_rels = info['num_rels']
|
|
self._g = graphs[0]
|
|
train_mask = self._g.edata['train_edge_mask'].numpy()
|
|
val_mask = self._g.edata['valid_edge_mask'].numpy()
|
|
test_mask = self._g.edata['test_edge_mask'].numpy()
|
|
|
|
# convert mask tensor into bool tensor if possible
|
|
self._g.edata['train_edge_mask'] = generate_mask_tensor(self._g.edata['train_edge_mask'].numpy())
|
|
self._g.edata['valid_edge_mask'] = generate_mask_tensor(self._g.edata['valid_edge_mask'].numpy())
|
|
self._g.edata['test_edge_mask'] = generate_mask_tensor(self._g.edata['test_edge_mask'].numpy())
|
|
self._g.edata['train_mask'] = generate_mask_tensor(self._g.edata['train_mask'].numpy())
|
|
self._g.edata['val_mask'] = generate_mask_tensor(self._g.edata['val_mask'].numpy())
|
|
self._g.edata['test_mask'] = generate_mask_tensor(self._g.edata['test_mask'].numpy())
|
|
|
|
# for compatability (with 0.4.x) generate train_idx, valid_idx and test_idx
|
|
etype = self._g.edata['etype'].numpy()
|
|
self._etype = etype
|
|
u, v = self._g.all_edges(form='uv')
|
|
u = u.numpy()
|
|
v = v.numpy()
|
|
train_idx = np.nonzero(train_mask==1)
|
|
self._train = np.column_stack((u[train_idx], etype[train_idx], v[train_idx]))
|
|
valid_idx = np.nonzero(val_mask==1)
|
|
self._valid = np.column_stack((u[valid_idx], etype[valid_idx], v[valid_idx]))
|
|
test_idx = np.nonzero(test_mask==1)
|
|
self._test = np.column_stack((u[test_idx], etype[test_idx], v[test_idx]))
|
|
|
|
if self.verbose:
|
|
print("# entities: {}".format(self.num_nodes))
|
|
print("# relations: {}".format(self.num_rels))
|
|
print("# training edges: {}".format(self._train.shape[0]))
|
|
print("# validation edges: {}".format(self._valid.shape[0]))
|
|
print("# testing edges: {}".format(self._test.shape[0]))
|
|
|
|
@property
|
|
def num_nodes(self):
|
|
return self._num_nodes
|
|
|
|
@property
|
|
def num_rels(self):
|
|
return self._num_rels
|
|
|
|
@property
|
|
def save_name(self):
|
|
return self.name + '_dgl_graph'
|
|
|
|
def _read_dictionary(filename):
|
|
d = {}
|
|
with open(filename, 'r+') as f:
|
|
for line in f:
|
|
line = line.strip().split('\t')
|
|
d[line[1]] = int(line[0])
|
|
return d
|
|
|
|
def _read_triplets(filename):
|
|
with open(filename, 'r+') as f:
|
|
for line in f:
|
|
processed_line = line.strip().split('\t')
|
|
yield processed_line
|
|
|
|
def _read_triplets_as_list(filename, entity_dict, relation_dict):
|
|
l = []
|
|
for triplet in _read_triplets(filename):
|
|
s = entity_dict[triplet[0]]
|
|
r = relation_dict[triplet[1]]
|
|
o = entity_dict[triplet[2]]
|
|
l.append([s, r, o])
|
|
return l
|
|
|
|
def build_knowledge_graph(num_nodes, num_rels, train, valid, test, reverse=True):
|
|
""" Create a DGL Homogeneous graph with heterograph info stored as node or edge features.
|
|
"""
|
|
src = []
|
|
rel = []
|
|
dst = []
|
|
raw_subg = {}
|
|
raw_subg_eset = {}
|
|
raw_subg_etype = {}
|
|
raw_reverse_sugb = {}
|
|
raw_reverse_subg_eset = {}
|
|
raw_reverse_subg_etype = {}
|
|
|
|
# here there is noly one node type
|
|
s_type = "node"
|
|
d_type = "node"
|
|
|
|
def add_edge(s, r, d, reverse, edge_set):
|
|
r_type = str(r)
|
|
e_type = (s_type, r_type, d_type)
|
|
if raw_subg.get(e_type, None) is None:
|
|
raw_subg[e_type] = ([], [])
|
|
raw_subg_eset[e_type] = []
|
|
raw_subg_etype[e_type] = []
|
|
raw_subg[e_type][0].append(s)
|
|
raw_subg[e_type][1].append(d)
|
|
raw_subg_eset[e_type].append(edge_set)
|
|
raw_subg_etype[e_type].append(r)
|
|
|
|
if reverse is True:
|
|
r_type = str(r + num_rels)
|
|
re_type = (d_type, r_type, s_type)
|
|
if raw_reverse_sugb.get(re_type, None) is None:
|
|
raw_reverse_sugb[re_type] = ([], [])
|
|
raw_reverse_subg_etype[re_type] = []
|
|
raw_reverse_subg_eset[re_type] = []
|
|
raw_reverse_sugb[re_type][0].append(d)
|
|
raw_reverse_sugb[re_type][1].append(s)
|
|
raw_reverse_subg_eset[re_type].append(edge_set)
|
|
raw_reverse_subg_etype[re_type].append(r + num_rels)
|
|
|
|
for edge in train:
|
|
s, r, d = edge
|
|
assert r < num_rels
|
|
add_edge(s, r, d, reverse, 1) # train set
|
|
|
|
for edge in valid:
|
|
s, r, d = edge
|
|
assert r < num_rels
|
|
add_edge(s, r, d, reverse, 2) # valid set
|
|
|
|
for edge in test:
|
|
s, r, d = edge
|
|
assert r < num_rels
|
|
add_edge(s, r, d, reverse, 3) # test set
|
|
|
|
subg = []
|
|
fg_s = []
|
|
fg_d = []
|
|
fg_etype = []
|
|
fg_settype = []
|
|
for e_type, val in raw_subg.items():
|
|
s, d = val
|
|
s = np.asarray(s)
|
|
d = np.asarray(d)
|
|
etype = raw_subg_etype[e_type]
|
|
etype = np.asarray(etype)
|
|
settype = raw_subg_eset[e_type]
|
|
settype = np.asarray(settype)
|
|
|
|
fg_s.append(s)
|
|
fg_d.append(d)
|
|
fg_etype.append(etype)
|
|
fg_settype.append(settype)
|
|
|
|
settype = np.concatenate(fg_settype)
|
|
if reverse is True:
|
|
settype = np.concatenate([settype, np.full((settype.shape[0]), 0)])
|
|
train_edge_mask = generate_mask_tensor(settype == 1)
|
|
valid_edge_mask = generate_mask_tensor(settype == 2)
|
|
test_edge_mask = generate_mask_tensor(settype == 3)
|
|
|
|
for e_type, val in raw_reverse_sugb.items():
|
|
s, d = val
|
|
s = np.asarray(s)
|
|
d = np.asarray(d)
|
|
etype = raw_reverse_subg_etype[e_type]
|
|
etype = np.asarray(etype)
|
|
settype = raw_reverse_subg_eset[e_type]
|
|
settype = np.asarray(settype)
|
|
|
|
fg_s.append(s)
|
|
fg_d.append(d)
|
|
fg_etype.append(etype)
|
|
fg_settype.append(settype)
|
|
|
|
s = np.concatenate(fg_s)
|
|
d = np.concatenate(fg_d)
|
|
g = dgl_graph((s, d), num_nodes=num_nodes)
|
|
etype = np.concatenate(fg_etype)
|
|
settype = np.concatenate(fg_settype)
|
|
etype = F.tensor(etype, dtype=F.data_type_dict['int64'])
|
|
train_edge_mask = train_edge_mask
|
|
valid_edge_mask = valid_edge_mask
|
|
test_edge_mask = test_edge_mask
|
|
train_mask = generate_mask_tensor(settype == 1) if reverse is True else train_edge_mask
|
|
valid_mask = generate_mask_tensor(settype == 2) if reverse is True else valid_edge_mask
|
|
test_mask = generate_mask_tensor(settype == 3) if reverse is True else test_edge_mask
|
|
ntype = F.full_1d(num_nodes, 0, dtype=F.data_type_dict['int64'], ctx=F.cpu())
|
|
|
|
return g, (etype, ntype, train_edge_mask, valid_edge_mask, test_edge_mask, train_mask, valid_mask, test_mask)
|
|
|
|
class FB15k237Dataset(KnowledgeGraphDataset):
|
|
r"""FB15k237 link prediction dataset.
|
|
|
|
FB15k-237 is a subset of FB15k where inverse
|
|
relations are removed. When creating the dataset,
|
|
a reverse edge with reversed relation types are
|
|
created for each edge by default.
|
|
|
|
FB15k237 dataset statistics:
|
|
|
|
- Nodes: 14541
|
|
- Number of relation types: 237
|
|
- Number of reversed relation types: 237
|
|
- Label Split:
|
|
|
|
- Train: 272115
|
|
- Valid: 17535
|
|
- Test: 20466
|
|
|
|
Parameters
|
|
----------
|
|
reverse : bool
|
|
Whether to add reverse edge. Default True.
|
|
raw_dir : str
|
|
Raw file directory to download/contains the input data directory.
|
|
Default: ~/.dgl/
|
|
force_reload : bool
|
|
Whether to reload the dataset. Default: False
|
|
verbose : bool
|
|
Whether to print out progress information. Default: True.
|
|
transform : callable, optional
|
|
A transform that takes in a :class:`~dgl.DGLGraph` object and returns
|
|
a transformed version. The :class:`~dgl.DGLGraph` object will be
|
|
transformed before every access.
|
|
|
|
Attributes
|
|
----------
|
|
num_nodes: int
|
|
Number of nodes
|
|
num_rels: int
|
|
Number of relation types
|
|
|
|
Examples
|
|
----------
|
|
>>> dataset = FB15k237Dataset()
|
|
>>> g = dataset.graph
|
|
>>> e_type = g.edata['e_type']
|
|
>>>
|
|
>>> # get data split
|
|
>>> train_mask = g.edata['train_mask']
|
|
>>> val_mask = g.edata['val_mask']
|
|
>>> test_mask = g.edata['test_mask']
|
|
>>>
|
|
>>> train_set = th.arange(g.number_of_edges())[train_mask]
|
|
>>> val_set = th.arange(g.number_of_edges())[val_mask]
|
|
>>>
|
|
>>> # build train_g
|
|
>>> train_edges = train_set
|
|
>>> train_g = g.edge_subgraph(train_edges,
|
|
relabel_nodes=False)
|
|
>>> train_g.edata['e_type'] = e_type[train_edges];
|
|
>>>
|
|
>>> # build val_g
|
|
>>> val_edges = th.cat([train_edges, val_edges])
|
|
>>> val_g = g.edge_subgraph(val_edges,
|
|
relabel_nodes=False)
|
|
>>> val_g.edata['e_type'] = e_type[val_edges];
|
|
>>>
|
|
>>> # Train, Validation and Test
|
|
"""
|
|
def __init__(self, reverse=True, raw_dir=None, force_reload=False,
|
|
verbose=True, transform=None):
|
|
name = 'FB15k-237'
|
|
super(FB15k237Dataset, self).__init__(name, reverse, raw_dir,
|
|
force_reload, verbose, transform)
|
|
|
|
def __getitem__(self, idx):
|
|
r"""Gets the graph object
|
|
|
|
Parameters
|
|
-----------
|
|
idx: int
|
|
Item index, FB15k237Dataset has only one graph object
|
|
|
|
Return
|
|
-------
|
|
:class:`dgl.DGLGraph`
|
|
|
|
The graph contains
|
|
|
|
- ``edata['e_type']``: edge relation type
|
|
- ``edata['train_edge_mask']``: positive training edge mask
|
|
- ``edata['val_edge_mask']``: positive validation edge mask
|
|
- ``edata['test_edge_mask']``: positive testing edge mask
|
|
- ``edata['train_mask']``: training edge set mask (include reversed training edges)
|
|
- ``edata['val_mask']``: validation edge set mask (include reversed validation edges)
|
|
- ``edata['test_mask']``: testing edge set mask (include reversed testing edges)
|
|
- ``ndata['ntype']``: node type. All 0 in this dataset
|
|
"""
|
|
return super(FB15k237Dataset, self).__getitem__(idx)
|
|
|
|
def __len__(self):
|
|
r"""The number of graphs in the dataset."""
|
|
return super(FB15k237Dataset, self).__len__()
|
|
|
|
class FB15kDataset(KnowledgeGraphDataset):
|
|
r"""FB15k link prediction dataset.
|
|
|
|
The FB15K dataset was introduced in `Translating Embeddings for Modeling
|
|
Multi-relational Data <http://papers.nips.cc/paper/5071-translating-embeddings-for-modeling-multi-relational-data.pdf>`_.
|
|
It is a subset of Freebase which contains about
|
|
14,951 entities with 1,345 different relations.
|
|
When creating the dataset, a reverse edge with
|
|
reversed relation types are created for each edge
|
|
by default.
|
|
|
|
FB15k dataset statistics:
|
|
|
|
- Nodes: 14,951
|
|
- Number of relation types: 1,345
|
|
- Number of reversed relation types: 1,345
|
|
- Label Split:
|
|
|
|
- Train: 483142
|
|
- Valid: 50000
|
|
- Test: 59071
|
|
|
|
Parameters
|
|
----------
|
|
reverse : bool
|
|
Whether to add reverse edge. Default True.
|
|
raw_dir : str
|
|
Raw file directory to download/contains the input data directory.
|
|
Default: ~/.dgl/
|
|
force_reload : bool
|
|
Whether to reload the dataset. Default: False
|
|
verbose : bool
|
|
Whether to print out progress information. Default: True.
|
|
transform : callable, optional
|
|
A transform that takes in a :class:`~dgl.DGLGraph` object and returns
|
|
a transformed version. The :class:`~dgl.DGLGraph` object will be
|
|
transformed before every access.
|
|
|
|
Attributes
|
|
----------
|
|
num_nodes: int
|
|
Number of nodes
|
|
num_rels: int
|
|
Number of relation types
|
|
|
|
Examples
|
|
----------
|
|
>>> dataset = FB15kDataset()
|
|
>>> g = dataset.graph
|
|
>>> e_type = g.edata['e_type']
|
|
>>>
|
|
>>> # get data split
|
|
>>> train_mask = g.edata['train_mask']
|
|
>>> val_mask = g.edata['val_mask']
|
|
>>>
|
|
>>> train_set = th.arange(g.number_of_edges())[train_mask]
|
|
>>> val_set = th.arange(g.number_of_edges())[val_mask]
|
|
>>>
|
|
>>> # build train_g
|
|
>>> train_edges = train_set
|
|
>>> train_g = g.edge_subgraph(train_edges,
|
|
relabel_nodes=False)
|
|
>>> train_g.edata['e_type'] = e_type[train_edges];
|
|
>>>
|
|
>>> # build val_g
|
|
>>> val_edges = th.cat([train_edges, val_edges])
|
|
>>> val_g = g.edge_subgraph(val_edges,
|
|
relabel_nodes=False)
|
|
>>> val_g.edata['e_type'] = e_type[val_edges];
|
|
>>>
|
|
>>> # Train, Validation and Test
|
|
>>>
|
|
"""
|
|
def __init__(self, reverse=True, raw_dir=None, force_reload=False,
|
|
verbose=True, transform=None):
|
|
name = 'FB15k'
|
|
super(FB15kDataset, self).__init__(name, reverse, raw_dir,
|
|
force_reload, verbose, transform)
|
|
|
|
def __getitem__(self, idx):
|
|
r"""Gets the graph object
|
|
|
|
Parameters
|
|
-----------
|
|
idx: int
|
|
Item index, FB15kDataset has only one graph object
|
|
|
|
Return
|
|
-------
|
|
:class:`dgl.DGLGraph`
|
|
|
|
The graph contains
|
|
|
|
- ``edata['e_type']``: edge relation type
|
|
- ``edata['train_edge_mask']``: positive training edge mask
|
|
- ``edata['val_edge_mask']``: positive validation edge mask
|
|
- ``edata['test_edge_mask']``: positive testing edge mask
|
|
- ``edata['train_mask']``: training edge set mask (include reversed training edges)
|
|
- ``edata['val_mask']``: validation edge set mask (include reversed validation edges)
|
|
- ``edata['test_mask']``: testing edge set mask (include reversed testing edges)
|
|
- ``ndata['ntype']``: node type. All 0 in this dataset
|
|
"""
|
|
return super(FB15kDataset, self).__getitem__(idx)
|
|
|
|
def __len__(self):
|
|
r"""The number of graphs in the dataset."""
|
|
return super(FB15kDataset, self).__len__()
|
|
|
|
class WN18Dataset(KnowledgeGraphDataset):
|
|
r""" WN18 link prediction dataset.
|
|
|
|
The WN18 dataset was introduced in `Translating Embeddings for Modeling
|
|
Multi-relational Data <http://papers.nips.cc/paper/5071-translating-embeddings-for-modeling-multi-relational-data.pdf>`_.
|
|
It included the full 18 relations scraped from
|
|
WordNet for roughly 41,000 synsets. When creating
|
|
the dataset, a reverse edge with reversed relation
|
|
types are created for each edge by default.
|
|
|
|
WN18 dataset statistics:
|
|
|
|
- Nodes: 40943
|
|
- Number of relation types: 18
|
|
- Number of reversed relation types: 18
|
|
- Label Split:
|
|
|
|
- Train: 141442
|
|
- Valid: 5000
|
|
- Test: 5000
|
|
|
|
Parameters
|
|
----------
|
|
reverse : bool
|
|
Whether to add reverse edge. Default True.
|
|
raw_dir : str
|
|
Raw file directory to download/contains the input data directory.
|
|
Default: ~/.dgl/
|
|
force_reload : bool
|
|
Whether to reload the dataset. Default: False
|
|
verbose : bool
|
|
Whether to print out progress information. Default: True.
|
|
transform : callable, optional
|
|
A transform that takes in a :class:`~dgl.DGLGraph` object and returns
|
|
a transformed version. The :class:`~dgl.DGLGraph` object will be
|
|
transformed before every access.
|
|
|
|
Attributes
|
|
----------
|
|
num_nodes: int
|
|
Number of nodes
|
|
num_rels: int
|
|
Number of relation types
|
|
|
|
Examples
|
|
----------
|
|
>>> dataset = WN18Dataset()
|
|
>>> g = dataset.graph
|
|
>>> e_type = g.edata['e_type']
|
|
>>>
|
|
>>> # get data split
|
|
>>> train_mask = g.edata['train_mask']
|
|
>>> val_mask = g.edata['val_mask']
|
|
>>>
|
|
>>> train_set = th.arange(g.number_of_edges())[train_mask]
|
|
>>> val_set = th.arange(g.number_of_edges())[val_mask]
|
|
>>>
|
|
>>> # build train_g
|
|
>>> train_edges = train_set
|
|
>>> train_g = g.edge_subgraph(train_edges,
|
|
relabel_nodes=False)
|
|
>>> train_g.edata['e_type'] = e_type[train_edges];
|
|
>>>
|
|
>>> # build val_g
|
|
>>> val_edges = th.cat([train_edges, val_edges])
|
|
>>> val_g = g.edge_subgraph(val_edges,
|
|
relabel_nodes=False)
|
|
>>> val_g.edata['e_type'] = e_type[val_edges];
|
|
>>>
|
|
>>> # Train, Validation and Test
|
|
>>>
|
|
"""
|
|
def __init__(self, reverse=True, raw_dir=None, force_reload=False,
|
|
verbose=True, transform=None):
|
|
name = 'wn18'
|
|
super(WN18Dataset, self).__init__(name, reverse, raw_dir,
|
|
force_reload, verbose, transform)
|
|
|
|
def __getitem__(self, idx):
|
|
r"""Gets the graph object
|
|
|
|
Parameters
|
|
-----------
|
|
idx: int
|
|
Item index, WN18Dataset has only one graph object
|
|
|
|
Return
|
|
-------
|
|
:class:`dgl.DGLGraph`
|
|
|
|
The graph contains
|
|
|
|
- ``edata['e_type']``: edge relation type
|
|
- ``edata['train_edge_mask']``: positive training edge mask
|
|
- ``edata['val_edge_mask']``: positive validation edge mask
|
|
- ``edata['test_edge_mask']``: positive testing edge mask
|
|
- ``edata['train_mask']``: training edge set mask (include reversed training edges)
|
|
- ``edata['val_mask']``: validation edge set mask (include reversed validation edges)
|
|
- ``edata['test_mask']``: testing edge set mask (include reversed testing edges)
|
|
- ``ndata['ntype']``: node type. All 0 in this dataset
|
|
"""
|
|
return super(WN18Dataset, self).__getitem__(idx)
|
|
|
|
def __len__(self):
|
|
r"""The number of graphs in the dataset."""
|
|
return super(WN18Dataset, self).__len__()
|
|
|
|
def load_data(dataset):
|
|
r"""Load knowledge graph dataset for RGCN link prediction tasks
|
|
|
|
It supports three datasets: wn18, FB15k and FB15k-237
|
|
|
|
Parameters
|
|
----------
|
|
dataset: str
|
|
The name of the dataset to load.
|
|
|
|
Return
|
|
------
|
|
The dataset object.
|
|
"""
|
|
if dataset == 'wn18':
|
|
return WN18Dataset()
|
|
elif dataset == 'FB15k':
|
|
return FB15kDataset()
|
|
elif dataset == 'FB15k-237':
|
|
return FB15k237Dataset()
|