LLM-Deflate: Extracting LLMs into Datasets
scalarlm.com
LLM-Deflate: Extracting LLMs into Datasets
1–10 of 41 posts
Re: LLM-Deflate: Extracting LLMs into Datasets
#2Re: LLM-Deflate: Extracting LLMs into Datasets
#3Re: LLM-Deflate: Extracting LLMs into Datasets
#4Re: LLM-Deflate: Extracting LLMs into Datasets
#5Is compression really lossy? What is an example of lost knowledge?
Re: LLM-Deflate: Extracting LLMs into Datasets
#6> This compression is lossy Is compression really lossy? What is an example of lost knowledge?
Or look at it another way LLMs or just text prediction machines, whatever information doesn't help them predict the next token or conflicts with the likelihood of the next token is something that gets dropped.
Or look at it another way these things are often trained on the many terabytes of the internet yet even a 200 billion parameter network is 100 or 200 GB in size. So something is missing, and that is a way better compression ratio then the best known algorithms for lossless compression.
Or we can look at it another way, these things were never built to be lossless compression systems. We can know by looking at how these things are implemented that they don't retain everything they're trained on, they extract a bunch of statistics.
Re: LLM-Deflate: Extracting LLMs into Datasets
#7I suspect most of the "leafs" are unusable.
Re: LLM-Deflate: Extracting LLMs into Datasets
#8Re: LLM-Deflate: Extracting LLMs into Datasets
#9> This compression is lossy Is compression really lossy? What is an example of lost knowledge?
and the more you rely on those details (professional photography, scientific data) the more obvious it is (to the point of image being useless in some cases)
same with LLMs, we are currently testing how far we can go before we seeing obvious issues
Re: LLM-Deflate: Extracting LLMs into Datasets
#10> This compression is lossy Is compression really lossy? What is an example of lost knowledge?
it's exactly the same as JPEG images being lossy, while you can see image as a whole (and it is enough for 99% of people), you are obviously missing some details and the more you rely on those details (professional photography, scientific data) the more obvious it is (to the point of image being useless in some cases) same with LLMs, we are currently testing how far we can go before we seeing obvious issues