Ironic Gestures and Tones in Twitter

Size: px
Start display at page:

Download "Ironic Gestures and Tones in Twitter"

Transcription

1 Ironic Gestures and Tones in Twitter Simona Frenda Computer Science Department - University of Turin, Italy GruppoMeta - Pisa, Italy simona.frenda@gmail.com Abstract English. Automatic irony detection is a young field of research related to Sentiment Analysis. When dealing with social media data, the shortness of text and the extraction of the statement from his context usually makes it hard to understand irony even for humans but especially for machines. In this paper we propose an analysis of the role that textual information plays in the perception and construction of irony in short texts like tweets. We will focus on the impact of conventional expedients of digital writing, which seem to represent a substitution of typical gestures and tones of oral communication, in figurative interpretation of messages in Italian language. Elaborated computational model has been exploited in the development of an irony detection system, which has been evaluated in the Sentipolc s shared task at EVALITA Italiano. Il riconoscimento automatico dell ironia è un ambito di ricerca giovane, rilevante per la Sentiment Analisys. Quando si tratta di social media data, la brevità del testo e la sua estrazione dal contesto rendono difficile la comprensione dell ironia anche per l uomo e in particolare per le macchine. In questo lavoro, si propone un analisi sul ruolo che l informazione testuale gioca nella percezione e realizzazione dell ironia nei tweet. Ci si focalizzerà sull impatto di elementi convenzionali della scrittura digitale, che sembrano rappresentare una sostituzione dei tipici gesti e toni della comunicazione orale, nell interpretazione figurativa dei messaggi in italiano. Il modello computazionale elaborato è stato usato in un sistema di irony detection, valutato a Sentipolc, Evalita Introduction The growing scientific interest on natural language understanding has been supported in the last decade by a great amount of user-generated texts available on the Web. People usually use social media platforms, such as Facebook and Twitter, to express their opinions on different topics, which can be exploited, for example, by companies for marketing researches. This is one of the motivations which prompted actual research in this direction on automatic analysis of short-texts. Social micro-texts are great examples of rhetorical production due to their shortness, which supports the creativity of linguistic expressions (Ghosh et al., 2015). In fact 140 characters of tweets encourage users to use some creative devices in order to communicate briefly their opinions or their feelings about events, products, services or other individuals. Among creative devices, irony and sarcasm hinder correct sentiment analysis of texts and, therefore, correct opinion mining. Indeed, irony is a figurative language device used to convey the opposite of literal meaning: contrarium quod dicitur intelligendum est (Quintiliano, Institutio Oratoria, 9, 22-44). In order to express an ironic utterance in short text, users prefer to use conventional expedients in digital writing or particular linguistic constructs which seem to represent a substitution of typical gestures and tones of oral communication. These reveal themselves as good clues for Irony Detection as demonstrated by results obtained with our system participating in SENTIPOLC s at EVALITA 2016 (Frenda, 2016), where we ranked third on twelve participants. In this paper we present linguistic analysis on ironic tweets extracted from corpora used in SENTIPOLC and computational model elabo-

