An Empirical Study on the Effect of Negation Words on Sentiment
Zhu, Xiaodan and Guo, Hongyu and Mohammad, Saif and Kiritchenko, Svetlana

Article Structure

Abstract

Negation words, such as no and not, play a fundamental role in modifying sentiment of textual expressions.

Introduction

Morante and Sporleder (2012) define negation to be “a grammatical category that allows the changing of the truth value of a proposition”.

Related work

Automatic sentiment analysis The expression of sentiment is an integral component of human language.

Negation models based on heuristics

We begin with previously proposed methods that leverage heuristics to model the behavior of negators.

Semantics-enriched modeling

Negators can interact with arguments in complex ways.

Experiment setup

Data As described earlier, the Stanford Sentiment Treebank (Socher et al., 2013) has manually annotated, real-valued sentiment values for all phrases in parse trees.

Experimental results

Overall regression performance Table 1 shows the overall fitting performance of all models.

Conclusions

Negation plays a fundamental role in modifying sentiment.

Topics

neural network

Appears in 12 sentences as: neural network (10) neural networks (2)
In An Empirical Study on the Effect of Negation Words on Sentiment
  1. This model learns the syntax and semantics of the negator’s argument with a recursive neural network .
    Page 1, “Abstract”
  2. This model learns the syntax and semantics of the negator’s argument with a recursive neural network .
    Page 2, “Introduction”
  3. The more recent work of (Socher et al., 2012; Socher et al., 2013) proposed models based on recursive neural networks that do not rely on any heuristic rules.
    Page 3, “Related work”
  4. In principle neural network is able to fit very complicated functions (Mitchell, 1997), and in this paper, we adapt the state-of-the-art approach described in (Socher et al., 2013) to help understand the behavior of negators specifically.
    Page 3, “Related work”
  5. A recursive neural tensor network (RNTN) is a specific form of feed-forward neural network based on syntactic (phrasal-structure) parse tree to conduct compositional sentiment analysis.
    Page 4, “Semantics-enriched modeling”
  6. A major difference of RNTN from the conventional recursive neural network (RRN) (Socher et al., 2012) is the use of the tensor V in order to directly capture the multiplicative interaction of two input vectors, although the matrix W implicitly captures the nonlinear interaction between the input vectors.
    Page 4, “Semantics-enriched modeling”
  7. This is actually an interesting place to extend the current recursive neural network to consider extrinsic knowledge.
    Page 5, “Semantics-enriched modeling”
  8. Furthermore, modeling the syntax and semantics with the state-of-the-art recursive neural network (model 7 and 8) can dramatically improve the performance over model 6.
    Page 7, “Experimental results”
  9. Note that the two neural network based models incorporate the syntax and semantics by representing each node with a vector.
    Page 7, “Experimental results”
  10. Note that this is a special case of what the neural network based models can model.
    Page 7, “Experimental results”
  11. Modeling syntax and semantics We have seen above that modeling syntax and semantics through the-state-of-the-art neural networks help improve the fitting performance.
    Page 8, “Experimental results”

See all papers in Proc. ACL 2014 that mention neural network.

See all papers in Proc. ACL that mention neural network.

Back to top.

treebank

Appears in 12 sentences as: Treebank (5) treebank (7)
In An Empirical Study on the Effect of Negation Words on Sentiment
  1. We use a sentiment treebank to show that these existing heuristics are poor estimators of sentiment.
    Page 1, “Abstract”
  2. Figure 1: Effect of a list of common negators in modifying sentiment values in Stanford Sentiment Treebank .
    Page 1, “Introduction”
  3. Each dot in the figure corresponds to a text span being modified by (composed with) a negator in the treebank .
    Page 1, “Introduction”
  4. The recently available Stanford Sentiment Treebank (Socher et al., 2013) renders manually annotated, real-valued sentiment scores for all phrases in parse trees.
    Page 1, “Introduction”
  5. on the Stanford Sentiment Treebank.1 Each dot in the figure corresponds to a negated phrase in the treebank .
    Page 2, “Introduction”
  6. Data As described earlier, the Stanford Sentiment Treebank (Socher et al., 2013) has manually annotated, real-valued sentiment values for all phrases in parse trees.
    Page 6, “Experiment setup”
  7. We search these negators in the Stanford Sentiment Treebank and normalize the same negators to a single form; e.g., “is n’t”, “isn’t”, and “is not” are all normalized to “is_not”.
    Page 6, “Experiment setup”
  8. Each occurrence of a negator and the phrase it is directly composed with in the treebank , i.e., (7,071,217), is considered a data point in our study.
    Page 6, “Experiment setup”
  9. Table 1: Mean absolute errors (MAE) of fitting different models to Stanford Sentiment Treebank .
    Page 7, “Experimental results”
  10. The figure includes five most frequently used negators found in the sentiment treebank .
    Page 8, “Experimental results”
  11. Below, we take a closer look at the fitting errors made at different depths of the sentiment treebank .
    Page 8, “Experimental results”

