• 0 Posts
  • 530 Comments
Joined 3 years ago
cake
Cake day: June 30th, 2023

help-circle




  • I feel like there needs to be a dedicated post (and I don’t want to write it, but maybe I eventually will) that outlines what a model really is. It is not just a statistical text prediction machine unless you are being so loose with the definition of “statistical” that it doesn’t even mean anything anymore.

    A decent example of a statistical text prediction machine is the middle word suggested by your phone when you’re using the keyboard. An LLM is not that.

    In the most general terms, this kind of language model tokenizes a corpus of text based on a vocabulary (which is probably more than just the words in the dictionary), uses an embedding model to translate these tokens into a vector of semantic “meaning” which minimized loss in a bidirectional encoding (probably), that is then trained against a rubric for one or more topic area questions, retrained for instruction and explainability, retrained with reinforcement learning and human feedback to provide guardrails, and retrained again to make use of supplemental materials not part of the original training corpus (resource augmented generation), then distilled, then probably scaled and fine tuned against topic areas of choice (like coding or Korean or whatever) and maybe THEN made available to people to use. There are generally more parts to curriculum learning even than that but it’s a representative-ish start.

    My point being that, yes, it would be nuts to pose ANY question to a predictor that says “with 84% probability, the word that is most likely follows ‘I really like’ is ‘gooning’ on reddit”, but even Grok is wildly more sophisticated than that and Grok is terrible.

    Edit: And also I really like your take at the start of this thread: user error is a pretty huge problem in this space.
















  • So I find it to actually be a really helpful “barometer” of language skill. When I’m in France, if I go in a store and conduct s full conversation in French, I know my accent, word choice, and general language skill is good. If halfway through the exchange we switch to English, I know I either made an egregious language error or I started sounding like an American. If the conversation switched to English right away, I either made a critical language mistake OR I just happened across a very competent English speaker.