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

Size: px
Start display at page:

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

Transcription

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

2 Cognitive Systems Monographs Volume 37 Series editors Rüdiger Dillmann, University of Karlsruhe, Karlsruhe, Germany Yoshihiko Nakamura, Tokyo University, Tokyo, Japan Stefan Schaal, University of Southern California, Los Angeles, USA David Vernon, University of Skövde, Skövde, Sweden

3 The Cognitive Systems Monographs (COSMOS) publish new developments and advances in the fields of cognitive systems research, rapidly and informally but with a high quality. The intent is to bridge cognitive brain science and biology with engineering disciplines. It covers all the technical contents, applications, and multidisciplinary aspects of cognitive systems, such as Bionics, System Analysis, System Modelling, System Design, Human Motion, Understanding, Human Activity Understanding, Man-Machine Interaction, Smart and Cognitive Environments, Human and Computer Vision, Neuroinformatics, Humanoids, Biologically motivated systems and artefacts Autonomous Systems, Linguistics, Sports Engineering, Computational Intelligence, Biosignal Processing, or Cognitive Materials as well as the methodologies behind them. Within the scope of the series are monographs, lecture notes, selected contributions from specialized conferences and workshops. Advisory Board Heinrich H. Bülthoff, MPI for Biological Cybernetics, Tübingen, Germany Masayuki Inaba, The University of Tokyo, Japan J.A. Scott Kelso, Florida Atlantic University, Boca Raton, FL, USA Oussama Khatib, Stanford University, CA, USA Yasuo Kuniyoshi, The University of Tokyo, Japan Hiroshi G. Okuno, Kyoto University, Japan Helge Ritter, University of Bielefeld, Germany Giulio Sandini, University of Genova, Italy Bruno Siciliano, University of Naples, Italy Mark Steedman, University of Edinburgh, Scotland Atsuo Takanishi, Waseda University, Tokyo, Japan More information about this series at

4 Aditya Joshi Pushpak Bhattacharyya Mark J. Carman Investigations in Computational Sarcasm 123

5 Aditya Joshi IITB-Monash Research Academy Indian Institute of Technology Bombay Mumbai, Maharashtra India Mark J. Carman Faculty of Information Technology Monash University Melbourne, VIC Australia Pushpak Bhattacharyya Department of Computer Science and Engineering Indian Institute of Technology Bombay Mumbai, Maharashtra India ISSN ISSN (electronic) Cognitive Systems Monographs ISBN ISBN (ebook) Library of Congress Control Number: Springer Nature Singapore Pte Ltd This work is subject to copyright. All rights are reserved by the Publisher, whether the whole or part of the material is concerned, specifically the rights of translation, reprinting, reuse of illustrations, recitation, broadcasting, reproduction on microfilms or in any other physical way, and transmission or information storage and retrieval, electronic adaptation, computer software, or by similar or dissimilar methodology now known or hereafter developed. The use of general descriptive names, registered names, trademarks, service marks, etc. in this publication does not imply, even in the absence of a specific statement, that such names are exempt from the relevant protective laws and regulations and therefore free for general use. The publisher, the authors and the editors are safe to assume that the advice and information in this book are believed to be true and accurate at the date of publication. Neither the publisher nor the authors or the editors give a warranty, express or implied, with respect to the material contained herein or for any errors or omissions that may have been made. The publisher remains neutral with regard to jurisdictional claims in published maps and institutional affiliations. Printed on acid-free paper This Springer imprint is published by Springer Nature The registered company is Springer Nature Singapore Pte Ltd. The registered company address is: 152 Beach Road, #21-01/04 Gateway East, Singapore , Singapore

6 Preface Sarcasm is defined as verbal irony that is intended to mock or ridicule. Existing sentiment analysis systems show a degraded performance in case of sarcastic text. Hence, computational sarcasm has received attention from the sentiment analysis community. Computational sarcasm refers to computational techniques that deal with sarcastic text. This monograph presents our investigations in computational sarcasm based on the linguistic notion of incongruity. For example, the sentence I love being ignored is sarcastic because the positive word love is incongruous with the negative phrase being ignored. These investigations are divided into three parts: understanding the phenomenon of sarcasm, sarcasm detection, and sarcasm generation. To first understand the phenomenon of sarcasm, we consider two components of sarcasm: implied negative sentiment and presence of a target. To understand how implied negative sentiment plays a role in sarcasm understanding, we present an annotation study which evaluates the quality of a sarcasm-labeled dataset created by non-native annotators. Following this, in order to show how the target of sarcasm is important to understand sarcasm, we first describe an annotation study which highlights the challenges in distinguishing between sarcasm and irony (since irony does not have a target while sarcasm does) and then present a computational approach that extracts the target of a sarcastic text. We then present our approaches for sarcasm detection. To detect sarcasm, we capture incongruity in two ways: intra-textual incongruity where we look at the incongruity within the text to be classified (i.e., target text) and the context incongruity where we incorporate information outside the target text. To detect incongruity within the target text, we present four approaches: (a) a classifier that captures sentiment incongruity using sentiment-based features (as in the case of I love being ignored ), (b) a classifier that captures semantic incongruity (as in the case of A woman needs a man like a fish needs bicycle ) using word embedding-based features, (c) a topic model that captures sentiment incongruity using sentiment distributions in the text (in order to discover sarcasm-prevalent topics such as work, college), and (d) an approach that captures incongruity in the language model using sentence completion. The approaches in (a) and v

