CLSep 30, 2023

Decoding In-Context Learning: Neuroscience-inspired Analysis of Representations in Large Language Models

arXiv:2310.00313v49 citationsh-index: 11
Originality Incremental advance
AI Analysis

This work provides tools for understanding representation changes in LLMs, which is incremental for researchers and practitioners in AI.

The study investigated how in-context learning improves large language model performance by analyzing changes in embeddings and attention representations, finding meaningful correlations between behavioral improvements and these changes in models like Llama-2 70B and Vicuna 13B.

Large language models (LLMs) exhibit remarkable performance improvement through in-context learning (ICL) by leveraging task-specific examples in the input. However, the mechanisms behind this improvement remain elusive. In this work, we investigate how LLM embeddings and attention representations change following in-context-learning, and how these changes mediate improvement in behavior. We employ neuroscience-inspired techniques such as representational similarity analysis (RSA) and propose novel methods for parameterized probing and measuring ratio of attention to relevant vs. irrelevant information in Llama-2 70B and Vicuna 13B. We designed two tasks with a priori relationships among their conditions: linear regression and reading comprehension. We formed hypotheses about expected similarities in task representations and measured hypothesis alignment of LLM representations before and after ICL as well as changes in attention. Our analyses revealed a meaningful correlation between improvements in behavior after ICL and changes in both embeddings and attention weights across LLM layers. This empirical framework empowers a nuanced understanding of how latent representations shape LLM behavior, offering valuable tools and insights for future research and practical applications.

Foundations

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

Your Notes