There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

count_dongulus ,

They could inject random zero width non joiners to help detection too. Easy to defeat, but something a layperson would have to go through extra effort to filter out. Kinda like how some plagiarism cases have been won by pointing out identical misspelled words.

bdonvr ,

What’s the false positive rate tho

MagicShel ,

Am I the only one who rewrites most of ChatGPT’s output into my own words because it’s “voice” is garbage anyway? I ask it to write me a cover letter and that gives me a rough outline and some points to make, but I have to do massive editing to avoid redundancy, awkward phrasing, outright lies, etc.

I can’t imagine turning in raw ChatGPT output. I had one of my developers use Bing AI to write code and submitted that shit raw and it was immediately obvious because some relatively simple code has really weird artifacts like overwriting a value that had no reason to even be touched.

lowleveldata ,

Idk it looks good to me. Straight to the main branch you go.

JeeBaiChow ,

Lol. AI gonna take over the developers job. Like that’s even close to happening.

Thorny_Insight ,

Few years ago the output of GPT was complete gibberish and few years before that even producing such gibberish would’ve been impressive.

It doesn’t take anyone’s job untill it does.

Angry_Autist ,

LLMs aren’t going to take coding jobs, there are specific case AIs being trained for that. They write code that works but does not make sense to human eyes. It’s fucking terrifying but EVERYONE just keeps focusing on the LLMS.

There are at least 2 more dangerous model types being used right now to influence elections and manipulate online spaces and ALL everyone cares about is their fucking parrot bots…

cyberpunk007 ,

For me I find it sounds too much like a marketing person or something I’d see in an ad or a website so I “dumb it down” a bit to make it not sound too corporate. Sometimes telling Chatgpt to do so fixes this though.

nullPointer ,

so the AI is going to say ‘like’ every third word?

BetaDoggo_ ,

About a dozen methods they could use arxiv.org/pdf/2312.07913v2

AbouBenAdhem , (edited )

Humans instinctively do something analogous with natural language, using poetic forms like rhyme, meter, and alliteration. (For example, the speeches from Shakespeare’s plays are immediately detectable because they’re in iambic pentameter.)

Imagine you lacked the natural human ability to detect verse, making poetry indistinguishable from prose. As far as you could tell, it would be like an invisible watermark that only specialists could detect. LLMs can use a similar approach, making up their own patterns that are opaque to humans but detectable to themselves.

qx128 ,

In other news, mathematicians have been working hard on calculator detector software. Upon request for comment, leading mathematicians suggested a variety of ideas, such as such as secretly embedding a watermark “58008” (BOOBS) into the decimal parts of pi and e to more easily identify derived calculations. There was consistent sentiment among leading minds that “back in my day we had to work hard to do math, and walk up hill both ways in the snow to school”… and that “there’s nothing wrong with a good ol’ fashion abbicus, dag nabbit!”

brucethemoose , (edited )

This has been known in the ML space forever. LLMs don’t actually output words/tokens, but probabilities for a long list of tokens, and the sampler picks one (usually the mostl likely token). And if you arbitrarily weigh these probabilities (eg 50% of possible token outputs are more likely than the other 50%, as a random example), it creates a “signature” in any text thats easy to measure. The sampler randomizes it a tiny bit, but that averages out in long texts.

It’s defeatable. I’m sure if you maken enough OpenAI queries, you can find the bias. I think a paper already tackled this. But this likely will stop the lazy absures, aka 99% of abusers, who should just use some other LLM if they really care.

Another open secret in LLM land is that OpenAI is actually falling behind open research efforts, hence its hilarious it took them this long to implement something so simple.

Kraiden ,

Ye, it'll stop the casual abuse for all of 5 minutes. There are already tools to obscure the use of AI and, as you say, it won't take much to update them.

brucethemoose ,

It’s not so trivial if OpenAI cycles the logit bias or makes it really convoluted.

And it’s not like certain “words” or language patterns are more probable with this method, its different than what any kind of human or words based algorithm would detect, which is what I suspect most “anti AI detection” software does.

Its doable… but seems inconvenient for a small business to keep up with. Maybe.

Kraiden ,

Remember they're doing this so that they can detect it themselves. I'm far from an expert, so maybe I'm misunderstanding something but the way I understand it, they'd be defeating their own tool if they go down this route. If they cycle the logit biases, how can they themselves detect if a random piece of text is generated? Which set of biases do they test?

