Good old fashion ML is dying
LLMs popularized zero-shot learning, or “prompt engineering” which is drastically easier to use and more effective than labeling data.
You can also retrofit “prompt engineering” onto good old fashion ML like text classifiers. I wrote a library to do just that here: https://github.com/lamini-ai/llm-classifier
IMO, it’s a short matter of time before this takes over all of what used to be called “deep learning”. Supervised learned, which required Herculean efforts to label big datasets was important to prove that deep learning worked, but we have been engineering it to be easier and more effective ever since and there is no going back.
16 comments
[ 10.8 ms ] story [ 725 ms ] threadA thread below has the contrary opinion :P
This is a BIG (and fashionable) claim, with very little by way of rigorous evidence. It's likely less work, but it's not at all clear whether this can match the necessary accuracy/robustness.
You're only talking about supervised learning in the field of NLP/text processing, right?