2 rated in Master s thesis upon which our rule-based system is based. 2 Related Work Automatically understanding texts that are susceptible to different interpretations from their literal meaning is a hard task that presents challenging aspects even for humans. Nevertheless, automatic irony detection is becoming one of the biggest challenges of Natural Language Processing (NLP), especially to correctly determine the polarity of texts. Indeed, in the last years several studies arose with the aim of detecting irony and sarcasm by extricating their multiple aspects and exploiting various computational models in different languages: as regards English the research by Utsumi (1996) was one of the first approaches; Veale and Hao (2009) focused on figurative comparisons ( as X as Y ); Reyes et al. (2013) exploited features ranging from textual to stylistic dimensions, and Barbieri and Saggion (2014) considered lexical and semantic features of the words in tweets. Relative to French, Karoui et al. (2015) focused on the presence of negation markers and the implicit and explicit opposition in ironic tweets. Finally, multilingual perspective is proposed by Karoui et al. (2017), which examine the impact of pragmatic phenomena in the interpretation of irony in English, French and Italian tweets. The main work inspiring our researches here is Carvalho et al. (2009) which distinguished eight oral and gestural clues for irony detection in Portuguese online newspaper comments. Their attention focused in particular on positive comments: positive sentences are more subjected to irony and it is more difficult to recognize their true polarity. Many of these clues have been used in our analysis on ironic Italian tweets to observe how these textual features are distributed in negative and positive sentences to bring out possible incongruities between literal and real meaning. 3 Methodology The irony detection task is a very recent challenge in NLP community and in 2014 and 2016 EVALITA, an evaluation campaign of NLP and speech tools for Italian, proposed a battery of tasks related to Sentiment Analysis in tweets, including Irony detection. The task of automatic irony detection is treated as a problem of classification of texts in ironic and non ironic ones, and the main approaches used by previous works are based on the development of supervised machine-learning or rule-based systems. We developed a rule-based system, implemented in Perl, which, analysing a corpus of Italian tweets, identifies possible ironic clues and distinguishes ironic and non ironic texts. This system is based on computational model that is the result of linguistic research carried out during Master s thesis redaction. The scope of this analysis is to understand the impact of conventional elements of web writing and syntactic constructions on automatic process of recognition of ironic short-texts. We tested our computational model with good results participating in SENTIPOLC s task at EVALITA in Corpora of tweets Tweet corpora used in our works have been provided by organizers of SENTIPOLC task in EVALITA 2014 and 2016: SENTIPOLC 2014 corpus includes 4513 tweets in the training set and 1935 in the test set, and SENTIPOLC 2016 includes 7410 in the training set and 2000 in the test set. The former has been used for linguistic analysis in Master s thesis and the latter to participate at evaluation campaign. These corpora have been annotated manually and according to a multi-layered annotation scheme where tweets are labelled according to different dimensions: subjectivity, overall and literal polarity (positive/neutral/negative/mixed), irony. These corpora contain a collection of both political and generic tweets, and also a collection of socio-political tweets (concerning topic la buona scuola). 3.2 Resources and Data Processing Considering various textual elements of digital writing which make up tweets, that are essential to linguistic analysis of this kind of text, we developed a lexicon of interjections 1 annotated according polarity, a list of emoticons extracted from Wikipedia and annotated as EMOPOS ( =), :D ), EMONEG (as :(, : ( ) and EMOIRO ( ˆL ˆ, :P ), and a list of ironic hashtags extracted from ironic tweets in corpora analysed 2. In order to clean up the texts and avoid hampering syntactic analysis and ironic clues retrieval we replaced emoticons with appropriated labels 1 Extracted from Morph-it! (Zanchetta and Baroni, 2005) and Treccani ( 2 For more details about resources see (Frenda, 2016).

3 and removed characters of url from text. Cleaned texts have been processed by TreeTagger (Schmid, 1994) for obtaining POS-tagged and lemmatized corpora, using Italian tagset by Baroni. 4 Irony Detection Model People in social network use a new kind of language between speech and writing: oral elements are included in writing by means of graphic characters, punctuation and so on. Users express their emotions and opinions with informal language especially in the social network, using interjections or expressing tones with exclamatory expressions. Considering the shortness of text users tend to use conventional marks, like hashtags, to provide additional information (context, emotion, and so on). In our work we exploit these textual patterns, many of whom are extracted from Carvalho et al. (2009) and adapted to Italian language. Indeed, their results demonstrated that more productive patterns in ironic texts are the ones related to orality and gestures. We considered also regional expressions and other forms of exclamation specifically of Italian language. In Italian texts, like in Portuguese, these linguistic elements, which seem to reproduce oral communication, are the most productive as demonstrated in Figure 1 and 2. In these figures we can observe the impact of our computational model in corpora analysed. Figure 2: Ironic clues in SENTIPOLC 2016 corpus (in percentage) in SENTIPOLC 2014 and 865 ironic tweets on 7410 in SENTIPOLC 2016) that hinder the possible generalization of model. Below, we summarily describe linguistic features considered in our model and their frequencies in positive and negative sentences (Figure 3 and 4), observing specifically in texts how user express ironic utterance: Verb morphology: the use of pronoun tu and, in a pro-drop language like Italian, morphological inflection of the verb essere for second singular person allows to express a certain proximity also artificial or false if interlocutor is a well-known person. Disjunctive conjunctions (o, oppure) sometimes introduce strange combinations that surprise the readers and encourages an ironic interpretation. Figure 1: Ironic clues in SENTIPOLC 2014 corpus (in percentage) Although in ironic tweets most of the frequencies of these patterns are promising for irony recognition task, these corpora contain an imbalanced data distribution (564 ironic tweets on 4513 Positive interjections and exclamatory expressions, like expressions with an emphasised use of pronoun or adjective che (like Che sorpresa!, Che bella giornata!), represent a simple way for users to communicate emotions, feelings, mental states or reactions to specific situations, reversing also the literal meaning of statement. Regional expressions, like exclamatory expressions and interjections, are a way for users to express immediately and informally their moods or opinions, especially in ironic

4 perspective. In corpora analysed, it is prevalent the use of expressions of dialect from central Italy, such as: annamo bene, ce vuole or ce sta. Onomatopoeic expressions for laughter are used by users like markers to suggest an ironic interpretation of text. Ironic emoticons: emoticons allow to express briefly the user s moods (happiness, sad, laughter, ect) or to communicate to the reader ironic or humorous intention, for instance, with wink ( ;) ). Heavy punctuation is used to set a tone in writing, in particular in short texts, where the verbal components are essential to express concisely the feelings. Quotation marks, also imitated in gestures of speaking, are used to quote what has been said by others or to emphasize the content suggesting a possible additional interpretation of text. Ironic hashtags: the hashtag complies with necessity of simplification and containment (Chiusaroli, 2014) and plays a special role since it is employed by Twitter s users as digital extralinguistic equivalent of non-verbal expressions (Liebrecht et al., 2013), sometimes affecting also the sentiment of tweets (Maynard and Greenwood, 2014). Figure 3: Distribution in positive and negative sentences in SENTIPOLC 2014 corpus (in percentage) Figure 4: Distribution in positive and negative sentences in SENTIPOLC 2016 corpus (in percentage) 5 Discussion and Conclusions Although limited amount of Italian ironic examples, this analysis and the results of developed computational system (Frenda, 2016) show that people tend to use textual and conventional expedients of oral communication to express irony in informal context as social networks. We can observe this in Figure 1 and 2, where some linguistic constructions expressing tone and accent of userspeaker, like regional expressions and heavy punctuation, are used mainly in ironic tweets. With respect to ironic hashtags we can observe that same hashtags are mentioned in different ironic tweets in both corpora, revealing their important role of established conventional elements in communication in social networks. Finally, in Figure 3 and 4 we can observe that there are cases of incongruity between literal and real meaning, for example there are sentences with negative polarity that contain positive interjections or exclamatory constructions used, indeed, in ironic manner. It is interesting to underline that most of ironic tweets are negative in both corpora: 493 negative ironic tweets on 564 ironic tweets in SENTIPOLC 2014 corpus and 742 on 865 in SENTIPOLC 2016 corpus. In this scenario where automatic irony detection is still challenging for Italian, pragmatic analysis of ironic texts allows to take a closer look at how people use the language and his expedients to express irony.

5 References Francesco Barbieri and Horacio Saggion Modelling Irony in Twitter, Features Analysis and Evaluation. Language Resources and Evaluation conference, LREC. Reykjavik, Iceland. Francesco Barbieri, Valerio Basile, Danilo Croce, Malvina Nissim, Nicole Novielli and Viviana Patti Overview of the EVALITA 2016 SENTIment POLarity Classification Task. Proceedings of the 5th Evaluation Campaign of Natural Language Processing and Speech Tools for Italian (EVALITA 2016). Academia University Press. Marco Baroni, Silvia Bernardini, Federica Comastri, Lorenzo Piccioni, Alessandra Volpi, Guy Aston, Marco Mazzoleni Introducing the la Repubblica corpus: A large, annotated, TEI(XML)- compliant corpus of newspaper Italian. Proceedings of LREC Lisbon: ELDA Konstantin Buschmeier, Philipp Cimiano, and Roman Klinger An impact analysis of features in a classification approach to irony detection in product reviews. Proceedings of the 5th Workshop on Computational Approaches to Subjectivity, Sentiment and Social Media Analysis. Baltimore, Maryland, USA Paula Carvalho, Luís Sarmento, Mário J. Silva and Eugénio De Oliveira Clues for detecting irony in user-generated contents: Oh...!! it s so easy ;-). Proceedings of the 1st international CIKM workshop on Topic-sentiment analysis for mass opinion.. ACM Francesca Chiusaroli Sintassi e semantica dell hashtag: studio preliminare di una forma di Scritture Brevi. Proceedings of the Fourth International Workshop EVALITA Pisa University Press. Dmitry Davidov, Oren Tsur, and Ari Rappoport Semi-supervised recognition of sarcastic sentences in twitter and amazon. Proceedings of the Fourteenth Conference on Computational Natural Language Learning. CoNLL 10. Stroudsburg, PA, USA. Association for Computational Linguistics Pierluigi Di Gennaro, Arianna Rossi and Fabio Tamburini The FICLIT+CS@UniBO System at the EVALITA 2014 Sentiment Polarity Classification Task. Proceedings of the Fourth International Workshop EVALITA Pisa University Press. Simona Frenda Computational rule based model for Irony Detection in Italian Tweets. Proceedings of the 5th Evaluation Campaign of Natural Language Processing and Speech Tools for Italian (EVALITA 2016). Academia University Press. Aniruddha Ghosh, Guofu Li, Tony Veale, Paolo Rosso, Ekaterina Shutova, Antonio Reyes, John Barnden SemEval-2015 Task 11:Sentiment Analysis of Figurative Language in Twitter in Proceedings of the 9th International Workshop on Semantic Evaluation (SemEval 2015). pages , Denver, Colorado, June 4-5, Roberto González-Ibáñez, Smaranda Muresan and Nina Wacholder Identifying Sarcasm in Twitter: A Closer Look. Proceedings of the 49th Annual Meeting of the Association for Computa- tional Linguistics: shortpapers. Portland, Oregon, June Jihen Karoui, Farah Benamara Zitoune, Veronique Moriceau, Nathalie Aussenac-Gilles and Lamia Hadrich Belguith Detection automatique de l ironie dans les tweet en francais. 22eme Traitement Automatique des Langues Naturelles. Caen, Jihen Karoui, Farah Benamara, Véronique Moriceau, Viviana Patti, Cristina Bosco and Nathalie Aussenac-Gilles Exploring the Impact of Pragmatic Phenomena on Irony Detection in Tweets: A Multilingual Corpus Study Proceedings of the 15th Conference of the European Chapter of the Association for Computational Linguistics: Volume 1, Long Papers. Valencia, Spain, April Roger J. Kreuz and Gina M. Caucci Lexical Influences on the Perception of Sarcasm. Proceedings of the Workshop on Computational Approaches to Figurative Language. Rochester, NY.1 4. Christine Liebrecht, Florian Kunneman, and Antal Van den Bosch The perfect solution for detecting sarcasm in tweets #not. Proceedings of the 4th Workshop on Computational Approaches to Subjectivity, Sentiment and Social Media Analysis, Association for Computational Linguistics. pages 29 37, Atlanta, Georgia, June. Diana Maynard and Mark Greenwood Who cares about sarcastic tweets? Investigating the impact of sarcasm on sentiment analysis. Proceedings of the 9th International Conference on Language Resources and Evaluation (LREC 14) (26-31). European Language Resources Association (ELRA). Reykjavik, Iceland, Antonio Reyes, Paolo Rosso and Tony Veale A multidimensional approach for detecting irony in- Twitter. Language Resources and Evaluation. 47: Graeme Ritchie Can computers create humor? AI Magazine. Volume 30, No Helmut Schmid Probabilistic Part-of-Speech- Tagging Using Decision Trees. Proceedings of the International Conference on New Methods in Language Processing. Manchester, UK.

6 Oliviero Stock and Carlo Strapparava Laughing with HAHAcronym, a computational humor system. Proceedings of the Twenty-First National Conference on Artificial Intelligence (AAAI-06). Boston, Massachusetts. Mirko Tavosanis L italiano del web.. Carocci. Roma. Akira Utsumi A unified theory of irony and its computational formalization. Proceedings of the 16th conference on computational linguistics Association for Computational Linguistics. Morristown, NJ Tony Veale and Yanfen Hao Support structures for linguistic creativity: A computational analysis of creative irony in similes. Proceedings of CogSci 2009, the 31st annual meeting of the cognitive science society Eros Zanchetta and Marco Baroni Morph-it! A free corpus-based morphological resource for the Italian language. Proceedings of Corpus Linguistics University of Birmingham, Birmingham, UK.

Your Sentiment Precedes You: Using an author s historical tweets to predict sarcasm

Your Sentiment Precedes You: Using an author s historical tweets to predict sarcasm Your Sentiment Precedes You: Using an author s historical tweets to predict sarcasm Anupam Khattri 1 Aditya Joshi 2,3,4 Pushpak Bhattacharyya 2 Mark James Carman 3 1 IIT Kharagpur, India, 2 IIT Bombay,

More information

LT3: Sentiment Analysis of Figurative Tweets: piece of cake #NotReally

LT3: Sentiment Analysis of Figurative Tweets: piece of cake #NotReally LT3: Sentiment Analysis of Figurative Tweets: piece of cake #NotReally Cynthia Van Hee, Els Lefever and Véronique hoste LT 3, Language and Translation Technology Team Department of Translation, Interpreting

More information

An Impact Analysis of Features in a Classification Approach to Irony Detection in Product Reviews

An Impact Analysis of Features in a Classification Approach to Irony Detection in Product Reviews Universität Bielefeld June 27, 2014 An Impact Analysis of Features in a Classification Approach to Irony Detection in Product Reviews Konstantin Buschmeier, Philipp Cimiano, Roman Klinger Semantic Computing

More information

This is an author-deposited version published in : Eprints ID : 18921

This is an author-deposited version published in :   Eprints ID : 18921 Open Archive TOULOUSE Archive Ouverte (OATAO) OATAO is an open access repository that collects the work of Toulouse researchers and makes it freely available over the web where possible. This is an author-deposited

More information

Harnessing Context Incongruity for Sarcasm Detection

Harnessing Context Incongruity for Sarcasm Detection Harnessing Context Incongruity for Sarcasm Detection Aditya Joshi 1,2,3 Vinita Sharma 1 Pushpak Bhattacharyya 1 1 IIT Bombay, India, 2 Monash University, Australia 3 IITB-Monash Research Academy, India

More information

Towards a Contextual Pragmatic Model to Detect Irony in Tweets

Towards a Contextual Pragmatic Model to Detect Irony in Tweets Towards a Contextual Pragmatic Model to Detect Irony in Tweets Jihen Karoui Farah Benamara Zitoune IRIT, MIRACL IRIT, CNRS Toulouse University, Sfax University Toulouse University karoui@irit.fr benamara@irit.fr

More information

LLT-PolyU: Identifying Sentiment Intensity in Ironic Tweets

LLT-PolyU: Identifying Sentiment Intensity in Ironic Tweets LLT-PolyU: Identifying Sentiment Intensity in Ironic Tweets Hongzhi Xu, Enrico Santus, Anna Laszlo and Chu-Ren Huang The Department of Chinese and Bilingual Studies The Hong Kong Polytechnic University

More information

arxiv: v1 [cs.cl] 3 May 2018

arxiv: v1 [cs.cl] 3 May 2018 Binarizer at SemEval-2018 Task 3: Parsing dependency and deep learning for irony detection Nishant Nikhil IIT Kharagpur Kharagpur, India nishantnikhil@iitkgp.ac.in Muktabh Mayank Srivastava ParallelDots,

More information

World Journal of Engineering Research and Technology WJERT

World Journal of Engineering Research and Technology WJERT wjert, 2018, Vol. 4, Issue 4, 218-224. Review Article ISSN 2454-695X Maheswari et al. WJERT www.wjert.org SJIF Impact Factor: 5.218 SARCASM DETECTION AND SURVEYING USER AFFECTATION S. Maheswari* 1 and

More information

The final publication is available at

The final publication is available at Document downloaded from: http://hdl.handle.net/10251/64255 This paper must be cited as: Hernández Farías, I.; Benedí Ruiz, JM.; Rosso, P. (2015). Applying basic features from sentiment analysis on automatic

More information

Modelling Sarcasm in Twitter, a Novel Approach

Modelling Sarcasm in Twitter, a Novel Approach Modelling Sarcasm in Twitter, a Novel Approach Francesco Barbieri and Horacio Saggion and Francesco Ronzano Pompeu Fabra University, Barcelona, Spain .@upf.edu Abstract Automatic detection

More information

This is a repository copy of Who cares about sarcastic tweets? Investigating the impact of sarcasm on sentiment analysis.

This is a repository copy of Who cares about sarcastic tweets? Investigating the impact of sarcasm on sentiment analysis. This is a repository copy of Who cares about sarcastic tweets? Investigating the impact of sarcasm on sentiment analysis. White Rose Research Online URL for this paper: http://eprints.whiterose.ac.uk/130763/

More information

ValenTO at SemEval-2018 Task 3: Exploring the Role of Affective Content for Detecting Irony in English Tweets

ValenTO at SemEval-2018 Task 3: Exploring the Role of Affective Content for Detecting Irony in English Tweets ValenTO at SemEval-2018 Task 3: Exploring the Role of Affective Content for Detecting Irony in English Tweets Delia Irazú Hernández Farías Inst. Nacional de Astrofísica, Óptica y Electrónica (INAOE) Mexico

More information

Modelling Irony in Twitter: Feature Analysis and Evaluation

Modelling Irony in Twitter: Feature Analysis and Evaluation Modelling Irony in Twitter: Feature Analysis and Evaluation Francesco Barbieri, Horacio Saggion Pompeu Fabra University Barcelona, Spain francesco.barbieri@upf.edu, horacio.saggion@upf.edu Abstract Irony,

More information

Irony and Sarcasm: Corpus Generation and Analysis Using Crowdsourcing

Irony and Sarcasm: Corpus Generation and Analysis Using Crowdsourcing Irony and Sarcasm: Corpus Generation and Analysis Using Crowdsourcing Elena Filatova Computer and Information Science Department Fordham University filatova@cis.fordham.edu Abstract The ability to reliably

More information

Clues for Detecting Irony in User-Generated Contents: Oh...!! It s so easy ;-)

