Fantastic work, I was so fed up with Grammarly and instantly installed this. I'm just a bit skeptical about this quote: > Harper takes advantage of decades of natural language research to analyze exactly how your words come together. But it's just a rather small collection of hard-coded rules: https://docs.rs/harper-core/latest/harper_core/linting/trait... Where did the decades of classical NLP go? No gold-standard r…
to someone who would like to study/learn that evolution, any good recs?
1. https://jalammar.github.io/illustrated-word2vec/
2. https://jalammar.github.io/visualizing-neural-machine-transl...
3. https://jalammar.github.io/illustrated-transformer/
4. https://jalammar.github.io/illustrated-bert/
5. https://jalammar.github.io/illustrated-gpt2/
And from there it's mostly work on improving optimization (both at training and inference time), training techniques (many stages), data (quality and modality), and scale.
---
There's also state space models, but don't believe they've gone mainstream yet.
https://newsletter.maartengrootendorst.com/p/a-visual-guide-...
And diffusion models - but I'm struggling to find a good resource so https://ml-gsai.github.io/LLaDA-demo/
---
All this being said- many tasks are solved very well using a linear model and tfidf. And are actually interpretable.