paper-with-me

홈 › Papers

Training-free LLM-generated Text Detection by Mining Token Probability Sequences

2024-10-08 · Yihuai Xu, Yongwei Wang, Yifei Bi, Huangsen Cao, Zhouhan Lin, Yu Zhao, Fei Wu

Large language models (LLMs) have demonstrated remarkable capabilities in generating high-quality texts across diverse domains. However, the potential misuse of LLMs has raised significant concerns, underscoring the urgent need for reliable detection of LLM-generated texts. Conventional training-based detectors often struggle with generalization, particularly in cross-domain and cross-model scenarios. In contrast, training-free methods, which focus on inherent discrepancies through carefully designed statistical features, offer improved generalization and interpretability. Despite this, existing training-free detection methods typically rely on global text sequence statistics, neglecting the modeling of local discriminative features, thereby limiting their detection efficacy. In this work, we introduce a novel training-free detector, termed \textbf{Lastde} that synergizes local and global statistics for enhanced detection. For the first time, we introduce time series analysis to LLM-generated text detection, capturing the temporal dynamics of token probability sequences. By integrating these local statistics with global ones, our detector reveals significant disparities between human and LLM-generated texts. We also propose an efficient alternative, \textbf{Lastde++} to enable real-time detection. Extensive experiments on six datasets involving cross-domain, cross-model, and cross-lingual detection scenarios, under both white-box and black-box settings, demonstrated that our method consistently achieves state-of-the-art performance. Furthermore, our approach exhibits greater robustness against paraphrasing attacks compared to existing baseline methods.

📄 PDF Abstract BibTeX arXiv:2410.06072

Code (0)

등록된 구현이 없습니다.

Tasks

LLM-generated Text DetectionText DetectionTime Series Analysis

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Efficient Zero-Shot AI-Generated Image Detection

2026-03-23 · Ryosuke Sonoda, Ramya Srinivasan arxiv

The rapid progress of text-to-image models has made AI-generated images increasingly realistic, posing significant challenges for accurate detection of generated content. While training-based detectors often suffer from …

Hallucination Detection and Correction in Medical VLMs via Counter-Evidence Verification

2026-06-17 · Nan Zhou, Ke Zou, Meng Liu, Linchao He 외 arxiv

Vision-Language models (VLMs) reliability in medical diagnosis is challenged by trust-undermining hallucinations. Existing hallucination detection approaches mainly focus on identifying factual inconsistencies between ge…

Medical Report GenerationMedical DiagnosisVisual Grounding

Multi-Stage Training for Abusive Comment Detection in Indic Languages

2026-05-21 · Pranshu Rastogi, Madhav Mathur, Ramaneswaran S, Kshitij Mohan arxiv

In recent years social media has become an increasingly popular tool for communication. People use it to share their ideas, exchange information, and discuss thoughts. Given its prevalence and widespread reach, social me…

ClusterMine: Robust Label-Free Visual Out-Of-Distribution Detection via Concept Mining from Text Corpora

2025-11-10 · Nikolas Adaloglou, Diana Petrusheva, Mohamed Asker, Felix Michels 외 arxiv

Large-scale visual out-of-distribution (OOD) detection has witnessed remarkable progress by leveraging vision-language models such as CLIP. However, a significant limitation of current methods is their reliance on a pre-…

Out-of-Distribution Detection

HFI: A unified framework for training-free detection and implicit watermarking of latent diffusion model generated images

2024-12-30 · Sungik Choi, Sungwoo Park, Jaehoon Lee, SeungHyun Kim 외

Dramatic advances in the quality of the latent diffusion models (LDMs) also led to the malicious use of AI-generated images. While current AI-generated image detection methods assume the availability of real/AI-generated…