ACL 2024findings1 citations

Length-aware Byte Pair Encoding for Mitigating Over-segmentation in Korean Machine Translation

Jungseob Lee, Hyeonseok Moon, Seungjun Lee, Chanjun Park, Sugyeong Eo, Hyunwoong Ko, Jaehyung Seo, Seungyoon Lee

Abstract

Byte Pair Encoding is an effective approach in machine translation across several languages. However, our analysis indicates that BPE is prone to over-segmentation in the morphologically rich language, Korean, which can erode word semantics and lead to semantic confusion during training. This semantic confusion, stemming from over-segmentation, ultimately contributes to a degradation of overall translation quality. To address this issue, we introduce Length-aware Subword Vocabulary Construction (LeVoC), a novel approach strategically incorporating longer words into the vocabulary. By utilizing an external monolingual Korean corpus, LeVoC extracts and integrates long words, effectively preserving morphological information and reducing semantic confusion. Our experiments demonstrate that LeVoC not only significantly outperforms BPE, but also can be applied to and surpass current state-of-the-art morpheme-aware subword tokenization methods. We provide evidence that the difficulty in translating sentences with long words in Korean is associated with morphological compositionality, and LeVoC’s ability to reduce semantic confusion during training leads to improved translation quality.

BibTeX
@inproceedings{lee-etal-2024-length,
    title = "Length-aware Byte Pair Encoding for Mitigating Over-segmentation in {K}orean Machine Translation",
    author = "Lee, Jungseob  and
      Moon, Hyeonseok  and
      Lee, Seungjun  and
      Park, Chanjun  and
      Eo, Sugyeong  and
      Ko, Hyunwoong  and
      Seo, Jaehyung  and
      Lee, Seungyoon  and
      Lim, Heuiseok",
    editor = "Ku, Lun-Wei  and
      Martins, Andre  and
      Srikumar, Vivek",
    booktitle = "Findings of the Association for Computational Linguistics: ACL 2024",
    month = aug,
    year = "2024",
    address = "Bangkok, Thailand",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.findings-acl.135/",
    doi = "10.18653/v1/2024.findings-acl.135",
    pages = "2287--2303"
}
Length-aware Byte Pair Encoding for Mitigating Over-segmentation in Korean Machine Translation · ACL 2024