CLLGOct 23, 2023

Function Vectors in Large Language Models

arXiv:2310.15213v2245 citationsh-index: 17
Originality Highly original
AI Analysis

This work identifies a fundamental mechanism for how language models abstract and execute functions, which could impact interpretability and control in AI systems.

The authors discovered a compact neural mechanism, called a function vector (FV), within large language models that represents input-output functions and can trigger task execution robustly across contexts, including zero-shot and natural text settings, with strong causal effects in middle layers.

We report the presence of a simple neural mechanism that represents an input-output function as a vector within autoregressive transformer language models (LMs). Using causal mediation analysis on a diverse range of in-context-learning (ICL) tasks, we find that a small number attention heads transport a compact representation of the demonstrated task, which we call a function vector (FV). FVs are robust to changes in context, i.e., they trigger execution of the task on inputs such as zero-shot and natural text settings that do not resemble the ICL contexts from which they are collected. We test FVs across a range of tasks, models, and layers and find strong causal effects across settings in middle layers. We investigate the internal structure of FVs and find while that they often contain information that encodes the output space of the function, this information alone is not sufficient to reconstruct an FV. Finally, we test semantic vector composition in FVs, and find that to some extent they can be summed to create vectors that trigger new complex tasks. Our findings show that compact, causal internal vector representations of function abstractions can be explicitly extracted from LLMs. Our code and data are available at https://functions.baulab.info.

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