paper-with-me

Papers

Detecting LLM-Generated Spam Reviews by Integrating Language Model Embeddings and Graph Neural Network

2025-10-02 · Xin Liu, Rongwu Xu, Xinyi Jia, Jason Liao, Jiao Sun, Ling Huang, Wei Xu arxiv

The rise of large language models (LLMs) has enabled the generation of highly persuasive spam reviews that closely mimic human writing. These reviews pose significant challenges for existing detection systems and threaten the credibility of online platforms. In this work, we first create three realistic LLM-generated spam review datasets using three distinct LLMs, each guided by product metadata and genuine reference reviews. Evaluations by GPT-4.1 confirm the high persuasion and deceptive potential of these reviews. To address this threat, we propose FraudSquad, a hybrid detection model that integrates text embeddings from a pre-trained language model with a gated graph transformer for spam node classification. FraudSquad captures both semantic and behavioral signals without relying on manual feature engineering or massive training resources. Experiments show that FraudSquad outperforms state-of-the-art baselines by up to 44.22% in precision and 43.01% in recall on three LLM-generated datasets, while also achieving promising results on two human-written spam datasets. Furthermore, FraudSquad maintains a modest model size and requires minimal labeled training data, making it a practical solution for real-world applications. Our contributions include new synthetic datasets, a practical detection framework, and empirical evidence highlighting the urgency of adapting spam detection to the LLM era. Our code and datasets are available at: https://anonymous.4open.science/r/FraudSquad-5389/.

📄 PDF Abstract BibTeX arXiv:2510.01801

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural NetworkNode ClassificationFeature EngineeringSpam detection

Similar Papers 제목 키워드 기반

Metadata Integration for Spam Reviews Detection on Vietnamese E-commerce Websites

2024-05-22 · Co Van Dinh, Son T. Luu

The problem of detecting spam reviews (opinions) has received significant attention in recent years, especially with the rapid development of e-commerce. Spam reviews are often classified based on comment content, but in…

GANs for Semi-Supervised Opinion Spam Detection

2019-03-19 · Gray Stanton, Athirai A. Irissappane

Online reviews have become a vital source of information in purchasing a service (product). Opinion spammers manipulate reviews, affecting the overall perception of the service. A key challenge in detecting opinion spam …

General ClassificationGenerative Adversarial NetworkSpam detectiontext-classification+1

Detecting Spam Reviews on Vietnamese E-commerce Websites

2022-07-27 · Co Van Dinh, Son T. Luu, Anh Gia-Tuan Nguyen

The reviews of customers play an essential role in online shopping. People often refer to reviews or comments of previous customers to decide whether to buy a new product. Catching up with this behavior, some people crea…

Binary ClassificationMulti-class Classification

Detecting Vietnamese Opinion Spam

2019-05-09 · T. H. H Duong, T. D. Vu, V. M. Ngo

Recently, Vietnamese Natural Language Processing has been researched by experts in academic and business. However, the existing papers have been focused only on information classification or extraction from documents. No…

General Classification

Mitigating Human and Computer Opinion Fraud via Contrastive Learning

2023-01-08 · Yuliya Tukmacheva, Ivan Oseledets, Evgeny Frolov

We introduce the novel approach towards fake text reviews detection in collaborative filtering recommender systems. The existing algorithms concentrate on detecting the fake reviews, generated by language models and igno…

Collaborative FilteringContrastive LearningRecommendation Systems