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
Incorporate ast hash (from the ast without names of identifiers or constants) in the dataset.
Ast hash seen before
old: 'myString.translate(None, string.punctuation)'
new: 's.translate(None, string.punctuation)'
Ast hash seen before
old: 'root.mainloop()'
new: 'root.mainloop()'
guess that data augmentation by (1) partitioning input-output examples by AST hash and then (2) generating synthetic examples by randomly pairing inputs and output with the same hash would lead to a noticeable improvement
The text was updated successfully, but these errors were encountered:
Incorporate ast hash (from the ast without names of identifiers or constants) in the dataset.
The text was updated successfully, but these errors were encountered: