What makes GPT-4 so much better than GPT-3.5 and competitors?
Any ideas? Obviously it's not a simple answer. Size, training set matter, but don't explain it. I suspect there is a set of models, algorithms which filter wrong and abusive responses. Humans are involved somehow. Reviewing the interactions, probably updating some databases. There should be significant difference in architecture..?
6 comments
[ 4.9 ms ] story [ 25.6 ms ] threadEncourage you to look into Google PALM-E if you want more examples of the astounding capabilities of multimodal models.
I remember an interview with Ilya Sutskever where he said something that was very interesting to me. He said, the GPT architecture is the first one where you can just keep scaling it and it keeps unlocking new cognitive abilities. The point that he was making in the interview was that it's not going to be the last one. Probably there are much better architectures that we will be discovered and GPT will become obsolete. But the point that I thought was important, was that GPT was the first one.
I should put some caveat that possibly ancient experimental architectures could have allowed it but GPT was the first one to actually show such amazing emergent abilities because such powerful GPGPU systems were brought to bear on it. Maybe some academic architecture from the 70s would have worked too, if they had been allowed to use such exaflops of computer power, but GPT was the first to demonstrate it.
a) it is really complex thing with many components
b) multimodal adds different components. But, I think, it's not limited to text and images.
c) they found the way to use 'addons', algorithms, or external models, to improve the results. this would explain why it is good at some tasks, but not the others.
d) using 'addons' requires model (re)training. however, some addons can be updated separately.
e) they put quite a lot of work in design and implementation, besides the training itself.
It's size (gpt architecture, params, training set, gpus). But there are two complicating factors: first that expertise in training a hundred million dollar transformer LLM model hasn't yet diffused throughout the industry and most of them work at OpenAI, and second is that there is nothing close to equilibrium reached yet. It's the middle of a race right now.
You say that Google would have nothing to worry about. Well, maybe you don't know it but Google already has PaLM which is competitive with ChatGPT (although maybe its most recently published version isn't as good as GPT-4). But it's not public. They also have LaMDA the one that Blake Lemoine flagged as having a kind of sentience that is worthy of some rights. Maybe he had a point or maybe he was crazy but in any case LaMDA isn't public either. Their public one is Bard which everyone knows sucks. It's not like Google can't make good AI, it's that they have already made it and they are using it for something else. Presumably they decided it's not worth exposing it publicly. Amazon is joining the race too, and is undoubtedly making some bank by letting others train LLMs on their cloud.
I'm sure Google is sitting on a lot, it's about making it cost effective and scalable to the masses.
OpenAI have massive investment and are not one of the big tech companies, so in order to get into the field, they have an advantage were they are happy to burn through cash to gain fame, it's working for them currently, but I wouldn't be surprised for some of the big players to pop up and be more relevant when the tech really starts to take off.