@rohanpaul_ai: New Google DeepMind Paper. Model weights do not have to remain static artifacts that can only be fine-tuned or averaged…
Summary
A new Google DeepMind paper, SkillSmith, treats prefix key-value caches as an input modality, composing textual knowledge and existing weights into a fresh prefix cache for a frozen Gemma 3 4B model at inference time, improving adaptation without a target-specific training run.
View Cached Full Text
Cached at: 08/03/26, 03:34 AM
New Google DeepMind Paper.
Model weights do not have to remain static artifacts that can only be fine-tuned or averaged.
A new capability can now be initialized from both what an agent wrote down and what it previously learned into weights.
SkillSmith treats prefix key-value caches as another input modality.
For a new task, it interleaves existing prefix weights with task descriptions, examples, and a rationale explaining how the source capabilities relate to the target.
A forward pass then produces a fresh prefix cache for a frozen Gemma 3 4B model, so the initial composition happens at inference time rather than through a new target-specific training run.
The cleanest evidence is the ablation: on Composite-SNI, Elo is 1,455 with only K-V caches, 1,622 with only text, and 1,714 with both.
The gain cannot be explained by richer prompting or a learned weight merger alone.
The generated prefixes also give downstream fine-tuning a stronger starting point, especially on difficult, data-sparse MMLU-ProX tasks.
The boundary matters: on simpler SNI tasks with roughly 1,000 examples each, fine-tuned methods converge.
SkillSmith does not remove training, but it changes where adaptation starts: previous text and previous weights can now be composed into the initialization for a new capability.
– arxiv. org/abs/2607.27497
Title: “SkillSmith: Learning to Compose Parametric Skills and Textual Knowledge”
Similar Articles
@omarsar0: New research from Google DeepMind. (bookmark it) SkillSmith treats model weights as an additional modality the LLM read…
Google DeepMind introduces SkillSmith, which treats model weights as an additional modality that LLMs can natively reason over, enabling instruction-steered parametric synthesis for composing skills at inference time. The approach outperforms text-only and weight-only baselines.
@omarsar0: Banger paper from Google DeepMind and colleagues. (bookmark it) A model reads its entire KV cache on every generated to…
This paper introduces Declarative Attention, a protocol that allows language models to declare where to attend in their chain-of-thought, reducing attended tokens by 52% on Gemma-4-31B and 31.1% on Qwen-3.6-27B with minimal accuracy drops.
google/gemma-4-31B-it-assistant
Google DeepMind releases Gemma 4, a family of open-weights multimodal models featuring Multi-Token Prediction (MTP) for up to 2x decoding speedups, supporting text, image, video, and audio with enhanced reasoning and coding capabilities.
@mtschannen: For the past years my research focus was on unifying models and training paradigms across modalities. Today I'm excited…
Google DeepMind researcher announces the release of Gemma 4 12B, a dense encoder-free model that processes text, image, and audio inputs, continuing work on unifying models across modalities.
Gemma 4: Byte for byte, the most capable open models
Google DeepMind introduces Gemma 4, its most capable family of open models to date, designed for advanced reasoning and agentic workflows with high intelligence-per-parameter efficiency across multiple sizes.