From 73b4a2d2249b0b07c173e6318834494fef6cfe9f Mon Sep 17 00:00:00 2001 From: Panupong Pasupat Date: Wed, 1 Nov 2017 14:23:28 -0700 Subject: [PATCH] Updated README --- README.md | 8 +++++++- tables/README.md | 3 +++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 35b4002..64dba68 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# SEMPRE 2.3.1: Semantic Parsing with Execution +# SEMPRE 2.4: Semantic Parsing with Execution ## What is semantic parsing? @@ -62,6 +62,8 @@ SEMPRE has been used in the following papers: offshoot, and does not use many of the core learning and parsing utiltiies in SEMPRE. To reproduce those results, check out SEMPRE 1.0. +Please refer to the [project page](https://nlp.stanford.edu/software/sempre/) for a more complete list. + ## Where do I go next? - If you're new to semantic parsing, you can learn more from the [background @@ -180,3 +182,7 @@ Changes from SEMPRE 2.2 to SEMPRE 2.3: Changes from SEMPRE 2.3 to SEMPRE 2.3.1: - Modified the `tables` module to resemble SEMPRE 2.1, effectively making it work again. + +Changes from SEMPRE 2.3.1 to SEMPRE 2.4: + +- Added the `cprune` package for the paper *Macro Grammars and Holistic Triggering for Efficient Semantic Parsing* (EMNLP 2017). diff --git a/tables/README.md b/tables/README.md index 107e48d..cc1c98e 100644 --- a/tables/README.md +++ b/tables/README.md @@ -57,6 +57,9 @@ Please refer to the following paper for more information: > Macro Grammars and Holistic Triggering for Efficient Semantic Parsing > Empirical Methods on Natural Language Processing (EMNLP), 2017. +Currently the module does not support model saving, and testing has to be done on the official test set. +These features will be added in the future. + Official evaluation -------------------