7 vi Preface (c) incorporate sentiment incongruity relying on sentiment-bearing words, whereas approach in (b) and (d) tackles other forms of incongruity where sentiment-bearing words may not be present. On the other hand, to detect sarcasm using contextual incongruity, we describe two approaches: (a) a rule-based approach that uses historical text by an author to detect sarcasm in the text generated by them and (b) a statistical approach that uses sequence labeling techniques for sarcasm detection in dialogue. The approach in (a) attempts to detect sarcasm that requires author-specific context, while that in (b) attempts to detect sarcasm that requires conversation-specific context. Finally, we present a technique for sarcasm generation. In this case, we use a template-based approach to synthesize incongruity and generate a sarcastic response to user input. The output of our sarcasm generation system obtains high scores on three quality parameters: coherence, grammaticality, and sarcastic nature. Also, the human evaluators are able to sufficiently identify the output of our system from that of a general purpose chatbot. Our investigations demonstrate how evidences of incongruity (such as sentiment incongruity, semantic incongruity) can be modeled using different learning techniques (such as classifiers, topic models) for sarcasm detection and sarcasm generation. In addition, our findings establish the promise of novel problems, such as sarcasm target identification and sarcasm-versus-irony classification, and provide insights for future research in sarcasm detection.

8 Contents 1 Introduction Sentiment Analysis (SA) Challenges Research Problems Applications Sarcasm and Computational Sarcasm Motivation Turing Test-Completeness Impact on Sentiment Classification Prevalence of Sarcasm In Popular Culture On the Web Sarcasm Studies in Linguistics Incongruity for Sarcasm Contribution Literature Survey Problem Definition Datasets Other Datasets (Dialogues, Syntactic Patterns, etc.) Approaches Rule-Based Approaches Statistical Approaches Deep Learning-Based Approaches Shared Tasks and Benchmark Datasets Reported Performance Trends in Sarcasm Detection Pattern Discovery Role of Context in Sarcasm Detection Issues in Sarcasm Detection vii

9 viii Contents Issues with Annotation Issues with Sentiment as a Feature Dealing with Dataset Skews Sentiment Analysis at IIT Bombay Summary Monograph Organization Understanding the Phenomenon of Sarcasm Impact on Cross-Cultural Annotation Motivation Experiment Description Analysis Sarcasm-versus-irony Classification Motivation Experiment Description Analysis An Approach for Identification of the Sarcasm Target Motivation Architecture Experiment Description Results and Analysis Summary Sarcasm Detection Using Incongruity Within Target Text Sentiment Incongruity as Features Motivation Sentiment Incongruity-Based Features Experiment Setup Results Error Analysis Semantic Incongruity as Features Motivation Word Embedding-Based Features Experiment Setup Results Error Analysis Sentiment Incongruity Using Topic Model Motivation Model Experiment Setup Results Application to Sarcasm Detection... 83

10 Contents ix 3.4 Language Model Incongruity Using Sentence Completion Motivation Approach Experiment Setup Results Discussion Error Analysis Summary Sarcasm Detection Using Contextual Incongruity Contextual Incongruity in a Monologue Motivation Architecture Experiment Setup Results Error Analysis Contextual Incongruity in Dialogue Motivation Architecture Conversational Sarcasm Dataset Paradigm 1: Traditional Models Paradigm 2: Deep Learning-Based Models Results Error Analysis Summary Sarcasm Generation Motivation Architecture Input Analyzer Generator Selector Sarcasm Generator Evaluation Experiment Details Results Summary Conclusion and Future Work Summary Conclusion Future Work References

11 About the Authors Aditya Joshi successfully defended his Ph.D. thesis at IITB-Monash Research Academy, Mumbai, a joint Ph.D. program run by the Indian Institute of Technology Bombay (IIT Bombay) and Monash University, Australia, since January His primary research focus is computational sarcasm, and he has explored different ways in which incongruity can be captured in order to detect and generate sarcasm. In addition, he has worked on innovative applications of natural language processing (NLP) such as sentiment analysis for Indian languages, drunk-texting prediction, news headline translation, and political issue extraction. The monograph is an outcome of his Ph.D. research. Dr. Pushpak Bhattacharyya is the current president of the Association for Computational Linguistics (ACL) ( ). He is the Director of the Indian Institute of Technology Patna (IIT Patna) and Vijay and Sita Vashee Chair Professor in the Department of Computer Science and Engineering at Indian Institute of Technology Bombay (IIT Bombay). He was educated at the Indian Institute of Technology Kharagpur (IIT Kharagpur) (B.Tech), Indian Institute of Technology Kanpur (IIT Kanpur) (M.Tech.), and IIT Bombay (Ph.D.). He has been a Visiting Scholar and Faculty Member at the Massachusetts Institute of Technology (MIT), Stanford, UT-Houston, and University Joseph Fourier (France). His research areas include natural language processing, machine learning, and artificial intelligence (AI). Loved by his students for his inspiring teaching and mentorship, he has guided more than 250 students (Ph.D., masters, and bachelors). He has published over 250 research papers, is the author of the textbook Machine Translation, and has led government and industry projects of international and national importance. His significant contributions in the field include multilingual lexical knowledge bases and projection. He is a fellow of the National Academy of Engineering and recipient of the IIT Bombay's Patwardhan Award and the Indian Institute of Technology Roorkee's (IIT Roorkee) VNMM award, both for technology development. He has also received IBM, Microsoft, Yahoo, and United Nations faculty grants. xi

12 xii About the Authors Dr. Mark J. Carman is a Senior Lecturer at the Faculty of Information Technology, Monash University, Australia. He obtained a Ph.D. from the University of Trento, Italy, in His research and interests span from theoretical studies (e.g., investigating statistical properties of information retrieval measures) to practical applications (e.g., technology for assisting police during digital forensic investigations). He has authored a large number of publications in prestigious venues, including full papers at SIGIR, KDD, IJCAI, CIKM, WSDM, CoNLL, and ECIR and articles in TOIS, IR, JMLR, ML, PR, JAIR, and IP&M.

