CoolFace
Datasetpublic

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.

sourceHugging Facemitupdated 6mo agoView on Hugging Face
0likes12downloads
Dataset Card

<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:

  1. 1.Unsolicited commercial advertisement or non-commercial proselytizing.
  2. 2.Fraudulent schemes. including get-rich-quick and pyramid schemes.
  3. 3.Phishing attempts. unrealistic offers or announcements.
  4. 4.Content with deceptive or misleading information.
  5. 5.Malware or harmful links.
  6. 6.Adult content or explicit material.
  7. 7.Excessive use of capitalization or punctuation to grab attention.

How to Use

python
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.