this post was submitted on 28 Aug 2024
4 points (64.3% liked)

AI

4006 readers
1 users here now

Artificial intelligence (AI) is intelligence demonstrated by machines, unlike the natural intelligence displayed by humans and animals, which involves consciousness and emotionality. The distinction between the former and the latter categories is often revealed by the acronym chosen.

founded 3 years ago
 

I wanted to extract some crime statistics broken by the type of crime and different populations, all of course normalized by the population size. I got a nice set of tables summarizing the data for each year that I requested.

When I shared these summaries I was told this is entirely unreliable due to hallucinations. So my question to you is how common of a problem this is?

I compared results from Chat GPT-4, Copilot and Grok and the results are the same (Gemini says the data is unavailable, btw :)

So is are LLMs reliable for research like that?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 27 points 3 weeks ago* (last edited 3 weeks ago) (6 children)

LLMs are totally unreliable for research. They are just probable token generators.

Especially if your looking for new data that nobody has talked about before, then your just going to get convincing hallucinations, like talking to a slightly drunk professor at a loud bar who can't ever admit they don't know something.

Example: ask a llm this "what open source software developer died in the September 11th attacks?"

It will give you names, and when you try to verify those names, you'll find out those people didn't die. It's just generating probable tokens

[–] [email protected] -2 points 3 weeks ago (1 children)

Solutions exist where you give the LLM a bunch of files e.g., PDFs which it then will solely base it's knowledge on

[–] [email protected] 6 points 3 weeks ago (1 children)

It's still a probable token generator, you're just training it on your local data. Hallucinations will absolutely happen.

[–] [email protected] 0 points 3 weeks ago* (last edited 3 weeks ago)

This isn't training its called a RAG Workflow, as there is no training step per se

load more comments (4 replies)