Hacker News new | ask | show | jobs
by minimaxir 913 days ago
Not perfect, but using pretrained embeddings from a LLM will handle >80% of your NLP problems.
1 comments

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.