3 ms·
> a basic understanding of how LLMs operate at a technical level An LLM with CoT is Turing-complete. Training is, basically, compression (the training data get
by red75prime 5d ago
> a basic understanding of how LLMs operate at a technical level
An LLM with CoT is Turing-complete. Training is, basically, compression (the training data gets lossily compressed into the model's weights). The information-theoretic limit of compression is an algorithm that reproduces functionality of a system that produced the training data.
No "magic" is required to get to a system that reproduces at least some facets of the human brain functionality.
Three years ago I was skeptical that stochastic gradient descent (and other known techniques) are the way. But evidence kept piling up.
- emil-lp 5d ago> An LLM with CoT is Turing-complete. Given arbitrarily large context window.
- red75prime 5d agoSure. As is the case of every physical realization of the abstract Turing machine: there are some limitations.
- Marazan 5d agoAn LLM with CoT and hitherto undiscovered ability to avoid context poisoning/pollution would be more precise.