and as always, the culprit is ChatGPT. Stack Overflow Inc. won’t let their mods take down AI-generated content

  •  kevin   ( @kevin@beehaw.org ) 
    link
    fedilink
    English
    3
    edit-2
    11 months ago

    I imagine it’ll be possible in the near future to improve the accuracy of technical AI content somewhat easily. It’d go something along these lines: have an LLM generate a candidate response, then have a second LLM capable of validating that response. The validator would have access to real references it can use to ensure some form of correctness, ie a python response could be plugged into a python interpreter to make sure it, to some extent, does what it is proported to do. The validator then decides the output is most likely correct, or generates some sort of response to ask the first LLM to revise until it passes validation. This wouldn’t catch 100% of errors, but a process like this could significantly reduce the frequency of hallucinations, for example.

    •  orclev   ( @orclev@lemmy.ml ) 
      link
      fedilink
      English
      811 months ago

      The validator would have access to real references it can use to ensure some form of correctness

      That’s the crux of the problem, a LLM has no understanding of what it’s saying, it doesn’t know how to use references. All it knows is that in similar contexts this set of words tended to follow this other set of words. It doesn’t actually understand anything. It’s capable of producing output that looks correct to a casual glance but is often wildly wrong.

      Just look at that legal filing that idiot lawyer used ChatGPT to generate. It produced fake references that were trivial for a real lawyer to spot because they used the wrong citation format for the district they were supposedly from. They looked like real citations because they were based on how real citations looked but it didn’t understand that citations have different styles depending on the court district and that the claimed district and citation style must match.

      LLMs are very good at producing convincing sounding bullshit, particular for the uninformed.

      I saw a post here the other day where someone was saying they thought LLMs were great for learning because beginners often don’t know where to start. There might be some merit to that if it’s used carefully, but by the same token that’s incredibly dangerous because it often takes very deep knowledge to see the various ways the LLMs output is wrong.

    •  FlowVoid   ( @FlowVoid@midwest.social ) 
      link
      fedilink
      English
      4
      edit-2
      11 months ago

      The validator would have access to real references

      And who wrote the “real” references?

      Because that’s the point of the post you replied to. LLMs can’t completely replace humans, because only humans can make new “real references”.