yzhangcs / crfpar

[ACL'20, IJCAI'20] Code for "Efficient Second-Order TreeCRF for Neural Dependency Parsing" and "Fast and Accurate Neural CRF Constituency Parsing".
https://www.aclweb.org/anthology/2020.acl-main.302
MIT License
76 stars 7 forks source link

Where is the triaffine module? #8

Open unikcc opened 3 years ago

unikcc commented 3 years ago

There are two duplicate crf-dependency in your README.md, I think it's a typo.

from README.md: 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.

I can't find the triaffine module in both crf-dependency and crf-constituency branch. https://github.com/yzhangcs/crfpar/blob/crf-dependency/parser/model.py https://github.com/yzhangcs/crfpar/blob/crf-constituency/parser/model.py

yzhangcs commented 3 years ago

@unikcc Hi, the code and pretrained models of the two papers can be found in this repo. I'm sorry I didn't take the time to reorganize the code here.

unikcc commented 3 years ago

OK, I see. Thank you