“The Bitter Lesson” is wrong. Well sort of
assaf-pinhasi.medium.com
“The Bitter Lesson” is wrong. Well sort of
1–10 of 35 posts
Re: “The Bitter Lesson” is wrong. Well sort of
#2Re: “The Bitter Lesson” is wrong. Well sort of
#3The “Harsh Reality” is that while you may only need data, the current best models and companies behind them spend enormously on gathering high quality labeled data with extensive oversight and curation. This curation is of course being partially automated as well, but ultimately there’s billions or even tens of billions of dollars flowing into gathering, reviewing, and processing subjectively high quality data.
Interestingly, in the time that this paper was published, the harsh reality was not so harsh. For example in things like face detection, (actual) next word prediction, and other purely self supervised and not instruction tuned or “Chat” style models, data was truly all you needed. You didn’t need “good” faces. As long as it was indeed a face, the data itself was enough. Now, it’s not. In order to make these machines useful and not just function approximators, we need extremely large dataset curation industries.
If you learned the bitter lesson, you better accept the harsh reality, too.
Re: “The Bitter Lesson” is wrong. Well sort of
#4Re: “The Bitter Lesson” is wrong. Well sort of
#5The main problem with the “Bitter Lesson” is that there’s something even bitter-er behind it — the “Harsh Reality” that while we may scale models on compute and data, that simply broadly inserting tons of data without any sort of curation yields essentially garbage models. The “Harsh Reality” is that while you may only need data, the current best models and companies behind them spend enormously on gathering high qua…
I think "harsh reality" is one way to look at it, but you can also take an optimistic perspective: you really can achieve great, magical experiences by putting in (what could be considered) unreasonable effort.
Re: “The Bitter Lesson” is wrong. Well sort of
#6So, the bitter lesson is based on a disappointment that you're building intelligence without understanding why it works.
Re: “The Bitter Lesson” is wrong. Well sort of
#7The main problem with the “Bitter Lesson” is that there’s something even bitter-er behind it — the “Harsh Reality” that while we may scale models on compute and data, that simply broadly inserting tons of data without any sort of curation yields essentially garbage models. The “Harsh Reality” is that while you may only need data, the current best models and companies behind them spend enormously on gathering high qua…
Re: “The Bitter Lesson” is wrong. Well sort of
#8The main problem with the “Bitter Lesson” is that there’s something even bitter-er behind it — the “Harsh Reality” that while we may scale models on compute and data, that simply broadly inserting tons of data without any sort of curation yields essentially garbage models. The “Harsh Reality” is that while you may only need data, the current best models and companies behind them spend enormously on gathering high qua…
Re: “The Bitter Lesson” is wrong. Well sort of
#9But I do know "Scale is All You Need" is wrong. And VERY wrong.
Scaling has done a lot. Without a doubt it is very useful. But this is a drastic oversimplification of all the work that has happened over the last 10-20 years. ConvNext and "ResNets Strike Back" didn't take off for reasons, despite being very impressive. There's been a lot of algorithmic changes, a lot of changes to training procedures, a lot of changes to how we collect data[0], and more.
We have to be very honest, you can't just buy your way to AGI. There's still innovation that needs be done. This is great for anyone still looking to get into the space. The game isn't close to being over. I'd argue that this is great for investors too, as there are a lot of techniques looking to try themselves at scale. Your unicorns are going to be over here. A dark horse isn't a horse that just looks like every other horse. Might be a "safer" bet, but that's like betting on amateur jockies and horses that just train similar to professional ones. They have to do a lot of catch-up, even if the results are fairly certain. At that point you're not investing in the tech, you're investing in the person or the market strategy.
[0] Okay, I'll buy this one as scale if we really want to argue that these changes are about scaling data effectively but we also look at smaller datasets differently because of these lessons.
Re: “The Bitter Lesson” is wrong. Well sort of
#10The main problem with the “Bitter Lesson” is that there’s something even bitter-er behind it — the “Harsh Reality” that while we may scale models on compute and data, that simply broadly inserting tons of data without any sort of curation yields essentially garbage models. The “Harsh Reality” is that while you may only need data, the current best models and companies behind them spend enormously on gathering high qua…
While I agree with you, it’s worth noting that current LLM training uses a significant percentage of all available written data for training. The transition from GPT-2 era models to now (GPT-3+) saw the transition from novel models that can kinda imitate speech to models that can converse, write code, and use tools. It’s only after the readily available data was exhausted, that future gains came curation and large am…