13 Chapter 1 Introduction TheriseofWeb2.0 1 enabled Internet users to generate content, which often contained emotion. Considering the value of this content, automatic prediction of sentiment, i.e., sentiment analysis, became a popular area of research in natural language processing. A recent advancement in sentiment analysis research is the focus on a challenge to sentiment analysis, namely sarcasm. Sarcasm is a peculiar form of sentiment expression where words of a certain polarity are used to imply a different polarity, with an intention to mock or ridicule. While sarcasm is often used as a device to express humor, its prevalence makes it important for sentiment analysis. In 2014, a BBC story stated that the US Secret Service was also seeking a sarcasm detection system. 2 Similar interest in sarcasm has led to the work in computational approaches to process sarcasm over the last few years. We refer to them collectively as computational sarcasm. There are several facets of computational sarcasm, analogous to natural language processing. Like natural language processing covers a broad spectrum of approaches to natural language generation and several detection problems (such as sentiment detection, part-of-speech prediction), computational sarcasm covers similar problems such as sarcasm generation and sarcasm detection. This monograph takes an in-depth look into the problem of computational sarcasm. One might argue that computational sarcasm in text alone is insufficient since sarcasm is understood through non-verbal cues. For example, rolling one s eyes is a common indicator of insincerity that often accompanies sarcasm. The importance of non-verbal cues is true without a doubt. However, social media today relies heavily on text, and sarcastic content on social media today has a high volume. Therefore, it is natural that the current focus of computational sarcasm is textual data. In fact, several indicators of non-verbal cues exist in the form of hashtags, emoticons, etc. Therefore, computational sarcasm in text is a viable task in itself. This monograph Springer Nature Singapore Pte Ltd A. Joshi et al., Investigations in Computational Sarcasm, Cognitive Systems Monographs 37, 1

14 2 1 Introduction describes our investigations in computational sarcasm of text. Our investigations keep in focus prior work in sarcasm detection, while building upon it. This chapter builds the foundation of this monograph and is organized as follows. We first introduce sentiment analysis (SA) in Sect. 1.1 followed by computational sarcasm in Sect We then give the motivation behind computational sarcasm in Sect We discuss prevalence of sarcasm in popular culture and social media in Sect We describe linguistic theories of sarcasm in Sect. 1.5 and, specifically, the notion of incongruity in Sect Incongruity forms the foundation of our work. In Sect. 1.7, we specify our contribution. Section 1.8 describes prior work in computational sarcasm, specifically sarcasm detection. Finally, the monograph organization is in Sect Sentiment Analysis (SA) Sentiment analysis (SA) refers to the research area of analyzing sentiment in text. Opinion Mining (OM) has also been used as a synonym to sentiment analysis, in past literature Pang and Lee (2008). SA is the task of automatically predicting polarity in text. For example, the sentence The pizza is delicious should be labeled as positive, while the sentence The pizza tastes awful should be labeled as negative. The value of SA arises from the opportunity to understand preferences of individuals and communities, using user-generated content on the Web. To put computational sarcasm in perspective of sentiment analysis, we now highlight the challenges, research problems, and applications of SA Challenges Several challenges to SA are well-known (Pang and Lee 2008). The first challenge is negation. A negation marker can make sentiment prediction difficult. For example, the word not in the sentence I do not like this phone negates the sentiment of the verb like making the sentence negative. However, in the sentence I do not like this phone but it s still the best in its category, the negation word not negates only the portion before the word but. Scope of a negation marker has been studied in the past (Harabagiu et al. 2006). The second challenge to SA is domain dependence. Sentiment of words may differ depending on the domain. For example, the word unpredictable is positive for a movie review (for example, The plot of the movie is unpredictable ) but negative for an automobile review (e.g., The steering of a car is unpredictable ). Domain-specific sentiment is a long-studied subarea of SA (Fahrni and Klenner 2008). Similarly, polysemous words may carry different sentiment in different contexts. The word deadly may occur in the positive sentence Shane Warne is a deadly spinner and also in the negative sentence There are deadly snakes in the Amazon forest. Learning classifiers that incorporate polysemous nature of

15 1.1 Sentiment Analysis (SA) 3 words have also been reported in the past (Balamurali et al. 2011). Another challenge is thwarted expectations. An example of thwarting is: This city is polluted, has really bad traffic problems, and the weather sucks. However, I grew up here and I love the city. The second sentence reverses the sentiment expressed by the first, although, in terms of word count, negative words ( polluted, bad, and sucks ) outnumber the positive words ( love ). Thus, it can be seen that, in addition to approaches for sentiment analysis (in general), there have been explorations that focus on specific challenging aspects (in particular) such as polysemy, domain adaptation. Computational sarcasm is a similar endeavor that focuses on a specific challenge to sentiment analysis Research Problems Research in SA spans several decades now and has spawned multiple problems within the umbrella of SA. Each of these research problems has a large volume of work and several innovations. Some of these research problems are: 1. Sentiment detection on its own deals with prediction of positive or negative polarity. Both rule-based and statistical approaches have been reported for sentiment detection. Joshi et al. (2011), for example, is a rule-based sentiment detector that relies on a sentiment lexicon and a set of rules to account for words of a certain polarity and constructs such as negations and conjunctions. Similarly, many statistical sentiment detection approaches use features based on unigrams, bigrams, etc. 2. Subjectivity detection deals with prediction of a text as subjective or objective. In other words, subjectivity detection is concerned with distinguishing between text containing sentiment and the one not containing sentiment. This means that we wish to distinguish between fact and opinion in case of subjectivity detection. 3. Since a long document may contain some portions containing sentiment and some without, it is useful to separate the two. This resulted in subjectivity extraction as an area of research. Subjectivity extraction deals with identification of subset of sentences in a document that carry sentiment. Such sentences are referred to as subjective sentences, while the ones without sentiment are referred to as objective sentences. Pang and Lee (2004a) is a fundamental work in the area of subjectivity extraction where a minimum-cut algorithm is used to identify subjective extracts: subset of subjective sentences. For example, in case of the text The film is about a dog who befriends a boy. The story is very absurd but the actors do a great job. The lead is played by a new actor. He is a true find!, the goal of subjectivity extraction would be to extract the following sentences The story is very absurd but the actors do a great job. He is a true find! while discarding the other sentences. This may be useful because objective sentences do not contribute to the sentiment of the entity.