See all papers in Proc. ACL 2014 that mention treebank.

See all papers in Proc. ACL that mention treebank.

Back to top.

recursive

Appears in 10 sentences as: Recursive (1) recursive (9)
In An Empirical Study on the Effect of Negation Words on Sentiment
  1. This model learns the syntax and semantics of the negator’s argument with a recursive neural network.
    Page 1, “Abstract”
  2. This model learns the syntax and semantics of the negator’s argument with a recursive neural network.
    Page 2, “Introduction”
  3. The more recent work of (Socher et al., 2012; Socher et al., 2013) proposed models based on recursive neural networks that do not rely on any heuristic rules.
    Page 3, “Related work”
  4. For the former, we adopt the recursive neural tensor network (RNTN) proposed recently by Socher et al.
    Page 4, “Semantics-enriched modeling”
  5. 4.1 RNTN: Recursive neural tensor network
    Page 4, “Semantics-enriched modeling”
  6. A recursive neural tensor network (RNTN) is a specific form of feed-forward neural network based on syntactic (phrasal-structure) parse tree to conduct compositional sentiment analysis.
    Page 4, “Semantics-enriched modeling”
  7. A major difference of RNTN from the conventional recursive neural network (RRN) (Socher et al., 2012) is the use of the tensor V in order to directly capture the multiplicative interaction of two input vectors, although the matrix W implicitly captures the nonlinear interaction between the input vectors.
    Page 4, “Semantics-enriched modeling”
  8. This is actually an interesting place to extend the current recursive neural network to consider extrinsic knowledge.
    Page 5, “Semantics-enriched modeling”
  9. Furthermore, modeling the syntax and semantics with the state-of-the-art recursive neural network (model 7 and 8) can dramatically improve the performance over model 6.
    Page 7, “Experimental results”
  10. We further make the models to be dependent on the text being modified by negators, through adaptation of a state-of-the-art recursive neural network to incorporate the syntax and semantics of the arguments; we discover this further reduces fitting errors.
    Page 9, “Conclusions”

See all papers in Proc. ACL 2014 that mention recursive.

See all papers in Proc. ACL that mention recursive.

Back to top.

recursive neural

Appears in 10 sentences as: Recursive neural (1) recursive neural (9)
In An Empirical Study on the Effect of Negation Words on Sentiment
  1. This model learns the syntax and semantics of the negator’s argument with a recursive neural network.
    Page 1, “Abstract”
  2. This model learns the syntax and semantics of the negator’s argument with a recursive neural network.
    Page 2, “Introduction”
  3. The more recent work of (Socher et al., 2012; Socher et al., 2013) proposed models based on recursive neural networks that do not rely on any heuristic rules.
    Page 3, “Related work”
  4. For the former, we adopt the recursive neural tensor network (RNTN) proposed recently by Socher et al.
    Page 4, “Semantics-enriched modeling”
  5. 4.1 RNTN: Recursive neural tensor network
    Page 4, “Semantics-enriched modeling”
  6. A recursive neural tensor network (RNTN) is a specific form of feed-forward neural network based on syntactic (phrasal-structure) parse tree to conduct compositional sentiment analysis.
    Page 4, “Semantics-enriched modeling”
  7. A major difference of RNTN from the conventional recursive neural network (RRN) (Socher et al., 2012) is the use of the tensor V in order to directly capture the multiplicative interaction of two input vectors, although the matrix W implicitly captures the nonlinear interaction between the input vectors.
    Page 4, “Semantics-enriched modeling”
  8. This is actually an interesting place to extend the current recursive neural network to consider extrinsic knowledge.
    Page 5, “Semantics-enriched modeling”
  9. Furthermore, modeling the syntax and semantics with the state-of-the-art recursive neural network (model 7 and 8) can dramatically improve the performance over model 6.
    Page 7, “Experimental results”
  10. We further make the models to be dependent on the text being modified by negators, through adaptation of a state-of-the-art recursive neural network to incorporate the syntax and semantics of the arguments; we discover this further reduces fitting errors.
    Page 9, “Conclusions”

