SarcasticOrNot
URL: https://github.com/manojsubramanyam/SarcasticOrNot
Description
This repository contains a classification model for detecting sarcasm in tweets. The dataset includes tweet texts, tweet IDs, and the target variable (sarcastic/non-sarcastic). The data is unstructured and raw.
This is the author’s major academic project.
Dataset
The dataset consists of:
- Tweets
- Tweet IDs
- Target variable: Sarcastic/Non-sarcastic
Results
No results or performance metrics are mentioned in the repository.
Implementation & Code
The repository includes code to:
- Preprocess the raw tweet data
- Train a classification model for sarcasm detection