paper-with-me

Papers

Sarcasm Detection in Twitter -- Performance Impact while using Data Augmentation: Word Embeddings

2021-08-23 · Alif Tri Handoyo, Hidayaturrahman, Derwin Suhartono

Sarcasm is the use of words usually used to either mock or annoy someone, or for humorous purposes. Sarcasm is largely used in social networks and microblogging websites, where people mock or censure in a way that makes it difficult even for humans to tell if what is said is what is meant. Failure to identify sarcastic utterances in Natural Language Processing applications such as sentiment analysis and opinion mining will confuse classification algorithms and generate false results. Several studies on sarcasm detection have utilized different learning algorithms. However, most of these learning models have always focused on the contents of expression only, leaving the contextual information in isolation. As a result, they failed to capture the contextual information in the sarcastic expression. Moreover, some datasets used in several studies have an unbalanced dataset which impacting the model result. In this paper, we propose a contextual model for sarcasm identification in twitter using RoBERTa, and augmenting the dataset by applying Global Vector representation (GloVe) for the construction of word embedding and context learning to generate more data and balancing the dataset. The effectiveness of this technique is tested with various datasets and data augmentation settings. In particular, we achieve performance gain by 3.2% in the iSarcasm dataset when using data augmentation to increase 20% of data labeled as sarcastic, resulting F-score of 40.4% compared to 37.2% without data augmentation.

📄 PDF Abstract BibTeX arXiv:2108.09924

Code (1)

zeroix15/Twitter_Sarcasm_Detections 공식 구현

Tasks

Data AugmentationOpinion MiningSarcasm DetectionSentiment AnalysisWord Embeddings

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
WordPiece 설명 없음
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…
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…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Exploring Author Context for Detecting Intended vs Perceived Sarcasm

2019-10-25 · ACL 2019 7 · Silviu Oprea, Walid Magdy

We investigate the impact of using author context on textual sarcasm detection. We define author context as the embedded representation of their historical posts on Twitter and suggest neural models that extract these re…

Sarcasm DetectionTAG

Multi-Modal Sarcasm Detection in Twitter with Hierarchical Fusion Model

2019-07-01 · ACL 2019 7 · Yitao Cai, Huiyu Cai, Xiaojun Wan

Sarcasm is a subtle form of language in which people express the opposite of what is implied. Previous works of sarcasm detection focused on texts. However, more and more social media platforms like Twitter allow users t…

AttributeSarcasm Detection

A Transformer Approach to Contextual Sarcasm Detection in Twitter

2020-07-01 · WS 2020 7 · Hunter Gregory, Steven Li, Pouya Mohammadi, Natalie Tarn 외

Understanding tone in Twitter posts will be increasingly important as more and more communication moves online. One of the most difficult, yet important tones to detect is sarcasm. In the past, LSTM and transformer archi…

Sarcasm Detection

A Survey on Automated Sarcasm Detection on Twitter

2022-02-05 · Bleau Moores, Vijay Mago

Automatic sarcasm detection is a growing field in computer science. Short text messages are increasingly used for communication, especially over social media platforms such as Twitter. Due to insufficient or missing cont…

Sarcasm DetectionSurvey

Sarcasm Identification and Detection in Conversion Context using BERT

2020-07-01 · WS 2020 7 · Kalaivani A., Thenmozhi D.

Sarcasm analysis in user conversion text is automatic detection of any irony, insult, hurting, painful, caustic, humour, vulgarity that degrades an individual. It is helpful in the field of sentimental analysis and cyber…

Sarcasm Detection