datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
ar_sarcasm
Dataset Card for ArSarcasm
Dataset Summary
ArSarcasm is a new Arabic sarcasm detection dataset.
The dataset was created using previously available Arabic sentiment analysis
datasets (SemEval 2017
and ASTD) and adds sarcasm and
dialect labels to them.
The dataset contains 10,547 tweets, 1,682 (16%) of which are sarcastic.
For more details, please check the paper
From Arabic Sentiment Analysis to Sarcasm Detection: The ArSarcasm Dataset
Supported Tasks and… See the full description on the dataset page: https://huggingface.co/datasets/iabufarha/ar_sarcasm.Sarcasm_News_HeadlinePast studies in Sarcasm Detection mostly make use of Twitter datasets collected using hashtag based supervision but such datasets are noisy in terms of labels and language. Furthermore, many tweets are replies to other tweets and detecting sarcasm in these requires the availability of contextual tweets.
To overcome the limitations related to noise in Twitter datasets, this Headlines dataset for Sarcasm Detection is collected from two news website. TheOnion aims at producing sarcastic versions… See the full description on the dataset page: https://huggingface.co/datasets/raquiba/Sarcasm_News_Headline.sarcasm-on-redditCopied from: Sarcasm on Reddit. https://www.kaggle.com/datasets/danofer/sarcasm
Which in turn came from:
@unpublished{SARC,
authors={Mikhail Khodak and Nikunj Saunshi and Kiran Vodrahalli},
title={A Large Self-Annotated Corpus for Sarcasm},
url={https://arxiv.org/abs/1704.05579},
year=2017
}
license: mit
language:
- en
kor_sarcasm
Dataset Card for Korean Sarcasm Detection
Dataset Summary
The Korean Sarcasm Dataset was created to detect sarcasm in text, which can significantly alter the original meaning of a sentence. 9319 tweets were collected from Twitter and labeled for sarcasm or not_sarcasm. These tweets were gathered by querying for: 역설, 아무말, 운수좋은날, 笑, 뭐래 아닙니다, 그럴리없다, 어그로, irony sarcastic, and sarcasm. The dataset was pre-processed by removing the keyword hashtag, urls and mentions of the user… See the full description on the dataset page: https://huggingface.co/datasets/SpellOnYou/kor_sarcasm.SARC_Sarcasm
SARC_Sarcasm
Dataset Summary
A large corpus for sarcasm research and for training and evaluating systems for sarcasm detection is presented. The corpus comprises 1.3 million sarcastic statements, a quantity that is tenfold more substantial than any preceding dataset, and includes many more instances of non-sarcastic statements. This allows for learning in both balanced and unbalanced label regimes. Each statement is self-annotated; that is to say, sarcasm is labeled by… See the full description on the dataset page: https://huggingface.co/datasets/CreativeLang/SARC_Sarcasm.conversational-sarcasm-benchmark
Conversational Sarcasm Benchmark — Audio-Grounded, Metadata-Only
A benchmark of 1,168 conversational sarcasm units drawn from 64 English-language
YouTube videos (predominantly stand-up comedy and comedic conversation). Every unit
pairs a short target utterance with the preceding context that makes its
figurative reading available, and carries a categorical label plus a free-text rationale.
This repository contains no audio. It ships annotations, transcriptions, and the
source… See the full description on the dataset page: https://huggingface.co/datasets/darksyntax0/conversational-sarcasm-benchmark.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_sftreddit-sarcasmTelugu-SarcasmDo cite the below references for using the dataset:
@article{marreddy2022resource, title={Am I a Resource-Poor Language? Data Sets, Embeddings, Models and Analysis for four different NLP tasks in Telugu Language},
author={Marreddy, Mounika and Oota, Subba Reddy and Vakada, Lakshmi Sireesha and Chinni, Venkata Charan and Mamidi, Radhika},
journal={Transactions on Asian and Low-Resource Language Information Processing}, publisher={ACM New York, NY} }
@article{marreddy2022multi… See the full description on the dataset page: https://huggingface.co/datasets/mounikaiiith/Telugu-Sarcasm.friends_chandler_bing_sarcasmsarcasm
Dataset Card for Dataset Name
Dataset Summary
This dataset card aims to be a base template for new datasets. It has been generated using this raw template.
Supported Tasks and Leaderboards
[More Information Needed]
Languages
[More Information Needed]
Dataset Structure
Data Instances
[More Information Needed]
Data Fields
[More Information Needed]
Data Splits
[More Information Needed]
Dataset Creation… See the full description on the dataset page: https://huggingface.co/datasets/daniel2588/sarcasm.Multi-Sarcasm
Multi-Sarcasm Dataset
Multi-Sarcasm is a curated conversational dataset containing 23,715 parent–reply pairs, combining Reddit and chatbot dialogues. Each instance includes a comment (comment), its parent comment (parent_comment), a binary label (label) for sarcasm, and a graded sarcasm level (sarcasm_level).
The dataset was re-annotated using a hybrid LLM-assisted pre-annotation followed by systematic human validation, ensuring consistency, diversity, and reliability.… See the full description on the dataset page: https://huggingface.co/datasets/Dalilame/Multi-Sarcasm.tweet_sarcasmsarcasm_headlines_multilingual
Dataset Card for Multilingual Sarcasm Detection
Dataset Summary
Dataset consists of news article headlines in Dutch, English and Italian. The news article headlines are both from actual news sources and sarcastic/satirical newspapers. The news article is determined sarcastic/non-sarcastic based on the news article source.
The sources of news articles are:
The Huffington Post (en, non-sarcastic)
The Onion (en, sarcastic)
NOS (nl, non-sarcastic)
De Speld (nl, sarcastic)
Il… See the full description on the dataset page: https://huggingface.co/datasets/helinivan/sarcasm_headlines_multilingual.embed_sarcasm_seed500_v2tweet_sarcasmSarcasm-dataset
Sarcasm Dataset
This dataset contains sarcastic sentence along with their binary label
Dataset Desciption:
Number of Rows: 5,000
Number of Columns: 2
Column Names: 'Tweet', 'Slang (yes/no)'
Description: The dataset contains tweets annotated for the use of slang. It includes a binary label ('yes' or 'no') indicating the presence of slang in each tweet.
SARCASM_VS_NON_SARCASMmuse-sarcasm-explanation
MuSe: Multimodal Sarcasm Explanation (Reformatted)
This repository provides a Hugging Face-compatible version of the MuSe (MORE) dataset.
Modifications in this version
To make the dataset easier to use with the datasets library, the following changes were made:
Unified Schema: Merged separate OCR and Non-OCR files into a single test split.
Metadata Flags: Added an is_ocr (boolean) column to distinguish between image types.
Image Integration: Converted image paths into a… See the full description on the dataset page: https://huggingface.co/datasets/alita9/muse-sarcasm-explanation.sarcasm-2.0-redditembed_sarcasm_seed500Sarcasm-dataset
Sarcasm Dataset
This dataset contains sarcastic sentence along with their binary label
Dataset Desciption:
Number of Rows: 5,000
Number of Columns: 2
Column Names: 'Tweet', 'Slang (yes/no)'
Description: The dataset contains tweets annotated for the use of slang. It includes a binary label ('yes' or 'no') indicating the presence of slang in each tweet.
SarcasmDetection_Mustard
Dataset Card for "sarcasm_detection_mustard"
More Information needed
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.news-headlines-dataset-sarcasm-detectionauthentic-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.figlang2020-sarcasmsarcasm-indo-crawl-9k
Dataset Card for sarcasm-indo-crawl-9k
This dataset has been created with Argilla. As shown in the sections below, this dataset can be loaded into your Argilla server as explained in Load with Argilla, or used directly with the datasets library in Load with datasets.
Using this dataset with Argilla
To load with Argilla, you'll just need to install Argilla as pip install argilla --upgrade and then use the following code:
import argilla as rg
ds =… See the full description on the dataset page: https://huggingface.co/datasets/adealvii/sarcasm-indo-crawl-9k.kor_sarcasm
