Panupong (Ice) Pasupat

Results 96 comments of Panupong (Ice) Pasupat

Here's one proposal for generic value setting and constraint checking: * value = primitiveValue | compositeValue * primitiveValue is either grounded or floated * For floated primitiveValue, we can use...

The demonstrations in that repository record the raw JavaScript events. Mouse clicks are also recorded as mouse up + mouse down, for example. In the project I was involved in...

- Could you try removing `lib/fb_data/` and rerunning the command? - Could you check if there is enough space? The file is very large (30GB total).

It should be the complete KB needed for WebQuestions. We didn't have involvement with SimpleQuestions. You can download the subset of Freebased needed for SimpleQuestions on the [Facebook Research webpage](https://research.fb.com/downloads/babi/)

Hi Amir, This question seems to be specific to the [sempre repository](https://github.com/percyliang/sempre) and not fig. Could you move the question there?

Could you try the interactive mode as described in https://github.com/percyliang/sempre/tree/master/tables#other-usages? You can load the params of a trained model by adding `-Builder.inParamsPath path/to/params` to the command line. You might also...

The fig package currently breaks the run script. Please roll back as follows: ``` cd fig git checkout d81d89d ```

Sorry for the late reply. Technically the executor (SparqlExecutor) just converts the logical form to a SPARQL query and executes it on the specified endpoint, so any knowledge base system...

I'm not familiar with the overnight package. That said, there are other works on Overnight that evaluated on denotations. The best shot might be [Neural Semantic Parsing over Multiple Knowledge-bases](https://arxiv.org/pdf/1702.01569.pdf)...