CLFeb 6, 2025

Linear Correlation in LM's Compositional Generalization and Hallucination

arXiv:2502.04520v12 citationsh-index: 13
Originality Incremental advance
AI Analysis

This addresses the problem of understanding and improving compositional generalization in language models for AI researchers, though it is incremental in nature.

The paper uncovers linear correlations in language models during knowledge composition, showing that a linear transformation maps token predictions between related prompts, which is resilient to fine-tuning and can cause hallucinations when deviating from real-world relationships.

The generalization of language models (LMs) is undergoing active debates, contrasting their potential for general intelligence with their struggles with basic knowledge composition (e.g., reverse/transition curse). This paper uncovers the phenomenon of linear correlations in LMs during knowledge composition. For explanation, there exists a linear transformation between certain related knowledge that maps the next token prediction logits from one prompt to another, e.g., "X lives in the city of" $\rightarrow$ "X lives in the country of" for every given X. This mirrors the linearity in human knowledge composition, such as Paris $\rightarrow$ France. Our findings indicate that the linear transformation is resilient to large-scale fine-tuning, generalizing updated knowledge when aligned with real-world relationships, but causing hallucinations when it deviates. Empirical results suggest that linear correlation can serve as a potential identifier of LM's generalization. Finally, we show such linear correlations can be learned with a single feedforward network and pre-trained vocabulary representations, indicating LM generalization heavily relies on the latter.

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