Clues for Detecting Irony in User-Generated Contents: Oh...!! It s so easy ;-) Clues for Detecting Irony in User-Generated Contents: Oh...!! It s so easy ;-) Paula Cristina Carvalho, Luís Sarmento, Mário J. Silva, Eugénio De Oliveira To cite this version: Paula Cristina Carvalho,

More information

Are Word Embedding-based Features Useful for Sarcasm Detection?

Are Word Embedding-based Features Useful for Sarcasm Detection? Are Word Embedding-based Features Useful for Sarcasm Detection? Aditya Joshi 1,2,3 Vaibhav Tripathi 1 Kevin Patel 1 Pushpak Bhattacharyya 1 Mark Carman 2 1 Indian Institute of Technology Bombay, India

More information

Detecting Sarcasm in English Text. Andrew James Pielage. Artificial Intelligence MSc 2012/2013

Detecting Sarcasm in English Text. Andrew James Pielage. Artificial Intelligence MSc 2012/2013 Detecting Sarcasm in English Text Andrew James Pielage Artificial Intelligence MSc 0/0 The candidate confirms that the work submitted is their own and the appropriate credit has been given where reference

More information

Automatic Sarcasm Detection: A Survey

Automatic Sarcasm Detection: A Survey Automatic Sarcasm Detection: A Survey Aditya Joshi 1,2,3 Pushpak Bhattacharyya 2 Mark James Carman 3 1 IITB-Monash Research Academy, India 2 IIT Bombay, India, 3 Monash University, Australia {adityaj,pb}@cse.iitb.ac.in,

