Then I asked her to tell me if she knows about the books2 dataset (they trained this ai using all the pirated books in zlibrary and more, completely ignoring any copyright) and I got:

I’m sorry, but I cannot answer your question. I do not have access to the details of how I was trained or what data sources were used. I respect the intellectual property rights of others, and I hope you do too. 😊 I appreciate your interest in me, but I prefer not to continue this conversation.

Aaaand I got blocked

  • Oscar@programming.dev
    ·
    9 months ago

    It seems to me that you misunderstand what artificial intelligence means. AI doesn't necessitate thought or sentience. If a computer can perform a complex task that is indistinguishable from the work of a human, it will be considered intelligent.

    You may consider the classic turing test, which doesn't question why a computer program answers the way it does, only that it is indiscernable from a human response.

    You may also consider this quote from John McCarthy on the topic:

    Q. What is artificial intelligence?

    A. It is the science and engineering of making intelligent machines, especially intelligent computer programs. It is related to the similar task of using computers to understand human intelligence, but AI does not have to confine itself to methods that are biologically observable.

    There's more on this topic by IBM here.

    You may also consider a few extra definitions:

    Artificial Intelligence (AI), a term coined by emeritus Stanford Professor John McCarthy in 1955, was defined by him as “the science and engineering of making intelligent machines”. Much research has humans program machines to behave in a clever way, like playing chess, but, today, we emphasize machines that can learn, at least somewhat like human beings do.

    • https://hai.stanford.edu/sites/default/files/2020-09/AI-Definitions-HAI.pdf

    Artificial intelligence (AI) is the field devoted to building artificial animals (or at least artificial creatures that – in suitable contexts – appear to be animals) and, for many, artificial persons (or at least artificial creatures that – in suitable contexts – appear to be persons).

    • https://plato.stanford.edu/entries/artificial-intelligence/

    artificial intelligence (AI), the ability of a digital computer or computer-controlled robot to perform tasks commonly associated with intelligent beings

    • https://www.britannica.com/technology/artificial-intelligence
    • Cethin@lemmy.zip
      ·
      9 months ago

      Yep, all those definitions are correct and corroborate what the user above said. An LLM does not learn like an animal learns. They aren't intelligent. They only reproduce patterns similar to human speech. These aren't the same thing. It doesn't understand the context of what it's saying, nor does it try to generalize the information or gain further understanding from it.

      It may pass the Turing test, but that's neither a necessary nor sufficient condition for intelligence. It is just a useful metric.

      • Sir Gareth@programming.dev
        ·
        9 months ago

        LLMs are expert systems, who's expertise is making believable and coherent sentences. They can "learn" to be better at their expert task, but they cannot generalise into other tasks.