bdqnghi / infercode

[ICSE 2021] - InferCode: Self-Supervised Learning of Code Representations by Predicting Subtrees
89 stars 24 forks source link

Comparing 2 source codes based on their InferCode represention #32

Closed Avv22 closed 2 years ago

Avv22 commented 2 years ago

Hello Dear Authors,

Once we have the embeddings generated from InferCode for the same code written in 2 different languages ?(Python and Java). How InferCode decides they are similar given that the structure of AST for adding 2 integers in Java and Python is different in terms of their AST nodes?