SpringerBriefs in Electrical and Computer Engineering

SpringerBriefs in Electrical and Computer Engineering SpringerBriefs in Electrical and Computer Engineering More information about this series at http://www.springer.com/series/10059 Fatima Hussain Internet of Things Building Blocks and Business Models 123

More information

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

Racial Profiling and the NYPD

Racial Profiling and the NYPD Racial Profiling and the NYPD Jay L. Newberry Racial Profiling and the NYPD The Who, What, When, and Why of Stop and Frisk Jay L. Newberry Department of Geography Binghamton University Binghamton, NY USA

More information

Quantum Theory and Local Causality

Quantum Theory and Local Causality SPRINGER BRIEFS IN PHILOSOPHY Gábor Hofer-Szabó Péter Vecsernyés Quantum Theory and Local Causality SpringerBriefs in Philosophy SpringerBriefs present concise summaries of cutting-edge research and practical

More information

The Discourse of Peer Review

The Discourse of Peer Review The Discourse of Peer Review Brian Paltridge The Discourse of Peer Review Reviewing Submissions to Academic Journals Brian Paltridge Sydney School of Education & Social Work University of Sydney Sydney,

More information

Problem Books in Mathematics

Problem Books in Mathematics Problem Books in Mathematics Series Editor: Peter Winkler Department of Mathematics Dartmouth College Hanover, NH 03755 USA More information about this series at http://www.springer.com/series/714 Hayk

More information

Postdisciplinary Studies in Discourse

Postdisciplinary Studies in Discourse Postdisciplinary Studies in Discourse Series Editors Johannes Angermuller University of Warwick Coventry, United Kingdom Judith Baxter Aston University Birmingham, UK Aim of the series Postdisciplinary

More information

An Introduction to Well Control Calculations for Drilling Operations

An Introduction to Well Control Calculations for Drilling Operations An Introduction to Well Control Calculations for Drilling Operations Dave Cormack An Introduction to Well Control Calculations for Drilling Operations 123 Dave Cormack Consultant, Auriga Training Ltd.

More information

The Language of Suspense in Crime Fiction

The Language of Suspense in Crime Fiction The Language of Suspense in Crime Fiction Reshmi Dutta-Flanders The Language of Suspense in Crime Fiction A Linguistic Stylistic Approach Reshmi Dutta-Flanders English Language and Linguistics School of

More information

Guide to Computing for Expressive Music Performance

Guide to Computing for Expressive Music Performance Guide to Computing for Expressive Music Performance Alexis Kirke Eduardo R. Miranda Editors Guide to Computing for Expressive Music Performance Editors Alexis Kirke Interdisciplinary Centre for Computer

More information

Innovations Lead to Economic Crises

Innovations Lead to Economic Crises Innovations Lead to Economic Crises Jon-Arild Johannessen Innovations Lead to Economic Crises Explaining the Bubble Economy Jon-Arild Johannessen Kristiania University College and Nord University Oslo/Bodø,

More information

Propaganda and Hogarth s Line of Beauty in the First World War

Propaganda and Hogarth s Line of Beauty in the First World War Propaganda and Hogarth s Line of Beauty in the First World War Georgina Williams Propaganda and Hogarth s Line of Beauty in the First World War Georgina Williams ISBN 978-1-137-57193-9 ISBN 978-1-137-57194-6

More information

Ancient West Asian Civilization

Ancient West Asian Civilization Ancient West Asian Civilization Akira Tsuneki Shigeo Yamada Ken-ichiro Hisada Editors Ancient West Asian Civilization Geoenvironment and Society in the Pre- Islamic Middle East Editors Akira Tsuneki Faculty

More information

Marxism and Education. Series Editor Anthony Green Institute of Education University of London London, United Kingdom

Marxism and Education. Series Editor Anthony Green Institute of Education University of London London, United Kingdom Marxism and Education Series Editor Anthony Green Institute of Education University of London London, United Kingdom This series assumes the ongoing relevance of Marx s contributions to critical social

More information

Trends in Mathematics

Trends in Mathematics Trends in Mathematics Trends in Mathematics is a series devoted to the publication of volumes arising from conferences and lecture series focusing on a particular topic from any area of mathematics. Its

More information

Paul M. Gauthier. Lectures on Several Complex

Paul M. Gauthier. Lectures on Several Complex Paul M. Gauthier Lectures on Several Complex Variables Paul M. Gauthier Départment de Mathématiques et de Statistique Université de Montréal Montreal, QC, Canada ISBN 978-3-319-11510-8 ISBN 978-3-319-11511-5

More information

Shame and Modernity in Britain

Shame and Modernity in Britain Shame and Modernity in Britain Anne-Marie Kilday David S. Nash Shame and Modernity in Britain 1890 to the Present Anne-Marie Kilday Department of History, Philosophy and Religion Oxford Brookes University

More information

The New Middle Ages. Series Editor Bonnie Wheeler English & Medieval Studies Southern Methodist University Dallas, Texas, USA

The New Middle Ages. Series Editor Bonnie Wheeler English & Medieval Studies Southern Methodist University Dallas, Texas, USA The New Middle Ages Series Editor Bonnie Wheeler English & Medieval Studies Southern Methodist University Dallas, Texas, USA The New Middle Ages is a series dedicated to pluridisciplinary studies of medieval

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

Mathematics, Computer Science and Logic - A Never Ending Story

