paper-with-me

Papers

Token-free Models for Sarcasm Detection

2025-05-02 · Sumit Mamtani, Maitreya Sonawane, Kanika Agarwal, Nishanth Sanjeev

Tokenization is a foundational step in most natural language processing (NLP) pipelines, yet it introduces challenges such as vocabulary mismatch and out-of-vocabulary issues. Recent work has shown that models operating directly on raw text at the byte or character level can mitigate these limitations. In this paper, we evaluate two token-free models, ByT5 and CANINE, on the task of sarcasm detection in both social media (Twitter) and non-social media (news headlines) domains. We fine-tune and benchmark these models against token-based baselines and state-of-the-art approaches. Our results show that ByT5-small and CANINE outperform token-based counterparts and achieve new state-of-the-art performance, improving accuracy by 0.77% and 0.49% on the News Headlines and Twitter Sarcasm datasets, respectively. These findings underscore the potential of token-free models for robust NLP in noisy and informal domains such as social media.

📄 PDF Abstract BibTeX arXiv:2505.01006

Code (0)

등록된 구현이 없습니다.

Tasks

Sarcasm Detection

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
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…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Position-Wise Feed-Forward Layer 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

Who cares about Sarcastic Tweets? Investigating the Impact of Sarcasm on Sentiment Analysis.

2014-05-01 · LREC 2014 5 · Diana Maynard, Mark Greenwood

Sarcasm is a common phenomenon in social media, and is inherently difficult to analyse, not just automatically but often for humans too. It has an important effect on sentiment, but is usually ignored in social media ana…

Opinion MiningSarcasm DetectionSentiment Analysis

Dual-level Adaptive Incongruity-enhanced Model for Multimodal Sarcasm Detection

2025-01-07 · Neurocomputing 2025 1 · Qiaofeng Wu, Wenlong Fang, Weiyu Zhong, Fenghuan Li 외

Multimodal sarcasm detection leverages multimodal information, such as image, text, etc. to identify special instances whose superficial emotional expression is contrary to the actual emotion. Existing methods primarily …

Contrastive LearningSarcasm Detection

Combining Context-Free and Contextualized Representations for Arabic Sarcasm Detection and Sentiment Identification

2021-03-09 · EACL (WANLP) 2021 4 · Amey Hengle, Atharva Kshirsagar, Shaily Desai, Manisha Marathe

Since their inception, transformer-based language models have led to impressive performance gains across multiple natural language processing tasks. For Arabic, the current state-of-the-art results on most datasets are a…

Language ModelingLanguage ModellingSarcasm DetectionSentence

Sarcasm Detection using Context Separators in Online Discourse

2020-06-01 · WS 2020 7 · Kartikey Pant, Tanvi Dadu

Sarcasm is an intricate form of speech, where meaning is conveyed implicitly. Being a convoluted form of expression, detecting sarcasm is an assiduous problem. The difficulty in recognition of sarcasm has many pitfalls, …

Sarcasm Detection

A Corpus of English-Hindi Code-Mixed Tweets for Sarcasm Detection

2018-05-30 · Sahil Swami, Ankush Khandelwal, Vinay Singh, Syed Sarfaraz Akhtar 외

Social media platforms like twitter and facebook have be- come two of the largest mediums used by people to express their views to- wards different topics. Generation of such large user data has made NLP tasks like senti…

Opinion MiningSarcasm DetectionSentiment AnalysisTAG