One table reads each word in. The same table writes it out.
A model keeps a giant table that turns each word into a vector — its way of reading. To speak, it needs the reverse: a vector turned back into a word. The quiet trick is that these can be the same table, used both ways. Weight tying: read a word and write a word through one shared map.