Example: bankruptcy

Recursive Deep Models for Semantic Compositionality Over a ...

Recursive Deep Models for Semantic CompositionalityOver a Sentiment TreebankRichard Socher, Alex Perelygin, Jean Y. Wu, Jason Chuang,Christopher D. Manning, Andrew Y. Ng and Christopher PottsStanford University, Stanford, CA 94305, word spaces have been very use-ful but cannot express the meaning of longerphrases in a principled way. Further progresstowards understanding Compositionality intasks such as sentiment detection requiresricher supervised training and evaluation re-sources and more powerful Models of remedy this, we introduce aSentiment Treebank. It includes fine grainedsentiment labels for 215,154 phrases in theparse trees of 11,855 sentences and presentsnew challenges for sentiment address them, we introduce theRecursive Neural Tensor on the new treebank, this model out-performs all previous methods on several met-rics.

models to accurately capture the underlying phe-nomena presented in such data. To address this need, we introduce the Stanford Sentiment Treebank and a powerful Recursive Neural Tensor Network that can accurately predict the compositional semantic effects present in this new corpus. The Stanford Sentiment Treebank is the first cor-

Tags:

  Network, Model

Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Other abuse

Advertisement

Transcription of Recursive Deep Models for Semantic Compositionality Over a ...

1 Recursive Deep Models for Semantic CompositionalityOver a Sentiment TreebankRichard Socher, Alex Perelygin, Jean Y. Wu, Jason Chuang,Christopher D. Manning, Andrew Y. Ng and Christopher PottsStanford University, Stanford, CA 94305, word spaces have been very use-ful but cannot express the meaning of longerphrases in a principled way. Further progresstowards understanding Compositionality intasks such as sentiment detection requiresricher supervised training and evaluation re-sources and more powerful Models of remedy this, we introduce aSentiment Treebank. It includes fine grainedsentiment labels for 215,154 phrases in theparse trees of 11,855 sentences and presentsnew challenges for sentiment address them, we introduce theRecursive Neural Tensor on the new treebank, this model out-performs all previous methods on several met-rics.

2 It pushes the state of the art in singlesentence positive/negative classification from80% up to The accuracy of predictingfine-grained sentiment labels for all phrasesreaches , an improvement of overbag of features baselines. Lastly, it is the onlymodel that can accurately capture the effectsof negation and its scope at various tree levelsfor both positive and negative IntroductionSemantic vector spaces for single words have beenwidely used as features (Turney and Pantel, 2010).Because they cannot capture the meaning of longerphrases properly, Compositionality in Semantic vec-tor spaces has recently received a lot of attention(Mitchell and Lapata, 2010; Socher et al., 2010;Zanzotto et al., 2010; Yessenalina and Cardie, 2011;Socher et al., 2012; Grefenstette et al., 2013). How-ever, progress is held back by the current lack oflarge and labeled Compositionality resources and 00 This0film 0does0n t0+care+0about+++++cleverness0,0wit0or+0 0any00other+kind+0of++intelligent+ + 1: Example of the Recursive Neural Tensor Net-work accurately predicting 5 sentiment classes, very neg-ative to very positive ( , , 0, +, + +), at every node of aparse tree and capturing the negation and its scope in to accurately capture the underlying phe-nomena presented in such data.

3 To address this need,we introduce the Stanford Sentiment Treebank anda powerful Recursive Neural Tensor network thatcan accurately predict the compositional semanticeffects present in this new Sentiment Treebankis the first cor-pus with fully labeled parse trees that allows for acomplete analysis of the compositional effects ofsentiment in corpus is based onthe dataset introduced by Pang and Lee (2005) andconsists of 11,855 single sentences extracted frommovie reviews. It was parsed with the Stanfordparser (Klein and Manning, 2003) and includes atotal of 215,154 unique phrases from those parsetrees, each annotated by 3 human judges. This newdataset allows us to analyze the intricacies of senti-ment and to capture complex linguistic 1 shows one of the many examples with clearcompositional structure.

4 The granularity and size ofthis dataset will enable the community to train com-positional Models that are based on supervised andstructured machine learning techniques. While thereare several datasets with document and chunk labelsavailable, there is a need to better capture sentimentfrom short comments, such as Twitter data, whichprovide less overall signal per order to capture the compositional effects withhigher accuracy, we propose a new model called theRecursive Neural Tensor network (RNTN). Recur-sive Neural Tensor Networks take as input phrasesof any length. They represent a phrase through wordvectors and a parse tree and then compute vectors forhigher nodes in the tree using the same tensor-basedcomposition function. We compare to several super-vised, compositional Models such as standard recur-sive neural networks (RNN) (Socher et al.)

