Skip to content

Official implementation of EMNLP 2023 Findings paper "Enhanced Simultaneous Machine Translation with Word-level Policies"

License

Notifications You must be signed in to change notification settings

xl8-ai/WordSiMT

 
 

Repository files navigation

Enhanced Simultaneous Machine Translation with Word-level Policies

A PyTorch implementation based on Fairseq and Efficient Wait-k.

Code is in examples/word_waitk.

Citation

@inproceedings{kim-cho-2023-enhanced,
    title = "Enhanced Simultaneous Machine Translation with Word-level Policies",
    author = "Kim, Kang  and
      Cho, Hankyu",
    editor = "Bouamor, Houda  and
      Pino, Juan  and
      Bali, Kalika",
    booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2023",
    month = dec,
    year = "2023",
    address = "Singapore",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2023.findings-emnlp.1045",
    pages = "15616--15634",
}

About

Official implementation of EMNLP 2023 Findings paper "Enhanced Simultaneous Machine Translation with Word-level Policies"

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.1%
  • Other 1.9%