CoolFace
Datasetpublic

alusci/sms-otp-spam-dataset

๐Ÿ“ฒ SMS OTP Spam Dataset A synthetic dataset of 10,000 OTP-style SMS messages for spam classification tasks. The dataset includes both valid and spam-like messages, with labels for message validity and delivery status. ๐Ÿ“Š Dataset Summary Total samples: 10,000 Valid messages: 90% Not valid (spam-like): 10% Status types: delivered, failed, spam, bounced, expired Each entry includes: phone_id: Synthetic phone number sms_text: Message content label: valid or notโ€ฆ See the full description on the dataset page: https://huggingface.co/datasets/alusci/sms-otp-spam-dataset.

sourceHugging Facemitupdated 1y agoView on Hugging Face
0likes486downloads
Dataset Card

๐Ÿ“ฒ SMS OTP Spam Dataset

A synthetic dataset of 10,000 OTP-style SMS messages for spam classification tasks. The dataset includes both valid and spam-like messages, with labels for message validity and delivery status.

๐Ÿ“Š Dataset Summary

  • โ€”Total samples: 10,000
  • โ€”Valid messages: 90%
  • โ€”Not valid (spam-like): 10%
  • โ€”Status types: delivered, failed, spam, bounced, expired

Each entry includes:

  • โ€”phone_id: Synthetic phone number
  • โ€”sms_text: Message content
  • โ€”label: valid or not valid
  • โ€”timestamp: Synthetic datetime
  • โ€”status: Message delivery outcome

๐Ÿ” Tasks

This dataset can be used for:

  • โ€”Binary text classification (valid vs not valid)
  • โ€”Spam detection in telecom and messaging systems
  • โ€”Evaluating robustness of NLP classifiers to synthetic vs real-world content

๐Ÿท Tags

#sms #spam-detection #otp #nlp #synthetic-data

๐Ÿ“„ License

MIT License

๐Ÿ“š Citation

bibtex
@misc{smsotp2025,
  title        = {SMS OTP Spam Dataset},
  author       = {Alessandro Lusci},
  year         = 2025,
  note         = {Synthetic dataset generated for spam classification research.},
  url          = {https://huggingface.co/datasets/alusci/sms-otp-spam-dataset}
}