gipplab / math2vec

Set of tools we used to create, cultivate and process datasets for our math2vec project.
6 stars 0 forks source link

Develop a set of typical relations #5

Open AndreG-P opened 5 years ago

AndreG-P commented 5 years ago

To get meaningful results, we have to ask the word2vec model for relations. Something like

  math-a is to variables like <identifier> to ???
  math-f is to function  like <identifier> to ???
  ...

Here we have many ways to improve the results. Should we calculate the average of the results, or the weighted averages? Which results should have more impact.

But I think that's future work!