Mathematics, Computer Science and Logic - A Never Ending Story Mathematics, Computer Science and Logic - A Never Ending Story Peter Paule Editor Mathematics, Computer Science and Logic - A Never Ending Story The Bruno Buchberger Festschrift 123 Editor Peter Paule

More information

Jane Dowson. Carol Ann Duffy. Poet for Our Times

Jane Dowson. Carol Ann Duffy. Poet for Our Times Carol Ann Duffy Jane Dowson Carol Ann Duffy Poet for Our Times Jane Dowson De Montfort University Leicester, UK ISBN 978-1-137-41562-2 ISBN 978-1-137-41563-9 (ebook) DOI 10.1057/978-1-137-41563-9 Library

More information

Lecture Notes in Mathematics 2164

Lecture Notes in Mathematics 2164 Lecture Notes in Mathematics 2164 Editors-in-Chief: Jean-Michel Morel, Cachan Bernard Teissier, Paris Advisory Board: Michel Brion, Grenoble Camillo De Lellis, Zurich Alessio Figalli, Zurich Davar Khoshnevisan,

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

Yorick Wilks. Machine Translation. Its Scope and Limits

Yorick Wilks. Machine Translation. Its Scope and Limits Machine Translation Yorick Wilks Machine Translation Its Scope and Limits 123 Yorick Wilks Department of Computer Science The University of Sheffield Regent Court, 211 Portobello Street Sheffield, S1 4DP,

More information

Urbanization and the Migrant in British Cinema

Urbanization and the Migrant in British Cinema Urbanization and the Migrant in British Cinema Gareth Millington Urbanization and the Migrant in British Cinema Spectres of the City Gareth Millington University of York York, UK ISBN 978-1-137-47398-1

More information

J. Andrew Hubbell. Byron s Nature. A Romantic Vision of Cultural Ecology

J. Andrew Hubbell. Byron s Nature. A Romantic Vision of Cultural Ecology Byron s Nature Given the important role that Lord Byron s short but massively influential poem Darkness played in the development of eco-criticism, the lack of a systematic examination of Lord Byron s

More information

The Language of Cosmetics Advertising

The Language of Cosmetics Advertising The Language of Cosmetics Advertising aheuhiuea Helen Ringrow The Language of Cosmetics Advertising Helen Ringrow School of Languages and Area Studies University of Portsmouth Portsmouth, United Kingdom

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

Performing Age in Modern Drama

Performing Age in Modern Drama Performing Age in Modern Drama Valerie Barnes Lipscomb Performing Age in Modern Drama Valerie Barnes Lipscomb Liberal Arts University of South Florida Sarasota-Manatee Sarasota, Florida, USA ISBN 978-1-137-51251-2

More information

Protecting Chips Against Hold Time Violations Due to Variability

Protecting Chips Against Hold Time Violations Due to Variability Protecting Chips Against Hold Time Violations Due to Variability Gustavo Neuberger Ricardo Reis Gilson Wirth Protecting Chips Against Hold Time Violations Due to Variability Gustavo Neuberger Instituto

More information

Cultural Sociology. Series Editors Jeffrey C. Alexander Center for Cultural Sociology Yale University New Haven, CT, USA

Cultural Sociology. Series Editors Jeffrey C. Alexander Center for Cultural Sociology Yale University New Haven, CT, USA Cultural Sociology Series Editors Jeffrey C. Alexander Center for Cultural Sociology Yale University New Haven, CT, USA Ron Eyerman Center for Cultural Sociology Yale University New Haven, CT, USA David

More information

Benedetto Cotrugli The Book of the Art of Trade

Benedetto Cotrugli The Book of the Art of Trade Benedetto Cotrugli The Book of the Art of Trade Carlo Carraro Giovanni Favero Editors Benedetto Cotrugli The Book of the Art of Trade With Scholarly Essays from Niall Ferguson, Giovanni Favero, Mario Infelise,

More information

Complicite, Theatre and Aesthetics

Complicite, Theatre and Aesthetics Complicite, Theatre and Aesthetics Tomasz Wiśniewski Complicite, Theatre and Aesthetics From Scraps of Leather Tomasz Wiśniewski University of Gdańsk, Poland ISBN 978-3-319-33442-4 ISBN 978-3-319-33443-1

More information

Studies in German Idealism

Studies in German Idealism Studies in German Idealism Volume 17 Series Editor Reinier W. Munk, VU University, Amsterdam, The Netherlands Advisory Editorial Board Frederick Beiser, Syracuse University, U.S.A. Daniel Dahlstrom, Boston

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

Readability: Text and Context

Readability: Text and Context Readability: Text and Context Also by Alan Bailin THE CRITICAL ASSESSMENT OF RESEARCH Traditional and New Methods of Evaluation ( co- authored) METAPHOR AND THE LOGIC OF LANGUAGE USE Also by Ann Grafstein

More information

Theatre and Residual Culture

Theatre and Residual Culture Theatre and Residual Culture Christopher Collins Theatre and Residual Culture J.M. Synge and Pre-Christian Ireland Christopher Collins School of English University of Nottingham Nottingham, UK ISBN 978-1-349-94871-0

More information

Training for Model Citizenship

Training for Model Citizenship Training for Model Citizenship Molly Sundberg Training for Model Citizenship An Ethnography of Civic Education and State- Making in Rwanda Molly Sundberg Uppsala University Uppsala Sweden ISBN 978-1-137-58421-2

More information

Cognitive Studies in Literature and Performance

Cognitive Studies in Literature and Performance Cognitive Studies in Literature and Performance Series Editors Bruce McConachie Department of Theatre Arts University of Pittsburgh Pittsburgh, PA, USA Blakey Vermeule Department of English Stanford University

More information

The Grotesque in Contemporary Anglophone Drama

