Can Quantum Computing assist enhancing our capability to coach Massive Neural Networks encoding language fashions (LLMs)?
What’s “coaching”?
Within the lingo of Synthetic Intelligence (AI) research, “coaching” means optimizing a statistical mannequin, typically carried out as a neural community, to make predictions primarily based on some enter information and a measure of how good these predictions are (“value” or “loss” operate). There are three essential paradigms by which such process can occur: supervised, unsupervised (typically autoregressive), and reinforcement studying. In supervised studying, every information level is labelled so the mannequin predictions could be instantly in comparison with the true values (e.g. that is the picture of a cat or a canine). In unsupervised coaching, there are not any specific labels, however the comparability is carried out with options extracted from the info itself (e.g. predicting the subsequent phrase in a sentence). Lastly, reinforcement studying relies on optimizing the long-term returns of a sequence of choices (predictions) primarily based on the interplay between the statistical mannequin and the surroundings (ought to the automotive decelerate or velocity up at a yellow visitors gentle?).
In all these instances, the optimization of the parameters of the mannequin is a prolonged course of which requires a…