• JcbAzPx@lemmy.world
    link
    fedilink
    English
    arrow-up
    41
    ·
    16 hours ago

    It’s not like it’s looking up anything either. It’s just putting words together that sound right to us. It could hallucinate a citation that never even existed as a fictional case, let alone a real one.

    • ImplyingImplications@lemmy.ca
      link
      fedilink
      arrow-up
      11
      ·
      11 hours ago

      It could hallucinate a citation that never even existed as a fictional case

      That’s what happened in this case reviewed by Legal Eagle.

      The lawyer provided a brief that cited cases that the judge could not find. The judge requested paper copies of the cases and that’s when the lawyer handed over some dubious documents. The judge then called the lawyer into the court to ask why he submitted fraudulent cases and why he shouldn’t have his law licence revoked. The lawyer fessed up that he asked ChatGPT to write the brief and didn’t check the citations. When the judge asked for the cases, the lawyer went back to ask ChatGPT for them, and it generated the cases…but they were clearly not real. So much so that the defendants names would change throughout the case, the judges who ruled on the cases were from different districts, and they were all about a page long when real case rulings tend to be dozens of pages.

    • takeda@lemm.ee
      link
      fedilink
      English
      arrow-up
      21
      arrow-down
      1
      ·
      16 hours ago

      Absolutely this. LLM basically is trained to be good at fooling us into thinking it is intelligent, and it is very good at it.

      It doesn’t demonstrate how good it is in what it is doing, it demonstrates how easy it is to fool us.

      My company provides copilot for software engineering and I use it in my IDE.

      The problem is that it produces code that looks accurate, but it often isn’t. I frequently tend to disable it. I think it might help in area where I don’t know what I’m doing, so it can get some working code, but it is a double edged sword, because if I don’t know what I’m doing I will not be able to catch issues.

      I also noticed that what it produces when correct, I can frequently write a simpler and shorter version that fits my use case. It looks very likely like code you see students put on GitHub when they post their homework assignment, and I guess that’s what it was trained on.

      • Capt. Wolf@lemmy.world
        link
        fedilink
        arrow-up
        16
        ·
        15 hours ago

        And you pinpointed exactly the issue right there…

        People who don’t know what they’re doing asking something that can’t reason to do something that neither of them understand. It’s like the dumbest realization of the singularity we could possibly achieve.

      • Boddhisatva@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        12 hours ago

        LLM basically is trained to be good at fooling us into thinking it is intelligent, and it is very good at it.

        That’s a fascinating concept. An LLM is really just a specific kind of machine learning. Machine learning can be amazing. It can be used to create algorithms that can detect cancer, predict protein functions, or develop new chemical structures. An LLM is just an algorithm generated using machine learning that deceives people into thinking it’s intelligent. That seem like a very accurate description to me.