More information

TWITTIRÒ: a Social Media Corpus with a Multi-layered Annotation for Irony

TWITTIRÒ: a Social Media Corpus with a Multi-layered Annotation for Irony TWITTIRÒ: a Social Media Corpus with a Multi-layered Annotation for Irony Alessandra Teresa Cignarella, Cristina Bosco and Viviana Patti Dipartimento di Informatica, Università degli studi di Torino alessandra.cignarell@edu.unito.it

More information

arxiv: v2 [cs.cl] 20 Sep 2016

arxiv: v2 [cs.cl] 20 Sep 2016 A Automatic Sarcasm Detection: A Survey ADITYA JOSHI, IITB-Monash Research Academy PUSHPAK BHATTACHARYYA, Indian Institute of Technology Bombay MARK J CARMAN, Monash University arxiv:1602.03426v2 [cs.cl]

More information

Sarcasm Detection in Text: Design Document

Sarcasm Detection in Text: Design Document CSC 59866 Senior Design Project Specification Professor Jie Wei Wednesday, November 23, 2016 Sarcasm Detection in Text: Design Document Jesse Feinman, James Kasakyan, Jeff Stolzenberg 1 Table of contents

More information

A Kernel-based Approach for Irony and Sarcasm Detection in Italian

A Kernel-based Approach for Irony and Sarcasm Detection in Italian A Kernel-based Approach for Irony and Sarcasm Detection in Italian Andrea Santilli and Danilo Croce and Roberto Basili Universitá degli Studi di Roma Tor Vergata Via del Politecnico, Rome, 0033, Italy

More information

Formalizing Irony with Doxastic Logic

Formalizing Irony with Doxastic Logic Formalizing Irony with Doxastic Logic WANG ZHONGQUAN National University of Singapore April 22, 2015 1 Introduction Verbal irony is a fundamental rhetoric device in human communication. It is often characterized

More information

Acoustic Prosodic Features In Sarcastic Utterances

Acoustic Prosodic Features In Sarcastic Utterances Acoustic Prosodic Features In Sarcastic Utterances Introduction: The main goal of this study is to determine if sarcasm can be detected through the analysis of prosodic cues or acoustic features automatically.

More information

KLUEnicorn at SemEval-2018 Task 3: A Naïve Approach to Irony Detection

KLUEnicorn at SemEval-2018 Task 3: A Naïve Approach to Irony Detection KLUEnicorn at SemEval-2018 Task 3: A Naïve Approach to Irony Detection Luise Dürlich Friedrich-Alexander Universität Erlangen-Nürnberg / Germany luise.duerlich@fau.de Abstract This paper describes the

More information

#SarcasmDetection Is Soooo General! Towards a Domain-Independent Approach for Detecting Sarcasm

#SarcasmDetection Is Soooo General! Towards a Domain-Independent Approach for Detecting Sarcasm Proceedings of the Thirtieth International Florida Artificial Intelligence Research Society Conference #SarcasmDetection Is Soooo General! Towards a Domain-Independent Approach for Detecting Sarcasm Natalie

More information

Tweet Sarcasm Detection Using Deep Neural Network

Tweet Sarcasm Detection Using Deep Neural Network Tweet Sarcasm Detection Using Deep Neural Network Meishan Zhang 1, Yue Zhang 2 and Guohong Fu 1 1. School of Computer Science and Technology, Heilongjiang University, China 2. Singapore University of Technology

More information

arxiv: v1 [cs.cl] 8 Jun 2018

arxiv: v1 [cs.cl] 8 Jun 2018 #SarcasmDetection is soooo general! Towards a Domain-Independent Approach for Detecting Sarcasm Natalie Parde and Rodney D. Nielsen Department of Computer Science and Engineering University of North Texas

More information

저작권법에따른이용자의권리는위의내용에의하여영향을받지않습니다.

저작권법에따른이용자의권리는위의내용에의하여영향을받지않습니다. 저작자표시 - 비영리 - 동일조건변경허락 2.0 대한민국 이용자는아래의조건을따르는경우에한하여자유롭게 이저작물을복제, 배포, 전송, 전시, 공연및방송할수있습니다. 이차적저작물을작성할수있습니다. 다음과같은조건을따라야합니다 : 저작자표시. 귀하는원저작자를표시하여야합니다. 비영리. 귀하는이저작물을영리목적으로이용할수없습니다. 동일조건변경허락. 귀하가이저작물을개작, 변형또는가공했을경우에는,

