positional_encodings: <list[list[hop | random_gnn]]>
(Optional)hop
: Adds a positional embedding to each node depending on the hop distance to the target entity.random_gnn
: Computes positional embeddings with a Positional GNN based on initial random embeddings and adds them to each node.run_mode | Default Value |
---|---|
FAST | [] |
NORMAL | [] |
BEST | [] |