sempre/overnight
Panupong Pasupat 9178eb7322 Added tables and overnight modules 2015-06-04 18:01:24 -07:00
..
README.md Added tables and overnight modules 2015-06-04 18:01:24 -07:00
basketball.grammar Added tables and overnight modules 2015-06-04 18:01:24 -07:00
blocks.grammar Added tables and overnight modules 2015-06-04 18:01:24 -07:00
calendar-canonical.examples Added tables and overnight modules 2015-06-04 18:01:24 -07:00
calendar.grammar Added tables and overnight modules 2015-06-04 18:01:24 -07:00
calendar.turk.examples Added tables and overnight modules 2015-06-04 18:01:24 -07:00
general.grammar Added tables and overnight modules 2015-06-04 18:01:24 -07:00
geo880-unittest.examples Added tables and overnight modules 2015-06-04 18:01:24 -07:00
geo880.grammar Added tables and overnight modules 2015-06-04 18:01:24 -07:00
housing-unittest.examples Added tables and overnight modules 2015-06-04 18:01:24 -07:00
housing.grammar Added tables and overnight modules 2015-06-04 18:01:24 -07:00
null.examples Added tables and overnight modules 2015-06-04 18:01:24 -07:00
publications.grammar Added tables and overnight modules 2015-06-04 18:01:24 -07:00
recipes.grammar Added tables and overnight modules 2015-06-04 18:01:24 -07:00
restaurants-unittest.examples Added tables and overnight modules 2015-06-04 18:01:24 -07:00
restaurants.grammar Added tables and overnight modules 2015-06-04 18:01:24 -07:00
socialnetwork-unittest.examples Added tables and overnight modules 2015-06-04 18:01:24 -07:00
socialnetwork.grammar Added tables and overnight modules 2015-06-04 18:01:24 -07:00
templates.grammar Added tables and overnight modules 2015-06-04 18:01:24 -07:00
unittest.db Added tables and overnight modules 2015-06-04 18:01:24 -07:00
unittest.grammar Added tables and overnight modules 2015-06-04 18:01:24 -07:00

README.md

Files for Building a Semantic Parser Overnight

Setting up datasets

To generate canonical utterances, run

  ./pull-dependencies freebase overnight
  make corenlp freebase overnight
  ./run @mode=genovernight-wrapper

Or, to generate each individual domain ./run @mode=genovernight @gen=1 @domain=

After turking and setting up the approprate example files, run

  ./run @mode=overnight @domain=<domain>

to run with all features.

To run with partial features, use the following commands:

  Baseline - ./run @mode=overnight @domain=<domain> -OvernightFeatureComputer.featureDomains match skip-bigram root lf simpleworld
  No Lexical features - ./run @mode=overnight @domain=<domain> -OvernightFeatureComputer.featureDomains match ppdb skip-bigram root lf simpleworld
  No PPDB - ./run @mode=overnight @domain=<domain> -OvernightFeatureComputer.featureDomains match skip-bigram root lf alignment lexical root_lexical simpleworld
  Full system - ./run @mode=overnight @domain=<domain> -OvernightFeatureComputer.featureDomains match ppdb skip-bigram root alignment lexical root_lexical lf simpleworld