top | item 47202864

The Science of Detecting LLM-Generated Text (2024)

47 points| vinhnx | 23 hours ago |dl.acm.org

19 comments

order

xomiachuna|19 hours ago

This is an article from 2024, when open weights models like llama were only beginning to emerge. With those you basically cannot reliably do any detection (as the authors admit by the end).

Which is really boiling down to text having statistically very similar properties to human generated one. Introduce a more motivated attacker and the text would be indistinguishable from real (with occasional typos, no use of "delve", "it's not x its y", emdashes and so on).

It really is a lost battle: you cannot embed extra information in the text that will survive even basic postprocessing (in contrast to, say, steganography)

piperswe|17 hours ago

Ultimately it shouldn’t be too surprising that the machine that works by generating the most statistically likely text, generates text that’s statistically identical to human-generated text

nylonstrung|17 hours ago

It sounds like a "cursed problem". Are there any contemporary techniques that show any promise?

giancarlostoro|20 hours ago

I see a lot of people claiming just about everything is AI these days, including totally normal videos, photos and text. I'm not sure what the solution will be to this phenomena but we're in for a bit of trouble for a while.

Akranazon|17 hours ago

Detecting LLM-generated text is basically solved by modern watermarking techniques (https://arxiv.org/abs/2306.09194). However, the main trouble with watermark-based approaches is that you have to get every LLM provider to adopt it. A student trying to cheat could always opt for some open-weight Chinese model, if the word spreads that the major providers are compromised.

yorwba|16 hours ago

Section 6, "Removing Watermarks," of the paper you cite makes it very clear that detecting LLM-generated text is not solved if the user takes measures to avoid detection.

wps|17 hours ago

Detection methods only serve to stop the most blatant, low effort kind of LLM responses. The more pressing issue is that people are reading LLM output, and paraphrasing it for their assignments, reports, emails, etc. The obvious problem being that LLMs are often wrong, or miss nuance in unnoticeable ways for the laymen. The secondary problem is the general outsourcing of thinking and effort, even for tasks that you ought to give your focus to. BTW: from my anecdata, most university students are absolutely violating academic integrity with these tools, and have completely lost the ability to engage without them.

jaimex2|17 hours ago

Pretty much. I came across a student message board with all the tricks to fool any detection. The bar is really low.

Once you give the llm examples of your prior work and ask it to continue its style its game over for detection.