datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
multimodal_sarcasm_detectioncopy of data-of-multimodal-sarcasm-detection
# usage
from datasets import load_dataset
from transformers import CLIPImageProcessor, CLIPTokenizer
from torch.utils.data import DataLoader
image_processor = CLIPImageProcessor.from_pretrained(clip_path)
tokenizer = CLIPTokenizer.from_pretrained(clip_path)
def tokenization(example):
text_inputs = tokenizer(example["text"], truncation=True, padding=True, return_tensors="pt")
image_inputs = image_processor(example["image"], return_tensors="pt")… See the full description on the dataset page: https://huggingface.co/datasets/quaeast/multimodal_sarcasm_detection.task1489_sarcasmdetection_tweet_classification
Dataset Card for Natural Instructions (https://github.com/allenai/natural-instructions) Task: task1489_sarcasmdetection_tweet_classification
Additional Information
Citation Information
The following paper introduces the corpus in detail. If you use the corpus in published work, please cite it:
@misc{wang2022supernaturalinstructionsgeneralizationdeclarativeinstructions,
title={Super-NaturalInstructions: Generalization via Declarative Instructions on 1600+… See the full description on the dataset page: https://huggingface.co/datasets/Lots-of-LoRAs/task1489_sarcasmdetection_tweet_classification.beyond_sarcasm_detection_sftnews-headlines-dataset-sarcasm-detectiontask1488_sarcasmdetection_headline_classification
Dataset Card for Natural Instructions (https://github.com/allenai/natural-instructions) Task: task1488_sarcasmdetection_headline_classification
Additional Information
Citation Information
The following paper introduces the corpus in detail. If you use the corpus in published work, please cite it:
@misc{wang2022supernaturalinstructionsgeneralizationdeclarativeinstructions,
title={Super-NaturalInstructions: Generalization via Declarative Instructions on… See the full description on the dataset page: https://huggingface.co/datasets/Lots-of-LoRAs/task1488_sarcasmdetection_headline_classification.authentic-filipino-sarcasm-detection
Authentic Filipino Sarcasm Detection Dataset
This dataset is composed of Filipino sarcastic and non-sarcastic tweets scraped from X (formerly Twitter), divided into two categories: politics and entertainment.
Dataset Size
The dataset is composed of 1,000 tweets, 500 for each domain of politics and entertainment.
Rows
Each row is an instance of a tweet, constrained with X's limitation of 280 characters.
Columns
text:
the tweet content
label:… See the full description on the dataset page: https://huggingface.co/datasets/patrickjamesmarcellana/authentic-filipino-sarcasm-detection.Automatic-Sarcasm-Detection-Twitter
Automatic Sarcasm Detection
The Shared Task (2nd FigLang Workshop at ACL 2020) is now over. Thanks a lot, participants :)
Please refer to reddit and twitter sub-directories for further references on datasets.
For Twitter and Reddit, training and testing datasets are provided for sarcasm detection tasks in jsonlines format.
Each line contains a JSON object with the following fields :
label : SARCASM or NOT_SARCASM
id: String identifier for sample. This id will be required… See the full description on the dataset page: https://huggingface.co/datasets/shiv213/Automatic-Sarcasm-Detection-Twitter.SarcasmDetection_Mustard
Dataset Card for "sarcasm_detection_mustard"
More Information needed
SarcasmDetection_MustardSarcasmDetection_Mustard_TTSsarcasm-detectionsynthetic-filipino-sarcasm-detection
Synthetic and Limited Real-World Filipino Sarcasm Detection Dataset
This dataset is composed of Filipino sarcastic and non-sarcastic tweets, divided into two categories: LLM-generated (synthetic) data and real-world data.
Synthetic Data Information
Two large language models were used to generate sarcastic and non-sarcastic tweets for the dataset: GPT-4o and Gemini 2.0 Flash. The dataset is composed of 504 sarcastic tweets (252 for each LLM) and 504 non-sarcastic tweets… See the full description on the dataset page: https://huggingface.co/datasets/patrickjamesmarcellana/synthetic-filipino-sarcasm-detection.sarcasm-detection-datasetSarcasmDetection_Mustard_TTSSarcasm_Detection
Sarcasm Detection Headlines Dataset for CSE 594 Assignment
This repository hosts the "News Headlines Dataset for Sarcasm Detection" for the purpose of ensuring reproducibility for a university assignment. The use of this dataset complies with the CC BY 4.0 license under which it was originally published.
Original Source & Attribution
Per the author's request, the official source of this dataset is cited as:
Source: rishabhmisra.github.io/publications
Kaggle Page: News… See the full description on the dataset page: https://huggingface.co/datasets/jokerdd0727/Sarcasm_Detection.flan_combined_task1489_sarcasmdetection_tweet_classificationmultimodal_sarcasm_detectionsarcasm-detection-datasetSarcasmDetection_Mustard
