CLAINov 14, 2023

Anti-LM Decoding for Zero-shot In-context Machine Translation

arXiv:2311.08324v232 citationsh-index: 6
Originality Incremental advance
AI Analysis

This work addresses the issue of bias in zero-shot translation for users of pre-trained models, representing an incremental improvement over existing contrastive decoding methods.

The paper tackles the problem of poor calibration in zero-shot in-context machine translation for large language models by introducing an Anti-Language Model objective with a decay factor, resulting in up to 20 BLEU point improvements over default objectives in some settings.

Zero-shot In-context learning is the phenomenon where models can perform the task simply given the instructions. However, pre-trained large language models are known to be poorly calibrated for this task. One of the most effective approaches to handling this bias is to adopt a contrastive decoding objective, which accounts for the prior probability of generating the next token by conditioning on some context. This work introduces an Anti-Language Model objective with a decay factor designed to address the weaknesses of In-context Machine Translation. We conduct our experiments across 3 model types and sizes, 3 language directions, and for both greedy decoding and beam search ($B=5$). The proposed method outperforms other state-of-art decoding objectives, with up to $20$ BLEU point improvement from the default objective observed in some settings.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes