• thedeadwalking4242@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    5 days ago

    There’s one thing you guys are missing, yes it’s stupid but it also doesn’t have a memory. It cannot play hangman with a word it doesn’t really know. If you ask it to pre-select a word and keep it in chat then it plays fine

  • Tanis Nikana@lemmy.world
    link
    fedilink
    arrow-up
    35
    ·
    8 days ago

    “Pick a number, any number.”

    “Four!”

    “It’s between one and three, not including one or three.”

    “M!”

    “Yes, the number I was thinking of was the letter M.”

  • Rhaedas@fedia.io
    link
    fedilink
    arrow-up
    24
    ·
    8 days ago

    So a game of Hangman is the next level to compare AI to humans, above the Turing test.

  • nifty@lemmy.world
    link
    fedilink
    arrow-up
    16
    ·
    8 days ago

    That sounds like something a parent would do to a child to make the game stop lol

    • puppycat@lemmy.blahaj.zone
      link
      fedilink
      arrow-up
      6
      ·
      8 days ago

      i just don’t get Gemini. they try to make it replace the Google assistant but won’t let it do Google assistant things. (especially phone autonomy)

    • Smorty [she/her]@lemmy.blahaj.zone
      link
      fedilink
      arrow-up
      3
      ·
      7 days ago

      It indeed is one of these cases. Individual letter recognition doesn’t work well, since they tend to be clumped up into larger “tokens”, which then can’t be differentiated anymore. That’s also the same reason why it can’t count the letters in words, It sees words as just a single, or at most three “tokens”

      • Swedneck@discuss.tchncs.de
        link
        fedilink
        arrow-up
        1
        ·
        2 days ago

        what i don’t get is that surely it must be perfectly feasible to just implement letter tracking as a separate function that the LLMs can somehow interact with? they can clearly hook up the LLMs to stuff like wikipedia for up to date information…

        • Smorty [she/her]@lemmy.blahaj.zone
          link
          fedilink
          arrow-up
          1
          ·
          2 days ago

          And right again, ai enthusiasts have already hooked up LLMs to the ability to write their own code. It’s infact super easy to let a model write a script which then countanthe letters.
          Then again, it’s also the case, that you could just use a normal program for that in the first place.

          This whole "how many Rs are there in ‘Strawberry’ " thing is nice to show people that LLMs can’t do everything. But it’s also not a reasonable usecase.

          You don’t hire people to count words in a document, that’s what computers are for.

          The reason for my LLMs don’t read every character individually is because it’s way more efficient to let it detect entire words, rather than letters.

          Building a “letter tracker” into an LLM would only be useful to specifically make these people happy, who make fun of LLMs not counting the Rs, and literally no one else…