mirror of https://github.com/percyliang/sempre
Updated README
This commit is contained in:
parent
86ed9ab957
commit
73b4a2d224
|
|
@ -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).
|
||||
|
|
|
|||
|
|
@ -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
|
||||
-------------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue