CLNov 23, 2019

A Transformer-based approach to Irony and Sarcasm detection

arXiv:1911.10401v2257 citations
Originality Incremental advance
AI Analysis

This work addresses the unresolved issue of figurative language detection in NLP, which is crucial for improving sentiment analysis in social media, but it is incremental as it extends previous work with a hybrid approach.

The authors tackled the problem of identifying figurative language forms like irony and sarcasm in short texts using a hybrid neural architecture combining a transformer-based network with a recurrent convolutional neural network, achieving state-of-the-art performance across four benchmark datasets and outperforming other methods by a large margin.

Figurative Language (FL) seems ubiquitous in all social-media discussion forums and chats, posing extra challenges to sentiment analysis endeavors. Identification of FL schemas in short texts remains largely an unresolved issue in the broader field of Natural Language Processing (NLP), mainly due to their contradictory and metaphorical meaning content. The main FL expression forms are sarcasm, irony and metaphor. In the present paper we employ advanced Deep Learning (DL) methodologies to tackle the problem of identifying the aforementioned FL forms. Significantly extending our previous work [71], we propose a neural network methodology that builds on a recently proposed pre-trained transformer-based network architecture which, is further enhanced with the employment and devise of a recurrent convolutional neural network (RCNN). With this set-up, data preprocessing is kept in minimum. The performance of the devised hybrid neural architecture is tested on four benchmark datasets, and contrasted with other relevant state of the art methodologies and systems. Results demonstrate that the proposed methodology achieves state of the art performance under all benchmark datasets, outperforming, even by a large margin, all other methodologies and published studies.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes