scofield7419 / HeSyFu

Code for the ACL2021 paper: Better Combine Them Together! Integrating Syntactic Constituency and Dependency Representations for Semantic Role Labeling

Home Page:https://haofei.vip/HeSyFu-SRL/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Heterogeneous Syntax Fuser (HeSyFu) for SRL

Code for the ACL2021 (Finding) work Better Combine Them Together! Integrating Syntactic Constituency and Dependency Representations for Semantic Role Labeling


🎉 Visit the project page here HeSyFu


Data

Donwload the SRL dataset:

Ensemble the heterogeneous syntax annotations by linking the CoNLL sentences to the UPB.

Format the data as CoNLLU-like, make sure the dependency syntax (head & dependent label) and the constituency syntax are will compatible to the conllu style.

Word embedding:

Training & Evaluating

Run run_srl.py

Run run_inference.py


@inproceedings{fei-etal-2021-better,
    title = "Better Combine Them Together! Integrating Syntactic Constituency and Dependency Representations for Semantic Role Labeling",
    author = "Fei, Hao  and
      Wu, Shengqiong  and
      Ren, Yafeng  and
      Li, Fei  and
      Ji, Donghong",
    booktitle = "Findings of the Association for Computational Linguistics: ACL-IJCNLP 2021",
    year = "2021",
    publisher = "Association for Computational Linguistics",
    pages = "549--559",
}

About

Code for the ACL2021 paper: Better Combine Them Together! Integrating Syntactic Constituency and Dependency Representations for Semantic Role Labeling

https://haofei.vip/HeSyFu-SRL/

License:Apache License 2.0


Languages

Language:Python 66.2%Language:Perl 33.8%