CoolFace
Datasetpublic

abeeranajam31/urdu-spam-dataset

Urdu Spam Detection Dataset Description This dataset is designed for classifying Urdu text into: 0 → Not Spam 1 → Spam It is intended for AI-powered emergency helpline systems (e.g., 1122/911) to filter prank or irrelevant calls. Dataset Structure Format: CSV Column Type Description text string Urdu sentence label int (0/1) Spam classification Example text,label آپ کو میں نے پہلے بھی کال کیا تھا کیا یاد ہے,1 یہ… See the full description on the dataset page: https://huggingface.co/datasets/abeeranajam31/urdu-spam-dataset.

sourceHugging Facemitupdated 27d agoView on Hugging Face
1likes94downloads
Dataset Card

Urdu Spam Detection Dataset

Description

This dataset is designed for classifying Urdu text into:

  • 0 → Not Spam
  • 1 → Spam

It is intended for AI-powered emergency helpline systems (e.g., 1122/911) to filter prank or irrelevant calls.


Dataset Structure

Format: CSV

ColumnTypeDescription
textstringUrdu sentence
labelint (0/1)Spam classification

Example


text,label
آپ کو میں نے پہلے بھی کال کیا تھا کیا یاد ہے,1
یہ ایک ایمرجنسی ہے پلیز ایمبولینس بھیجیں,0

Use Cases

  • Emergency call filtering
  • Real-time spam detection
  • Urdu NLP classification tasks

Notes

  • Data is synthetically generated
  • Cleaned and deduplicated
  • Balanced between spam and non-spam

Loading Dataset

python
from datasets import load_dataset

dataset = load_dataset("abeeranajam31/urdu-spam-dataset")

License

MIT