.
S:.
├───data # Stores datasets
│ ├───iSarcasm
│ ├───iSarcasmEval
│ │ ├───test
│ │ ├───third-party annotations
│ │ └───train
│ └───Reddit
├───models # Models such as spacy en_core
├───outputs # Store output files and plots
└───src
├───README.md
├───config.py
├───keyword_classifier.ipynb
├───preprocessing.ipynb
├───sarcasm_baseline.ipynb
└───test.ipynb
-
The iSarcasm dataset can be downloaded from iSarcasm Dataset Link and more details related to the dataset can be found on Dataset ACL Anthology Page
-
The Reddit Dataset is available is posted at the following link. A cleaned version of the dataset is also available on Kaggle link but the test file has some problems