Learning multi-grained aspect target sequence for Chinese sentiment analysis. H Peng, Y Ma, Y Li, E Cambria Knowledge-Based Systems (2018)

Size: px
Start display at page:

Download "Learning multi-grained aspect target sequence for Chinese sentiment analysis. H Peng, Y Ma, Y Li, E Cambria Knowledge-Based Systems (2018)"

Transcription

1 Tutorial

2 Learning multi-grained aspect target sequence for Chinese sentiment analysis H Peng, Y Ma, Y Li, E Cambria Knowledge-Based Systems (28)

3 Ideas Task: Aspect term sentiment classification Problems Eg.: The red apple released in California was not that interesting. Eg.: The room size is small, but the view is excellent. Opportunities in Chinese Compositionality = Train ( 火 车) Wood (木) + Fire (火) Jungle (林) Vehicle ( 车 ) Forest (森)

4 Solutions Adaptive word embeddings Aspect target sequence modelling Attention mechanism Sequence modelling-lstm Multi-grained learning Fusion of granularities

5

6

7 Q Term Docs Docs2 Docs3 Angels Fools Angels rush Angels fear Fools rush Fear fools Fear to Where angels To tread in queries generated a) Which arefear the biword boolean by the following phrase query? Rush in. fools rush in 2. where angels rush in 3. angels fear to tread b) Which are, if any, the document retrieved?

8 term doc Q2 doc2 angels #36, 74, 252, 65$ fools #, 7, 74, 222$ fear in #3, 37, 76, 444, 85$ rush #2, 66, 94, 32, 72$ to #47, 86, 234, 999$ doc3 #5, 23, 42$ #8, 78, 8, 458$ #3, 43, 3, 433$ #8, 328, 528$ #, 2,, 47, 5$ #5, 7, 25, 95$ #4, 6, 44$ #4, 24, 774, 944$ #9, 39, 599, 79$ Which treaddocument(s), #57, 94, 333$ if any, meet each of the following phrase where based #67, 24, 393,over mentioned #, 4,, #4,index? 36, queries, on the positional $ (a) fools rush in (b) where angels rush in (c) angels fear to tread 42, 43$; 736$

9 Reca Biword Index Index every consecutive pair of terms in the text as a phrase Es. Friends, Romans, Countrymen would generate the biwords:. friends romans 2. romans countrymen Longer phrase queries can be broken into the Boolean query on biwords: Es. stanford university palo alto stanford university AND university palo AND palo alto

10 Reca Positional index Extract inverted index entries for each distinct term: to, be, or, not. Merge their doc:position lists to enumerate all positions with to be or not to be. to: 2:,7,74,222,55; 4:8,6,9,429,433; 7:3,23,9;... be: :7,9; 4:7,9,29,43,434; 5:4,9,;... Same general method for proximity searches

11 Group discussion

12 A.a fools rush in => fools rush AND rush in where angels rush in => where angels AND angels rush AND rush in angels fear to tread => angels fear AND fear to AND to tread

13 A.b fools rush in = doc where angels rush in = doc, doc3 angels fear to tread = null

14 A2 fools rush in => doc Fools #, 7, 74, 222$ 444, 85$ rush #2, 66, 94, 32, 72$ in #3, 37, 76, where angels rush in => doc3 Where #4, 36, 736$ angels #5, 23, 42$ #5, 7, 25, 95$ rush #4, 6, 44$ in Doc;No positional merge available Where #67, 24, 393, $ angels #36, 74, 252, 65$ 94, 32, 72$ in #3, 37, 76, 444, 85$ rush #2, 66,

15 Q3 Consider the table of term frequencies for 3 documents denoted Doc, Doc2, Doc3 below. Compute the tf-idf weights for the terms car, auto, insurance, best, for each document, using idf the table below. wthe ( values log tffrom t,d ) log ( N / df t ) t,d term Doc Doc 2 Doc3 idf car auto insuran ce best 4 7.5

16 Sec tf-idf weighting Recall The tf-idf weight of a term is the product of its tf weight and its idf weight. w t,d ( log tf t,d ) log ( N / df t ) Best known weighting scheme in information retrieval Note: the - in tf-idf is a hyphen, not a minus sign! Alternative names: tf.idf, tf x idf Increases with the number of occurrences within a document

17 Group discussion

18 A3 w t,d ( log tft,d ) log ( N / dft ) tf Doc Doc 2 Doc3 idf car auto insuran ce best +log tf 4 Doc Doc 2 car 2.43 auto w Doc Doc 2 Doc3 car auto Doc3.5 insuran ce best insuran ce best

19 Q4 Refer to the tf and idf values for four terms and three documents from Q3. Compute the two top scoring documents on the query best car insurance for each of the following weighing schemes: (i) nnn.atc; (ii) ntc.atc. ddd.qqq

20 Sec. 6.4 tf-idf example: lnc.ltc Recall Document: car insurance auto insurance Query: best car insurance Term Document tfraw tf-wt auto best car insurance wt Query norm alize tf-raw tf-wt Pro d df idf Doc length = Score = =.8 wt norma lize

21 Group discussion

22 A4 Find document vectors: (i) nnn (ii) ntc nnn Doc Doc2 Doc3 car 27**= 27 **= 24**= 24 auto 3**=3 33**= 33 **= **= 33**= 29**= Doc insuran ntc ce Doc car (27*.65=44.55)/49.6 (*.65=6.5)/ **= **= 7**= = = (24*.65=39.6)/66.5=.6 auto (3*2.8=6.24)/49.6=.3 (33*2.8=68.64)/88.5 5=.78 *2.8= insuranc e *.62= (33*.62=53.46)/88.5 5=.6 (29*.62=46.98)/66.5=.7 best (4*.5=2)/49.6=.42 *.5= (7*.5=25.5)/66.5=.38 best Doc3