The Grotesque in Contemporary Anglophone Drama The Grotesque in Contemporary Anglophone Drama wwwwwwwwwwwwwwwww Ondřej Pilný The Grotesque in Contemporary Anglophone Drama Ondřej Pilný Department of Anglophone Literatures and Cultures Faculty of Arts

More information

Springer Praxis Books

Springer Praxis Books Springer Praxis Books More information about this series at http://www.springer.com/series/4097 J.B. Williams The Electronics Revolution Inventing the Future J.B. Williams Offord Darcy St Neots Cambridgeshire,

More information

Introduction to the Representation Theory of Algebras

Introduction to the Representation Theory of Algebras Introduction to the Representation Theory of Algebras Michael Barot Introduction to the Representation Theory of Algebras 123 Michael Barot Instituto de Matemáticas Universidad Nacional Autónoma de México

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

A Hybrid Theory of Metaphor

A Hybrid Theory of Metaphor A Hybrid Theory of Metaphor A Hybrid Theory of Metaphor Relevance Theory and Cognitive Linguistics Markus Tendahl University of Dortmund, Germany Markus Tendahl 2009 Softcover reprint of the hardcover

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

Communicating Science

Communicating Science Communicating Science Pierre Laszlo Communicating Science A Practical Guide 123 Prof. Pierre Laszlo Cloud s Rest Prades F-12320 Senergues France DOI 10.1007/75951 ISBN-10 3-540-31919-0 Springer Berlin

More information

Dada and Existentialism

Dada and Existentialism Dada and Existentialism Elizabeth Benjamin Dada and Existentialism The Authenticity of Ambiguity Elizabeth Benjamin University of Birmingham Birmingham, United Kingdom ISBN 978-1-137-56367-5 DOI 10.1057/978-1-137-56368-2

More information

Rhetoric, Politics and Society

Rhetoric, Politics and Society Rhetoric, Politics and Society Series Editors Alan Finlayson University of East Anglia United Kingdom James Martin Goldsmiths, University of London United Kingdom Kendall Phillips University of Syracuse

More information

Irish Women Writers and the Modern Short Story

Irish Women Writers and the Modern Short Story Irish Women Writers and the Modern Short Story Elke D hoker Irish Women Writers and the Modern Short Story Elke D hoker University of Leuven Leuven, Belgium ISBN 978-3-319-30287-4 ISBN 978-3-319-30288-1

More information

Sentiment Aggregation using ConceptNet Ontology

Sentiment Aggregation using ConceptNet Ontology Sentiment Aggregation using ConceptNet Ontology Subhabrata Mukherjee Sachindra Joshi IBM Research - India 7th International Joint Conference on Natural Language Processing (IJCNLP 2013), Nagoya, Japan

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

Cognitive Studies in Literature and Performance

Cognitive Studies in Literature and Performance Cognitive Studies in Literature and Performance Series Editors Bruce McConachie Department of Theatre Arts University of Pittsburgh Pittsburgh, Pennsylvania, USA Blakey Vermeule Department of English Stanford

More information

Calculation of Demographic Parameters in Tropical Livestock Herds

Calculation of Demographic Parameters in Tropical Livestock Herds Matthieu Lesnoff Renaud Lancelot Charles-Henri Moulin Samir Messad Xavier Juanès Christian Sahut Calculation of Demographic Parameters in Tropical Livestock Herds A discrete time approach with LASER animal-based

More information

Proust, China and Intertextual Engagement

Proust, China and Intertextual Engagement Proust, China and Intertextual Engagement Shuangyi Li Proust, China and Intertextual Engagement Translation and Transcultural Dialogue Shuangyi Li Lund University Lund, Sweden ISBN 978-981-10-4453-3 ISBN

More information

Edited by: Wolfgang Dietrich UNESCO Chair for Peace Studies University of Innsbruck/Austria

Edited by: Wolfgang Dietrich UNESCO Chair for Peace Studies University of Innsbruck/Austria Masters of Peace Masters of Peace is a book series edited by the University of Innsbruck s UNESCO Chair for Peace Studies. It has been founded to honour outstanding works of young academics in the field

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

Vision, Illusion and Perception

Vision, Illusion and Perception Vision, Illusion and Perception Volume 1 Series editor Nicholas Wade, University of Dundee, Department of Psychology, Dundee, DD1 4HN, Scotland, UK e-mail: n.j.wade@dundee.ac.uk Editorial Board Benjamin

More information

Evolution of Broadcast Content Distribution

Evolution of Broadcast Content Distribution Evolution of Broadcast Content Distribution Roland Beutler Evolution of Broadcast Content Distribution 123 Roland Beutler Südwestrundfunk (SWR) Stuttgart, Germany ISBN 978-3-319-45972-1 ISBN 978-3-319-45973-8

More information

LOCALITY DOMAINS IN THE SPANISH DETERMINER PHRASE

LOCALITY DOMAINS IN THE SPANISH DETERMINER PHRASE LOCALITY DOMAINS IN THE SPANISH DETERMINER PHRASE Studies in Natural Language and Linguistic Theory VOLUME 79 Managing Editors Marcel den Dikken, City University of New York Liliane Haegeman, University

More information

COMPUTER ENGINEERING SERIES

COMPUTER ENGINEERING SERIES COMPUTER ENGINEERING SERIES Musical Rhetoric Foundations and Annotation Schemes Patrick Saint-Dizier Musical Rhetoric FOCUS SERIES Series Editor Jean-Charles Pomerol Musical Rhetoric Foundations and

More information

The Critique Handbook

The Critique Handbook BUSTMF01_0131505440.QXD 26/1/06 2:50 AM Page i The Critique Handbook A Sourcebook and Survival Guide Kendall Buster and Paula Crawford UPPER SADDLE RIVER, NEW JERSEY 07458 BUSTMF01_0131505440.QXD 26/1/06

More information

Collected Papers VI. Literary Reality and Relationships

