I'm glad that they did, although they should obviously done an announcement for it. The amount of people in the ecosystem who thinks it's even possible to detect if something is AI written or not when it's just a couple of sentences is staggering high. And somehow, people in power seems to put their faith in some of these tools that guarantee a certain amount of truthfulness when in reality it's impossible they could…
There's also the post going around about how it can (and does) falsely flag human posts as AI output, particularly among some autistic people. About as useful as a polygraph, no?
OpenAI shuts down its AI Classifier due to poor accuracy
11–20 of 292 posts
Re: OpenAI shuts down its AI Classifier due to poor accuracy
#12Now the topic isnt about anything millennial or Zelda related, but I'd think that the language model would select sentence and paragraph phrasing differently.
Maybe I need to switch to the API.
Re: OpenAI shuts down its AI Classifier due to poor accuracy
#13Watermarking is a more tractable approach, but the cat is out of the bag.
How would you go about watermarking AI written text?
Here's a decent paper on it.
It covers private watermarking (you can't detect it exists without a key), resistance to modifications, etc. Essentially you wouldn't know it was there and you can't make simple modifications to fool it.
OpenAI could already be doing this, and they could be watermarking with your account ID if they wanted to.
The current best countermeasure is likely paraphrasing attacks https://arxiv.org/pdf/2303.11156.pdf
Re: OpenAI shuts down its AI Classifier due to poor accuracy
#14Watermarking is a more tractable approach, but the cat is out of the bag.
How would you go about watermarking AI written text?
I suppose hosted solutions like ChatGPT could offer an API where you copy some text in, and it searches its history of generated content to see if anything matches.
> bUt aCtuAlLy...
It's not like I don't know the bajillion limitations here. There are many audiences for detection. All of them are XY Problems. And the people asking for this stuff don't participate on Hacker News aka Unpopular Opinions Technology Edition.
There will probably be a lot of "services" that "just" "tell you" if "it" is "written by an AI."
Re: OpenAI shuts down its AI Classifier due to poor accuracy
#15An analogous example: my local pizza delivery (where I worked) would shut the box with a safety sticker, to avoid tampering / dipping by the delivery boys. Now, sometimes they would forget to do this for various logistical reasons. Every one of the non-stickered ones started getting returned as customers worried a pepperoni stolen. They stopped doing it shortly after.
Re: OpenAI shuts down its AI Classifier due to poor accuracy
#16Re: OpenAI shuts down its AI Classifier due to poor accuracy
#17Re: OpenAI shuts down its AI Classifier due to poor accuracy
#18Earlier quoted context omitted.
How would you go about watermarking AI written text?
Invisible characters in a specific bit-pattern. Pretty common steganographic technique, really.
Re: OpenAI shuts down its AI Classifier due to poor accuracy
#19Earlier quoted context omitted.
How would you go about watermarking AI written text?
Invisible characters in a specific bit-pattern. Pretty common steganographic technique, really.
Additionally, if I copy-paste text like this are the invisible characters preserved? Are there a bunch of extra spaces somewhere?
Re: OpenAI shuts down its AI Classifier due to poor accuracy
#20Watermarking is a more tractable approach, but the cat is out of the bag.
How would you go about watermarking AI written text?
Watermarking needs to be subtle enough to be unnoticeable to opposing parties, yet distinctive enough to be detectable.
So, this is an arms race especially because detecting it and altering it based on the watermark is also fun :)