5 comments

  • xomiachuna4 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).<p>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 &quot;delve&quot;, &quot;it&#x27;s not x its y&quot;, emdashes and so on).<p>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)
    • piperswe2 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
      • userbinator1 hour ago
        I&#x27;ve never seen the word &quot;delve&quot; show up with such frequency in the pre-AI era, but now it&#x27;s an overwhelmingly large signal of LLM-generated text, so I&#x27;m not sure where that came from. Ditto for vomiting emojis everywhere.
        • Kye1 hour ago
          The rise in prevalence is recent, but older than transformer models by a comfortable margin.<p><a href="https:&#x2F;&#x2F;books.google.com&#x2F;ngrams&#x2F;graph?content=delve&amp;year_start=1990&amp;year_end=2022&amp;corpus=en&amp;smoothing=3&amp;case_insensitive=false" rel="nofollow">https:&#x2F;&#x2F;books.google.com&#x2F;ngrams&#x2F;graph?content=delve&amp;year_sta...</a>
      • littlestymaar11 minutes ago
        &gt; the machine that works by generating the most statistically likely text<p>You&#x27;ve just described a “base models” (or pre-trained model), but later training stages (RLHF, GRPO, whatever secret sauce model makers use) induce a strong bias in the output.<p>Also, being “statistically identical to human generated text” doesn&#x27;t mean it&#x27;s unrecognizable, because human generated text exhibit many various clusters (you&#x27;re not texting your friends with the same language you&#x27;re writing a book with) and an LLM can, and in practice, do, use language that is not appropriate for the tone a human expects in a certain context (like when bots write LinkedIn-worthy posts in reddit comment section). The “average human-looking text” is as unnatural to us as a “synthetic average human” with one testicle and half a vagina would be.
      • slopinthebag1 hour ago
        I&#x27;m not so sure I buy that. AI written text is fairly obvious to good writers with exposure to LLM output. Is it a case where it&#x27;s sort of an average of writing styles, but that average is not human and thus humans can detect it?
        • Kye1 hour ago
          AI writing you can recognize as AI writing is obvious. Newer models are better about this and the line will only get more blurry. Here&#x27;s a benchmark where good writers make the assessment rather than different LLMs ranking each other: <a href="https:&#x2F;&#x2F;surgehq.ai&#x2F;leaderboards&#x2F;hemingway-bench" rel="nofollow">https:&#x2F;&#x2F;surgehq.ai&#x2F;leaderboards&#x2F;hemingway-bench</a><p>The top models are also the latest:<p>Gemini 3.1 Pro: still a bit of a gremlin, but will probably stay on top until the other model makers go xkcd 810 and target this benchmark<p>Gemini 3 Flash: current favorite of writers using it as a helper for its speed and decent prompt following
    • nylonstrung2 hours ago
      It sounds like a &quot;cursed problem&quot;. Are there any contemporary techniques that show any promise?
  • Akranazon2 hours ago
    Detecting LLM-generated text is basically solved by modern watermarking techniques (<a href="https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;2306.09194" rel="nofollow">https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;2306.09194</a>). 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.
    • yorwba1 hour ago
      Section 6, &quot;Removing Watermarks,&quot; 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.
  • wps2 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.
    • jaimex22 hours ago
      Pretty much. I came across a student message board with all the tricks to fool any detection. The bar is really low.<p>Once you give the llm examples of your prior work and ask it to continue its style its game over for detection.
  • giancarlostoro5 hours ago
    I see a lot of people claiming just about everything is AI these days, including totally normal videos, photos and text. I&#x27;m not sure what the solution will be to this phenomena but we&#x27;re in for a bit of trouble for a while.
  • nextzck2 hours ago
    I built a model fingerprinting tool last year and it’s entirely open source.. 196 Dimensions on GitHub johnzfitch&#x2F;specho-v2 and &#x2F;specho for docs