bdqnghi / infercode

[ICSE 2021] - InferCode: Self-Supervised Learning of Code Representations by Predicting Subtrees

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Method Name Prediction

Marvinmw opened this issue · comments

I am interested in the paper InferCode. I have one question about the name predction. Do you use the frequency of the normalized method name to filter the rare methods for Java-small data? Code2vec removes the rare names. Which prediction model do you use? Would you like to share the code?