• so_pitted_wabam@lemmy.zip
    link
    fedilink
    English
    arrow-up
    51
    ·
    1 day ago

    I think a more appropriate post title would be “Researchers have identified and named the process that spawns hallucinations in LLMs, they still don’t know the cause though”

    This article is like reading the headline “Researchers have identified the cause of AIDS” and then you open it up and the body is a bunch of science jargon that basically says HIV.

    • Skullgrid@lemmy.world
      link
      fedilink
      English
      arrow-up
      19
      arrow-down
      1
      ·
      1 day ago

      This article is like reading the headline “Researchers have identified the cause of AIDS” and then you open it up and the body is a bunch of science jargon that basically says HIV.

      Concerning their origins, we trace these neurons back to the pre-trained base models and find that these neurons remain predictive for hallucination detection, indicating they emerge during pre-training.

      it sounds like it’s just how the systems are designed.

      I mean, the point of this shit is to take training data and create new stuff out of it through pattern matching. You’re going to get some mismatched shit by design,since the random decisions are modified by the weights. Otherwise you’d get the same shit every time.

      • [deleted]@piefed.world
        link
        fedilink
        English
        arrow-up
        8
        ·
        1 day ago

        When the system is intended to look like a random a person then randomness is fine.

        When the output is expected to be accurate, it should be the same each time so it can be verified as accurate.

        LLMs are being sold as doing both at the same time, but random plus consistent equals random.

      • XLE@piefed.social
        link
        fedilink
        English
        arrow-up
        3
        ·
        1 day ago

        That’s incorrect. Wrong responses will still be generated even if you remove the element that randomizes the response for the same question.

        If that wasn’t the case, this paper wouldn’t exist.