local-storage-distributed-acquisition

IN derived (depth 1)

Created 2026-08-25T03:00:40+00:00 · Reviewed 2026-08-25T04:28:09+00:00

Factual knowledge is acquired through distributed corpus exposure (Kandpal's log-linear document-count dependence) but stored in a locally addressable MLP slot (ROME's single-layer FFN edit), revealing a two-phase knowledge pipeline.

Summary

Factual knowledge enters a model through broad, statistical exposure to large volumes of text, but ends up parked in a small, precisely addressable storage slot rather than being spread out. This two-phase separation means you can surgically correct or update a specific fact by targeting one narrow location in the network, without needing to retrain the system or reprocess the original corpus that produced the knowledge.

Justifications

This belief has 2 justifications — it is IN if any one holds.

SL — Kandpal shows acquisition is a frequency/scale phenomenon (accuracy ∝ log(params) with R²≈0.98 on rare items), while ROME shows storage is a local, single-layer phenomenon. Together they decompose the knowledge lifecycle into distributed acquisition → local consolidation.

Antecedents (all must be IN):

  • IN rome-single-layer-ffn — ROME localizes factual knowledge to a specific Transformer layer and updates only the feedforward network in that layer
SL — Kandpal shows acquisition is a frequency/scale phenomenon (accuracy ∝ log(params) with R²≈0.98 on rare items), while ROME shows storage is a local, single-layer phenomenon. Together they decompose the knowledge lifecycle into distributed acquisition → local consolidation.

Antecedents (all must be IN):

  • IN kandpal-2023-log-linear-r2 — Long-tail QA accuracy increases roughly linearly with log(number of model parameters) with R-squared of approximately 0.97 to 0.99 across tested model families.

Dependents

These beliefs depend on this one: