LLMs performed best on questions related to legal systems and social complexity, but they struggled significantly with topics such as discrimination and social mobility.

“The main takeaway from this study is that LLMs, while impressive, still lack the depth of understanding required for advanced history,” said del Rio-Chanona. “They’re great for basic facts, but when it comes to more nuanced, PhD-level historical inquiry, they’re not yet up to the task.”

Among the tested models, GPT-4 Turbo ranked highest with 46% accuracy, while Llama-3.1-8B scored the lowest at 33.6%.

  • @QuarterSwede
    link
    English
    91
    edit-2
    11 days ago

    Ugh. No one in the mainstream understands WHAT LLMs are and do. They’re really just basic input output mechanisms. They don’t understand anything. Garbage in, garbage out as it were.

    • @UnderpantsWeevil
      link
      English
      3511 days ago

      They’re really just basic input output mechanisms.

      I mean, I’d argue they’re highly complex I/O mechanisms, which is how you get weird hallucinations that developers can’t easily explain.

      But expecting cognition out of a graph is like demanding novelty out of a plinko machine. Not only do you get out what you get in, but you get a very statistically well-determined output. That’s the whole point. The LLM isn’t supposed to be doing high level cognitive extrapolations. It’s supposed to be doing statistical aggregates on word association using a natural language schema.

      • @[email protected]
        link
        fedilink
        English
        1210 days ago

        Hallucinations imply a sense of “normal” or “reasonable” or at least “real” in the first place. LLMs have no concept of that.

        I prefer to phrase it as “you get made-up results that are less convincingly made-up than the test”

    • @[email protected]
      link
      fedilink
      English
      16
      edit-2
      10 days ago

      Specifically they are completely incapable of unifying information into a self consistent model.

      To use an analogy you see a shadow and know its being cast by some object with a definite shape, even if you can’t be sure what that shape is. An LLM sees a shadow and its idea of what’s casting it is as fuzzy and mutable as the shadow itself.

      Funnily enough old school AI from the 70s, like logic engines, possessed a super-human ability for logical self consistancy. A human can hold contradictory beliefs without realizing it, a logic engine is incapable of self-contradiction once all of the facts in its database have been collated. (This is where the SciFi idea of robots like HAL-9000 and Data from Star Trek come from.) However this perfect reasoning ability left logic engines completely unable to deal with contradictory or ambiguous information, as well as logical paradoxes. They were also severely limited by the fact that practically everything they knew had to be explicitly programmed into them. So if you wanted one to be able to hold a conversion in plain English you would have to enter all kinds of information that we know implicitly, like the fact that water makes things wet or that most, but not all, people have two legs. A basically impossible task.

      With the rise of machine learning and large artificial neural networks we solved the problem of dealing with implicit, ambiguous, and paradoxical information but in the process completely removed the ability to logically reason.

    • snooggums
      link
      English
      711 days ago

      That is accurate, but people who design and distribute the LLMs refer to the process as machine learning and use terms like hallucinations which is the primary cause of the confusion.

      • @SinningStromgald
        link
        English
        711 days ago

        I think the problem is the use of the term AI. Regular Joe Schmo hears/sees AI and thinks Data from ST:NG or Cylons from Battlestar Galactica and not glorified search engine chatbots. But AI sounds cooler than LLM so they use AI.

        • @Grimy
          link
          English
          310 days ago

          The term is fine. Your examples are very selective. I doubt Joe Schmo thought the aimbots in CoD were truly intelligent when he referred to them as AI.

    • @Epzillon
      link
      English
      110 days ago

      I just like the analogy of a dashboard with knobs. Input text on one wide output text on the other. “Training” AI is simply letting the knobs adjust themselves based on feedback of the output. AI never “learns” it only produces output based on how the knobs are dialed in. Its not a magic box, its just a lot of settings converting data to new data.

      • @[email protected]
        link
        fedilink
        English
        310 days ago

        Do you think real “understanding” is a magic process? Why would LLMs have to be “magic” in order to understand things?

    • @[email protected]
      link
      fedilink
      English
      -29 days ago

      Bullshit, they are prediction engines biased from their input. Saying that no one understands what they do is a gross simplification. Do you understand how encoders work? Great! Then there is a common vocabulay! Now we move on to a probability matrix given those inputs, and we get the out put token witch circles through the input layer.

      • @QuarterSwede
        link
        English
        19 days ago

        gross simplification

        That was the point. Not everything needs to be literal.