I wonder if the better question is not how we get more training data but: If we're running out of training data with hallucinations and performance remaining so inadequate (per OpenAI's whitepaper) is an autoregressive transformer the right architecture? Perhaps ongoing work in finetuning will take these models to the next level but ignoring the LLM hype it really does seem like things have plateaued for a while now…
There is still an order of magnitude more organic text. Ilya Sutskever recently said it was still ok. After that, we got to use reinforcement learning (agent GPTs with tools) to generate and self-validate more examples. One "simple" application would be to build a full index of facts in the whole training corpus. Just pass each document to GPT and ask it to extract the facts. Then create an inverted index, with each…
Will we run out of ML data? Evidence from projecting dataset size trends (2022)
41–50 of 126 posts
Re: Will we run out of ML data? Evidence from projecting dataset size trends (2022)
#42https://open.substack.com/pub/echoesofid/p/why-llms-struggle...
Re: Will we run out of ML data? Evidence from projecting dataset size trends (2022)
#43This is dumb. An individual human takes in more data than modern LLMs do. https://open.substack.com/pub/echoesofid/p/why-llms-struggle...
What encoding is this??
Re: Will we run out of ML data? Evidence from projecting dataset size trends (2022)
#44This is dumb. An individual human takes in more data than modern LLMs do. https://open.substack.com/pub/echoesofid/p/why-llms-struggle...
>Just the vision data of a baby’s first year easily adds up to petabytes What encoding is this??
Re: Will we run out of ML data? Evidence from projecting dataset size trends (2022)
#45Brute force approaches always hit some wall. ML will be no different. In the decades to come it us quite likely that algorithms will develop in directions orthogonal to current approaches. The idea that you improve performance by throwing gazillions of data into gargantuan models might be even come to be seen as laughable. Keep in mind (pun) that the only real intelligence here is us, and we are pretty good at figuri…
We won't hit the wall. Somewhat counterintuitively, scaling datasets is the lazy and economical approach. If you have the compute already, might as well dig an OOM more text tokens. But there are other sources of data, and slightly different ways to utilize it. Multimodality, in very large training runs, will almost inevitably increase sample efficiency (for obvious reasons of context richness), synthetic data is alr…
Training ResNet-50 on real ImageNet gives 73.09% top-1 accuracy, while training it on synthetic data (same resolution, same number of images) generated by this work gives 64.96%, which is SOTA compared to previous work's 63.02%. Therefore, synthetic data is worse than real data for now.
But synthetic data is not useless, because training on real data plus synthetic data is a bit better than both real data and synthetic data. (Accuracy here is different due to different methodology.) Using 1:1 real data and synthetic data improves accuracy from 76.39% to 77.61%. But using 1:2 is worse than 1:1 (77.16%), even if dataset became 50% larger. With 1:4, result is worse than not using synthetic data at all. So synthetic data at best can enlarge dataset by 5x, more likely just 2x.
Re: Will we run out of ML data? Evidence from projecting dataset size trends (2022)
#46Earlier quoted context omitted.
>Just the vision data of a baby’s first year easily adds up to petabytes What encoding is this??
Uncompressed 2x 8k by 8k 24bpp 24FPS video. Comes at about 500GB per hour.
Re: Will we run out of ML data? Evidence from projecting dataset size trends (2022)
#47Earlier quoted context omitted.
>Just the vision data of a baby’s first year easily adds up to petabytes What encoding is this??
Uncompressed 2x 8k by 8k 24bpp 24FPS video. Comes at about 500GB per hour.
I think we could reasonably say that if an optical nerve has 1mm neurons on average, and they can fire at 250Hz at the most, that’s 250mbps or ~31mb/s per eye of uncompressed data as an upper bound.
Re: Will we run out of ML data? Evidence from projecting dataset size trends (2022)
#48Re: Will we run out of ML data? Evidence from projecting dataset size trends (2022)
#49Re: Will we run out of ML data? Evidence from projecting dataset size trends (2022)
#50Brute force approaches always hit some wall. ML will be no different. In the decades to come it us quite likely that algorithms will develop in directions orthogonal to current approaches. The idea that you improve performance by throwing gazillions of data into gargantuan models might be even come to be seen as laughable. Keep in mind (pun) that the only real intelligence here is us, and we are pretty good at figuri…
We won't hit the wall. Somewhat counterintuitively, scaling datasets is the lazy and economical approach. If you have the compute already, might as well dig an OOM more text tokens. But there are other sources of data, and slightly different ways to utilize it. Multimodality, in very large training runs, will almost inevitably increase sample efficiency (for obvious reasons of context richness), synthetic data is alr…
In any case, with your last point "we should allow complex smartness to emerge" you essentially agree with my point that new levels will emerge from orthogonal (new) directions.
The good thing about brute force is that it summons so many resources it primes the way for smarter approaches.
For those not conceited the objective is not some deus-ex-machina but "algorithms that work".