Collected Papers VI. Literary Reality and Relationships Collected Papers VI. Literary Reality and Relationships PHAENOMENOLOGICA SERIES FOUNDED BY H.L. VAN BREDA AND PUBLISHED UNDER THE AUSPICES OF THE HUSSERL-ARCHIVES 206 ALFRED SCHUTZ COLLECTED PAPERS VI.

More information

How to Write Technical Reports

How to Write Technical Reports How to Write Technical Reports Lutz Hering Heike Hering How to Write Technical Reports Understandable Structure, Good Design, Convincing Presentation 123 Dr. Lutz Hering Am Ricklinger Holze 14 30966 Hemmingen

More information

Being Agile. Your Roadmap to Successful Adoption of Agile. Mario E. Moreira

Being Agile. Your Roadmap to Successful Adoption of Agile. Mario E. Moreira Being Agile Your Roadmap to Successful Adoption of Agile Mario E. Moreira Being Agile: Your Roadmap to Successful Adoption of Agile Copyright 2013 by Mario E. Moreira This work is subject to copyright.

More information

Theory of Digital Automata

Theory of Digital Automata Theory of Digital Automata International Series on INTELLIGENT SYSTEMS, CONTROL AND AUTOMATION: SCIENCE AND ENGINEERING VOLUME 63 Editor Professor S. G. Tzafestas, National Technical University of Athens,

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

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

Finding Sarcasm in Reddit Postings: A Deep Learning Approach

Finding Sarcasm in Reddit Postings: A Deep Learning Approach Finding Sarcasm in Reddit Postings: A Deep Learning Approach Nick Guo, Ruchir Shah {nickguo, ruchirfs}@stanford.edu Abstract We use the recently published Self-Annotated Reddit Corpus (SARC) with a recurrent

More information

Smart Traffic Control System Using Image Processing

Smart Traffic Control System Using Image Processing Smart Traffic Control System Using Image Processing Prashant Jadhav 1, Pratiksha Kelkar 2, Kunal Patil 3, Snehal Thorat 4 1234Bachelor of IT, Department of IT, Theem College Of Engineering, Maharashtra,

More information

Figures in Scientific Open Access Publications

Figures in Scientific Open Access Publications Figures in Scientific Open Access Publications Lucia Sohmen 2[0000 0002 2593 8754], Jean Charbonnier 1[0000 0001 6489 7687], Ina Blümel 1,2[0000 0002 3075 7640], Christian Wartena 1[0000 0001 5483 1529],

More information

IS SCIENCE PROGRESSIVE?

IS SCIENCE PROGRESSIVE? IS SCIENCE PROGRESSIVE? SYNTHESE LIBRARY STUDIES IN EPISTEMOLOGY, LOGIC, METHODOLOGY, AND PHILOSOPHY OF SCIENCE Managing Editor: JAAKKO HINTIKKA, Florida State University, Tallahassee Editors: DONALD DAVIDSON,

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

Metaphor in Discourse

Metaphor in Discourse Metaphor in Discourse Metaphor is the phenomenon whereby we talk and, potentially, think about something in terms of something else. In this book discusses metaphor as a common linguistic occurrence, which

More information

THEORY AND APPLICATIONS OF SPECIAL FUNCTIONS. A Volume Dedicated to Mizan Rahman

THEORY AND APPLICATIONS OF SPECIAL FUNCTIONS. A Volume Dedicated to Mizan Rahman - - - - -- - THEORY AND APPLICATIONS OF SPECIAL FUNCTIONS A Volume Dedicated to Mizan Rahman Developments in Mathematics VOLUME 13 Series Editor: Krishnaswami Alladi, University of Florida, U.S.A. Aims

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

The. Craft of. Editing

The. Craft of. Editing The Craft of Editing Springer Science+ Business Media, LLC The Craft of Editing A Guide for Managers, Scientists, and Engineers Michael Alley. ~. T Springer Michael Alley College of Engineering VIrginia

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

Journey through Mathematics

Journey through Mathematics Journey through Mathematics Enrique A. González-Velasco Journey through Mathematics Creative Episodes in Its History Enrique A. González-Velasco Department of Mathematical Sciences University of Massachusetts

More information

Implementation of Emotional Features on Satire Detection

Implementation of Emotional Features on Satire Detection Implementation of Emotional Features on Satire Detection Pyae Phyo Thu1, Than Nwe Aung2 1 University of Computer Studies, Mandalay, Patheingyi Mandalay 1001, Myanmar pyaephyothu149@gmail.com 2 University

More information

JTC 1/SC 41. François Coallier, PhD, Eng. Chair, ISO/IEC JTC 1/SC41 ITU-T RFG, ITU-T RFG

JTC 1/SC 41. François Coallier, PhD, Eng. Chair, ISO/IEC JTC 1/SC41 ITU-T RFG, ITU-T RFG JTC 1/SC 41 ITU-T RFG, 2017-11-19 François Coallier, PhD, Eng. Chair, ISO/IEC JTC 1/SC41 francois.coallier @etsmtl.ca http://www.elmofoto.com/northerncalifornia-3/northern-california/i-wcm58rn/a 1 http://cladirect.com/wp-content/uploads/2015/06/theinternetofthings.jpg

More information

Wittgenstein and Interreligious Disagreement

Wittgenstein and Interreligious Disagreement Wittgenstein and Interreligious Disagreement Gorazd Andrejč Wittgenstein and Interreligious Disagreement A Philosophical and Theological Perspective Gorazd Andrejč St Edmunds College University of Cambridge

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

HANDBOOK OF RECORDING ENGINEERING FOURTH EDITION

HANDBOOK OF RECORDING ENGINEERING FOURTH EDITION HANDBOOK OF RECORDING ENGINEERING FOURTH EDITION HANDBOOK OF RECORDING ENGINEERING FOURTH EDITION by John Eargle JME Consulting Corporation Springe] John Eargle JME Consulting Corporation Los Angeles,

