Skip to content

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

License

Notifications You must be signed in to change notification settings

scofield7419/HeSyFu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published