ILPC2022Large

class ILPC2022Large(create_inverse_triples: bool = True, **kwargs)[source]

Bases: UnpackedRemoteDisjointInductiveDataset

An inductive link prediction dataset for the ILPC 2022 Challenge.

Initialize the inductive link prediction dataset.

Parameters:
  • create_inverse_triples (bool) – Should inverse triples be created?

  • kwargs – keyword arguments to forward to the base dataset class, cf. DisjointInductivePathDataset