paper-with-me

홈 › Papers

Spam Review Detection with Graph Convolutional Networks

2019-08-22 · Ao Li, Zhou Qin, Runshi Liu, Yiqun Yang, Dong Li

Customers make a lot of reviews on online shopping websites every day, e.g., Amazon and Taobao. Reviews affect the buying decisions of customers, meanwhile, attract lots of spammers aiming at misleading buyers. Xianyu, the largest second-hand goods app in China, suffering from spam reviews. The anti-spam system of Xianyu faces two major challenges: scalability of the data and adversarial actions taken by spammers. In this paper, we present our technical solutions to address these challenges. We propose a large-scale anti-spam method based on graph convolutional networks (GCN) for detecting spam advertisements at Xianyu, named GCN-based Anti-Spam (GAS) model. In this model, a heterogeneous graph and a homogeneous graph are integrated to capture the local context and global context of a comment. Offline experiments show that the proposed method is superior to our baseline model in which the information of reviews, features of users and items being reviewed are utilized. Furthermore, we deploy our system to process million-scale data daily at Xianyu. The online performance also demonstrates the effectiveness of the proposed method.

📄 PDF Abstract BibTeX arXiv:1908.10679

Code (3)

dmlc/dgl/tree/master/examples/pytorch/gas pytorch
safe-graph/DGFraud/tree/master/algorithms/GAS tf
xiaomingaaa/GNNApp-Papers

Methods 이 논문이 사용한 방법론

Graph Convolutional Networks 설명 없음

Similar Papers 제목 키워드 기반

Online detection and infographic explanation of spam reviews with data drift adaptation

2024-06-21 · Francisco de Arriba-Pérez, Silvia García-Méndez, Fátima Leal, Benedita Malheiro 외

Spam reviews are a pervasive problem on online platforms due to its significant impact on reputation. However, research into spam detection in data streams is scarce. Another concern lies in their need for transparency. …

Drift DetectionSpam detection

A Robust Opinion Spam Detection Method Against Malicious Attackers in Social Media

2020-08-19 · Amir Jalaly Bidgolya, Zoleikha Rahmaniana

Online reviews are potent sources for industry owners and buyers, however opportunistic people may try to destruct or promote their desired product by publishing fake comments named spam opinion. So far, many models have…

Spam detection

Spam Review Detection Using Deep Learning

2022-11-03 · G. M. Shahariar, Swapnil Biswas, Faiza Omar, Faisal Muhammad Shah 외

A robust and reliable system of detecting spam reviews is a crying need in todays world in order to purchase products without being cheated from online sites. In many online sites, there are options for posting reviews, …

Deep Learning

Spotting Collective Behaviour of Online Frauds in Customer Reviews

2019-05-31 · Sarthika Dhawan, Siva Charan Reddy Gangireddy, Shiv Kumar, Tanmoy Chakraborty

Online reviews play a crucial role in deciding the quality before purchasing any product. Unfortunately, spammers often take advantage of online review forums by writing fraud reviews to promote/demote certain products. …

Fraud DetectionSpam detection

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 외 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 threate…

Graph Neural NetworkNode ClassificationFeature EngineeringSpam detection