a review in Japanese is a sarcasm. Since in Japanese
ambiguous expressions appear more frequently than
in English, we propose a method that can cope with
ambiguous expressions. Bharti et al. dealt with sar-
casm detection using Twitter. Bharti et al. proposed
phrases called situation phrases and sentiment phrases
to detect sarcasm. In this paper, situation phrases
and sentiment phrases are called proposed phrases
in total. Using the phrase above, Bharti et al. pro-
posed a PBLGA(a parsing-based lexical generation
algorithm) method for determining the sarcasm. For
more information about Bharti’s method refer to 2.1.
Bharti’s method first parses the tweets. Then it ana-
lyzes the clauses to detect proposed phrases in them.
If a phrase is detected as a situation phrase or a sen-
timent phrase, it phrases are stored the instance of
positive/negative sentiment/situation phrases. If pro-
posed phrases were determined a negative situation
phrase and a positive sentiment phrase, or a positive
situation phrase and a negative sentiment phrase, the
tweet is determined as “sarcasm”. In Bharti’s method,
the instances of positive/negative sentiment/situation
phrases are stored in order to find sarcastic tweets
in a new corpus by means of simple string match
only. On the basis of the Bharti’s method, we pro-
pose a sarcasm-emotion detection method based on
polarities of words. We determine the emotion of
the proposed phrases based on the number of words
with the emotion included in the phrases just as the
Bharti’s method. From the results of counting, our
approach determines the emotions of the proposed
phrases. Further, if the numbers of P and N are the
same, we will determine the emotion of the proposed
phrases using the tf-idf scores. After judging the emo-
tion of the phrase, we determine the sarcastic state-
ment. Specifically, if the emotions of the proposed
phrase are different, we determine “sarcasm”. The
main difference between this research and Santoth et
al. research are shown in as follows.
• We propose sarcasm-emotional detection method
based on emotion of phrase.
• In order to improve the determinetion accuracy of
phrase emotion, feelings of phrases are selected
manually.
We conducted the evaluation experiment in order to
demonstrate the usefulness the proposed method. The
proposed method is implemented to analyze review
texts of computer games. When applied to 140 re-
views of a game “MSG EXTREME VS-FORCE”, the
proposed method could determine sarcastic sentences
with the precision of 0.79 and the recall of 0.56.
The structure of this paper is as follows. Section
2 surveys the existing research of sarcasm detection.
In Section 3, as an assumption of our research, we
discuss the concept of sarcastic sentence. Section 4
describes our proposed method. In Section 5, we eval-
uate how our proposed method can detect sarcasms in
comparison with the existing sarcasm detection meth-
ods. Section 6 discusses the results of the proposed
method and Section 7 concludes this paper.
2 RELATED WORK
In this section, we survey the existing research of sar-
casm detection.
2.1 Study in English Text in SNS Sites
Bharti et al. determined sarcasm in Twitter based
on two of their proposed method, namely, PBLGA
and IWS algorithm. In order to determine sarcasm in
Twitter data, PBLGA, or parsing based lexical gen-
eration algorithm, either one of the following combi-
nations must present in a tweet: (a) contradiction of
negative sentiment and positive situation (b) contra-
diction of positive sentiment and negative situation.
Bharti’s method first parses the tweets. Then it ana-
lyzes the clauses to detect proposed phrases in them.
If a phrase is detected as a situation phrase or a senti-
ment phrase, its sentiment score is determined based
on the number of positive and negative words in it. If
the sentiment score is positive, the proposed phrase
becomes positive, and if the sentiment score is nega-
tive, the proposed phrase becomes negative. If a tweet
contains a negative situation phrase and a positive
sentiment phrase, or a positive situation phrase and a
negative sentiment phrase, the tweet is determined as
sarcastic. In Bharti’s method, the instances of pos-
itive/negative sentiment/situation phrases are stored
in order to find sarcastic tweets in a new corpus by
means of simple string match only. IWS algorithm
is an algorithm to determine the sarcasm in view of
the interjection representation. If interjection appears
in the beginning of the tweet and intensifier appears
other than in the beginning, than a tweet has high
probability to classify as sarcastic.
As a preliminary of the experiment, dealing 50000
tweets with hash tags as training data in order to select
a phrase that becomes the emotion of the proposed
phrase. They constructed proposed phrases using the
training data. The test experiment was applying the
two algorithms perform two kinds experiment with-
out hash tag and hash tags into two types of data sets.
The result of applying the IWS approach with respect
to sarcasm tweets with the hash tag called #sarcasm
representing the sarcasm, obtained 96%of accuracy,
superiority of Bharti et al. Also, when they compared