Earlier quoted context omitted.
It's honestly disheartening and a bit shocking how everyone has started repeating the predict the next syllable criticism. The language model predicts the next syllable by FIRST arriving in a point in space that represents UNDERSTANDING of the input language. This was true all the way back in 2017 at the time of Attention Is All You Need. Google had a beautiful explainer page of how transformers worked, which I am st…
>represents UNDERSTANDING of the input language. It does not have an understanding, it pattern matches the "idea shape" of words in the "idea space" of training data and calculates the "idea shape" that is likely to follow considering all the "idea shape" patterns in its training data. It mimics understanding. It feels mysterious to us because we cannot imagine the mapping of a corpus of text to this "idea space". It…
it does much more than this. first layer has an attention mechanism on all previous tokens and spits out an activation representing some sum of all relations between the tokens. then the next layer spits out an activation representing relations of relations, and the next layer and so forth. the llm is capable of deducing a hierarchy of structural information embedded in the text.
not clear to me how this isn't "understanding".