Fake reviews pose a serious problem for shoppers on the web. If you’ve ever purchased an item based on glowing feedback only to receive a sub‑par product, you’ve experienced the issue firsthand. A recent study in the International Journal of Information and Communication Technology introduces an AI‑driven system that not only spots counterfeit reviews but also maps their propagation.
Why current solutions fall short
Most existing detection tools concentrate solely on the textual content of a review. This worked for a time, but fraudsters have become more sophisticated, pairing well‑crafted prose with deceptive images to make their posts appear genuine. Text‑only approaches struggle to catch this blend, creating challenges for both consumers and honest merchants.
Multi‑signal approach
The researchers tackled the issue by creating a system that evaluates several cues simultaneously. It processes the review text using two techniques—a convolutional neural network for text and pre‑trained language models—to capture both surface patterns and deeper semantics. It also examines reviewer behavior, noting that fake accounts often use default avatars and auto‑generated usernames, whereas real users tend to personalize their profiles.
Can AI also detect bogus images?
The short answer is yes. Review images are examined separately with a residual network, a deep‑learning architecture commonly applied to visual data. After gathering all the signals, the system fuses them to decide whether a review is legitimate.
When a review is flagged as fake, a Transformer model is activated to trace its origin and follow how far it has spread across the network.
Results
Experiments on a large JD.com dataset showed the model achieved a detection accuracy of 94.2% and a tracing accuracy of 93.5%, surpassing all compared baseline methods. Such performance could eventually lead to fewer deceptive reviews and more trustworthy ratings for shoppers.

