Tag
language models
Language models sit at the core of generative AI, spanning pretraining, token initialization, alignment, and security evaluation. This tag collects work on how LMs learn semantics, absorb new vocabulary, and where jailbreak tests expose failure modes.
10 articles

DiffusionGemma’s transparency problem, measured
Researchers split diffusion-model transparency into two parts and show DiffusionGemma can be made much more interpretable.

Language models have a “value axis”
A new paper shows Qwen3-8B internally tracks whether its current path is likely to succeed.

Persona-Pruner trims models for role-playing
Persona-Pruner prunes language models into persona-specific role-play bots while keeping general capabilities intact.

Causal methods for measuring task learnability
This paper shows correlational learnability tests can mislead, and proposes causal tools for formal-language tasks.

Why next-token models can plan ahead
This paper argues autoregressive language models can exhibit lookahead behavior despite training only on next-token prediction.

How to Build AI Research Foundations with DeepMind
Follow this guide to build a practical foundation in modern language models and fine-tuning.

ConvexTok Reframes Tokenization as Optimization
ConvexTok turns tokeniser construction into a linear program and gets closer-to-optimal tokenization.

Do LLMs Learn Grammar Beyond Likelihood?
A probe study finds hidden layers in language models encode grammaticality better than string probability, but not plausibility.

AVISE tests AI security with modular jailbreak evals
AVISE is an open-source framework for finding AI vulnerabilities, with a 25-case jailbreak test that flagged all nine models as vulnerable.

A Better Way to Seed New LM Tokens
GTI grounds new vocabulary tokens before fine-tuning, aiming to preserve distinctions that mean initialization tends to collapse.