lang2program
lang2program copied to clipboard
how to get intermediate predicted logical forms?
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!
Have you get the predicted logical forms?