IC-528The knowledge localization assumption fails for a large fraction of facts in GPT-2, Llama2-7B, and Llama3-8B, with 77% of facts classified as inconsistent knowledge in Llama3-8B

Yuheng Chen, Pengfei Cao, Yubo Chen, Kang Liu, Jun Zhao

SourceKnowledge Localization: Mission Not Accomplished? Enter Query Localization!

The paper measures whether rephrased queries for the same fact activate the same set of knowledge neurons (the KL assumption). Using three independent localization methods (Integrated Gradients, Sequential IG, AMIG) on the ParaRel dataset, the authors compute a consistency score for each fact. A large proportion of facts show low consistency, meaning the neurons activated differ across paraphrases. In Llama3-8B with a static threshold, 77% of facts are classified as inconsistent knowledge (Ki). Modification experiments confirm this: editing the query-specific neurons for Ki facts yields near-zero generalization to neighbor queries (gen=0.04 for Llama3-8B), while editing the union of all neighbor neurons causes a 105% perplexity increase.

Evidence
correlational
Key metric
Llama3-8b static threshold (Dai et al.): ri=0.84, ui=0.16, t=123, p<1e-6; Llama2-7b static: ri=0.60, ui=0.40, t=158; GPT-2 static: ri=0.44, ui=0.56, t=236. Modification: Ki ni erasure Llama3-8b gen=0.04; Ki nu erasure Llama3-8b Δppl=1.05
Caveat
The classification threshold (static 0.1 or Otsu) is a hyperparameter; the authors show robustness across thresholds from 0.04 to 0.80 in Figure 9, but the exact proportion of Ki varies with threshold choice.
Model
GPT-2, Llama 2 / Llama 2 base Llama 2 7B, Llama 3 8B
Concepts
Failure mode
Datasets
ParaRel [eval], WikiText-2 [eval]
Methods
Integrated Gradients / Integral of gradients [primary], Sequential Integrated Gradients [primary]
Related work
Knowledge Neurons in Pretrained Transformers [builds-on], Locating and Editing Factual Associations in GPT [context]
Related findings
IC-529, IC-530
Extraction
automatic-extraction