More information

Components and Services for IoT Platforms

Components and Services for IoT Platforms Components and Services for IoT Platforms Georgios Keramidas Nikolaos Voros Michael Hübner Editors Components and Services for IoT Platforms Paving the Way for IoT Standards 123 Editors Georgios Keramidas

More information

Freshwater Invertebrates in Central Europe

Freshwater Invertebrates in Central Europe Freshwater Invertebrates in Central Europe György Kriska Freshwater Invertebrates in Central Europe A Field Guide György Kriska Group for Methodology in Biology Teaching, Biological Institute Eötvös Loránd

More information

Narrative Dimensions of Philosophy

Narrative Dimensions of Philosophy Narrative Dimensions of Philosophy This page intentionally left blank Narrative Dimensions of Philosophy A Semiotic Exploration in the Work of Merleau-Ponty, Kierkegaard and Austin Sky Marsen Victoria

More information

Corpus Approaches to Critical Metaphor Analysis

Corpus Approaches to Critical Metaphor Analysis Corpus Approaches to Critical Metaphor Analysis Corpus Approaches to Critical Metaphor Analysis Jonathan Charteris-Black Jonathan Charteris-Black, 2004 Softcover reprint of the hardcover 1st edition 2004

More information

Article Title: Discovering the Influence of Sarcasm in Social Media Responses

Article Title: Discovering the Influence of Sarcasm in Social Media Responses Article Title: Discovering the Influence of Sarcasm in Social Media Responses Article Type: Opinion Wei Peng (W.Peng@latrobe.edu.au) a, Achini Adikari (A.Adikari@latrobe.edu.au) a, Damminda Alahakoon (D.Alahakoon@latrobe.edu.au)

More information

Ramanujan's Notebooks

Ramanujan's Notebooks Ramanujan's Notebooks Part II Springer New York Berlin Heidelberg Barcelona Hong Kong London Milan Paris Singapore Tokyo Bust of Ramanujan by Paul Granlund Bruce C. Berndt Ramanujan's Notebooks Part II

More information

Advanced Accountancy. Volume II

Advanced Accountancy. Volume II Advanced Accountancy Volume II Other books by the same authors published by Vikas Advanced Accountancy-Vol. I Ninth Revised & Enlarged Edition, 2009 For B.Com., M.Com., CA, CS & ICWA Examinations Problems

More information

Paulo V. K. Borges. Flat 1, 50A, Cephas Av. London, UK, E1 4AR (+44) PRESENTATION

Paulo V. K. Borges. Flat 1, 50A, Cephas Av. London, UK, E1 4AR (+44) PRESENTATION Paulo V. K. Borges Flat 1, 50A, Cephas Av. London, UK, E1 4AR (+44) 07942084331 vini@ieee.org PRESENTATION Electronic engineer working as researcher at University of London. Doctorate in digital image/video

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

Quality Assurance in Seafood Processing: A Practical Guide

Quality Assurance in Seafood Processing: A Practical Guide Quality Assurance in Seafood Processing: A Practical Guide Quality Assurance in Seafood Processing: A Practical Guide A. D. Bonnell SPRINGER-SCIENCE+BUSINESS MEDIA, B.V. 1994 Springer Science+Business

More information

THE JOURNAL OF POULTRY SCIENCE: AN ANALYSIS OF CITATION PATTERN

THE JOURNAL OF POULTRY SCIENCE: AN ANALYSIS OF CITATION PATTERN The Eastern Librarian, Volume 23(1), 2012, ISSN: 1021-3643 (Print). Pages: 64-73. Available Online: http://www.banglajol.info/index.php/el THE JOURNAL OF POULTRY SCIENCE: AN ANALYSIS OF CITATION PATTERN

More information

Instrument Recognition in Polyphonic Mixtures Using Spectral Envelopes

Instrument Recognition in Polyphonic Mixtures Using Spectral Envelopes Instrument Recognition in Polyphonic Mixtures Using Spectral Envelopes hello Jay Biernat Third author University of Rochester University of Rochester Affiliation3 words jbiernat@ur.rochester.edu author3@ismir.edu

More information

Browsing News and Talk Video on a Consumer Electronics Platform Using Face Detection

Browsing News and Talk Video on a Consumer Electronics Platform Using Face Detection Browsing News and Talk Video on a Consumer Electronics Platform Using Face Detection Kadir A. Peker, Ajay Divakaran, Tom Lanning Mitsubishi Electric Research Laboratories, Cambridge, MA, USA {peker,ajayd,}@merl.com

More information

Sarcasm Detection: A Computational and Cognitive Study

Sarcasm Detection: A Computational and Cognitive Study Sarcasm Detection: A Computational and Cognitive Study Pushpak Bhattacharyya CSE Dept., IIT Bombay and IIT Patna California Jan 2018 Acknowledgment: Aditya, Raksha, Abhijit, Kevin, Lakshya, Arpan, Vaibhav,

More information

UCSB LIBRARY COLLECTION SPACE PLANNING INITIATIVE: REPORT ON THE UCSB LIBRARY COLLECTIONS SURVEY OUTCOMES AND PLANNING STRATEGIES

UCSB LIBRARY COLLECTION SPACE PLANNING INITIATIVE: REPORT ON THE UCSB LIBRARY COLLECTIONS SURVEY OUTCOMES AND PLANNING STRATEGIES UCSB LIBRARY COLLECTION SPACE PLANNING INITIATIVE: REPORT ON THE UCSB LIBRARY COLLECTIONS SURVEY OUTCOMES AND PLANNING STRATEGIES OCTOBER 2012 UCSB LIBRARY COLLECTIONS SURVEY REPORT 2 INTRODUCTION With

More information