You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering in real programming we have usually a library of programs we have at our disposal. Generating new programs for each part sounds hopeless so I was wondering how tree gen solves this problem.
Is it that the tasks that tree gen was applied to has a small library it can choose from? (note I am not asking about the things in the NL that the pointer net is used for, I had more in mind like say we have the function zip or for a specific library say pandas we have a bunch of function the model could use etc how to choose those)
Is it that for GEO & HS the set of available function is always given and we could also just point to them with a pointer net?
I am trying to understand how much this question is a limitation of the model vs a limitation of the task.
Thanks again for all the useful responses! :)
The text was updated successfully, but these errors were encountered:
brando90
changed the title
How are identifiers predicting (besides the NL pointer net)?
How are general identifiers predicting (besides the NL pointer net)?
Jul 1, 2021
brando90
changed the title
How are general identifiers predicting (besides the NL pointer net)?
How are general identifiers predicting e.g. functions from an available library? (besides the NL pointer net)
Jul 1, 2021
I was wondering in real programming we have usually a library of programs we have at our disposal. Generating new programs for each part sounds hopeless so I was wondering how tree gen solves this problem.
Is it that the tasks that tree gen was applied to has a small library it can choose from? (note I am not asking about the things in the NL that the pointer net is used for, I had more in mind like say we have the function zip or for a specific library say pandas we have a bunch of function the model could use etc how to choose those)
Is it that for GEO & HS the set of available function is always given and we could also just point to them with a pointer net?
I am trying to understand how much this question is a limitation of the model vs a limitation of the task.
Thanks again for all the useful responses! :)
The text was updated successfully, but these errors were encountered: