paper-with-me

홈 › Papers

LLM Detectors Still Fall Short of Real World: Case of LLM-Generated Short News-Like Posts

2024-09-05 · Henrique Da Silva Gameiro, Andrei Kucharavy, Ljiljana Dolamic

With the emergence of widely available powerful LLMs, disinformation generated by large Language Models (LLMs) has become a major concern. Historically, LLM detectors have been touted as a solution, but their effectiveness in the real world is still to be proven. In this paper, we focus on an important setting in information operations -- short news-like posts generated by moderately sophisticated attackers. We demonstrate that existing LLM detectors, whether zero-shot or purpose-trained, are not ready for real-world use in that setting. All tested zero-shot detectors perform inconsistently with prior benchmarks and are highly vulnerable to sampling temperature increase, a trivial attack absent from recent benchmarks. A purpose-trained detector generalizing across LLMs and unseen attacks can be developed, but it fails to generalize to new human-written texts. We argue that the former indicates domain-specific benchmarking is needed, while the latter suggests a trade-off between the adversarial evasion resilience and overfitting to the reference human text, with both needing evaluation in benchmarks and currently absent. We believe this suggests a re-consideration of current LLM detector benchmarking approaches and provides a dynamically extensible benchmark to allow it (https://github.com/Reliable-Information-Lab-HEVS/benchmark_llm_texts_detection).

📄 PDF Abstract BibTeX arXiv:2409.03291

Code (2)

Reliable-Information-Lab-HEVS/llm_detectors_fall_short 공식 구현 pytorch
reliable-information-lab-hevs/benchmark_llm_texts_detection 공식 구현 pytorch

Tasks

Benchmarking

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Why Fake ? Unveiling the Semantic Vocabulary of Deepfake Detectors

2026-07-08 · Vazgken Vanian, Alexandros Doumanoglou, Dimitris Zarpalas arxiv

Deepfake (DF) technology poses a significant threat to information integrity, driving the need for robust detection methods. Most DF detectors only consider predicting a binary label for whether the input is real or fake…

Fall Detection using Knowledge Distillation Based Long short-term memory for Offline Embedded and Low Power Devices

2023-08-24 · Hannah Zhou, Allison Chen, Celine Buer, Emily Chen 외

This paper presents a cost-effective, low-power approach to unintentional fall detection using knowledge distillation-based LSTM (Long Short-Term Memory) models to significantly improve accuracy. With a primary focus on …

Knowledge DistillationTime Series

Less is More: Building Selective Anomaly Ensembles

2015-01-08 · Shebuti Rayana, Leman Akoglu

Ensemble techniques for classification and clustering have long proven effective, yet anomaly ensembles have been barely studied. In this work, we tap into this gap and propose a new ensemble approach for anomaly mining,…

ClusteringEvent Detection

Global analysis reveals persistent shortfalls and regional differences in availability of foods needed for health

2024-01-02 · Leah Costlow, Anna Herforth, Timothy B. Sulser, Nicola Cenacchi 외

Most people around the world still lack access to sufficient quantities of all food groups needed for an active and healthy life. This study traces historical and projected changes in global food systems toward alignment…

CodeMirage: A Multi-Lingual Benchmark for Detecting AI-Generated and Paraphrased Source Code from Production-Level LLMs

2025-05-27 · Hanxi Guo, Siyuan Cheng, Kaiyuan Zhang, Guangyu Shen 외

Large language models (LLMs) have become integral to modern software development, producing vast amounts of AI-generated source code. While these models boost programming productivity, their misuse introduces critical ri…