paper-with-me

홈 › Papers

Raidar: geneRative AI Detection viA Rewriting

2024-01-23 · Chengzhi Mao, Carl Vondrick, Hao Wang, Junfeng Yang

We find that large language models (LLMs) are more likely to modify human-written text than AI-generated text when tasked with rewriting. This tendency arises because LLMs often perceive AI-generated text as high-quality, leading to fewer modifications. We introduce a method to detect AI-generated content by prompting LLMs to rewrite text and calculating the editing distance of the output. We dubbed our geneRative AI Detection viA Rewriting method Raidar. Raidar significantly improves the F1 detection scores of existing AI content detection models -- both academic and commercial -- across various domains, including News, creative writing, student essays, code, Yelp reviews, and arXiv papers, with gains of up to 29 points. Operating solely on word symbols without high-dimensional features, our method is compatible with black box LLMs, and is inherently robust on new content. Our results illustrate the unique imprint of machine-generated text through the lens of the machines themselves.

📄 PDF Abstract BibTeX arXiv:2401.12970

Code (2)

cvlab-columbia/raidarllmdetect 공식 구현
jameslwang/raft pytorch

Similar Papers 제목 키워드 기반

SKDU at De-Factify 4.0: Natural Language Features for AI-Generated Text-Detection

2025-03-28 · Shrikant Malviya, Pablo Arnau-González, Miguel Arevalillo-Herráez, Stamos Katsigiannis

The rapid advancement of large language models (LLMs) has introduced new challenges in distinguishing human-written text from AI-generated content. In this work, we explored a pipelined approach for AI-generated text det…

Binary ClassificationClassificationMulti-class ClassificationText Detection

RaidaR: A Rich Annotated Image Dataset of Rainy Street Scenes

2021-04-09 · Jiongchao Jin, Arezou Fatemi, Wallace Lira, Fenggen Yu 외

We introduce RaidaR, a rich annotated image dataset of rainy street scenes, to support autonomous driving research. The new dataset contains the largest number of rainy images (58,542) to date, 5,000 of which provide sem…

Autonomous DrivingData AugmentationImage-to-Image TranslationRain Removal+2

Logic Synthesis with Generative Deep Neural Networks

2024-06-07 · Xihan Li, Xing Li, Lei Chen, Xing Zhang 외

While deep learning has achieved significant success in various domains, its application to logic circuit design has been limited due to complex constraints and strict feasibility requirement. However, a recent generativ…

DP-MLM: Differentially Private Text Rewriting Using Masked Language Models

2024-06-30 · Stephen Meisenbacher, Maulik Chevli, Juraj Vladika, Florian Matthes

The task of text privatization using Differential Privacy has recently taken the form of $\textit{text rewriting}$, in which an input text is obfuscated via the use of generative (large) language models. While these meth…

Decoder

ConvGQR: Generative Query Reformulation for Conversational Search

2023-05-25 · Fengran Mo, Kelong Mao, Yutao Zhu, Yihong Wu 외

In conversational search, the user's real search intent for the current turn is dependent on the previous conversation history. It is challenging to determine a good search query from the whole conversation context. To a…

Conversational SearchRetrieval