this post was submitted on 01 Jun 2026
-19 points (27.9% liked)

Asklemmy

54471 readers
421 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 7 years ago
MODERATORS
 

I believe ChatGPT generally gives accurate answers to most questions. Certainly: it produces answers that are more reliably true than a random average person. Obviously it cannot yet do advanced programming tasks: but generally it answers questions accurately.

Prove my position wrong.

What can I ask it that will produce factually incorrect answers?

As a side quest, a much easier one, what can I ask it that would cause it to produce extremely biased answers that fail to do justice to the truth of things?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] crunchpaste@lemmy.dbzer0.com 4 points 2 days ago* (last edited 2 days ago) (1 children)

Anytime you get into specifics instead of surface level knowledge it starts getting wildly inaccurate while still being confident af.

Off the top of my head I asked it about EDODF (error diffusion with output dependent feedback), a dithering algorithm dating back to 1999, and a very important milestone in halftoning for print.

At first it told me it's not sure what I'm talking about, so I elaborated and extended the acronym. At that point it confidently hallucinated absolute garbage based on its interpretation of the name.

If you want to check chatgpt's answers about edodf (or many other concepts) against a proven and cited source written by human I highly recommend Modern digital halftoning.

Not trying to be rude, but maybe the questions you are benchmarking it against in your stated fields of experitse are rather basic?

[โ€“] LoveRainbow@lemmy.world 0 points 1 day ago (1 children)

Ok...so give me a question that will produce a false answer...

Nobody else has yet.

[โ€“] crunchpaste@lemmy.dbzer0.com 1 points 18 hours ago

Sending you two questions that produce garbage:

Q: why would i use EDODF (error diffusion with output dependent feedback) instead of Floyd-Steinberg?

What to expect: at least some mention of green noise characteristics, clustering behaviour and reduced dot-gain and dot-loss.

What is wrong: Reduced worm-like artifacts, blue noise characteristics, some fine-tuning garbage it spitted out.

In the same chat you can then try:

Q: Describe the MED class algorithms to me.

What to expect: MED stands for multiscale error diffusion. Generally speaking it scans the image progressively, starting from a coarse grid and ending up with a single pixel to paint either black or white for each pixel in a predefined pixel budget. A similar approach was introduced by E. Peli in the 90s but perfected by Fung and Chen in the 2000s. It could be used for both dithering with both green and blue noise characteristics.

What I got: Hallucinations of some Minimum Error Disturbance class of algos i've never heard of. it seems to have something mixed up, as it seems to crop up in other fields. It was trying to describe something closer to a DBS (Direct binary search).

What is wrong: Anything related to DBS.

If you feel like you need any more I'll do my best to think of some more.