▲ | devmor 2 days ago | ||||||||||||||||
LLMs in their entirety are unlikely to move past tokenization - it is the inescapable core from the roots of NLP and Markov Chains. The future of AI and all of ML in general likely does exist beyond tokenization, but I find it unlikely we will get there without moving past LLMs as a whole. We need to focus on the strengths of LLMs and abandon the incredibly wasteful amount of effort being put into trying to make them put on convincing facsimiles of things they can't do just because the output is in natural language and easily fools humans at first glance. | |||||||||||||||||
▲ | naasking a day ago | parent | next [-] | ||||||||||||||||
They won't move past tokenization, but you can take it down to the byte level and make it arbitrarily flexible and adaptive: https://ai.meta.com/research/publications/byte-latent-transf... | |||||||||||||||||
▲ | byyoung3 a day ago | parent | prev [-] | ||||||||||||||||
This is valid but also hard to back up with any alternatives. At the end of the day it’s just a neural network with backprop. New architectures will likely only be marginally better. So either we add new algorithms on top of it like RL, create a new learning algorithm (for example forward-forward), or we figure out how to use more energy efficient compute (analog etc) to scale several more magnitudes. It’s gonna take some time | |||||||||||||||||
|