weight-tying-input-output-embeddings

IN premiseentries/2026/06/21/wiki-Transformer_deep_learning_architecture-chunk-6.md

Created 2026-06-21T09:50:11+00:00

Weight tying (Press & Wolf, 2017) uses the same matrix for both input and output embeddings in language models, improving performance; it is a standard technique in modern Transformers.

Summary

Sharing the same learned vocabulary matrix for both reading words in and writing words out makes a language model smaller and often more accurate, so it became a default design choice in modern Transformer architectures. The system treats this as a settled engineering fact, meaning any analysis of model capacity, parameter counts, or architectural choices should assume input and output representations are unified rather than independent.

Dependents

These beliefs depend on this one: