paper-with-me

홈 › Papers

Understanding the Effects of Human-written Paraphrases in LLM-generated Text Detection

2024-11-06 · Hiu Ting Lau, Arkaitz Zubiaga

Natural Language Generation has been rapidly developing with the advent of large language models (LLMs). While their usage has sparked significant attention from the general public, it is important for readers to be aware when a piece of text is LLM-generated. This has brought about the need for building models that enable automated LLM-generated text detection, with the aim of mitigating potential negative outcomes of such content. Existing LLM-generated detectors show competitive performances in telling apart LLM-generated and human-written text, but this performance is likely to deteriorate when paraphrased texts are considered. In this study, we devise a new data collection strategy to collect Human & LLM Paraphrase Collection (HLPC), a first-of-its-kind dataset that incorporates human-written texts and paraphrases, as well as LLM-generated texts and paraphrases. With the aim of understanding the effects of human-written paraphrases on the performance of state-of-the-art LLM-generated text detectors OpenAI RoBERTa and watermark detectors, we perform classification experiments that incorporate human-written paraphrases, watermarked and non-watermarked LLM-generated documents from GPT and OPT, and LLM-generated paraphrases from DIPPER and BART. The results show that the inclusion of human-written paraphrases has a significant impact of LLM-generated detector performance, promoting TPR@1%FPR with a possible trade-off of AUROC and accuracy.

📄 PDF Abstract BibTeX arXiv:2411.03806

Code (1)

kristylht/Human-LLM-Paraphrase-Collection-HLPC 공식 구현

Tasks

LLM-generated Text DetectionText DetectionText Generation

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Discriminative Fine-Tuning Discriminative Fine-Tuning is a fine-tuning strategy that is used for ULMFiT type models. Instead of using the same learning rate…
Linear Warmup With Cosine Annealing Linear Warmup With Cosine Annealing is a learning rate schedule where we increase the learning rate linearly for $n$ updates and then anneal according to a cosine schedule…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

Beyond a Single Reference: Training and Evaluation with Paraphrases in Sign Language Translation

2026-01-29 · Václav Javorek, Tomáš Železný, Alessa Carbo, Marek Hrúz 외 arxiv

Most Sign Language Translation (SLT) corpora pair each signed utterance with a single written-language reference, despite the highly non-isomorphic relationship between sign and spoken languages, where multiple translati…

Sign Language Translation

Generating Diverse and Descriptive Image Captions Using Visual Paraphrases

2019-10-01 · ICCV 2019 10 · Lixin Liu, Jiajun Tang, Xiaojun Wan, Zongming Guo

Recently there has been significant progress in image captioning with the help of deep learning. However, captions generated by current state-of-the-art models are still far from satisfactory, despite high scores in term…

DescriptiveDiversityImage Captioning

Paraphrase Generation and Evaluation on Colloquial-Style Sentences

2020-05-01 · LREC 2020 5 · Eetu Sj{\"o}blom, Mathias Creutz, Yves Scherrer

In this paper, we investigate paraphrase generation in the colloquial domain. We use state-of-the-art neural machine translation models trained on the Opusparcus corpus to generate paraphrases in six languages: German, E…

Machine TranslationParaphrase GenerationSentenceTranslation

On the Reliability of Watermarks for Large Language Models

2023-06-07 · John Kirchenbauer, Jonas Geiping, Yuxin Wen, Manli Shu 외

As LLMs become commonplace, machine-generated text has the potential to flood the internet with spam, social media bots, and valueless content. Watermarking is a simple and effective strategy for mitigating such harms by…

Delexicalized Paraphrase Generation

2020-12-04 · COLING 2020 8 · Boya Yu, Konstantine Arkoudas, Wael Hamza

We present a neural model for paraphrasing and train it to generate delexicalized sentences. We achieve this by creating training data in which each input is paired with a number of reference paraphrases. These sets of r…

Data Augmentationintent-classificationIntent Classificationnamed-entity-recognition+4