lang2program icon indicating copy to clipboard operation
lang2program copied to clipboard

how to get intermediate predicted logical forms?

Open alsuhr-c opened this issue 8 years ago • 1 comments

Hi,

I'm wondering how or where I could modify the code to get intermediate (before-execution) logical form predictions on the train/dev/test sets after I've trained a model. I explored the code a bit and found where the LFs are being executed in rlong/, but it seems like the only place this code was being called was in the RL exploration phase, where it's iterating over all possible actions. How would I get the predicted logical forms?

Thanks!

alsuhr-c avatar Oct 03 '17 13:10 alsuhr-c

Have you get the predicted logical forms?

yerongguang avatar Jun 03 '21 02:06 yerongguang