At the end of the day, you're talking about raw text. There's no option to sign it, or embed metadata or anything like that. You can't even guarantee that you're seeing the complete sample, or even a single sample! If there is a fingerprint, it'll be detectable to anyone, and it'll be easily removed.

brucethemoose ,

They can cycle a some biases (dozens?) and test them all. Detokenization is super cheap to run, its not AI or anything.

I’m trying to think of a good analogy for how this would work, and I kinda came up with one. This would be kinda like an image encoder that biases itself towards coding RGB values (0-255) as even numbers. Subtly, say 30% odd 70% even.

That’s totally imperceptile to humans. And even a “small” sample of the image would carry this bias if pasted into a larger image verbatim, since the sample size is so large (just as the sample size for a bunch of tokens in text is pretty big.

And I’m not saying its fullproof… but if thats indeed what they’re doing, I think its a decent way to detect “lazy” OpenAI abusers who aren’t working so hard to scramble and defeat it.

PenisDuckCuck9001 OP ,

So if cheating on homework, use self hosted only then. Cool. I mean, they can’t possibly use that algorithm for every model on hugging face especially if I don’t tell anyone which one I use. I’m done with school after this semester anyway, I feel sorry for everyone in the future that has to complete assignments in the age of ai warfare.

brucethemoose , (edited )

You have full control of your logit outputs with local LLMs, so theoretically you could “unscramble” them. And any finetuning would just blow that bias away anyway.

OpenAI (IIRC) very notably stopped giving the logprobs of their models. They did this for many reasons, and most of them boil down to “profits” and “they are anticompetitive jerks,” but another reason is to enable watermark methods just like this.

Also, thing about this is that basically no one uses self hosted LLMs compared to OpenAI (or really any API) LLM.

catloaf ,

That’s cool, but literally any other implementation won’t have that, or will have an incompatible watermark.

henfredemars ,

Exactly. The cat is out of the bag. I can still run my own LLM.

RecallMadness ,

Is “The Algorithm” just “we stuffed all our GPT responses into a Lucene index and look for 80% matches”?

Because that’s what I’d do.

TerkErJerbs ,

It’s probably some type of cypher. Which will take people exactly one (1) afternoon to crack.

BearOfaTime ,

A whole afternoon or just a portion?

originalucifer ,
@originalucifer@moist.catsweat.com avatar

no. i bet it uses an algorithm setting optional words to specific variants over a given set of text.

but it sounds to me like they are figuring out how to monetize the cure for their disease

SzethFriendOfNimi ,

Which, if ChatGPT has or is getting parity with human writers then, by definition, it’s going to be impossible to tell the difference.

And if it can tell the difference it’s either going to prove their product is substandard, they can identify snippets of copyrighted material they have in their training set, or falsely identify people whose content and styles their training on.

I’m not sure what the angel here is for OpenAI but it’s problematic to their brand and, potentially, legally no matter how they go about it.

Womble ,

No that isnt the case, you could train up a machine to detect if a passage of text was written by Hemmingway (for example) and likely get decent accuracy, that doesnt mean Hemmingway is substandard, just that he has a noticable style (like GPT’s default style). Its likely bullshit for other reasons, but it doesnt imply what you say it does.

CameronDev ,

The arstechnica article speculated it was more of a pattern of words thing.

I think it is lies, and doesn’t exist or work anywhere near as good as they claim. Or, its incredibly easy to bypass.

arstechnica.com/…/openai-has-the-tech-to-watermar…

TheHobbyist ,

I think it exists and works but that its simply not in their best interest to have people use it and be found out that they used chatgpt, for OpenAI’s business/profit potential. I have nothing to back it up but have just lost all faith in OpenAI.

CameronDev ,

Im willing to believe it exists, but not that its any good. 99% is a crazy accuracy claim.

Orbituary ,
@Orbituary@lemmy.world avatar

Especially if the claim that it’s undetectable by humans.

pup_atlas ,

I van totally believe that it detects AI generated content 99% of the time, that’s trivial. What I really wanna know is the false positive rate. If I write a program that flags everything, it’d have a 100% hit rate. It’d also however have a crazy high false positive rate.

Womble ,

Yup, noticable that they use the phrase “99.9% effective”. Effective doesnt have a defined meaning in this contect, unlike accuracy, sensitivity or specificity, so that smells of missleading PR speak to me.

originalfrozenbanana ,

They sell the cheating tool and the detection software

andrew_bidlaw ,
@andrew_bidlaw@sh.itjust.works avatar

It’s really sweet to play the arms race with oneself.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines