xl8-ai / WordSiMT

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"

License:MIT License


Languages

Language:Python 98.2%Language:Cuda 0.9%Language:C++ 0.5%Language:Cython 0.3%Language:Lua 0.1%Language:Shell 0.1%