Earlier quoted context omitted.
Most knowledge sources don't make up totally fictional citations to nonexistent sources. Or, if they do, nobody uses them for anything serious. Even Wikipedia citations will get removed if they point to URLs that never existed.
if we focus on the best sources, even in studies a lot of research can't be replicated, and if we focus on te most common ones like newspapers and tv, I'd say most of it is made up or might as well be
How does GPT obtain its ability? Tracing emergent abilities of language models
191–200 of 205 posts
Re: How does GPT obtain its ability? Tracing emergent abilities of language models
#192Earlier quoted context omitted.
Whose knowledge is trustworthy? We've somehow come to associate certain institutions or scientific authorities with truth when that is about the furthest from real science: "Have no respect whatsoever for authority; forget who said it and instead look what he starts with, where he ends up, and ask yourself, Is it reasonable?" -Richard P. Feynman "One of the great commandments of science is, "Mistrust arguments from a…
I, too, always recreate double blind experiments before I take the drugs my doctor gives me :) I also double-check the transistors in my computer work correctly before I run any code on them, and of course I re-derive the physics to be able to do that :) In practice you are an expert in a very small domain (if any) and in all the other domains you have no choice but to accept somebody's authority.
Doctors have been known to overprescribe things like Benzos, and opioids from time to time.
I also just use tools like a RAM diagnostic that can check large numbers of transistors at once. I imagine you're quite good at QM after all that practice applying the wave equation though. Impressive!
Re: How does GPT obtain its ability? Tracing emergent abilities of language models
#193Earlier quoted context omitted.
You're looking for the paper 'attention is all you need'. Gpt is not a bayesian next word chooser. It does something different.
Not really. Attention is all you need describes a new mechanism used in transformer networks, but the model is still a Bayesian word chooser
Re: How does GPT obtain its ability? Tracing emergent abilities of language models
#194Earlier quoted context omitted.
You're looking for the paper 'attention is all you need'. Gpt is not a bayesian next word chooser. It does something different.
I think that's not a bad summary, though? Perhaps you would say it is a probabilistic next-token chooser, but that just seems like a very minor distinction.
Re: How does GPT obtain its ability? Tracing emergent abilities of language models
#195Earlier quoted context omitted.
I think that's not a bad summary, though? Perhaps you would say it is a probabilistic next-token chooser, but that just seems like a very minor distinction.
Probabilistic and bayesian are not identical things. Moreover, GPT the deep-learning model is not a probabilistic next-token chooser. You can envision many different ways to choose the next word based on GPT output. OpenAI's API for GPT is a probabilistic word chooser paired along with GPT. But GPT is the model. It generates a set of probability distributions for the next word, not using a Bayesian process but someth…
Re: How does GPT obtain its ability? Tracing emergent abilities of language models
#196Earlier quoted context omitted.
This can clearly be guessed from a search as well. Popularity can be well defined, and in the case of Obama, there is clearly one much more popular than the others.
The model still needs to infer from the sentence the entity to look it up. It is also the case that this is a relatively simple example as 'Obama' refers to a single class of entities and there is not a lot of ambiguity around resolution of class, only resolution of specific entity. Take this sentence: > When was KitKat released? I could refer to the sweet, or the Android OS. Vastly different classes, and the model h…
Re: How does GPT obtain its ability? Tracing emergent abilities of language models
#197Earlier quoted context omitted.
It's not storing any text? The weights are floating point numbers - the "text" is in some extremely high dimensional embedding space.
Of course it's storing text. GPT was trained for less than one epoch; they just continually throw new text in there and it mostly just remembers it (= learns it = compresses it). It's not simply "a high dimensional embedding" because words aren't differentiable; you'll get different words if you round off your "coordinates". If you go to https://beta.openai.com/playground/ and prompt it "Read me the book Alice in Won…
Empirically, people have quantized the weights of language models down to INT4 with very little loss in accuracy; see GLM-130B: https://arxiv.org/abs/2210.02414
Re: How does GPT obtain its ability? Tracing emergent abilities of language models
#198Earlier quoted context omitted.
This can clearly be guessed from a search as well. Popularity can be well defined, and in the case of Obama, there is clearly one much more popular than the others.
The model still needs to infer from the sentence the entity to look it up. It is also the case that this is a relatively simple example as 'Obama' refers to a single class of entities and there is not a lot of ambiguity around resolution of class, only resolution of specific entity. Take this sentence: > When was KitKat released? I could refer to the sweet, or the Android OS. Vastly different classes, and the model h…
My experience with ChatGPT is that it gets what I mean very well from the context.
Re: How does GPT obtain its ability? Tracing emergent abilities of language models
#199Earlier quoted context omitted.
The model still needs to infer from the sentence the entity to look it up. It is also the case that this is a relatively simple example as 'Obama' refers to a single class of entities and there is not a lot of ambiguity around resolution of class, only resolution of specific entity. Take this sentence: > When was KitKat released? I could refer to the sweet, or the Android OS. Vastly different classes, and the model h…
And that's perfectly fine. Humans have exactly the same problem. They will get this wrong, and you will reply "no, I'm talking about the android version". Language is ambiguous so we cannot expect machines to get it right all the time.
Re: How does GPT obtain its ability? Tracing emergent abilities of language models
#200This just confirms I'm not minimally competent in this conversation. Is there a "college freshman" explainer? GPT seems to be doing something incredibly different than prior AI. Is it really a Bayesian "next word" chooser at incredible scale?
It starts from absolute basics and goes slowly. I've only watched about half of it and it has already helped me understand a lot of AI concepts that I see frequently spoken about.