weaksp_em19
weaksp_em19 copied to clipboard
Learning Semantic Parsers from Denotations with Latent Structured Alignments and Abstract Programs(EMNLP2019)
Learning Semantic Parsers from Denotations with Latent Structured Alignments and Abstract Programs
Setup
Use conda to create a virtual environment and setup this package
conda create --name weaksp python=3.7
conda activate weaskp
pip install --user -e .
The preprocessed data is based on the one provided by MAPO. Download it by this link
The default embedding file path is "glove/glove.42B.300d.txt".
Problems?
Please open a github issue if you find any problem. Thanks