phishing-texts / README.md
David-Egea's picture
Update README.md with new sections
d5c95bf verified
metadata
license: mit
task_categories:
  - text-classification
language:
  - en
size_categories:
  - 10K<n<100K
tags:
  - phishing
  - text
pretty_name: Phishing Texts Dataset

Phishing Texts Dataset 🎣

Description:

This dataset is a collection of data designed for training text classifiers capable of determining whether a message or email is a phishing attempt or not.

Dataset Information πŸ“¨:

The dataset consists of more than 20,000 entries of text messages, which are potential phishing attempts.

Data is structured in two columns:

  • text: The text of the message or email.
  • phising: An indicator of whether the message in the text column is a phishing attempt (1) or not (0).

The dataset has undergone a data cleaning process and preprocessing to remove possible duplicate entries. It is worth mentioning that the dataset is balanced, with 62% non-phishing and 38% phishing instances.

In some of the aforementioned datasets, it was identified that the data overlapped. To avoid redundant values, duplicate entries have been removed from this dataset during the last data cleaning phase.

Data Sources πŸ“–:

This dataset has been constructed from the following sources:

In some of the aforementioned datasets, it was identified that the data overlapped. To avoid redundant values, duplicate entries have been removed from this dataset during the last data cleaning phase.