CoolFace
Datasetpublic

abdessamad-bourkibate/Scam-Religious-Detection

Scam Religious Detection Dataset This dataset is designed for detecting religious-based scams, particularly on social media platforms like Twitter. It contains a collection of tweets categorized into various classes to facilitate the training of machine learning models for scam detection. Dataset Details Dataset Name: Scam-Religious-Detection Primary Language: Arabic (ar) License: MIT Total Size: ~4.89 GB Dataset Structure The dataset consists of… See the full description on the dataset page: https://huggingface.co/datasets/abdessamad-bourkibate/Scam-Religious-Detection.

sourceHugging Facemitupdated 7mo agoView on Hugging Face
0likes54downloads
Dataset Card

Scam Religious Detection Dataset

This dataset is designed for detecting religious-based scams, particularly on social media platforms like Twitter. It contains a collection of tweets categorized into various classes to facilitate the training of machine learning models for scam detection.

Dataset Details

  • Dataset Name: Scam-Religious-Detection
  • Primary Language: Arabic (ar)
  • License: MIT
  • Total Size: ~4.89 GB

Dataset Structure

The dataset consists of several CSV files:

File NameSizeDescription
TweetsStreamingTotal.csv4.51 GBLarge-scale collection of raw tweets related to religious topics.
scam_religious_corpus_v1.csv225 MBCurated corpus specifically focused on religious scams.
real_legit_tweets.csv96.9 MBCollection of legitimate (non-scam) religious tweets.
merged_final_corpus.csv41.8 MBMerged and cleaned dataset ready for training.
real_scam_tweets.csv11.3 MBVerified scam religious tweets.
real_suspicious_tweets.csv4.98 MBTweets identified as suspicious but requiring further analysis.

Usage

You can load this dataset using the Hugging Face datasets library:

python
from datasets import load_dataset

dataset = load_dataset("abdessamad-bourkibate/Scam-Religious-Detection")

## Maintenance
This dataset is maintained by abdessamad-bourkibate.