5 , 2011b),matrix-vector RNNs (Socher et al., 2012), and base-lines such as neural networks that ignore word order,Naive Bayes (NB), bi-gram NB and SVM. All mod-els get a significant boost when trained with the newdataset but the RNTN obtains the highest perfor-mance with accuracy when predicting fine-grained sentiment for all nodes. Lastly, we use a testset of positive and negative sentences and their re-spective negations to show that, unlike bag of wordsmodels, the RNTN accurately captures the sentimentchange and scope of negation. RNTNs also learnthat sentiment of phrases following the contrastiveconjunction but complete training and testing code, a livedemo and the Stanford Sentiment Treebank datasetare available Related WorkThis work is connected to five different areas of NLPresearch, each with their own large amount of relatedwork to which we cannot do full justice given Vector dominant ap-proach in Semantic vector spaces uses distributionalsimilarities of single words.

6 Often, co-occurrencestatistics of a word and its context are used to de-scribe each word (Turney and Pantel, 2010; Baroniand Lenci, 2010), such as tf-idf. Variants of this ideause more complex frequencies such as how often aword appears in a certain syntactic context (Padoand Lapata, 2007; Erk and Pad o, 2008). However,distributional vectors often do not properly capturethe differences in antonyms since those often havesimilar contexts. One possibility to remedy this is touse neural word vectors (Bengio et al., 2003). Thesevectors can be trained in an unsupervised fashionto capture distributional similarities (Collobert andWeston, 2008; Huang et al., 2012) but then also befine-tuned and trained to specific tasks such as sen-timent detection (Socher et al., 2011b). The modelsin this paper can use purely supervised word repre-sentations learned entirely on the new in Vector ofthe Compositionality algorithms and related datasetscapture two word compositions.

7 Mitchell and La-pata (2010) use two-word phrases and analyzesimilarities computed by vector addition, multiplica-tion and others. Some related Models such as holo-graphic reduced representations (Plate, 1995), quan-tum logic (Widdows, 2008), discrete-continuousmodels (Clark and Pulman, 2007) and the recentcompositional matrix space model (Rudolph andGiesbrecht, 2010) have not been experimentally val-idated on larger corpora. Yessenalina and Cardie(2011) compute matrix representations for longerphrases and define composition as matrix multipli-cation, and also evaluate on and Sadrzadeh (2011) analyze subject-verb-object triplets and find a matrix-based categoricalmodel to correlate well with human judgments. Wecompare to the recent line of work on supervisedcompositional Models .

8 In particular we will de-scribe and experimentally compare our new RNTN model to Recursive neural networks (RNN) (Socheret al., 2011b) and matrix-vector RNNs (Socher etal., 2012) both of which have been applied to bag ofwords sentiment related field that tackles com-positionality from a very different angle is that oftrying to map sentences to logical form (Zettlemoyerand Collins, 2005). While these Models are highlyinteresting and work well in closed domains andon discrete sets, they could only capture sentimentdistributions using separate mechanisms beyond thecurrently used logical from the above mentionedwork on RNNs, several Compositionality ideas re-lated to neural networks have been discussed by Bot-tou (2011) and Hinton (1990) and first Models suchas Recursive Auto-associative memories been exper-imented with by Pollack (1990).

9 The idea to relateinputs through three way interactions, parameterizedby a tensor have been proposed for relation classifi-cation (Sutskever et al., 2009; Jenatton et al., 2012),extending Restricted Boltzmann machines (Ranzatoand Hinton, 2010) and as a special layer for speechrecognition (Yu et al., 2012).Sentiment from the above-mentioned work, most approaches in sentiment anal-ysis use bag of words representations (Pang and Lee,2008). Snyder and Barzilay (2007) analyzed largerreviews in more detail by analyzing the sentimentof multiple aspects of restaurants, such as food oratmosphere. Several works have explored sentimentcompositionality through careful engineering of fea-tures or polarity shifting rules on syntactic structures(Polanyi and Zaenen, 2006; Moilanen and Pulman,2007; Rentoumi et al., 2010; Nakagawa et al.)

10 , 2010).3 Stanford Sentiment TreebankBag of words classifiers can work well in longerdocuments by relying on a few words with strongsentiment like awesome or exhilarating. How-ever, sentiment accuracies even for binary posi-tive/negative classification for single sentences hasnot exceeded 80% for several years. For the moredifficult multiclass case including a neutral class,accuracy is often below 60% for short messageson Twitter (Wang et al., 2012). From a linguisticor cognitive standpoint, ignoring word order in thetreatment of a Semantic task is not plausible, and, aswe will show, it cannot accurately classify hard ex-amples of negation. Correctly predicting these hardcases is necessary to further improve this section we will introduce and provide someanalyses for the newSentiment Treebankwhich in-cludes labels for every syntactically plausible phrasein thousands of sentences, allowing us to train andevaluate compositional consider the corpus of movie review excerptsfrom orig-inally collected and published by Pang and Lee(2005).


Related search queries