LLMs Prioritize Context or Memory Through Activation Directions
Key takeaways
- LLMs use specific activation directions to choose between context and parametric memory.
- These "authority directions" can causally influence the model's source choice.
- The reusability of authority directions is limited across different tasks.
- Understanding this mechanism can lead to more controllable and reliable LLMs.
Who benefits
Summary
Researchers investigated how language models decide between contextual information and their parametric knowledge, finding that specific activation directions can decode and steer this choice. Counterfactual experiments show these "authority directions" can reproduce a significant portion of the model's source choice, though their reusability across tasks is limited.
Why it matters
Understanding how LLMs balance context and internal knowledge is crucial for improving their reliability, reducing hallucinations, and developing more controllable AI systems for various applications.
How to implement this in your domain
- 1Analyze LLM behavior in scenarios where contextual information conflicts with parametric knowledge.
- 2Explore techniques to identify and manipulate "authority directions" to steer LLMs towards desired information sources.
- 3Develop strategies to enhance context-awareness or parametric knowledge recall based on task requirements.
- 4Design evaluation benchmarks that specifically test an LLM's ability to prioritize context over memory, or vice versa.
Original post by Benjamin Shih, John Winnicki, Arianna Cao
"arXiv:2609.00753v1 Announce Type: new Abstract: When contextual information conflicts with the knowledge stored in model parameters, activation directions can be used to decode and steer which source the model follows. However, steering along a direction does not establish causal…"
View on XOriginally posted by Benjamin Shih, John Winnicki, Arianna Cao on X · view source
Want to go deeper?
Turn these trends into skills with Learnijoy's hands-on AI & tech courses.
Explore coursesMore in AI Research
Subspace Levenberg-Marquardt Algorithms Boost Neural Network Training
This research evaluates subspace Levenberg-Marquardt (LM) algorithms, such as KSLM and HSLM, for training neural networks on regression and classification tasks. These methods address the high computational and memory costs of classical LM, offering more efficient second-order optimization compared to first-order methods like SGD and Adam.
Neural Networks Show Varied Conceptual Separation Internally
A study examined "conceptual separation" in CNNs and LLMs, analyzing how internal activations represent concepts. It found that CNNs form coherent representations for familiar concepts, while LLMs show clear separation for distinct domains but collapse distinctions for ambiguous topics.
FCCA Boosts Low-Resource LLM Adaptation with Fewer Parameters
Researchers introduced Frozen-Core Cross-Covariance Adaptation (FCCA), a new parameter-efficient fine-tuning method that significantly improves LLM performance with a minimal trainable parameter budget. FCCA achieves results comparable to LoRA and DoRA while optimizing orders of magnitude fewer parameters by carefully selecting fixed core coordinates.