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 am using PlotQA, which uses SEMPRE and I am trying to run inference in some generated CSV files.
I already generated the CSV files using PlotQA, now I just need a way to "ask some questions" to these few tables. I am using SEMPRE Tables (Semantic Parsing on Semi-Structured Tables). My question here is how can I do this in a simples way? I could not find commands to run simple questions, just to run training modes.
I hope you guys can help me out. Thanks in advance.
The text was updated successfully, but these errors were encountered:
You can load the params of a trained model by adding -Builder.inParamsPath path/to/params to the command line. You might also need to specify the right grammar file and features. What does PlotQA use for grammar and features?
PlotQA uses the default grammar of SEMPRE tables (as far as I know). I was also able to use the interactive mode for some simple examples, but I was wondering: Is there a faster way to do it? Maybe a function to call in a pipeline, that asks automatically some specified questions to previously generated tables?
Hello,
I am using PlotQA, which uses SEMPRE and I am trying to run inference in some generated CSV files.
I already generated the CSV files using PlotQA, now I just need a way to "ask some questions" to these few tables. I am using SEMPRE Tables (Semantic Parsing on Semi-Structured Tables). My question here is how can I do this in a simples way? I could not find commands to run simple questions, just to run training modes.
I hope you guys can help me out. Thanks in advance.
The text was updated successfully, but these errors were encountered: