paper-with-me

Papers

Finetuning for Sarcasm Detection with a Pruned Dataset

2022-12-23 · Ishita Goyal, Priyank Bhandia, Sanjana Dulam

Sarcasm is a form of irony that involves saying or writing something that is opposite or opposite to what one really means, often in a humorous or mocking way. It is often used to mock or mock someone or something, or to be humorous or amusing. Sarcasm is usually conveyed through tone of voice, facial expressions, or other forms of nonverbal communication, but it can also be indicated by the use of certain words or phrases that are typically associated with irony or humor. Sarcasm detection is difficult because it relies on context and non-verbal cues. It can also be culturally specific, subjective and ambiguous. In this work, we fine-tune the RoBERTa based sarcasm detection model presented in Abaskohi et al. [2022] to get to within 0.02 F1 of the state-of-the-art (Hercog et al. [2022]) on the iSarcasm dataset (Oprea and Magdy [2019]). This performance is achieved by augmenting iSarcasm with a pruned version of the Self Annotated Reddit Corpus (SARC) (Khodak et al. [2017]). Our pruned version is 100 times smaller than the subset of SARC used to train the state-of-the-art model.

📄 PDF Abstract BibTeX arXiv:2212.12213

Code (1)

priyank96/dataset-pruning-sarcasm-detection 공식 구현 pytorch

Tasks

Sarcasm Detection

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Weight Decay 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
WordPiece 설명 없음

Similar Papers 제목 키워드 기반

R2D2 at SemEval-2022 Task 6: Are language models sarcastic enough? Finetuning pre-trained language models to identify sarcasm

2022-07-01 · SemEval (NAACL) 2022 7 · Mayukh Sharma, Ilanthenral Kandasamy, Vasantha W B

This paper describes our system used for SemEval 2022 Task 6: iSarcasmEval: Intended Sarcasm Detection in English and Arabic. We participated in all subtasks based on only English datasets. Pre-trained Language Models (P…

Sarcasm Detection

Evaluating Open-Source Vision-Language Models for Multimodal Sarcasm Detection

2025-10-13 · Saroj Basnet, Shafkat Farabi, Tharindu Ranasinghe, Diptesh Kanoji 외 arxiv

Recent advances in open-source vision-language models (VLMs) offer new opportunities for understanding complex and subjective multimodal phenomena such as sarcasm. In this work, we evaluate seven state-of-the-art VLMs - …

Sarcasm Detection

SarcasmMiner: A Dual-Track Post-Training Framework for Robust Audio-Visual Sarcasm Reasoning

2026-03-05 · Zhu Li, Yongjian Chen, Huiyuan Lai, Xiyuan Gao 외 arxiv

Multimodal sarcasm detection requires resolving pragmatic incongruity across textual, acoustic, and visual cues through cross-modal reasoning. To enable robust sarcasm reasoning with foundation models, we propose Sarcasm…

Reinforcement LearningMultimodal ReasoningSarcasm Detection

PALI-NLP at SemEval-2022 Task 6: iSarcasmEval- Fine-tuning the Pre-trained Model for Detecting Intended Sarcasm

2022-07-01 · SemEval (NAACL) 2022 7 · Xiyang Du, Dou Hu, Jin Zhi, Lianxin Jiang 외

This paper describes the method we utilized in the SemEval-2022 Task 6 iSarcasmEval: Intended Sarcasm Detection In English and Arabic. Our system has achieved 1st in SubtaskB, which is to identify the categories of inten…

Sarcasm Detection

Sarcasm Detection as a Catalyst: Improving Stance Detection with Cross-Target Capabilities

2025-03-05 · Gibson Nkhata Shi Yin Hong, Susan Gauch

Stance Detection (SD) has become a critical area of interest due to its applications in various contexts leading to increased research within NLP. Yet the subtlety and complexity of texts sourced from online platforms of…

Sarcasm DetectionStance DetectionTransfer Learning