Skip to content

SEERa refactoring - Moving toward PyG Temporal #77

@soroush-ziaeinejad

Description

@soroush-ziaeinejad

In this issue page, we will report the challenges through refactoring steps of SEERa and mostly for the graph embedding layer. Multiple steps can be defined for this task as listed below (the list is going to be updated regularly):

  1. adding (followship only/ latent only/ followship and latent) options
  2. extracting followship information out of the data
  3. adding topics as node features (if the latent option is on)
  4. creating edges as node connections (followship or latent based on the user choice)
  5. predict node features to obtain user interest in the future
  6. predict edges to obtain users' connections in the future
  7. preparing the dataset to be fed to pyg temporal nn models
  8. removing dynamicgem and using pyg temporal for graph embedding
  9. check if sentence transformers can embed raw strings better than simple BOW https://www.sbert.net/
  10. Which loss functions are suitable for which problems?

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions