• gerryflap
    link
    fedilink
    arrow-up
    49
    ·
    4 months ago

    I think these models struggle with this because they don’t process text as individual characters, but rather as tokens that often contain parts of a word. So the model never sees the actual characters within a token, and can only infer the contents of a token from the training data itself if the training data contains more information about it. It can get it right, but this depends on how much it can infer from training data and context. It’s probably a bit like trying to infer what an English word sounds like when you’ve only heard 10% of the dictionary spoken aloud and knowing what it sounds like isn’t actually that important to you.

    More info can be found here: https://platform.openai.com/tokenizer

    • Krauerking@lemy.lol
      link
      fedilink
      arrow-up
      10
      ·
      4 months ago

      Ok, so, tokenization of the words is why I get that I have seen tech nerds get so excited about a system that allows for being able to come up with synonyms for words that were auto-generated that have a basic ability to sometimes be correct by looking at the words before and after it…

      But it’s such a shitty way to look up synonyms! Using the words on either side doesn’t mean you found a synonym just that you found another word that might work and it still has to use the full horsepower of ridiculously overpowered system.

      Or you could have a lookup table that just reads the frickin word and has alternate synonyms predefined and it was able to run in word 97.

      It’s ridiculous that we think this is better in any meaningful way instead of just wasteful development.

        • Krauerking@lemy.lol
          link
          fedilink
          arrow-up
          2
          ·
          4 months ago

          Sure but what is their purpose other than to create convincing sounding sentences? And use a lot of computer resources to do so?

          • Daxtron2@startrek.website
            link
            fedilink
            arrow-up
            4
            ·
            4 months ago

            Sure if you want to reduce it down to it’s most basic elements. Anything sounds useless like that. Video games are just dots changing color on a screen and use a lot of electricity. Banking software is just tracking changes to a number and also is extremely inefficient and resource intensive.

            • Krauerking@lemy.lol
              link
              fedilink
              arrow-up
              2
              ·
              4 months ago

              This is not a convincing argument to say that other things can be reduced down arbitrarily, than explaining the usefulness of it.

              • Daxtron2@startrek.website
                link
                fedilink
                arrow-up
                2
                ·
                4 months ago

                Well I can personally say it has cut down the amount of busy work at my job down by a lot. Boilerplate code is easy and near instantaneous. I am also working on a project that can bridge the communication gap between highly technical text and non technical readers. It works extremely well at this task even with a non fine tuned model, which is my current step in development.

          • Umbrias@beehaw.org
            link
            fedilink
            arrow-up
            2
            ·
            4 months ago

            In all reality this tokenization and llm language processing is useful for all sorts of things which can be mathematically somewhat modeled similarly to language. Using them for shitty web searches is not ideal.