Representation¶
Representation modules.
Classes¶
|
A base class for obtaining representations for entities/relations. |
|
Trainable embeddings. |
|
Low-rank embedding factorization. |
|
A single layer of the CompGCN model. |
|
A sequence of CompGCN layers. |
|
A partition of the indices into different representation modules. |
|
A variant of a partition representation that is easily applicable to a single base representation. |
|
A wrapper around the combined representation module. |
|
A representation module, which only exposes a subset of representations of its base. |
|
A combined representation. |
|
A tensor factorization of representations. |
|
A (learnable) transformation upon base representations. |
|
Textual representations using a text encoder on labels. |
|
Textual representations for datasets with identifiers that can be looked up with a |
|
Textual representations for datasets grounded in Wikidata. |
|
Textual representations for datasets grounded with biomedical CURIEs. |
Class Inheritance Diagram¶
