Comment on Have LLMs solved natural language parsing?Comments−minimaxir2yNot perfect, but using pretrained embeddings from a LLM will handle >80% of your NLP problems.−horsh1OP2ySo where is the parser?−minimaxir2yThere is no parser. The text encoder learns the relevant NLP patterns unsupervised by seeing terabytes of internet data.It's all a black box, but it works.
Comments
Not perfect, but using pretrained embeddings from a LLM will handle >80% of your NLP problems.
So where is the parser?
There is no parser. The text encoder learns the relevant NLP patterns unsupervised by seeing terabytes of internet data.
It's all a black box, but it works.