See all papers in Proc. ACL 2014 that mention recursive neural.

See all papers in Proc. ACL that mention recursive neural.

Back to top.

recursive neural network

Appears in 7 sentences as: recursive neural network (6) recursive neural networks (1)
In An Empirical Study on the Effect of Negation Words on Sentiment
  1. This model learns the syntax and semantics of the negator’s argument with a recursive neural network .
    Page 1, “Abstract”
  2. This model learns the syntax and semantics of the negator’s argument with a recursive neural network .
    Page 2, “Introduction”
  3. The more recent work of (Socher et al., 2012; Socher et al., 2013) proposed models based on recursive neural networks that do not rely on any heuristic rules.
    Page 3, “Related work”
  4. A major difference of RNTN from the conventional recursive neural network (RRN) (Socher et al., 2012) is the use of the tensor V in order to directly capture the multiplicative interaction of two input vectors, although the matrix W implicitly captures the nonlinear interaction between the input vectors.
    Page 4, “Semantics-enriched modeling”
  5. This is actually an interesting place to extend the current recursive neural network to consider extrinsic knowledge.
    Page 5, “Semantics-enriched modeling”
  6. Furthermore, modeling the syntax and semantics with the state-of-the-art recursive neural network (model 7 and 8) can dramatically improve the performance over model 6.
    Page 7, “Experimental results”
  7. We further make the models to be dependent on the text being modified by negators, through adaptation of a state-of-the-art recursive neural network to incorporate the syntax and semantics of the arguments; we discover this further reduces fitting errors.
    Page 9, “Conclusions”

See all papers in Proc. ACL 2014 that mention recursive neural network.

See all papers in Proc. ACL that mention recursive neural network.

Back to top.

sentiment analysis

Appears in 7 sentences as: sentiment analysis (7)
In An Empirical Study on the Effect of Negation Words on Sentiment
  1. Automatic sentiment analysis The expression of sentiment is an integral component of human language.
    Page 2, “Related work”
  2. Early work on automatic sentiment analysis includes the Widely cited work of (Hatzivas-siloglou and McKeown, 1997; Pang et al., 2002; Turney, 2002), among others.
    Page 2, “Related work”
  3. Much recent work considers sentiment analysis from a semantic-composition perspective (Moilanen and Pulman, 2007; Choi and Cardie, 2008; Socher et al., 2012; Socher et al., 2013), which achieved the state-of-the-art performance.
    Page 3, “Related work”
  4. (2013), which has showed to achieve the state-of-the-art performance in sentiment analysis .
    Page 4, “Semantics-enriched modeling”
  5. A recursive neural tensor network (RNTN) is a specific form of feed-forward neural network based on syntactic (phrasal-structure) parse tree to conduct compositional sentiment analysis .
    Page 4, “Semantics-enriched modeling”
  6. Figure 2: Prior sentiment-enriched tensor network (PSTN) model for sentiment analysis .
    Page 4, “Semantics-enriched modeling”
  7. In general, we argue that one should always consider modeling negators individually in a sentiment analysis system.
    Page 8, “Experimental results”

See all papers in Proc. ACL 2014 that mention sentiment analysis.

See all papers in Proc. ACL that mention sentiment analysis.

Back to top.

statistically significantly

