CLAIMar 7, 2024

Where does In-context Translation Happen in Large Language Models

arXiv:2403.04510v11 citationsh-index: 6
Originality Incremental advance
AI Analysis

This addresses the problem of understanding and optimizing in-context learning for machine translation in large language models, offering computational efficiency gains.

The study investigated where large language models perform in-context translation, identifying a 'task recognition' point in layers where translation is encoded, leading to 45% computational savings with 5 examples and task recognition at layer 14/32.

Self-supervised large language models have demonstrated the ability to perform Machine Translation (MT) via in-context learning, but little is known about where the model performs the task with respect to prompt instructions and demonstration examples. In this work, we attempt to characterize the region where large language models transition from in-context learners to translation models. Through a series of layer-wise context-masking experiments on \textsc{GPTNeo2.7B}, \textsc{Bloom3B}, \textsc{Llama7b} and \textsc{Llama7b-chat}, we demonstrate evidence of a "task recognition" point where the translation task is encoded into the input representations and attention to context is no longer necessary. We further observe correspondence between the low performance when masking out entire layers, and the task recognition layers. Taking advantage of this redundancy results in 45\% computational savings when prompting with 5 examples, and task recognition achieved at layer 14 / 32. Our layer-wise fine-tuning experiments indicate that the most effective layers for MT fine-tuning are the layers critical to task recognition.

Foundations

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

Your Notes