23 A4 Find the vector for query best car insurance: (i,ii) atc tf a t at atc car.5+.5*/= auto.5+.5*/= insurance best nnn.atc.5 Doc3 car.5+.5*/=.5 Doc Doc2 27*.6=6.2 *.6=6 auto insuranc e *.59= 33*.59= *.59=7. best 4*.54= *.54=9.8 SUM (3rd) 4.69 (st) (2nd) 24*.6= max(tf)= length=2.76

24 A4 (ii) ntc.atc ntc Doc Doc2 Doc3 atc car auto.3.79 insurance best ntc.atc Doc Doc2 Doc3 car.9*.6=.54.9*.6=..6*.6=.36 auto insurance.6*.59=.3 6.7*.59=.42 best.42*.54= *.54=.2 SUM.77 (2nd).47(3rd).99 (st)

25 Q5 Antony and Julius Cleopatr Caesar a The Tempest Antony Brutus Caesar Calpurni a Cleopatr a Mercy 5 a) Compute the cosine similarity and the Euclidian distance between the Worser 2 brutus based on the termdocuments and the query: caesar mercy document count matrix above. b) How does the Euclidian distance change if we normalize the vectors? w t,d ( log tft,d ) log ( N / dft ) NB: Compute the vector space using tf-idf formula of Q3

26 Euclidean distance Recall Euclidean distance: the distance between points (x,y ) and (x,y ) is given by: 2 2 Unfortunately, this distance is biased by the length of the vectors. So is not able to detect the correct terms distribution

27 Cosine similarity illustrated 27 Recall

28 Group discussion

29 A5 Compute the vector space Antony and Cleopatr a Julius Caesar The Tempest Query Antony.56.5 Brutus Caesar Calpurni a.95 Cleopatr a Mercy Worser.23.8

30 A5 Antony and Cleopatra Julius Caesar The Tempest Cosine similarity Euclidian distance

31 A5 Normalized values Antony and Cleopatr a Julius Caesar The Tempest Query Antony Brutus Caesar Calpurni a.322 Cleopatr a Mercy Worser Euclidia n distance normaliz

32 Tutorial 2

33 Context-Dependent Sentiment Analysis in User-Generated Videos Poria, S., Cambria, E., Hazarika, D., Majumder, N., Zadeh, A., & Morency, L. P. (27). In Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume : Long Papers) (Vol., pp ).

34 Idea Utterance context influences sentiment eg.: Movie review of Green Hornet : The Green Hornet did something similar It engages the audience more, they took a new spin on it, and I just loved it

35 Solutions Model the order of utterance appearance Contextual LSTM Fusion of modalities Hierarchical Framework

36

37

38

39 Q Consider the following class conditioned word probabilities (c=non-spam, c=spam): For each of the 3 snippets below, ignoring case, punctuations, and words beyond the known vocabulary words, compute the class conditioned document probabilities for each of the 3 documents (6 in total: P(d c), P(d2 c), P(d3 c), P(d c), P(d2 c), P(d3 c)) using the Naïve Bayes model.

40 Sec.3.2 Recall Naive Bayes Classifier d x, x2,, xn cmap argmax P (cj x, x2,, xn ) cj C The Theprobability probabilityof ofaa document documentddbeing beingin inclass class c.c. argmax P ( x, x2,, xn cj )P (cj ) Bayes Bayes Rule Rule cj C argmax P ( x cj )P ( x2 cj ) P ( xn cj )P (cj ) cj C N (C c j ) ˆ P (c j ) N Pˆ ( xi c j ) Conditional Conditional Dependence Dependence Assumption Assumption N ( X i xi, C c j ) N (C c j ) k

41 Q: documents d: OEM software - throw packing case, leave CD, use electronic manuals. Pay for software only and save 75-9%! Find incredible discounts! See our special offers! d2: Our Hottest pick this year! Brand new issue Cana Petroleum! VERY tightly held, in a booming business sector, with a huge publicity campaign starting up, Cana Petroleum (CNPM) is set to bring all our readers huge gains. We advise you to get in on this one and ride it to the top! d3: Dear friend, How is your family? hope all of you are fine, if so splendid. Yaw Osafo-Maafo is my name and former Ghanaian minister of finance. Although I was sacked by President John Kufuor on 28 April 26 for the fact I signed 29 million book publication contract with Macmillan Education without reference to the Public Procurement Board and without Parliamentary approval.

42 Q: Naïve Bayes model p( dj ck ) t p( wi ck ) i f ( wi, dj ) where f(wi,dj) = frequency of word wi in document dj

43 Hint d2: Our Hottest pick this year! Brand new issue Cana Petroleum! VERY tightly held, in a booming business sector, with a huge publicity campaign starting up, Cana Petroleum (CNPM) is set to bring all our readers huge gains. We advise you to get in on this one and ride it to t the top! f ( wi, dj ) p( dj ck ) p( wi ck ) i p(d2 c) = p(hottest c)*p(brand c)*p(new c)*p(huge c)2

44 Group discussion

45 A p(d c ) p(d c ) p(d2 c ) p(d2 c ) p(d3 c ) p(d3 c )

46 Q2 Compute the posterior probabilities of each document in Question, given c and c, (6 in total: P(c d), P(c d), P(c d2), P(c d2), P(c d3), P(c d3)) assuming that 8% of all received are spam, i.e., prior class probability P(c)=.8 (from which you can derive P(c)=P(c)), and finally decide whether each document p(is ck spam. dj ) p(dj ck ) p(ck )

47 Group discussion

48 Q2 P(c) = -P(c) =.2

49 A2 P(c d) P(d c)xp(c)=6x-6x.2=.2x-6 P(c d) P(d c)xp(c)=.92x.8=.72 P(c d2) P(d2 c)xp(c)=.2x-4x.2=2.4x5 P(c d2) P(d2 c)xp(c)=.747x.8=.6 P(c d3) P(d3 c)xp(c)=.2x.2=.4 P(c d3) P(d3 c)xp(c)=.96x.8=.6

50 Q3 Build a Naïve Bayes classifier using words as features for the training set in Table 2 and use the classifier to classify the test set in the table.

