Skip to content

Repository with code for paper 'zero-shot dependency parsing with worst-case aware automated curriculum learning'

License

Notifications You must be signed in to change notification settings

mdelhoneux/machamp-worst_case_acl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zero-Shot Dependency Parsing with Worst-Case Aware Automated Curriculum Learning

This codebase contains code to reproduce experiments from our ACL 2022 paper. (camera-ready version coming soon). It integrates the method developed by Zhang et al 2020 (which was implemented within the MT-DNN framework) into the MaChAmp library. Detailed instructions for how to run models can be found in the machamp repository. The configurations of our different models are in config/. The language configurations can be created with scripts/create_params.py, given a UD treebanks location. The main training script is in scripts/train_acl22.sh

MIT License


@inproceedings{delhoneux2022worst,
  title = "Zero-Shot Dependency Parsing with Worst-Case Aware Automated Curriculum Learning",
  author = "de Lhoneux, Miryam and
  Zhang, Sheng and
  S{\o}gaard, Anders",
  year = "2022",
  url = "https://openreview.net/pdf?id=h0lckggpp4X",
  booktitle = "Proceedings of ACL",
}

About

Repository with code for paper 'zero-shot dependency parsing with worst-case aware automated curriculum learning'

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.3%
  • Shell 2.7%