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

Meta-learning experiments #15

Open
5 of 14 tasks
m09 opened this issue Mar 14, 2019 · 0 comments
Open
5 of 14 tasks

Meta-learning experiments #15

m09 opened this issue Mar 14, 2019 · 0 comments
Assignees

Comments

@m09
Copy link
Contributor

m09 commented Mar 14, 2019

Here are the steps I want to go through to test out the meta-learning idea:

  • Extract format analyzer parser (bblfsh + operator, whitespace and special cases handling)
  • Transform parsed files (virtual nodes + uast) into a graph
  • Create a model made of a GGNN encoder and a LSTM decoder with Deep Graph Library and PyTorch
  • Overfit 1 file formatted by prettier to check that the model is expressive enough to learn the formatting of one file
  • Overfit 1 project formatted by prettier, still to check expressiveness
  • Gather a dataset of diverse and somewhat well maintained (ie formatted) projects to learn from (like @warenlg's top javascript repos dataset)
  • Define an evaluation scheme made of both interpolation (modeling style on training repos) and extrapolation (modeling style on unseen repos)
  • Test 4 approaches to train the model:
    • One model per repository (like style-analyzer)
    • One model for all repositories
    • One model for all repositories with multi-task learning (one task per repository)
    • One model for all repositories with meta-learning (one task per repository + learn to adapt)
  • Plug the system into the visualizer to understand results
  • If results seem promising, evaluate a bit more and report to give input to product
@m09 m09 self-assigned this Mar 14, 2019
@vmarkovtsev vmarkovtsev changed the title Meta-learning experiments [research] Meta-learning experiments May 23, 2019
@m09 m09 changed the title [research] Meta-learning experiments Meta-learning experiments Jun 18, 2019
@m09 m09 transferred this issue from src-d/ml-backlog Jul 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant