CoolFace
19 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01quaeast /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.0 likes108 downloads3y agoHugging Face02Lots-of-LoRAs /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.texttext-generationn<1K0 likes81 downloads2y agoHugging Face03alita9 /beyond_sarcasm_detection_sftimage10K<n<100K0 likes75 downloads7mo agoHugging Face04Heschmat /news-headlines-dataset-sarcasm-detectiontext10K<n<100K0 likes34 downloads1y agoHugging Face05Lots-of-LoRAs /task1488_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.texttext-generationn<1K0 likes32 downloads2y agoHugging Face06patrickjamesmarcellana /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.texttext-classification1K<n<10K0 likes27 downloads1y agoHugging Face07shiv213 /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.text1K<n<10K2 likes26 downloads2y agoHugging Face08DynamicSuperb /SarcasmDetection_Mustard Dataset Card for "sarcasm_detection_mustard" More Information needed audion<1K1 likes24 downloads3y agoHugging Face09macabdul9 /SarcasmDetection_Mustardaudion<1K2 likes23 downloads2y agoHugging Face10HaninZ /SarcasmDetection_Mustard_TTSaudion<1K0 likes17 downloads2y agoHugging Face11AgamP /sarcasm-detectiontext10K<n<100K0 likes13 downloads2y agoHugging Face12patrickjamesmarcellana /synthetic-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.texttext-classification1K<n<10K0 likes12 downloads1y agoHugging Face13siddhant4583agarwal /sarcasm-detection-datasettext1K<n<10K0 likes11 downloads2y agoHugging Face14DynamicSuperbPrivate /SarcasmDetection_Mustard_TTSaudion<1K0 likes9 downloads2y agoHugging Face15jokerdd0727 /Sarcasm_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.text10K<n<100K0 likes5 downloads1y agoHugging Face16supergoose /flan_combined_task1489_sarcasmdetection_tweet_classificationtextn<1K0 likes4 downloads2y agoHugging Face17Carol99 /multimodal_sarcasm_detection1 likes3 downloads4y agoHugging Face18VinothKumar1212 /sarcasm-detection-dataset0 likes2 downloads1y agoHugging Face19zh1120 /SarcasmDetection_Mustardaudion<1K0 likes1 downloads7mo agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.