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 have been testing the parser separately (which is getting downloaded from http://vcml.csail.mit.edu/data/ckpt/CLEVR_reason.tgz and seems to be pre-trained as it parses well train questions), and while parser.tools.operation.records contains 'synonym' (and therefore should be able to recogninze this operation), it is always predicting '10' (which is < END > operation) when applied to the test questions which all contain the word 'synonym'. For example, the question 'Is sphere a synonym of shiny?'
gets parsed into
Maybe in fact the parser it is not pretrained on this concept?
The text was updated successfully, but these errors were encountered:
anette123
changed the title
Parser producing <END> when predicting operation on test questions
Parser always producing <END> when predicting synonym operation on test questions
Apr 6, 2021
Hi team, making it a separate thread from #1
I have been testing the parser separately (which is getting downloaded from http://vcml.csail.mit.edu/data/ckpt/CLEVR_reason.tgz and seems to be pre-trained as it parses well train questions), and while
parser.tools.operation.records
contains 'synonym' (and therefore should be able to recogninze this operation), it is always predicting '10' (which is < END > operation) when applied to the test questions which all contain the word 'synonym'. For example, the question'Is sphere a synonym of shiny?'
gets parsed into
Maybe in fact the parser it is not pretrained on this concept?
The text was updated successfully, but these errors were encountered: