• skisnow@lemmy.ca
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    2
    ·
    edit-2
    7 hours ago

    The thing that always bothered me about the Halting Problem is that the proof of it is so thoroughly convoluted and easy to fix (simply add the ability to return “undecidable”) that it seems wanky to try applying it as part of a proof for any kind of real world problem.

    (Edit: jfc, fuck me for trying to introduce any kind of technical discussion in a pile-on thread. I wasn’t even trying to cheerlead for LLMs, I just wanted to talk about comp sci)

    • Kache@lemmy.zip
      link
      fedilink
      arrow-up
      1
      ·
      3 hours ago

      That’s not “a fix”, that’s called “a practical workaround” which is used in the real world all the time.

    • ThirdConsul@lemmy.ml
      link
      fedilink
      arrow-up
      2
      arrow-down
      2
      ·
      6 hours ago

      How would token prediction machine arrive at undecidable? I mean would you just add a percentage threshold? Static or calculated? How would you calculate it?

      (Why jfc? Because two people downvoted you? Dood, grow some.)

      • skisnow@lemmy.ca
        link
        fedilink
        English
        arrow-up
        1
        ·
        4 hours ago

        It’s easy to be dismissive because you’re talking from the frame of reference of current LLMs. The article is positing a universal truth about all possible technological advances in future LLMs.

        • ThirdConsul@lemmy.ml
          link
          fedilink
          arrow-up
          1
          ·
          edit-2
          3 hours ago

          Then I’m confused what is your point on Halting Problem vis-a-vis hallucinations being un-mitigable qualities of LLMs? Did I misunderstood you proposed “return undecided (somehow magically, bypassing Halting Problem)” to be proposed solution?

    • Chais@sh.itjust.works
      link
      fedilink
      arrow-up
      5
      arrow-down
      1
      ·
      13 hours ago

      How do you know something is truly undecidable and not deterministically solvable with more computation?

      • skisnow@lemmy.ca
        link
        fedilink
        English
        arrow-up
        1
        arrow-down
        3
        ·
        edit-2
        7 hours ago

        Mathematically you might be able to prove I don’t always (and I’m not convinced of that even; I don’t think there is an inherent contradiction like the one used for the proof of Halting), but the bar for acceptable false positives is sufficiently low and the scenario is such an edge case of an edge case of an edge case, that anyone trying to use the whole principle to argue anything about real-world applications is grasping at straws.

        • floopus@lemmy.ml
          link
          fedilink
          arrow-up
          1
          ·
          4 hours ago

          I suggest you re-read through the proof of the halting problem, and consider precisely what it’s saying. It really has been mathematically proven.

          But fair enough, the program made in the halting problem you probably wouldn’t ever encounter. But the consequence is, if you were trying to write an algorithm that solves the halting problem, you would have to sacrifice some level of correctness - and technically any algorithm you write would fail or loop forever on an infinite number of programs, surely one of them would be useful. Consider the Collatz conjecture. I severely doubt anyone would be able to “decide” the collatz conjecture program halting without it being a very specific proof of it (with maybe some generalisations).