posted in Technology
How AI text watermarking works: a visual guide
declaude.org/watermarking/posted in Technology
How AI text watermarking works: a visual guide
declaude.org/watermarking/Replying to @hypertruck@feddit.org
So this can be defeated as easily as prompting the chatbot to not always pick the top word and to introduce different options…
Anything a chatbot can check, can be beat by telling the original to pay attention to that…
We’re just spinning our fucking wheels and burning more and more energy.
This tech is pointless
Replying to @givesomefucks@lemmy.world
As an addendum I forgot:
Your idea was actually already implemented:
github.com/ggml-org/llama.cpp/pull/9742
XTC is a novel sampler that turns truncation on its head: Instead of pruning the least likely tokens, under certain circumstances, it removes the most likely tokens from consideration.
It’s a very cool idea: it chops off the most likely token when the rest of the sampling indicates it probably can.
In my tests back then, the results were… mixed, but the idea is fascinating.
But you can’t do this with Claude, as its a closed model and their sampling is years behind cutting edge.