Theoretical Understanding Of In-context Learning In Shallow Transformers With Unstructured Data · The Large Language Model Bible Contribute to LLM-Bible

Theoretical Understanding Of In-context Learning In Shallow Transformers With Unstructured Data

Xing Yue, Lin Xiaofeng, Xu Chenheng, Suh Namjoon, Song Qifan, Cheng Guang. Arxiv 2024

[Paper]    
Attention Mechanism In Context Learning Model Architecture Pretraining Methods Prompting Transformer

Large language models (LLMs) are powerful models that can learn concepts at the inference stage via in-context learning (ICL). While theoretical studies, e.g., \cite{zhang2023trained}, attempt to explain the mechanism of ICL, they assume the input \(x_i\) and the output \(y_i\) of each demonstration example are in the same token (i.e., structured data). However, in real practice, the examples are usually text input, and all words, regardless of their logic relationship, are stored in different tokens (i.e., unstructured data \cite{wibisono2023role}). To understand how LLMs learn from the unstructured data in ICL, this paper studies the role of each component in the transformer architecture and provides a theoretical understanding to explain the success of the architecture. In particular, we consider a simple transformer with one/two attention layers and linear regression tasks for the ICL prediction. We observe that (1) a transformer with two layers of (self-)attentions with a look-ahead attention mask can learn from the prompt in the unstructured data, and (2) positional encoding can match the \(x_i\) and \(y_i\) tokens to achieve a better ICL performance.

Similar Work