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…
I don't know how you get here from “predict the next word”
111–120 of 275 posts
Re: I don't know how you get here from “predict the next word”
#112LLMs can be really good at "get all arguments against this", "Incorporated this view point in this text while making it more concise.", "Are these views actually contradicting or can I write it such that they align. Consider incentives".
If you know what you're doing and understand the matter deeply (and that is very important) you'll find that the LLM is sometimes better at wording what you actually mean, especially when not writing in your native language. Of course, you study the generated text, make small changes, make it yours, make sure you feel comfortable with it etc. But man can it get you over that "how am I going to write this down"-hump.
Also: "Make an executive summary" "Make more concise", are great. Often you need to de-linkedIn the text, or tell it to "not sound like an American waiter", and "be business-casual", "adopt style of rest of doc", etc. But it works wonders.
Re: I don't know how you get here from “predict the next word”
#113Earlier 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…
From what I understand, it's more like "input is 1, 3, 5, 7" so "output is likely to be 9". Understanding would be a bit generous of a term for that I guess, but that also depends on the definition of understanding.
Google chose the word understanding.
Re: I don't know how you get here from “predict the next word”
#114Re: I don't know how you get here from “predict the next word”
#115Earlier quoted context omitted.
From what I understand, it's more like "input is 1, 3, 5, 7" so "output is likely to be 9". Understanding would be a bit generous of a term for that I guess, but that also depends on the definition of understanding.
Id really invite people to read the google blog post. https://research.google/blog/transformer-a-novel-neural-netw... Google chose the word understanding.
Re: I don't know how you get here from “predict the next word”
#116Earlier 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…
Re: I don't know how you get here from “predict the next word”
#117Earlier quoted context omitted.
Id really invite people to read the google blog post. https://research.google/blog/transformer-a-novel-neural-netw... Google chose the word understanding.
Thanks for the link, I will read it. But keep in mind that Google wants to sell us something.
Re: I don't know how you get here from “predict the next word”
#118Earlier quoted context omitted.
>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…
Semantics. Its a encoded position that represents meaning in a way that is useful and reusable. That is "understanding." It's a mathematical representation of grasp.
Re: I don't know how you get here from “predict the next word”
#119A while ago i did the nanogpt tutorial, i went through some math with pen and paper and noticed the loss function for 'predict the next token' and 'predict the next 2 tokens' (or n tokens) is identical. That was a bit of a shock to me so wanted to share this thought. Basically i think its not unreasonable to say llms are trained to predict the next book instead of single token. Hope this is usefull to someone.
LLMs are trained to do whole book prediction, at training time we throw in whole books at the time. It's only when sampling we do one or a few tokens at the time.
Re: I don't know how you get here from “predict the next word”
#120Earlier quoted context omitted.
Semantics. Its a encoded position that represents meaning in a way that is useful and reusable. That is "understanding." It's a mathematical representation of grasp.
Yea, semantics is important. It is not "understanding" any more than a microphone+ADC is hearing.