tanaos/synthetic-spam-detection-dataset-italian
Tanaos Spam Detection Italian Training Dataset This dataset was created synthetically by Tanaos with the Artifex Python library. The dataset is designed to train and evaluate spam detection systems — models that detect, classify, or filter unsolicited commercial advertisement, fraudulent messages, or other unwanted content in text form — in Italian. Our Italian spam detection model, tanaos-spam-detection-italian, was trained on this dataset. Dataset Summary… See the full description on the dataset page: https://huggingface.co/datasets/tanaos/synthetic-spam-detection-dataset-italian.
<p align="center"> <img src="https://raw.githubusercontent.com/tanaos/.github/master/assets/logo.png" width="250px" alt="Tanaos – Train task specific LLMs without training data, for offline NLP and Text Classification"> </p>
Tanaos Spam Detection Italian Training Dataset
This dataset was created synthetically by Tanaos with the Artifex Python library.
The dataset is designed to train and evaluate spam detection systems — models that detect, classify, or filter unsolicited commercial advertisement, fraudulent messages, or other unwanted content in text form — in Italian.
Our Italian spam detection model, tanaos-spam-detection-italian, was trained on this dataset.
Dataset Summary
The dataset contains text samples labeled as either 0 (not_spam) or 1 (spam).
The following categories are considered spam:
- Unsolicited commercial advertisement or non-commercial proselytizing.
- Fraudulent schemes. including get-rich-quick and pyramid schemes.
- Phishing attempts. unrealistic offers or announcements.
- Content with deceptive or misleading information.
- Malware or harmful links.
- Adult content or explicit material.
- Excessive use of capitalization or punctuation to grab attention.
How to Use
from datasets import load_dataset
dataset = load_dataset("tanaos/synthetic-spam-detection-dataset-italian")
print(dataset["train"][0])Intended Use
This dataset is intended for training and evaluating spam detection models.
Common use cases:
- Training machine learning models to classify text messages as spam or not spam.
- Evaluating the performance of spam detection algorithms.
- Fine-tuning pre-trained language models for spam detection tasks.
