NeFut Logo NeFut
Admin Login

[CS.AI] Beyond Accuracy: Centroid-Guided Contrastive Loss for Structured Fraudulent Job Posting Detection

Published at: 2026-09-21 22:00 Last updated: 2026-09-22 02:29
#algorithm #AI #Machine Learning

Fraudulent job posting detection aims to identify advertisements that contain fake content, misleading information, or malicious intent, which disrupts the online ecosystem for job seekers and employers. Existing approaches typically focus on classification accuracy while neglecting the latent‑space structure needed to capture subtle differences among fake posts. To address this gap we introduce Centroid-Guided Contrastive Loss (CGCL), a loss that unifies classification and dense clustering. CGCL continuously reshapes the latent space via a centroid‑driven top‑$k$ push‑and‑pull mechanism:

This formulation enforces accurate decision boundaries while preserving high clustering compactness, thereby achieving both class separability and meaningful latent structure. Extensive experiments on the public benchmark EMSCAD demonstrate that CGCL attains state‑of‑the‑art performance across accuracy, F1, and clustering metrics such as Silhouette score. The implementation is released at https://github.com/ali-ahmed925/CGCL_code for reproducibility and further exploration.

Review

Original Source: https://arxiv.org/abs/2609.21599

[h] Back to Home