• Sunny' 🌻
    link
    fedilink
    115 months ago

    It’s crazy how bad d AI gets of you make it list names ending with a certain pattern. I wonder why that is.

    • @bisby
      link
      English
      125 months ago

      I’m not an expert, but it has something to do with full words vs partial words. It also can’t play wordle because it doesn’t have a proper concept of individual letters in that way, its trained to only handle full words

      • @[email protected]
        link
        fedilink
        35 months ago

        they don’t even handle full words, it’s just arbitrary groups of characters (including space and other stuff like apostrophe afaik) that is represented to the software as indexes on a list, it literally has no clue what language even is, it’s a glorified calculator that happens to work on words.

        • @SpacetimeMachine
          link
          15 months ago

          I mean, isn’t any program essentially a glorified calculator?

          • @[email protected]
            link
            fedilink
            15 months ago

            not really, a basic calculator doesn’t tend to have variables and stuff like that

            i say it’s a glorified calculator because it’s just getting input in the form of numbers (again, it has no clue what a language or word is) and spitting back out some numbers that are then reconstructed into words, which is precisely how we use calculators.

    • @[email protected]
      link
      fedilink
      English
      45 months ago

      It can’t see what tokens it puts out, you would need additional passes on the output for it to get it right. It’s computationally expensive, so I’m pretty sure that didn’t happen here.

      • @Jesusaurus
        link
        English
        15 months ago

        With the amount of processing it takes to generate the output, a simple pass over the to-be final output would make sense…

      • @[email protected]
        link
        fedilink
        15 months ago

        doesn’t it work literally by passing in everything it said to determine what the next word is?