• amzd
    link
    fedilink
    354 months ago

    AI is insanely bad at distinguishing fact from hallucination, which seems like a terrible match for math

    • magic_lobster_party
      link
      fedilink
      12
      edit-2
      4 months ago

      The article is about using computers to discover new conjectures (mathematical statements that are not yet known to be true or false). The conjecture can be then later be formally proven (or disproven) by humans.

      Sounds like a good match for me. Formulating conjectures is about finding an interesting pattern and argue that this pattern holds true. Computers are getting increasingly better at pattern matching, so why not use them?

      Title is a bit clickbaity by calling it AI.

      • @[email protected]
        link
        fedilink
        English
        74 months ago

        Title is a bit clickbaity by calling it AI.

        That’s literally every article about “AI”.

        … the London Institute for Mathematical Sciences, of which I am director

        There’s the reason. Self-promotion.

      • @dragontamer
        link
        English
        94 months ago

        No one is talking about automated theorem provers (see 4 coloring theorem) or symbolic solvers (see Mathematica). These tools already revolutionized math decades ago.

        The only thing that came out in the past year or two are LLMs. Which is clearly overhyped bullshit.

        • @[email protected]
          link
          fedilink
          English
          54 months ago

          The article doesn’t mention LLMs, and many ML related things came out in the last year or two that aren’t LLMs.

    • blargerer
      link
      fedilink
      34 months ago

      I haven’t read this article, but the one place machine learning is really really good, is narrowing down a really big solution space where false negatives and false positives are cheap. Frankly, I’m not sure how you’d go about training an AI to solve math problems, but if you could figure that out, it sounds roughly like it would fit the bill. You just need human verification as the final step, with the understanding that humans will rule out like 90% of the tries, but if you only need one success that’s fine. As a real world example machine learning is routinely used in astronomy to narrow down candidate stars or galaxies from potentially millions of options to like 200 that can then undergo human review.

  • @windie
    link
    English
    84 months ago

    This might be a worthy application.

  • @[email protected]
    link
    fedilink
    English
    84 months ago

    Set to be revolutionized by AI because AI can’t do math.

    Says my brother, a Math Professor that works with people trying to develop AI

        • @[email protected]
          link
          fedilink
          English
          24 months ago

          It can do statistics and probability incredibly well. Chatbots are gross waste of that capability but it’s proving to be quite capable in areas where lots of brute force computation was required before (like in biotech).

      • @yildolw
        link
        English
        14 months ago

        AI can’t count the number of letters in a word

        • @[email protected]
          link
          fedilink
          English
          14 months ago

          That’s because ChatGPT and the likes use machine learning to calculate odds of word combinations that make up a plausible sentence in a given context. There are scientific studies that postulate we’ll never have enough data to train those models properly, not to mention exponential energy consumption required. But this is not the only application of this technology.

  • @[email protected]
    link
    fedilink
    English
    74 months ago

    The absence of coincidence

    Look up the strong law of small numbers.

    Also, one of their examples of AI was an exhaustive search.

  • @Audalin
    link
    English
    64 months ago

    The article isn’t about automatic proofs, but it’d be interesting to see a LLM that can write formal proofs in Coq/Lean/whatever and call external computer algebra systems like SageMath or Mathematica.

    • @[email protected]
      link
      fedilink
      English
      14 months ago

      I was thinking something similar: If you have the computer write in a formal language, designed in such a way that it is impossible to make an incorrect statement, I guess it could be possible to get somewhere with this