51 Bayes probability Prior probability: Probability of expecting class ck before taking in account any evidence Likelihood: Recall True only because we make the "naive" conditional independence assumptions Posterior probability:

52 Recall Naive Bayes: Learning Number of documents belonging to class ck Total number of documents Number of occurrence of term xi in docs of class ck Number of terms appearing in docs of class ck

53 MAP classifier MAP is maximum a posteriori Detect the class that maximize our posteriori probability We just try all the class ck Recall

54 Group discussion

55 A3 Prior probability: p(china)=2/4, p(~china)=2/4

56 A3 (learning) Doc Id Terms Taipei 2 Macao 3 Japan 4 Sapporo Taiwan Taiwan Shanghai Sapporo Osaka Taiwan Vocabulary = {Taipei, Taiwan, Macao, Shanghai, Japan, Sapporo, Osaka} Vocabulary = 7 Doc class #Terms Yes 5 No 5

57 A3 (learning) P(Taipei yes)=(+)/(5+7)=2/2 P(Taipei no)=(+)/(5+7)=/2 P(Taiwan yes)=(2+)/(5+7)=3/2 P(Taiwan no)=(+)/(5+7)=2/2 P(Sapporo yes)=(+)/(5+7)=/2 P(Sapporo no)=(2+)/(5+7)=3/2

58 A3 (classifying) Doc Id Terms 5 Taiwan Taiwan P(yes d5)= P(no d5)= Answer: d5 belongs to the class no Sapporo

59 Q4 Each of two Web search engines A and B generates a large number of pages uniformly at random from their indexes. 3% of A s pages are present in B s index, while 5% of B s pages are present in A s index. What is the ratio between the number of pages in A s index and the number of pages in B s?

60 Recall

61 Group discussion

62 A4 3% x A = 5% x B A/B = 5/3

COSC282 BIG DATA ANALYTICS FALL 2015 LECTURE 11 - OCT 21

COSC282 BIG DATA ANALYTICS FALL 2015 LECTURE 11 - OCT 21 COSC282 BIG DATA ANALYTICS FALL 2015 LECTURE 11 - OCT 21 1 Topics for Today Assignment 6 Vector Space Model Term Weighting Term Frequency Inverse Document Frequency Something about Assignment 6 Search

More information

Inverted Index Construction

Inverted Index Construction Inverted Index Construction Adapted from Lectures by Prabhakar Raghavan (Yahoo and Stanford) and Christopher Manning (Stanford) Prasad L3InvertedIndex 1 Unstructured data in 1650 Which plays of Shakespeare

More information

Indexing local features. Wed March 30 Prof. Kristen Grauman UT-Austin

Indexing local features. Wed March 30 Prof. Kristen Grauman UT-Austin Indexing local features Wed March 30 Prof. Kristen Grauman UT-Austin Matching local features Kristen Grauman Matching local features? Image 1 Image 2 To generate candidate matches, find patches that have

More information

Can Song Lyrics Predict Genre? Danny Diekroeger Stanford University

Can Song Lyrics Predict Genre? Danny Diekroeger Stanford University Can Song Lyrics Predict Genre? Danny Diekroeger Stanford University danny1@stanford.edu 1. Motivation and Goal Music has long been a way for people to express their emotions. And because we all have a

More information

Music Mood. Sheng Xu, Albert Peyton, Ryan Bhular

Music Mood. Sheng Xu, Albert Peyton, Ryan Bhular Music Mood Sheng Xu, Albert Peyton, Ryan Bhular What is Music Mood A psychological & musical topic Human emotions conveyed in music can be comprehended from two aspects: Lyrics Music Factors that affect

More information

Automatic Rhythmic Notation from Single Voice Audio Sources

Automatic Rhythmic Notation from Single Voice Audio Sources Automatic Rhythmic Notation from Single Voice Audio Sources Jack O Reilly, Shashwat Udit Introduction In this project we used machine learning technique to make estimations of rhythmic notation of a sung

More information

Combination of Audio & Lyrics Features for Genre Classication in Digital Audio Collections

Combination of Audio & Lyrics Features for Genre Classication in Digital Audio Collections 1/23 Combination of Audio & Lyrics Features for Genre Classication in Digital Audio Collections Rudolf Mayer, Andreas Rauber Vienna University of Technology {mayer,rauber}@ifs.tuwien.ac.at Robert Neumayer

More information

MPEG-4 Audio Synchronization

MPEG-4 Audio Synchronization MPEG-4 Audio Synchronization Masayuki Nishiguchi, Shusuke Takahashi, Akira Inoue Oct 22, 2014 Sony Corporation Agenda Use case Synchronization Scheme Extraction tool (Normative) Similarity Calculation

More information

GENDER IDENTIFICATION AND AGE ESTIMATION OF USERS BASED ON MUSIC METADATA

GENDER IDENTIFICATION AND AGE ESTIMATION OF USERS BASED ON MUSIC METADATA GENDER IDENTIFICATION AND AGE ESTIMATION OF USERS BASED ON MUSIC METADATA Ming-Ju Wu Computer Science Department National Tsing Hua University Hsinchu, Taiwan brian.wu@mirlab.org Jyh-Shing Roger Jang Computer

More information

Jazz Melody Generation and Recognition

Jazz Melody Generation and Recognition Jazz Melody Generation and Recognition Joseph Victor December 14, 2012 Introduction In this project, we attempt to use machine learning methods to study jazz solos. The reason we study jazz in particular

More information

Lyrics Classification using Naive Bayes

Lyrics Classification using Naive Bayes Lyrics Classification using Naive Bayes Dalibor Bužić *, Jasminka Dobša ** * College for Information Technologies, Klaićeva 7, Zagreb, Croatia ** Faculty of Organization and Informatics, Pavlinska 2, Varaždin,

More information

A repetition-based framework for lyric alignment in popular songs

A repetition-based framework for lyric alignment in popular songs A repetition-based framework for lyric alignment in popular songs ABSTRACT LUONG Minh Thang and KAN Min Yen Department of Computer Science, School of Computing, National University of Singapore We examine