Appears in 6 sentences as: statistically significant (1) statistically significantly (5)
In An Empirical Study on the Effect of Negation Words on Sentiment
  1. We will show that this simple modification improves the fitting performance statistically significantly .
    Page 3, “Negation models based on heuristics”
  2. We will show that this model also statistically significantly outperforms the basic shifting without overfitting, although the number of parameters have increased.
    Page 3, “Negation models based on heuristics”
  3. Models marked with an asterisk (*) are statistically significantly better than the random baseline.
    Page 7, “Experimental results”
  4. Double asterisks ** indicates a statistically significantly different from model (6), and the model with the double dagger His significantly better than model (7).
    Page 7, “Experimental results”
  5. We can observe statistically significant differences of shifting abilities between many negator pairs such as that between “is_never” and “do_not” as well as between “does_not” and “cangot”.
    Page 7, “Experimental results”
  6. formance statistically significantly .
    Page 9, “Conclusions”

See all papers in Proc. ACL 2014 that mention statistically significantly.

See all papers in Proc. ACL that mention statistically significantly.

Back to top.

parse tree

Appears in 5 sentences as: parse tree (3) parse trees (2)
In An Empirical Study on the Effect of Negation Words on Sentiment
  1. The recently available Stanford Sentiment Treebank (Socher et al., 2013) renders manually annotated, real-valued sentiment scores for all phrases in parse trees .
    Page 1, “Introduction”
  2. Such models work in a bottom-up fashion over the parse tree of a sentence to infer the sentiment label of the sentence as a composition of the sentiment expressed by its constituting parts.
    Page 3, “Related work”
  3. A recursive neural tensor network (RNTN) is a specific form of feed-forward neural network based on syntactic (phrasal-structure) parse tree to conduct compositional sentiment analysis.
    Page 4, “Semantics-enriched modeling”
  4. Each node of the parse tree is a fixed-length vector that encodes compositional semantics and syntax, which can be used to predict the sentiment of this node.
    Page 4, “Semantics-enriched modeling”
  5. Data As described earlier, the Stanford Sentiment Treebank (Socher et al., 2013) has manually annotated, real-valued sentiment values for all phrases in parse trees .
    Page 6, “Experiment setup”

See all papers in Proc. ACL 2014 that mention parse tree.

See all papers in Proc. ACL that mention parse tree.

Back to top.

human annotated

Appears in 4 sentences as: human annotated (3) human annotation (1)
In An Empirical Study on the Effect of Negation Words on Sentiment
  1. We then extend the models to be dependent on the negators and demonstrate that such a simple extension can significantly improve the performance of fitting to the human annotated data.
    Page 2, “Introduction”
  2. As we have discussed above, we will use the human annotated sentiment for the arguments, same as in the models discussed in Section 3.
    Page 5, “Semantics-enriched modeling”
  3. When the depths are within 4, the RNTN performs very well and the ( human annotated ) prior sentiment of arguments used in PSTN does not bring additional improvement over RNTN.
    Page 8, “Experimental results”
  4. This paper provides a comprehensive and quantitative study of the behavior of negators through a unified view of fitting human annotation .
    Page 8, “Conclusions”

See all papers in Proc. ACL 2014 that mention human annotated.

See all papers in Proc. ACL that mention human annotated.

Back to top.

manually annotated

Appears in 3 sentences as: manually annotated (3)
In An Empirical Study on the Effect of Negation Words on Sentiment
  1. The recently available Stanford Sentiment Treebank (Socher et al., 2013) renders manually annotated , real-valued sentiment scores for all phrases in parse trees.
    Page 1, “Introduction”
  2. Data As described earlier, the Stanford Sentiment Treebank (Socher et al., 2013) has manually annotated , real-valued sentiment values for all phrases in parse trees.
    Page 6, “Experiment setup”
  3. The phrases at all tree nodes were manually annotated with one of 25 sentiment values that uniformly span between the positive and negative poles.
    Page 6, “Experiment setup”

See all papers in Proc. ACL 2014 that mention manually annotated.

See all papers in Proc. ACL that mention manually annotated.

Back to top.