paper-with-me

Papers

Generalizable Sarcasm Detection Is Just Around The Corner, Of Course!

2024-04-09 · Hyewon Jang, Diego Frassinelli

We tested the robustness of sarcasm detection models by examining their behavior when fine-tuned on four sarcasm datasets containing varying characteristics of sarcasm: label source (authors vs. third-party), domain (social media/online vs. offline conversations/dialogues), style (aggressive vs. humorous mocking). We tested their prediction performance on the same dataset (intra-dataset) and across different datasets (cross-dataset). For intra-dataset predictions, models consistently performed better when fine-tuned with third-party labels rather than with author labels. For cross-dataset predictions, most models failed to generalize well to the other datasets, implying that one type of dataset cannot represent all sorts of sarcasm with different styles and domains. Compared to the existing datasets, models fine-tuned on the new dataset we release in this work showed the highest generalizability to other datasets. With a manual inspection of the datasets and post-hoc analysis, we attributed the difficulty in generalization to the fact that sarcasm actually comes in different domains and styles. We argue that future sarcasm research should take the broad scope of sarcasm into account.

📄 PDF Abstract BibTeX arXiv:2404.06357

Code (1)

copsyn/csc 공식 구현

Tasks

Sarcasm Detection

Similar Papers 제목 키워드 기반

Magnets for Sarcasm: Making Sarcasm Detection Timely, Contextual and Very Personal

2017-09-01 · EMNLP 2017 9 · Aniruddha Ghosh, Tony Veale

Sarcasm is a pervasive phenomenon in social media, permitting the concise communication of meaning, affect and attitude. Concision requires wit to produce and wit to understand, which demands from each party knowledge of…

Sarcasm Detection

sarcasm detection and quantification in arabic tweets

2021-08-03 · Bashar Talafha, Muhy Eddin Za'ter, Samer Suleiman, Mahmoud Al-Ayyoub 외

The role of predicting sarcasm in the text is known as automatic sarcasm detection. Given the prevalence and challenges of sarcasm in sentiment-bearing text, this is a critical phase in most sentiment analysis tasks. Wit…

Binary ClassificationSarcasm DetectionSentiment Analysis

Are Word Embedding-based Features Useful for Sarcasm Detection?

2016-10-04 · EMNLP 2016 11 · Aditya Joshi, Vaibhav Tripathi, Kevin Patel, Pushpak Bhattacharyya 외

This paper makes a simple increment to state-of-the-art in sarcasm detection research. Existing approaches are unable to capture subtle forms of context incongruity which lies at the heart of sarcasm. We explore if prior…

Sarcasm DetectionSemantic SimilaritySemantic Textual SimilarityWord Embeddings

`Who would have thought of that!': A Hierarchical Topic Model for Extraction of Sarcasm-prevalent Topics and Sarcasm Detection

2016-11-14 · WS 2016 12 · Aditya Joshi, Prayas Jain, Pushpak Bhattacharyya, Mark Carman

Topic Models have been reported to be beneficial for aspect-based sentiment analysis. This paper reports a simple topic model for sarcasm detection, a first, to the best of our knowledge. Designed on the basis of the int…

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Sarcasm DetectionSentiment Analysis+1

Sarcasm Detection on Reddit Using Classical Machine Learning and Feature Engineering

2025-12-04 · Subrata Karmaker arxiv

Sarcasm is common in online discussions, yet difficult for machines to identify because the intended meaning often contradicts the literal wording. In this work, I study sarcasm detection using only classical machine lea…

Feature EngineeringSarcasm Detection