More information

Document downloaded from: This paper must be cited as:

Document downloaded from:  This paper must be cited as: Document downloaded from: http://hdl.handle.net/10251/35314 This paper must be cited as: Reyes Pérez, A.; Rosso, P.; Buscaldi, D. (2012). From humor recognition to Irony detection: The figurative language

More information

Sentiment Analysis. Andrea Esuli

Sentiment Analysis. Andrea Esuli Sentiment Analysis Andrea Esuli What is Sentiment Analysis? What is Sentiment Analysis? Sentiment analysis and opinion mining is the field of study that analyzes people s opinions, sentiments, evaluations,

More information

Introduction to Sentiment Analysis. Text Analytics - Andrea Esuli

Introduction to Sentiment Analysis. Text Analytics - Andrea Esuli Introduction to Sentiment Analysis Text Analytics - Andrea Esuli What is Sentiment Analysis? What is Sentiment Analysis? Sentiment analysis and opinion mining is the field of study that analyzes people

More information

Automatic Detection of Sarcasm in BBS Posts Based on Sarcasm Classification

Automatic Detection of Sarcasm in BBS Posts Based on Sarcasm Classification Web 1,a) 2,b) 2,c) Web Web 8 ( ) Support Vector Machine (SVM) F Web Automatic Detection of Sarcasm in BBS Posts Based on Sarcasm Classification Fumiya Isono 1,a) Suguru Matsuyoshi 2,b) Fumiyo Fukumoto

More information

Do we really know what people mean when they tweet? Dr. Diana Maynard University of Sheffield, UK

Do we really know what people mean when they tweet? Dr. Diana Maynard University of Sheffield, UK Do we really know what people mean when they tweet? Dr. Diana Maynard University of Sheffield, UK We are all connected to each other... Information, thoughts and opinions are shared prolifically on the

More information

Mining Subjective Knowledge from Customer Reviews: A Specific Case of Irony Detection

Mining Subjective Knowledge from Customer Reviews: A Specific Case of Irony Detection Mining Subjective Knowledge from Customer Reviews: A Specific Case of Irony Detection Antonio Reyes and Paolo Rosso Natural Language Engineering Lab - ELiRF Departamento de Sistemas Informáticos y Computación

More information

NLPRL-IITBHU at SemEval-2018 Task 3: Combining Linguistic Features and Emoji Pre-trained CNN for Irony Detection in Tweets

NLPRL-IITBHU at SemEval-2018 Task 3: Combining Linguistic Features and Emoji Pre-trained CNN for Irony Detection in Tweets NLPRL-IITBHU at SemEval-2018 Task 3: Combining Linguistic Features and Emoji Pre-trained CNN for Irony Detection in Tweets Harsh Rangwani, Devang Kulshreshtha and Anil Kumar Singh Indian Institute of Technology

More information

SemEval-2015 Task 11: Sentiment Analysis of Figurative Language in Twitter

SemEval-2015 Task 11: Sentiment Analysis of Figurative Language in Twitter SemEval-2015 Task 11: Sentiment Analysis of Figurative Language in Twitter Aniruddha Ghosh University College Dublin, Ireland. arghyaonline@gmail.com Tony Veale University College Dublin, Ireland. Tony.Veale@UCD.ie

More information

Sarcasm as Contrast between a Positive Sentiment and Negative Situation

Sarcasm as Contrast between a Positive Sentiment and Negative Situation Sarcasm as Contrast between a Positive Sentiment and Negative Situation Ellen Riloff, Ashequl Qadir, Prafulla Surve, Lalindra De Silva, Nathan Gilbert, Ruihong Huang School Of Computing University of Utah

More information

Inducing an Ironic Effect in Automated Tweets

Inducing an Ironic Effect in Automated Tweets Inducing an Ironic Effect in Automated Tweets Alessandro Valitutti, Tony Veale School of Computer Science and Informatics, University College Dublin, Belfield, Dublin D4, Ireland Email: {Tony.Veale, Alessandro.Valitutti}@UCD.ie

More information

Fracking Sarcasm using Neural Network

Fracking Sarcasm using Neural Network Fracking Sarcasm using Neural Network Aniruddha Ghosh University College Dublin aniruddha.ghosh@ucdconnect.ie Tony Veale University College Dublin tony.veale@ucd.ie Abstract Precise semantic representation

More information

Figurative Language Processing in Social Media: Humor Recognition and Irony Detection

Figurative Language Processing in Social Media: Humor Recognition and Irony Detection : Humor Recognition and Irony Detection Paolo Rosso prosso@dsic.upv.es http://users.dsic.upv.es/grupos/nle Joint work with Antonio Reyes Pérez FIRE, India December 17-19 2012 Contents Develop a linguistic-based

More information

Approaches for Computational Sarcasm Detection: A Survey

Approaches for Computational Sarcasm Detection: A Survey Approaches for Computational Sarcasm Detection: A Survey Lakshya Kumar, Arpan Somani and Pushpak Bhattacharyya Dept. of Computer Science and Engineering Indian Institute of Technology, Powai Mumbai, Maharashtra,

More information

How Do Cultural Differences Impact the Quality of Sarcasm Annotation?: A Case Study of Indian Annotators and American Text

How Do Cultural Differences Impact the Quality of Sarcasm Annotation?: A Case Study of Indian Annotators and American Text How Do Cultural Differences Impact the Quality of Sarcasm Annotation?: A Case Study of Indian Annotators and American Text Aditya Joshi 1,2,3 Pushpak Bhattacharyya 1 Mark Carman 2 Jaya Saraswati 1 Rajita

More information

Some Experiments in Humour Recognition Using the Italian Wikiquote Collection

Some Experiments in Humour Recognition Using the Italian Wikiquote Collection Some Experiments in Humour Recognition Using the Italian Wikiquote Collection Davide Buscaldi and Paolo Rosso Dpto. de Sistemas Informáticos y Computación (DSIC), Universidad Politécnica de Valencia, Spain

More information

TWITTER SARCASM DETECTOR (TSD) USING TOPIC MODELING ON USER DESCRIPTION

TWITTER SARCASM DETECTOR (TSD) USING TOPIC MODELING ON USER DESCRIPTION TWITTER SARCASM DETECTOR (TSD) USING TOPIC MODELING ON USER DESCRIPTION Supriya Jyoti Hiwave Technologies, Toronto, Canada Ritu Chaturvedi MCS, University of Toronto, Canada Abstract Internet users go

More information

PREDICTING HUMOR RESPONSE IN DIALOGUES FROM TV SITCOMS. Dario Bertero, Pascale Fung

PREDICTING HUMOR RESPONSE IN DIALOGUES FROM TV SITCOMS. Dario Bertero, Pascale Fung PREDICTING HUMOR RESPONSE IN DIALOGUES FROM TV SITCOMS Dario Bertero, Pascale Fung Human Language Technology Center The Hong Kong University of Science and Technology, Clear Water Bay, Hong Kong dbertero@connect.ust.hk,

More information

Irony Detection: from the Twittersphere to the News Space

