Skip to content

Code for ICML2018 - Generalized Earley Parser: Bridging Symbolic Grammars and Sequence Data for Future Prediction.

Notifications You must be signed in to change notification settings

SiyuanQi-zz/generalized-earley-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

ICML2018 - Generalized Earley Parser: Bridging Symbolic Grammars and Sequence Data for Future Prediction

The algorithm is described in a ICML 2018 paper (supplementary materials).

The generalized Earley parser is implemented in src/python/parser/generalizedearley.py.

Folders in the repository:

  • src/python/datasets: code for loading the extracted features of the used datasets.
  • src/python/experiments: code for running the experiments. The main experiments are implemented in cad.py and wnp.py.
  • src/python/parser: files for grammar inference.

If you find this code useful, please cite our work with the following bibtex:

@inproceedings{qi2018future,
    title={Generalized Earley Parser: Bridging Symbolic Grammars and Sequence Data for Future Prediction},
    author={Qi, Siyuan and Jia, Baoxiong and Zhu, Song-Chun},
    booktitle={International Conference on Machine Learning (ICML)},
    year={2018}
}

About

Code for ICML2018 - Generalized Earley Parser: Bridging Symbolic Grammars and Sequence Data for Future Prediction.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages