paper-with-me

홈 › Papers

Ten Words Only Still Help: Improving Black-Box AI-Generated Text Detection via Proxy-Guided Efficient Re-Sampling

2024-02-14 · Yuhui Shi, Qiang Sheng, Juan Cao, Hao Mi, Beizhe Hu, Danding Wang

With the rapidly increasing application of large language models (LLMs), their abuse has caused many undesirable societal problems such as fake news, academic dishonesty, and information pollution. This makes AI-generated text (AIGT) detection of great importance. Among existing methods, white-box methods are generally superior to black-box methods in terms of performance and generalizability, but they require access to LLMs' internal states and are not applicable to black-box settings. In this paper, we propose to estimate word generation probabilities as pseudo white-box features via multiple re-sampling to help improve AIGT detection under the black-box setting. Specifically, we design POGER, a proxy-guided efficient re-sampling method, which selects a small subset of representative words (e.g., 10 words) for performing multiple re-sampling in black-box AIGT detection. Experiments on datasets containing texts from humans and seven LLMs show that POGER outperforms all baselines in macro F1 under black-box, partial white-box, and out-of-distribution settings and maintains lower re-sampling costs than its existing counterparts.

📄 PDF Abstract BibTeX arXiv:2402.09199

Code (1)

ictmcg/poger 공식 구현 pytorch

Tasks

Text Detection

Similar Papers 제목 키워드 기반

Watermarking Text Generated by Black-Box Language Models

2023-05-14 · Xi Yang, Kejiang Chen, Weiming Zhang, Chang Liu 외

LLMs now exhibit human-like skills in various fields, leading to worries about misuse. Thus, detecting generated text is crucial. However, passive detection methods are stuck in domain specificity and limited adversarial…

Adversarial RobustnessLanguage ModellingSpecificityText Generation

Modeling the Central Supermassive Black Holes Mass of Quasars via LSTM Approach

2023-01-04 · Seyed Sajad Tabasi, Reyhaneh Vojoudi Salmani, Pouriya Khaliliyan, Javad T. Firouzjaee

One of the fundamental questions about quasars is related to their central supermassive black holes. The reason for the existence of these black holes with such a huge mass is still unclear and various models have been p…

IDEAL: Query-Efficient Data-Free Learning from Black-box Models

2022-05-23 · Jie Zhang, Chen Chen, Lingjuan Lyu

Knowledge Distillation (KD) is a typical method for training a lightweight student model with the help of a well-trained teacher model. However, most KD methods require access to either the teacher's training data or mod…

Knowledge Distillation

Can Small Language Models Help Large Language Models Reason Better?: LM-Guided Chain-of-Thought

2024-04-04 · Jooyoung Lee, Fan Yang, Thanh Tran, Qian Hu 외

We introduce a novel framework, LM-Guided CoT, that leverages a lightweight (i.e., <1B) language model (LM) for guiding a black-box large (i.e., >10B) LM in reasoning tasks. Specifically, the lightweight LM first generat…

Extractive Question-AnsweringKnowledge DistillationLanguage ModelingLanguage Modelling+3

Regional Negative Bias in Word Embeddings Predicts Racial Animus--but only via Name Frequency

2022-01-20 · Austin Van Loon, Salvatore Giorgi, Robb Willer, Johannes Eichstaedt

The word embedding association test (WEAT) is an important method for measuring linguistic biases against social groups such as ethnic minorities in large text corpora. It does so by comparing the semantic relatedness of…

AttributeWord Embeddings