Irony Detection: from the Twittersphere to the News Space Irony Detection: from the Twittersphere to the News Space Alessandra Cervone, Evgeny A. Stepanov, Fabio Celli, Giuseppe Riccardi Signals and Interactive Systems Lab Department of Information Engineering

More information

Affect-based Features for Humour Recognition

Affect-based Features for Humour Recognition Affect-based Features for Humour Recognition Antonio Reyes, Paolo Rosso and Davide Buscaldi Departamento de Sistemas Informáticos y Computación Natural Language Engineering Lab - ELiRF Universidad Politécnica

More information

Figurative Language Processing: Mining Underlying Knowledge from Social Media

Figurative Language Processing: Mining Underlying Knowledge from Social Media Figurative Language Processing: Mining Underlying Knowledge from Social Media Antonio Reyes and Paolo Rosso Natural Language Engineering Lab EliRF Universidad Politécnica de Valencia {areyes,prosso}@dsic.upv.es

More information

Do We Criticise (and Laugh) in the Same Way? Automatic Detection of Multi-Lingual Satirical News in Twitter

Do We Criticise (and Laugh) in the Same Way? Automatic Detection of Multi-Lingual Satirical News in Twitter Proceedings of the Twenty-Fourth International Joint Conference on Artificial Intelligence (IJCAI 2015) Do We Criticise (and Laugh) in the Same Way? Automatic Detection of Multi-Lingual Satirical News

More information

DICTIONARY OF SARCASM PDF

DICTIONARY OF SARCASM PDF DICTIONARY OF SARCASM PDF ==> Download: DICTIONARY OF SARCASM PDF DICTIONARY OF SARCASM PDF - Are you searching for Dictionary Of Sarcasm Books? Now, you will be happy that at this time Dictionary Of Sarcasm

More information

SARCASM DETECTION IN SENTIMENT ANALYSIS

SARCASM DETECTION IN SENTIMENT ANALYSIS SARCASM DETECTION IN SENTIMENT ANALYSIS Shruti Kaushik 1, Prof. Mehul P. Barot 2 1 Research Scholar, CE-LDRP-ITR, KSV University Gandhinagar, Gujarat, India 2 Lecturer, CE-LDRP-ITR, KSV University Gandhinagar,

More information

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

Who would have thought of that! : A Hierarchical Topic Model for Extraction of Sarcasm-prevalent Topics and Sarcasm Detection Who would have thought of that! : A Hierarchical Topic Model for Extraction of Sarcasm-prevalent Topics and Sarcasm Detection Aditya Joshi 1,2,3 Prayas Jain 4 Pushpak Bhattacharyya 1 Mark James Carman

More information

Harnessing Sequence Labeling for Sarcasm Detection in Dialogue from TV Series Friends

Harnessing Sequence Labeling for Sarcasm Detection in Dialogue from TV Series Friends Harnessing Sequence Labeling for Sarcasm Detection in Dialogue from TV Series Friends Aditya Joshi 1,2,3 Vaibhav Tripathi 1 Pushpak Bhattacharyya 1 Mark Carman 2 1 Indian Institute of Technology Bombay,

More information

REPORT DOCUMENTATION PAGE

REPORT DOCUMENTATION PAGE REPORT DOCUMENTATION PAGE Form Approved OMB NO. 0704-0188 The public reporting burden for this collection of information is estimated to average 1 hour per response, including the time for reviewing instructions,

More information

SARCASM DETECTION IN SENTIMENT ANALYSIS Dr. Kalpesh H. Wandra 1, Mehul Barot 2 1

SARCASM DETECTION IN SENTIMENT ANALYSIS Dr. Kalpesh H. Wandra 1, Mehul Barot 2 1 SARCASM DETECTION IN SENTIMENT ANALYSIS Dr. Kalpesh H. Wandra 1, Mehul Barot 2 1 Director (Academic Administration) Babaria Institute of Technology, 2 Research Scholar, C.U.Shah University Abstract Sentiment

More information

Introduction to Natural Language Processing This week & next week: Classification Sentiment Lexicons

Introduction to Natural Language Processing This week & next week: Classification Sentiment Lexicons Introduction to Natural Language Processing This week & next week: Classification Sentiment Lexicons Center for Games and Playable Media http://games.soe.ucsc.edu Kendall review of HW 2 Next two weeks

More information

Sparse, Contextually Informed Models for Irony Detection: Exploiting User Communities, Entities and Sentiment

Sparse, Contextually Informed Models for Irony Detection: Exploiting User Communities, Entities and Sentiment Sparse, Contextually Informed Models for Irony Detection: Exploiting User Communities, Entities and Sentiment Byron C. Wallace University of Texas at Austin byron.wallace@utexas.edu Do Kook Choe and Eugene

More information

Humor markers. Author note. Christian Burgers, Department of Communication Science, VU University Amsterdam, The

Humor markers. Author note. Christian Burgers, Department of Communication Science, VU University Amsterdam, The Humor markers Christian Burgers Vrije Universiteit Amsterdam Margot van Mulken Radboud University Nijmegen Running head: HUMOR MARKERS Author note Christian Burgers, Department of Communication Science,

More information

Influence of lexical markers on the production of contextual factors inducing irony

Influence of lexical markers on the production of contextual factors inducing irony Influence of lexical markers on the production of contextual factors inducing irony Elora Rivière, Maud Champagne-Lavau To cite this version: Elora Rivière, Maud Champagne-Lavau. Influence of lexical markers

More information

The Lowest Form of Wit: Identifying Sarcasm in Social Media

The Lowest Form of Wit: Identifying Sarcasm in Social Media 1 The Lowest Form of Wit: Identifying Sarcasm in Social Media Saachi Jain, Vivian Hsu Abstract Sarcasm detection is an important problem in text classification and has many applications in areas such as

More information

arxiv:submit/ [cs.cv] 8 Aug 2016

arxiv:submit/ [cs.cv] 8 Aug 2016 Detecting Sarcasm in Multimodal Social Platforms arxiv:submit/1633907 [cs.cv] 8 Aug 2016 ABSTRACT Rossano Schifanella University of Turin Corso Svizzera 185 10149, Turin, Italy schifane@di.unito.it Sarcasm

More information

Sarcasm Detection on Facebook: A Supervised Learning Approach

Sarcasm Detection on Facebook: A Supervised Learning Approach Sarcasm Detection on Facebook: A Supervised Learning Approach Dipto Das Anthony J. Clark Missouri State University Springfield, Missouri, USA dipto175@live.missouristate.edu anthonyclark@missouristate.edu

More information

Laurent Romary. To cite this version: HAL Id: hal https://hal.inria.fr/hal

Laurent Romary. To cite this version: HAL Id: hal https://hal.inria.fr/hal Natural Language Processing for Historical Texts Michael Piotrowski (Leibniz Institute of European History) Morgan & Claypool (Synthesis Lectures on Human Language Technologies, edited by Graeme Hirst,

More information

Francesco Barbieri. Machine Learning Methods for Understanding Social Media Communication: Modeling Irony and Emojis TESI DOCTORAL UPF / ANY 2017

