Language Models · Transformers
PaLM: Scaling a Dense Language Model to 540 Billion Parameters
PaLM used the Pathways system to train a 540B dense Transformer and showed how scale improves few-shot language, reasoning, and code performance.
PaLM used the Pathways system to train a 540B dense Transformer and showed how scale improves few-shot language, reasoning, and code performance.
What problem it solves
GPT-3 made scale central, but researchers still needed clearer evidence about how far dense language models could be pushed and what capabilities emerge at very large size. PaLM studies that question with a 540B parameter model trained through Google’s Pathways infrastructure.
The core method
PaLM is a densely activated decoder-only Transformer. The engineering point is Pathways, which coordinates distributed training at very large scale. The paper evaluates the model across language understanding, generation, reasoning, multilingual tasks, code, bias, toxicity, and memorization rather than treating scale as a single leaderboard number.
Key results
PaLM improves few-shot performance across many tasks and shows strong results on reasoning and code benchmarks. The paper also reports qualitative examples where scale appears to improve multi-step reasoning, while examining bias, toxicity, and memorization as part of the release. PaLM helped demonstrate that dense scaling remained competitive even as mixture-of-experts systems were gaining attention.
Why it matters
PaLM was a major bridge between GPT-3-style scale and the later Google Gemini line. It showed that infrastructure and training systems were becoming as important as architecture. A frontier model was no longer only a neural network design; it was a distributed systems project.
Limits and open questions
The model remains expensive to train and serve, and scale alone does not solve factuality or alignment. Some reasoning examples are compelling but not a proof of robust reasoning. PaLM’s broader lesson is that scale changes behavior, but the usefulness of that behavior still depends on data, evaluation, and post-training.
One line: PaLM made language model scaling a systems problem.