Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SEERa refactoring - Moving toward PyG Temporal #77

Open
soroush-ziaeinejad opened this issue Nov 13, 2023 · 0 comments
Open

SEERa refactoring - Moving toward PyG Temporal #77

soroush-ziaeinejad opened this issue Nov 13, 2023 · 0 comments
Assignees
Labels
baseline method Code documentation Improvements or additions to documentation research

Comments

@soroush-ziaeinejad
Copy link
Contributor

soroush-ziaeinejad commented Nov 13, 2023

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?
@soroush-ziaeinejad soroush-ziaeinejad self-assigned this Nov 13, 2023
@soroush-ziaeinejad soroush-ziaeinejad added documentation Improvements or additions to documentation baseline method Code research labels Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
baseline method Code documentation Improvements or additions to documentation research
Projects
None yet
Development

No branches or pull requests

1 participant