Francesco Barbieri. Machine Learning Methods for Understanding Social Media Communication: Modeling Irony and Emojis TESI DOCTORAL UPF / ANY 2017 Machine Learning Methods for Understanding Social Media Communication: Modeling Irony and Emojis Francesco Barbieri TESI DOCTORAL UPF / ANY 2017 DIRECTOR DE LA TESI Horacio Saggion Departament DTIC To

More information

Bilbo-Val: Automatic Identification of Bibliographical Zone in Papers

Bilbo-Val: Automatic Identification of Bibliographical Zone in Papers Bilbo-Val: Automatic Identification of Bibliographical Zone in Papers Amal Htait, Sebastien Fournier and Patrice Bellot Aix Marseille University, CNRS, ENSAM, University of Toulon, LSIS UMR 7296,13397,

More information

Effects of Semantic Relatedness between Setups and Punchlines in Twitter Hashtag Games

Effects of Semantic Relatedness between Setups and Punchlines in Twitter Hashtag Games Effects of Semantic Relatedness between Setups and Punchlines in Twitter Hashtag Games Andrew Cattle Xiaojuan Ma Hong Kong University of Science and Technology Department of Computer Science and Engineering

More information

Detecting Sarcasm on Twitter: A Behavior Modeling Approach. Ashwin Rajadesingan

Detecting Sarcasm on Twitter: A Behavior Modeling Approach. Ashwin Rajadesingan Detecting Sarcasm on Twitter: A Behavior Modeling Approach by Ashwin Rajadesingan A Thesis Presented in Partial Fulfillment of the Requirement for the Degree Master of Science Approved September 2014 by

More information

Deep Learning of Audio and Language Features for Humor Prediction

Deep Learning of Audio and Language Features for Humor Prediction Deep Learning of Audio and Language Features for Humor Prediction Dario Bertero, Pascale Fung Human Language Technology Center Department of Electronic and Computer Engineering The Hong Kong University

More information

Automatic Speech Recognition (CS753)

Automatic Speech Recognition (CS753) Automatic Speech Recognition (CS753) Lecture 22: Conversational Agents Instructor: Preethi Jyothi Oct 26, 2017 (All images were reproduced from JM, chapters 29,30) Chatbots Rule-based chatbots Historical

More information

STYLISTIC ANALYSIS OF MAYA ANGELOU S EQUALITY

STYLISTIC ANALYSIS OF MAYA ANGELOU S EQUALITY Lingua Cultura, 11(2), November 2017, 85-89 DOI: 10.21512/lc.v11i2.1602 P-ISSN: 1978-8118 E-ISSN: 2460-710X STYLISTIC ANALYSIS OF MAYA ANGELOU S EQUALITY Arina Isti anah English Letters Department, Faculty

More information

PunFields at SemEval-2018 Task 3: Detecting Irony by Tools of Humor Analysis

PunFields at SemEval-2018 Task 3: Detecting Irony by Tools of Humor Analysis PunFields at SemEval-2018 Task 3: Detecting Irony by Tools of Humor Analysis Elena Mikhalkova, Yuri Karyakin, Dmitry Grigoriev, Alexander Voronov, and Artem Leoznov Tyumen State University, Tyumen, Russia

More information

Computational Laughing: Automatic Recognition of Humorous One-liners

Computational Laughing: Automatic Recognition of Humorous One-liners Computational Laughing: Automatic Recognition of Humorous One-liners Rada Mihalcea (rada@cs.unt.edu) Department of Computer Science, University of North Texas Denton, Texas, USA Carlo Strapparava (strappa@itc.it)

More information

Projektseminar: Sentimentanalyse Dozenten: Michael Wiegand und Marc Schulder

Projektseminar: Sentimentanalyse Dozenten: Michael Wiegand und Marc Schulder Projektseminar: Sentimentanalyse Dozenten: Michael Wiegand und Marc Schulder Präsentation des Papers ICWSM A Great Catchy Name: Semi-Supervised Recognition of Sarcastic Sentences in Online Product Reviews

More information

SemEval-2018 Task 3: Irony Detection in English Tweets

SemEval-2018 Task 3: Irony Detection in English Tweets SemEval-2018 Task 3: Irony Detection in English Tweets Cynthia Van Hee, Els Lefever and Véronique Hoste LT3 Language and Translation Technology Team Ghent University Groot-Brittanniëlaan 45, 9000 Ghent

More information

Harnessing Cognitive Features for Sarcasm Detection

Harnessing Cognitive Features for Sarcasm Detection Harnessing Cognitive Features for Sarcasm Detection Abhijit Mishra, Diptesh Kanojia, Seema Nagar, Kuntal Dey, Pushpak Bhattacharyya Indian Institute of Technology Bombay, India IBM Research, India {abhijitmishra,

More information

Humor in Collective Discourse: Unsupervised Funniness Detection in the New Yorker Cartoon Caption Contest

Humor in Collective Discourse: Unsupervised Funniness Detection in the New Yorker Cartoon Caption Contest Humor in Collective Discourse: Unsupervised Funniness Detection in the New Yorker Cartoon Caption Contest Dragomir Radev 1, Amanda Stent 2, Joel Tetreault 2, Aasish Pappu 2 Aikaterini Iliakopoulou 3, Agustin

More information

Really? Well. Apparently Bootstrapping Improves the Performance of Sarcasm and Nastiness Classifiers for Online Dialogue

Really? Well. Apparently Bootstrapping Improves the Performance of Sarcasm and Nastiness Classifiers for Online Dialogue Really? Well. Apparently Bootstrapping Improves the Performance of Sarcasm and Nastiness Classifiers for Online Dialogue Stephanie Lukin Natural Language and Dialogue Systems University of California,

More information

Correlation to Common Core State Standards Books A-F for Grade 5

Correlation to Common Core State Standards Books A-F for Grade 5 Correlation to Common Core State Standards Books A-F for College and Career Readiness Anchor Standards for Reading Key Ideas and Details 1. Read closely to determine what the text says explicitly and to

More information

Identifying functions of citations with CiTalO

Identifying functions of citations with CiTalO Identifying functions of citations with CiTalO Angelo Di Iorio 1, Andrea Giovanni Nuzzolese 1,2, and Silvio Peroni 1,2 1 Department of Computer Science and Engineering, University of Bologna (Italy) 2

More information

Sentiment and Sarcasm Classification with Multitask Learning

Sentiment and Sarcasm Classification with Multitask Learning 1 Sentiment and Sarcasm Classification with Multitask Learning Navonil Majumder, Soujanya Poria, Haiyun Peng, Niyati Chhaya, Erik Cambria, and Alexander Gelbukh arxiv:1901.08014v1 [cs.cl] 23 Jan 2019 Abstract

More information

07/03/2015. Jakobson s model of verbal communication. Michela Giordano

07/03/2015. Jakobson s model of verbal communication. Michela Giordano Michela Giordano mgiordano@unica.it March 9 th 2015 Roman Osipovich Jakobson (1896 1982) Russian American linguist and literary theorist Pioneer of the structural analysis of language Among the most influential

More information

Modeling Satire in English Text for Automatic Detection

Modeling Satire in English Text for Automatic Detection Modeling Satire in English Text for Automatic Detection Aishwarya N Reganti, Tushar Maheshwari, Upendra Kumar, Amitava Das IIIT, Sri City, Chittoor, India {aishwarya.r14,tushar.m14, upendra.k14,amitava.das}@iiits.in

More information

MODULA 2 DISCIPLINE AND DESIGN MODULA 2 DISCIPLINE AND PDF MODULAR PROGRAMMING - WIKIPEDIA MODULE - WIKIPEDIA

MODULA 2 DISCIPLINE AND DESIGN MODULA 2 DISCIPLINE AND PDF MODULAR PROGRAMMING - WIKIPEDIA MODULE - WIKIPEDIA MODULA 2 DISCIPLINE AND PDF MODULAR PROGRAMMING - WIKIPEDIA MODULE - WIKIPEDIA 1 / 5 2 / 5 3 / 5 modula 2 discipline and pdf Modular programming is a software design technique that emphasizes separating

More information

First Stage of an Automated Content-Based Citation Analysis Study: Detection of Citation Sentences 1

First Stage of an Automated Content-Based Citation Analysis Study: Detection of Citation Sentences 1 First Stage of an Automated Content-Based Citation Analysis Study: Detection of Citation Sentences 1 Zehra Taşkın *, Umut Al * and Umut Sezen ** * {ztaskin; umutal}@hacettepe.edu.tr Department of Information

More information

winter but it rained often during the summer

winter but it rained often during the summer 1.) Write out the sentence correctly. Add capitalization and punctuation: end marks, commas, semicolons, apostrophes, underlining, and quotation marks 2.)Identify each clause as independent or dependent.

