Model of Pointing Constituency Parser

Efficient Constituency Parsing by Pointing

Efficient Constituency Parsing by Pointing

This resource contains the source code of our ACL-2020 paper entitled Efficient Constituency Parsing by Pointing

Source code

Code

Running Experiments

For english parsing, run command

bash ./run_en.sh

For other parsing, run command

bash ./run_spmrl.sh

Citation

Please cite our paper if you found the resources in this repository useful.

@inproceedings{nguyen-etal-2020-efficient,
    title = "Efficient Constituency Parsing by Pointing",
    author = "Nguyen, Thanh-Tung  and
      Nguyen, Xuan-Phi  and
      Joty, Shafiq  and
      Li, Xiaoli",
    booktitle = "Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics",
    month = jul,
    year = "2020",
    address = "Online",
    publisher = "Association for Computational Linguistics",
    url = "https://www.aclweb.org/anthology/2020.acl-main.301",
    pages = "3284--3294",
}