upvote
LLMs dont just use text for a while now. It's also not fully supervised for a while.
reply
LLM pre-training is definitely unsupervised.
reply
I think he argues more that LLMs are a form of supervision because you need a whole batch of text about specifically what you want the LLM to learn for it to be useful at that one topic. That they predict on human supplied data instead of learning purely from existing in the world and from observations.
reply
Either way, there's something fundamentally inefficient about the whole business of training LLMs.

The human brain manages to self-organize with only a fraction of the information that LLMs get trained on. To train an LLM you need a lot of high-quality data.

There are two threads in history: firstly the compute thread leading to GPUs and AlexNet in 2012. Secondly the model architecture thread that started long before we had the compute and lead to transformers in 2017.

If the compute thread had been 30 years behind then we might be spending this century coming up with better architectures to make do with the more limited compute. However since the compute came first, we settled on the first thing that worked (transformers) and all effort went into polishing that.

There's something wrong with transformers though. No matter how many trillions of dollars get thrown at the problem, they still don't learn like humans do.

reply
>The human brain manages to self-organize with only a fraction of the information that LLMs get trained on.

So? The question isnt can we get to ASI as efficiently as a brain, the question is can we get there, which we likely can. The inefficiencies can also be fixed after that.

>No matter how many trillions of dollars get thrown at the problem, they still don't learn like humans do.

Again, so? Humans are efficient but also bad at many things that transformers are already better at because of it. You are looking at the wrong thing if you think it needs to be like humans.

reply