Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Integrating Multi-scale Contextualized Information for Byte-based Neural Machine Translation

About

Subword tokenization is a common method for vocabulary building in Neural Machine Translation (NMT) models. However, increasingly complex tasks have revealed its disadvantages. First, a vocabulary cannot be modified once it is learned, making it hard to adapt to new words. Second, in multilingual translation, the imbalance in data volumes across different languages spreads to the vocabulary, exacerbating translations involving low-resource languages. While byte-based tokenization addresses these issues, byte-based models struggle with the low information density inherent in UTF-8 byte sequences. Previous works enhance token semantics through local contextualization but fail to select an appropriate contextualizing scope based on the input. Consequently, we propose the Multi-Scale Contextualization (MSC) method, which learns contextualized information of varying scales across different hidden state dimensions. It then leverages the attention module to dynamically integrate the multi-scale contextualized information. Experiments show that MSC significantly outperforms subword-based and other byte-based methods in both multilingual and out-of-domain scenarios. Code can be found in https://github.com/ictnlp/Multiscale-Contextualization.

Langlin Huang, Yang Feng• 2024

Related benchmarks

TaskDatasetResultRank
Machine TranslationOPUS-7 (test)
Translation Score (X -> Ar)14.86
17
Multilingual Machine TranslationOPUS-7
Ar Score78.9
16
Multilingual Many-to-One Machine TranslationTED-59
AZ Score69.27
9
Machine TranslationWMT De-En News 19
SacreBLEU21.86
7
Machine TranslationWMT De-En (IT) 19
SacreBLEU12.49
7
Machine TranslationWMT De-En Medical 19
SacreBLEU20.01
7
Machine TranslationWMT De-En Koran 19
SacreBLEU6.83
7
Machine TranslationOPUS-7 XX-to-En (test)
Ar Score31.16
4
Showing 8 of 8 rows

Other info

Code

Follow for update