module: <ranking | embedding>
(Optional)embedding
: A link prediction GNN model that optimizes link prediction with entity embedding outputs. The ranking scores can be obtained by fast vector calculations (default to inner product) on the embedding space.ranking
: A link prediction GNN that is optimized for link prediction performance. It produces the ranking scores directly. It can also produce embeddings but their inner product are not perfectly aligned to the ranking.run_mode | Default Value |
---|---|
FAST | ranking |
NORMAL | ranking |
BEST | ranking |