项目作者: yzhangcs

项目描述 :
[ACL'20, IJCAI'20] Code for "Efficient Second-Order TreeCRF for Neural Dependency Parsing" and "Fast and Accurate Neural CRF Constituency Parsing".
高级语言: Python
项目地址: git://github.com/yzhangcs/crfpar.git
创建时间: 2020-05-27T12:30:14Z
项目社区:https://github.com/yzhangcs/crfpar

开源协议:MIT License

下载


CʀꜰPᴀʀ

Travis
LICENSE
GitHub stars
GitHub forks

Source code for ACL’20 paper “Efficient Second-Order TreeCRF for Neural Dependency Parsing” and IJCAI’20 paper “Fast and Accurate Neural CRF Constituency Parsing”.

The code of ACL’20 paper (Cʀꜰ2o is not ported yet) and IJCAI’20 paper is available at the crf-dependency branch and crf-dependency branch respectively.

Currently I’m working to release a python package named supar, including pretrained models for my papers.
The code is unstable and not imported to this repo yet.
If you would like to try them out in advance, please refer to my another repository parser.

Citation

If you are interested in our researches, please cite:

  1. @inproceedings{zhang-etal-2020-efficient,
  2. title = {Efficient Second-Order {T}ree{CRF} for Neural Dependency Parsing},
  3. author = {Zhang, Yu and Li, Zhenghua and Zhang Min},
  4. booktitle = {Proceedings of ACL},
  5. year = {2020},
  6. url = {https://www.aclweb.org/anthology/2020.acl-main.302},
  7. pages = {3295--3305}
  8. }
  9. @inproceedings{zhang-etal-2020-fast,
  10. title = {Fast and Accurate Neural {CRF} Constituency Parsing},
  11. author = {Zhang, Yu and Zhou, Houquan and Li, Zhenghua},
  12. booktitle = {Proceedings of IJCAI},
  13. year = {2020},
  14. doi = {10.24963/ijcai.2020/560},
  15. url = {https://doi.org/10.24963/ijcai.2020/560},
  16. pages = {4046--4053}
  17. }

Please feel free to email me if you have any issues.