graphstorm icon indicating copy to clipboard operation
graphstorm copied to clipboard

[Feature Request] Support Multi-task learning

Open classicsong opened this issue 10 months ago • 0 comments

GraphStorm should support multi-task learning as its built-in capability.

  • Unsupervised multi-task learning: Other than using link prediction as the sole supervision signal for unsupervised learning, one can add other supervision signals like reconstruct node features, predicting the motifs of specific nodes, etc (https://arxiv.org/abs/2007.10445).
  • Entities with different node types or edges from different edge types of a graph can have different tasks associated with them. There are also cases when the same node types or edge types have multiple tasks associated with them.

classicsong avatar Mar 29 '24 05:03 classicsong