More information

CIS530 Homework 3: Vector Space Models

CIS530 Homework 3: Vector Space Models CIS530 Homework 3: Vector Space Models Maria Kustikova (mkust) and Devanshu Jain (devjain) Due Date: January 31, 2018 1 Testing In order to ensure that the implementation of functions (create term document

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

CIS530 HW3. Ignacio Arranz, Jishnu Renugopal January 30, 2018

CIS530 HW3. Ignacio Arranz, Jishnu Renugopal January 30, 2018 CIS530 HW3 Ignacio Arranz, Jishnu Renugopal January 30, 2018 1 How do I know if my rankings are good Rank Cosine Jaccard Dice 1 All s well... All s well... All s well... 2 A Winter s Tale A Winter s Tale

More information

Music Emotion Recognition. Jaesung Lee. Chung-Ang University

Music Emotion Recognition. Jaesung Lee. Chung-Ang University Music Emotion Recognition Jaesung Lee Chung-Ang University Introduction Searching Music in Music Information Retrieval Some information about target music is available Query by Text: Title, Artist, or

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

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

A TEXT RETRIEVAL APPROACH TO CONTENT-BASED AUDIO RETRIEVAL

A TEXT RETRIEVAL APPROACH TO CONTENT-BASED AUDIO RETRIEVAL A TEXT RETRIEVAL APPROACH TO CONTENT-BASED AUDIO RETRIEVAL Matthew Riley University of Texas at Austin mriley@gmail.com Eric Heinen University of Texas at Austin eheinen@mail.utexas.edu Joydeep Ghosh University

More information

A QUERY BY EXAMPLE MUSIC RETRIEVAL ALGORITHM

A QUERY BY EXAMPLE MUSIC RETRIEVAL ALGORITHM A QUER B EAMPLE MUSIC RETRIEVAL ALGORITHM H. HARB AND L. CHEN Maths-Info department, Ecole Centrale de Lyon. 36, av. Guy de Collongue, 69134, Ecully, France, EUROPE E-mail: {hadi.harb, liming.chen}@ec-lyon.fr

More information

Detecting Musical Key with Supervised Learning

Detecting Musical Key with Supervised Learning Detecting Musical Key with Supervised Learning Robert Mahieu Department of Electrical Engineering Stanford University rmahieu@stanford.edu Abstract This paper proposes and tests performance of two different

More information

Take a Break, Bach! Let Machine Learning Harmonize That Chorale For You. Chris Lewis Stanford University

Take a Break, Bach! Let Machine Learning Harmonize That Chorale For You. Chris Lewis Stanford University Take a Break, Bach! Let Machine Learning Harmonize That Chorale For You Chris Lewis Stanford University cmslewis@stanford.edu Abstract In this project, I explore the effectiveness of the Naive Bayes Classifier

More information

Julius Caesar In Plain And Simple English: A Modern Translation And The Original Version By William Shakespeare READ ONLINE

Julius Caesar In Plain And Simple English: A Modern Translation And The Original Version By William Shakespeare READ ONLINE Julius Caesar In Plain And Simple English: A Modern Translation And The Original Version By William Shakespeare READ ONLINE If searched for the ebook Julius Caesar In Plain and Simple English: A Modern

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

Name That Song! : A Probabilistic Approach to Querying on Music and Text

Name That Song! : A Probabilistic Approach to Querying on Music and Text Name That Song! : A Probabilistic Approach to Querying on Music and Text Eric Brochu Department of Computer Science University of British Columbia Vancouver, BC, Canada ebrochu@csubcca Nando de Freitas

More information

WHAT MAKES FOR A HIT POP SONG? WHAT MAKES FOR A POP SONG?

WHAT MAKES FOR A HIT POP SONG? WHAT MAKES FOR A POP SONG? WHAT MAKES FOR A HIT POP SONG? WHAT MAKES FOR A POP SONG? NICHOLAS BORG AND GEORGE HOKKANEN Abstract. The possibility of a hit song prediction algorithm is both academically interesting and industry motivated.

More information

Automatic Polyphonic Music Composition Using the EMILE and ABL Grammar Inductors *

Automatic Polyphonic Music Composition Using the EMILE and ABL Grammar Inductors * Automatic Polyphonic Music Composition Using the EMILE and ABL Grammar Inductors * David Ortega-Pacheco and Hiram Calvo Centro de Investigación en Computación, Instituto Politécnico Nacional, Av. Juan

More information

Lyric-Based Music Mood Recognition

Lyric-Based Music Mood Recognition Lyric-Based Music Mood Recognition Emil Ian V. Ascalon, Rafael Cabredo De La Salle University Manila, Philippines emil.ascalon@yahoo.com, rafael.cabredo@dlsu.edu.ph Abstract: In psychology, emotion is

More information

Singer Traits Identification using Deep Neural Network

Singer Traits Identification using Deep Neural Network Singer Traits Identification using Deep Neural Network Zhengshan Shi Center for Computer Research in Music and Acoustics Stanford University kittyshi@stanford.edu Abstract The author investigates automatic

More information

Week 14 Query-by-Humming and Music Fingerprinting. Roger B. Dannenberg Professor of Computer Science, Art and Music Carnegie Mellon University

Week 14 Query-by-Humming and Music Fingerprinting. Roger B. Dannenberg Professor of Computer Science, Art and Music Carnegie Mellon University Week 14 Query-by-Humming and Music Fingerprinting Roger B. Dannenberg Professor of Computer Science, Art and Music Overview n Melody-Based Retrieval n Audio-Score Alignment n Music Fingerprinting 2 Metadata-based

More information

Built-In Self-Test (BIST) Abdil Rashid Mohamed, Embedded Systems Laboratory (ESLAB) Linköping University, Sweden

Built-In Self-Test (BIST) Abdil Rashid Mohamed, Embedded Systems Laboratory (ESLAB) Linköping University, Sweden Built-In Self-Test (BIST) Abdil Rashid Mohamed, abdmo@ida ida.liu.se Embedded Systems Laboratory (ESLAB) Linköping University, Sweden Introduction BIST --> Built-In Self Test BIST - part of the circuit

More information

Multi-modal Analysis of Music: A large-scale Evaluation

Multi-modal Analysis of Music: A large-scale Evaluation Multi-modal Analysis of Music: A large-scale Evaluation Rudolf Mayer Institute of Software Technology and Interactive Systems Vienna University of Technology Vienna, Austria mayer@ifs.tuwien.ac.at Robert

More information

arxiv: v1 [cs.ir] 16 Jan 2019

arxiv: v1 [cs.ir] 16 Jan 2019 It s Only Words And Words Are All I Have Manash Pratim Barman 1, Kavish Dahekar 2, Abhinav Anshuman 3, and Amit Awekar 4 1 Indian Institute of Information Technology, Guwahati 2 SAP Labs, Bengaluru 3 Dell

More information

JULIUS CAESAR. Shakespeare. Cambridge School. Edited by Rob Smith and Vicki Wienand

JULIUS CAESAR. Shakespeare. Cambridge School. Edited by Rob Smith and Vicki Wienand Cambridge School Shakespeare JULIUS CAESAR Series editors: Richard Andrews and Vicki Wienand Founding editor: Rex Gibson University Printing House, Cambridge CB2 8BS, United Kingdom Cambridge University

More information

Drum Sound Identification for Polyphonic Music Using Template Adaptation and Matching Methods

Drum Sound Identification for Polyphonic Music Using Template Adaptation and Matching Methods Drum Sound Identification for Polyphonic Music Using Template Adaptation and Matching Methods Kazuyoshi Yoshii, Masataka Goto and Hiroshi G. Okuno Department of Intelligence Science and Technology National

More information

The Ohio State University's Library Control System: From Circulation to Subject Access and Authority Control

The Ohio State University's Library Control System: From Circulation to Subject Access and Authority Control Library Trends. 1987. vol.35,no.4. pp.539-554. ISSN: 0024-2594 (print) 1559-0682 (online) http://www.press.jhu.edu/journals/library_trends/index.html 1987 University of Illinois Library School The Ohio

More information

Bi-Modal Music Emotion Recognition: Novel Lyrical Features and Dataset

Bi-Modal Music Emotion Recognition: Novel Lyrical Features and Dataset Bi-Modal Music Emotion Recognition: Novel Lyrical Features and Dataset Ricardo Malheiro, Renato Panda, Paulo Gomes, Rui Paiva CISUC Centre for Informatics and Systems of the University of Coimbra {rsmal,

More information

A Discriminative Approach to Topic-based Citation Recommendation

A Discriminative Approach to Topic-based Citation Recommendation A Discriminative Approach to Topic-based Citation Recommendation Jie Tang and Jing Zhang Department of Computer Science and Technology, Tsinghua University, Beijing, 100084. China jietang@tsinghua.edu.cn,zhangjing@keg.cs.tsinghua.edu.cn

More information

A STATISTICAL VIEW ON THE EXPRESSIVE TIMING OF PIANO ROLLED CHORDS

A STATISTICAL VIEW ON THE EXPRESSIVE TIMING OF PIANO ROLLED CHORDS A STATISTICAL VIEW ON THE EXPRESSIVE TIMING OF PIANO ROLLED CHORDS Mutian Fu 1 Guangyu Xia 2 Roger Dannenberg 2 Larry Wasserman 2 1 School of Music, Carnegie Mellon University, USA 2 School of Computer

More information

Machine-Assisted Indexing. Week 12 LBSC 671 Creating Information Infrastructures

Machine-Assisted Indexing. Week 12 LBSC 671 Creating Information Infrastructures Machine-Assisted Indexing Week 12 LBSC 671 Creating Information Infrastructures Machine-Assisted Indexing Goal: Automatically suggest descriptors Better consistency with lower cost Approach: Rule-based

More information

Automatic Piano Music Transcription

Automatic Piano Music Transcription Automatic Piano Music Transcription Jianyu Fan Qiuhan Wang Xin Li Jianyu.Fan.Gr@dartmouth.edu Qiuhan.Wang.Gr@dartmouth.edu Xi.Li.Gr@dartmouth.edu 1. Introduction Writing down the score while listening

More information

Audio-Based Video Editing with Two-Channel Microphone

Audio-Based Video Editing with Two-Channel Microphone Audio-Based Video Editing with Two-Channel Microphone Tetsuya Takiguchi Organization of Advanced Science and Technology Kobe University, Japan takigu@kobe-u.ac.jp Yasuo Ariki Organization of Advanced Science

More information

MidiFind: Fast and Effec/ve Similarity Searching in Large MIDI Databases

MidiFind: Fast and Effec/ve Similarity Searching in Large MIDI Databases 1 MidiFind: Fast and Effec/ve Similarity Searching in Large MIDI Databases Gus Xia Tongbo Huang Yifei Ma Roger B. Dannenberg Christos Faloutsos Schools of Computer Science Carnegie Mellon University 2

More information

Multi-modal Analysis for Person Type Classification in News Video

Multi-modal Analysis for Person Type Classification in News Video Multi-modal Analysis for Person Type Classification in News Video Jun Yang, Alexander G. Hauptmann School of Computer Science, Carnegie Mellon University, 5000 Forbes Ave, PA 15213, USA {juny, alex}@cs.cmu.edu,

More information

Hidden Markov Model based dance recognition

Hidden Markov Model based dance recognition Hidden Markov Model based dance recognition Dragutin Hrenek, Nenad Mikša, Robert Perica, Pavle Prentašić and Boris Trubić University of Zagreb, Faculty of Electrical Engineering and Computing Unska 3,

More information

The Shakespeare Plays: Julius Caesar By McGraw-Hill READ ONLINE

The Shakespeare Plays: Julius Caesar By McGraw-Hill READ ONLINE The Shakespeare Plays: Julius Caesar By McGraw-Hill READ ONLINE Shakespeare's Julius Caesar scene by scene, with analysis and explanatory notes. The action begins in February 44 BC. Julius Caesar has just

More information

Authorship Verification with the Minmax Metric

Authorship Verification with the Minmax Metric Authorship Verification with the Minmax Metric Mike Kestemont University of Antwerp mike.kestemont@uantwerp.be Justin Stover University of Oxford justin.stover@classics.ox.ac.uk Moshe Koppel Bar-Ilan University

More information

Detecting Attempts at Humor in Multiparty Meetings

Detecting Attempts at Humor in Multiparty Meetings Detecting Attempts at Humor in Multiparty Meetings Kornel Laskowski Carnegie Mellon University Pittsburgh PA, USA 14 September, 2008 K. Laskowski ICSC 2009, Berkeley CA, USA 1/26 Why bother with humor?

More information

BBM 413 Fundamentals of Image Processing Dec. 11, Erkut Erdem Dept. of Computer Engineering Hacettepe University. Segmentation Part 1

BBM 413 Fundamentals of Image Processing Dec. 11, Erkut Erdem Dept. of Computer Engineering Hacettepe University. Segmentation Part 1 BBM 413 Fundamentals of Image Processing Dec. 11, 2012 Erkut Erdem Dept. of Computer Engineering Hacettepe University Segmentation Part 1 Image segmentation Goal: identify groups of pixels that go together

More information

Homework 2 Key-finding algorithm

Homework 2 Key-finding algorithm Homework 2 Key-finding algorithm Li Su Research Center for IT Innovation, Academia, Taiwan lisu@citi.sinica.edu.tw (You don t need any solid understanding about the musical key before doing this homework,

More information

2. Problem formulation

2. Problem formulation Artificial Neural Networks in the Automatic License Plate Recognition. Ascencio López José Ignacio, Ramírez Martínez José María Facultad de Ciencias Universidad Autónoma de Baja California Km. 103 Carretera

More information

SMART VEHICLE SCREENING SYSTEM USING ARTIFICIAL INTELLIGENCE METHODS

SMART VEHICLE SCREENING SYSTEM USING ARTIFICIAL INTELLIGENCE METHODS 1 TERNOPIL ACADEMY OF NATIONAL ECONOMY INSTITUTE OF COMPUTER INFORMATION TECHNOLOGIES SMART VEHICLE SCREENING SYSTEM USING ARTIFICIAL INTELLIGENCE METHODS Presenters: Volodymyr Turchenko Vasyl Koval The

More information

MUSIC/AUDIO ANALYSIS IN PYTHON. Vivek Jayaram

MUSIC/AUDIO ANALYSIS IN PYTHON. Vivek Jayaram MUSIC/AUDIO ANALYSIS IN PYTHON Vivek Jayaram WHY AUDIO SIGNAL PROCESSING? My background as a DJ and CS student Music is everywhere! So many possibilities Many parallels to computer vision SOME APPLICATIONS

More information

Using Genre Classification to Make Content-based Music Recommendations

Using Genre Classification to Make Content-based Music Recommendations Using Genre Classification to Make Content-based Music Recommendations Robbie Jones (rmjones@stanford.edu) and Karen Lu (karenlu@stanford.edu) CS 221, Autumn 2016 Stanford University I. Introduction Our

More information

CS229 Project Report Polyphonic Piano Transcription

CS229 Project Report Polyphonic Piano Transcription CS229 Project Report Polyphonic Piano Transcription Mohammad Sadegh Ebrahimi Stanford University Jean-Baptiste Boin Stanford University sadegh@stanford.edu jbboin@stanford.edu 1. Introduction In this project

More information

A Statistical Framework to Enlarge the Potential of Digital TV Broadcasting

A Statistical Framework to Enlarge the Potential of Digital TV Broadcasting A Statistical Framework to Enlarge the Potential of Digital TV Broadcasting Maria Teresa Andrade, Artur Pimenta Alves INESC Porto/FEUP Porto, Portugal Aims of the work use statistical multiplexing for

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

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

Name That Song! : A Probabilistic Approach to Querying on Music and Text

Name That Song! : A Probabilistic Approach to Querying on Music and Text Name That Song! : A Probabilistic Approach to Querying on Music and Text Eric Brochu Department of Computer Science University of British Columbia Vancouver, BC, Canada ebrochu@csubcca Nando de Freitas

More information

Music Composition with RNN

Music Composition with RNN Music Composition with RNN Jason Wang Department of Statistics Stanford University zwang01@stanford.edu Abstract Music composition is an interesting problem that tests the creativity capacities of artificial

More information

Development of a wearable communication recorder triggered by voice for opportunistic communication

Development of a wearable communication recorder triggered by voice for opportunistic communication Development of a wearable communication recorder triggered by voice for opportunistic communication Tomoo Inoue * and Yuriko Kourai * * Graduate School of Library, Information, and Media Studies, University

More information

Outline. Why do we classify? Audio Classification

Outline. Why do we classify? Audio Classification Outline Introduction Music Information Retrieval Classification Process Steps Pitch Histograms Multiple Pitch Detection Algorithm Musical Genre Classification Implementation Future Work Why do we classify

More information

ECE438 - Laboratory 1: Discrete and Continuous-Time Signals

ECE438 - Laboratory 1: Discrete and Continuous-Time Signals Purdue University: ECE438 - Digital Signal Processing with Applications 1 ECE438 - Laboratory 1: Discrete and Continuous-Time Signals By Prof. Charles Bouman and Prof. Mireille Boutin Fall 2015 1 Introduction

More information

Unit Detection in American Football TV Broadcasts Using Average Energy of Audio Track

Unit Detection in American Football TV Broadcasts Using Average Energy of Audio Track Unit Detection in American Football TV Broadcasts Using Average Energy of Audio Track Mei-Ling Shyu, Guy Ravitz Department of Electrical & Computer Engineering University of Miami Coral Gables, FL 33124,

More information

Overview of the SBS 2016 Mining Track

Overview of the SBS 2016 Mining Track Overview of the SBS 2016 Mining Track Toine Bogers 1, Iris Hendrickx 2, Marijn Koolen 3,4, and Suzan Verberne 2 1 Aalborg University Copenhagen, Denmark toine@hum.aau.dk 2 CLS/CLST, Radboud University,

More information

Joint Image and Text Representation for Aesthetics Analysis

Joint Image and Text Representation for Aesthetics Analysis Joint Image and Text Representation for Aesthetics Analysis Ye Zhou 1, Xin Lu 2, Junping Zhang 1, James Z. Wang 3 1 Fudan University, China 2 Adobe Systems Inc., USA 3 The Pennsylvania State University,

More information

INSTRUCTIONS FOR PREPARING MANUSCRIPTS FOR SUBMISSION TO ISEC

INSTRUCTIONS FOR PREPARING MANUSCRIPTS FOR SUBMISSION TO ISEC Implementing Innovative Ideas in Structural Engineering and Project Management Edited by Saha, S., Zhang, Y., Yazdani, S., and Singh, A. Copyright 2015 ISEC Press ISBN: 978-0-9960437-1-7 INSTRUCTIONS FOR

More information

INSTRUCTIONS FOR PREPARING MANUSCRIPTS FOR SUBMISSION TO ISEC

INSTRUCTIONS FOR PREPARING MANUSCRIPTS FOR SUBMISSION TO ISEC Streamlining Information Transfer between Construction and Structural Engineering Edited by Shiau, J., Vimonsatit, V., Yazdani, S., and Singh, A. Copyright 2018 ISEC Press ISBN: 978-0-9960437-7-9 INSTRUCTIONS

More information

Composer Identification of Digital Audio Modeling Content Specific Features Through Markov Models

Composer Identification of Digital Audio Modeling Content Specific Features Through Markov Models Composer Identification of Digital Audio Modeling Content Specific Features Through Markov Models Aric Bartle (abartle@stanford.edu) December 14, 2012 1 Background The field of composer recognition has

More information

arxiv: v1 [cs.ir] 20 Mar 2019

arxiv: v1 [cs.ir] 20 Mar 2019 Distributed Vector Representations of Folksong Motifs Aitor Arronte Alvarez 1 and Francisco Gómez-Martin 2 arxiv:1903.08756v1 [cs.ir] 20 Mar 2019 1 Center for Language and Technology, University of Hawaii

More information

A Framework for Segmentation of Interview Videos

A Framework for Segmentation of Interview Videos A Framework for Segmentation of Interview Videos Omar Javed, Sohaib Khan, Zeeshan Rasheed, Mubarak Shah Computer Vision Lab School of Electrical Engineering and Computer Science University of Central Florida

More information

KENYA FOREST SERVICE DOCUMENT TITLE:

KENYA FOREST SERVICE DOCUMENT TITLE: REF NO: KFS-ADM-003 ISSUE NO: 1 PAGE: 1 of 12 ISSUE HISTORY ISSUE DESCRIPTION OF CHANGE PROCESS PILOT EFFECTIVE DATE 1 None, no change has been done. Librarian 14 th June 2010 REFERENCED DOCUMENTS COPY

More information

An Efficient Low Bit-Rate Video-Coding Algorithm Focusing on Moving Regions

An Efficient Low Bit-Rate Video-Coding Algorithm Focusing on Moving Regions 1128 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 11, NO. 10, OCTOBER 2001 An Efficient Low Bit-Rate Video-Coding Algorithm Focusing on Moving Regions Kwok-Wai Wong, Kin-Man Lam,

More information

Reducing False Positives in Video Shot Detection

Reducing False Positives in Video Shot Detection Reducing False Positives in Video Shot Detection Nithya Manickam Computer Science & Engineering Department Indian Institute of Technology, Bombay Powai, India - 400076 mnitya@cse.iitb.ac.in Sharat Chandran

More information

Instructions for Contributors to the APSIPA Transactions on Signal and Information Processing

Instructions for Contributors to the APSIPA Transactions on Signal and Information Processing Instructions for Contributors to the APSIPA Transactions on Signal and Information Processing First A. Author 1, Second Author 1,2, Third Author 2 1 Cambridge University Press, Edinburgh Building, Shaftesbury

More information

CS 1674: Intro to Computer Vision. Face Detection. Prof. Adriana Kovashka University of Pittsburgh November 7, 2016

CS 1674: Intro to Computer Vision. Face Detection. Prof. Adriana Kovashka University of Pittsburgh November 7, 2016 CS 1674: Intro to Computer Vision Face Detection Prof. Adriana Kovashka University of Pittsburgh November 7, 2016 Today Window-based generic object detection basic pipeline boosting classifiers face detection

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 Pseudo-Statistical Approach to Commercial Boundary Detection. Prasanna V Rangarajan Dept of Electrical Engineering Columbia University

... A Pseudo-Statistical Approach to Commercial Boundary Detection. Prasanna V Rangarajan Dept of Electrical Engineering Columbia University A Pseudo-Statistical Approach to Commercial Boundary Detection........ Prasanna V Rangarajan Dept of Electrical Engineering Columbia University pvr2001@columbia.edu 1. Introduction Searching and browsing

More information

Introduction to Your Teacher s Pack!

Introduction to Your Teacher s Pack! Who Shot Shakespeare ACADEMIC YEAR 2013/14 AN INTERACTING PUBLICATION LAUGH WHILE YOU LEARN Shakespeare's GlobeTheatre, Bankside, Southwark, London. Introduction to Your Teacher s Pack! Dear Teachers.

More information

Capital Works process for Medium Works contracts

Capital Works process for Medium Works contracts Capital Works process for Medium Works contracts Guidance Notes Contracts valued between $50k-$500k Please note this process only applies to Ministry-led Medium Works projects. These notes provide further

More information

Word Sense Disambiguation in Queries. Shaung Liu, Clement Yu, Weiyi Meng

Word Sense Disambiguation in Queries. Shaung Liu, Clement Yu, Weiyi Meng Word Sense Disambiguation in Queries Shaung Liu, Clement Yu, Weiyi Meng Objectives (1) For each content word in a query, find its sense (meaning); (2) Add terms ( synonyms, hyponyms etc of the determined

More information

Subjective Similarity of Music: Data Collection for Individuality Analysis

Subjective Similarity of Music: Data Collection for Individuality Analysis Subjective Similarity of Music: Data Collection for Individuality Analysis Shota Kawabuchi and Chiyomi Miyajima and Norihide Kitaoka and Kazuya Takeda Nagoya University, Nagoya, Japan E-mail: shota.kawabuchi@g.sp.m.is.nagoya-u.ac.jp

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

SEGMENTATION, CLUSTERING, AND DISPLAY IN A PERSONAL AUDIO DATABASE FOR MUSICIANS

SEGMENTATION, CLUSTERING, AND DISPLAY IN A PERSONAL AUDIO DATABASE FOR MUSICIANS 12th International Society for Music Information Retrieval Conference (ISMIR 2011) SEGMENTATION, CLUSTERING, AND DISPLAY IN A PERSONAL AUDIO DATABASE FOR MUSICIANS Guangyu Xia Dawen Liang Roger B. Dannenberg

More information

WAKE-UP-WORD SPOTTING FOR MOBILE SYSTEMS. A. Zehetner, M. Hagmüller, and F. Pernkopf

WAKE-UP-WORD SPOTTING FOR MOBILE SYSTEMS. A. Zehetner, M. Hagmüller, and F. Pernkopf WAKE-UP-WORD SPOTTING FOR MOBILE SYSTEMS A. Zehetner, M. Hagmüller, and F. Pernkopf Graz University of Technology Signal Processing and Speech Communication Laboratory, Austria ABSTRACT Wake-up-word (WUW)

More information

Voice Controlled Car System

Voice Controlled Car System Voice Controlled Car System 6.111 Project Proposal Ekin Karasan & Driss Hafdi November 3, 2016 1. Overview Voice controlled car systems have been very important in providing the ability to drivers to adjust

More information

Indexing local features and instance recognition

Indexing local features and instance recognition Indexing local features and instance recognition May 14 th, 2015 Yong Jae Lee UC Davis Announcements PS2 due Saturday 11:59 am 2 Approximating the Laplacian We can approximate the Laplacian with a difference

More information

1 Guideline for writing a term paper (in a seminar course)

1 Guideline for writing a term paper (in a seminar course) 1 Guideline for writing a term paper (in a seminar course) 1.1 Structure of a term paper The length of a term paper depends on the selection of topics; about 15 pages as a guideline. The formal structure

More information

Toward Multi-Modal Music Emotion Classification

Toward Multi-Modal Music Emotion Classification Toward Multi-Modal Music Emotion Classification Yi-Hsuan Yang 1, Yu-Ching Lin 1, Heng-Tze Cheng 1, I-Bin Liao 2, Yeh-Chin Ho 2, and Homer H. Chen 1 1 National Taiwan University 2 Telecommunication Laboratories,

More information

THE importance of music content analysis for musical

THE importance of music content analysis for musical IEEE TRANSACTIONS ON AUDIO, SPEECH, AND LANGUAGE PROCESSING, VOL. 15, NO. 1, JANUARY 2007 333 Drum Sound Recognition for Polyphonic Audio Signals by Adaptation and Matching of Spectrogram Templates With

More information

Package crimelinkage

Package crimelinkage Package crimelinkage Title Statistical Methods for Crime Series Linkage Version 0.0.4 September 19, 2015 Statistical Methods for Crime Series Linkage. This package provides code for criminal case linkage,

More information

gresearch Focus Cognitive Sciences

gresearch Focus Cognitive Sciences Learning about Music Cognition by Asking MIR Questions Sebastian Stober August 12, 2016 CogMIR, New York City sstober@uni-potsdam.de http://www.uni-potsdam.de/mlcog/ MLC g Machine Learning in Cognitive

More information

Music Genre Classification and Variance Comparison on Number of Genres

Music Genre Classification and Variance Comparison on Number of Genres Music Genre Classification and Variance Comparison on Number of Genres Miguel Francisco, miguelf@stanford.edu Dong Myung Kim, dmk8265@stanford.edu 1 Abstract In this project we apply machine learning techniques

More information

Exercises. ASReml Tutorial: B4 Bivariate Analysis p. 55

Exercises. ASReml Tutorial: B4 Bivariate Analysis p. 55 Exercises Coopworth data set - see Reference manual Five traits with varying amounts of data. No depth of pedigree (dams not linked to sires) Do univariate analyses Do bivariate analyses. Use COOP data

More information

Optical Signals Application Plug-in Programmer Manual

Optical Signals Application Plug-in Programmer Manual xx ZZZ Optical Signals Application Plug-in Programmer Manual *P077125000* 077-1250-00 xx ZZZ Optical Signals Application Plug-in Programmer Manual www.tek.com 077-1250-00 Copyright Tektronix. All rights

More information

Analysis of a Two Step MPEG Video System

Analysis of a Two Step MPEG Video System Analysis of a Two Step MPEG Video System Lufs Telxeira (*) (+) (*) INESC- Largo Mompilhet 22, 4000 Porto Portugal (+) Universidade Cat61ica Portnguesa, Rua Dingo Botelho 1327, 4150 Porto, Portugal Abstract:

More information

Week 14 Music Understanding and Classification

Week 14 Music Understanding and Classification Week 14 Music Understanding and Classification Roger B. Dannenberg Professor of Computer Science, Music & Art Overview n Music Style Classification n What s a classifier? n Naïve Bayesian Classifiers n

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

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

Sonnets (No Fear Shakespeare) By SparkNotes, William Shakespeare

Sonnets (No Fear Shakespeare) By SparkNotes, William Shakespeare Sonnets (No Fear Shakespeare) By SparkNotes, William Shakespeare Antony & Cleopatra (No Fear Shakespeare) by William Shakespeare - Read Shakespeare in all its brilliance and actually understand what it

More information