AbhinavMaurya/SpamShield
Text Classification β’ Updated
The dataset is currently empty. Upload or create new data files. Then, you will be able to explore them in the Dataset Viewer.
Comprehensive multilingual spam classification and threat categorization datasets used to train the SpamShield ONNX model family.
This dataset collection contains over 200,000+ curated and anonymized conversational samples across multiple languages (English, German, Russian, Hinglish, Spanish, Arabic, etc.), categorized into binary labels (Ham vs. Spam) and 6 fine-grained threat categories.
phishing β Spoofed domain links, fake authentication portals, credential theft attempts.job_scams β Task-based payment scams, fake remote freelance offers, deposit-based hiring.crypto β Airdrop drainers, wallet phrase harvesters, fake exchange bots.adult β NSFW text, solicitations, illicit media promotions.marketing β Bulk promotional messaging, channel shilling, spam affiliate schemes.giveaway β Fake rewards, lottery scams, fraudulent contest announcements.| Language | Total Messages | Normal (Ham) | Spam |
|---|---|---|---|
| English | 188,182 | 96,209 | 91,973 |
| German | 2,487 | 1,106 | 1,381 |
| Russian | 1,486 | 636 | 850 |
| Hinglish | 910 | 825 | 85 |
| Other Multilingual | 10,000+ | ~5,500 | ~4,500 |
Each sample is structured as JSON / JSONL with the following fields:
{
"text": "Join our official airdrop pool to claim 500 USDT: https://fake-crypto.xyz",
"label": 1,
"category": "crypto",
"language": "en"
}
text (string): The preprocessed message content.label (integer): 0 for legitimate (ham), 1 for spam.category (string): Threat category (phishing, job_scams, crypto, adult, marketing, giveaway, or ham).language (string): ISO 639-1 language code.Released under the MIT License.