-
Notifications
You must be signed in to change notification settings - Fork 46
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
questions about paper "A Structural Analysis of Pre-Trained Language Models for Source Code" #11
Comments
Thanks to propose these questions; |
Thanks for your reply!
|
If input is the pruned AST and code snippet, what are the outputs of models in Syntax Tree Induction? |
Actually, the purned AST strcuture is the gold standard, and we use the method(in our paper) to induce a binary tree,and compute the similarity between the two trees. |
Thanks for your reply! I didn't understand what |
Yes, Induce a binary tree means generate a tree from zero. |
Yes, your understanding is right. |
What are high, low and attention variability?
The text was updated successfully, but these errors were encountered: