提升解码器架构的多语言迁移能力,实现零样本翻译性能突破
Improving Language Transfer Capability of Decoder-only Architecture in Multilingual Neural Machine Translation
- 分两阶段解码,首阶段排除目标词以增强跨语言迁移
- 引入对比学习优化翻译指令,零样本翻译指标提升显著
- 在多个数据集上优于编码器-解码器结构,尤其适合零样本场景
现有多语言神经机器翻译方法多聚焦于编码器-解码器架构的改进。然而,由于仅在平行语料上训练时表现不佳,解码器仅架构在多语言翻译中研究较少。本文将问题归因于其缺乏语言迁移能力——解码器无法有效利用目标语言特征编码源词。为此,我们提出将解码过程分为两个阶段:第一阶段显式排除目标词,以隐式增强跨语言迁移能力;同时对翻译指令施加对比学习,进一步提升零样本翻译性能。在TED-19和OPUS-100数据集上进行实验,涵盖从头训练与微调两种场景。结果表明,相较于编码器-解码器架构,所提方法在有监督翻译中表现相当,而在零样本翻译中最高提升3.39 BLEU、6.99 chrF++、3.22 BERTScore和4.81 COMET。
原文摘要 · Abstract (English)
Existing multilingual neural machine translation (MNMT) approaches mainly focus on improving models with the encoder-decoder architecture to translate multiple languages. However, decoder-only architecture has been explored less in MNMT due to its underperformance when trained on parallel data solely. In this work, we attribute the issue of the decoder-only architecture to its lack of language transfer capability. Specifically, the decoder-only architecture is insufficient in encoding source tokens with the target language features. We propose dividing the decoding process into two stages so that target tokens are explicitly excluded in the first stage to implicitly boost the transfer capability across languages. Additionally, we impose contrastive learning on translation instructions, resulting in improved performance in zero-shot translation. We conduct experiments on TED-19 and OPUS-100 datasets, considering both training from scratch and fine-tuning scenarios. Experimental results show that, compared to the encoder-decoder architecture, our methods not only perform competitively in supervised translations but also achieve improvements of up to 3.39 BLEU, 6.99 chrF++, 3.22 BERTScore, and 4.81 COMET in zero-shot translations.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。