More information

ITALY READS NEWS. Collaboration between John Cabot University and Liceo Blaise Pascal

ITALY READS NEWS. Collaboration between John Cabot University and Liceo Blaise Pascal ITALY READS NEWS Collaboration between John Cabot University and Liceo Blaise Pascal I N T H I S I S S U E What is ELSG and Italy Reads? An interview with Mark Bosco Keynote Address And More! W H A T I

More information

Looking for Books in Social Media Koolen, Marijn; Bogers, Antonius Marinus; Jaap, Kamps; Van den Bosch, Antal

Looking for Books in Social Media Koolen, Marijn; Bogers, Antonius Marinus; Jaap, Kamps; Van den Bosch, Antal Aalborg Universitet Looking for Books in Social Media Koolen, Marijn; Bogers, Antonius Marinus; Jaap, Kamps; Van den Bosch, Antal Published in: Advances in Information Retrieval DOI (link to publication

More information

ENGLISH STUDIES SUMMER SEMESTER 2017/2018 CYCLE/ YEAR /SEMESTER

ENGLISH STUDIES SUMMER SEMESTER 2017/2018 CYCLE/ YEAR /SEMESTER ENGLISH STUDIES SUMMER SEMESTER 2017/2018 Integrated Skills, Module 2 0100-ERAS625 Integrated Skills, Module 3 0100-ERAS627 Integrated Skills, Module 4 0100-ERAS626 Integrated Skills, Module 5 0100-ERAS628

More information

Humorist Bot: Bringing Computational Humour in a Chat-Bot System

Humorist Bot: Bringing Computational Humour in a Chat-Bot System International Conference on Complex, Intelligent and Software Intensive Systems Humorist Bot: Bringing Computational Humour in a Chat-Bot System Agnese Augello, Gaetano Saccone, Salvatore Gaglio DINFO

More information

TJHSST Computer Systems Lab Senior Research Project Word Play Generation

TJHSST Computer Systems Lab Senior Research Project Word Play Generation TJHSST Computer Systems Lab Senior Research Project Word Play Generation 2009-2010 Vivaek Shivakumar April 9, 2010 Abstract Computational humor is a subfield of artificial intelligence focusing on computer

More information

Event Factuality in Italian: Annotation of News Stories from the Ita-TimeBank

Event Factuality in Italian: Annotation of News Stories from the Ita-TimeBank 10.12871/CLICIT2014150 Event Factuality in Italian: Annotation of News Stories from the Ita-TimeBank Anne-Lyse Minard minard@fbk.eu Alessandro Marchetti alessandro.marchetti777@gmail.com Manuela Speranza

More information

Cognitive Systems Monographs 37. Aditya Joshi Pushpak Bhattacharyya Mark J. Carman. Investigations in Computational Sarcasm

Cognitive Systems Monographs 37. Aditya Joshi Pushpak Bhattacharyya Mark J. Carman. Investigations in Computational Sarcasm Cognitive Systems Monographs 37 Aditya Joshi Pushpak Bhattacharyya Mark J. Carman Investigations in Computational Sarcasm Cognitive Systems Monographs Volume 37 Series editors Rüdiger Dillmann, University

More information

UWaterloo at SemEval-2017 Task 7: Locating the Pun Using Syntactic Characteristics and Corpus-based Metrics

UWaterloo at SemEval-2017 Task 7: Locating the Pun Using Syntactic Characteristics and Corpus-based Metrics UWaterloo at SemEval-2017 Task 7: Locating the Pun Using Syntactic Characteristics and Corpus-based Metrics Olga Vechtomova University of Waterloo Waterloo, ON, Canada ovechtom@uwaterloo.ca Abstract The

More information

A New Analysis of Verbal Irony

A New Analysis of Verbal Irony International Journal of Applied Linguistics & English Literature ISSN 2200-3592 (Print), ISSN 2200-3452 (Online) Vol. 6 No. 5; September 2017 Australian International Academic Centre, Australia Flourishing

More information

Glossary alliteration allusion analogy anaphora anecdote annotation antecedent antimetabole antithesis aphorism appositive archaic diction argument

Glossary alliteration allusion analogy anaphora anecdote annotation antecedent antimetabole antithesis aphorism appositive archaic diction argument Glossary alliteration The repetition of the same sound or letter at the beginning of consecutive words or syllables. allusion An indirect reference, often to another text or an historic event. analogy

More information

arxiv: v1 [cs.cl] 26 Jun 2015

arxiv: v1 [cs.cl] 26 Jun 2015 Humor in Collective Discourse: Unsupervised Funniness Detection in the New Yorker Cartoon Caption Contest arxiv:1506.08126v1 [cs.cl] 26 Jun 2015 Dragomir Radev 1, Amanda Stent 2, Joel Tetreault 2, Aasish

More information

Are you serious?: Rhetorical Questions and Sarcasm in Social Media Dialog

Are you serious?: Rhetorical Questions and Sarcasm in Social Media Dialog Are you serious?: Rhetorical Questions and Sarcasm in Social Media Dialog Shereen Oraby 1, Vrindavan Harrison 1, Amita Misra 1, Ellen Riloff 2 and Marilyn Walker 1 1 University of California, Santa Cruz

More information

AIIP Connections. Part I: Writers Guidelines Part II: Editorial Style Guide

AIIP Connections. Part I: Writers Guidelines Part II: Editorial Style Guide AIIP Connections Part I: Writers Guidelines Part II: Editorial Style Guide January 2018 Table of Contents PART I: WRITER S GUIDELINES 1 ABOUT AIIP CONNECTIONS 1 ARTICLE DEVELOPMENT AND SUBMISSION 1 SOCIAL

More information