Sentiment Analysis Flashcards

1
Q

Sentiment Analysis

A

Extracting opinions from text

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Document sentiment analysis

A

Detects whether a document is positive, negative, or neutral

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Feature-based sentiment analysis

A

Identifies sentiment towards particular features of an object

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Opinion spam detection

A

Automatically distinguish genuine reviews from fake reviews

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Opinion lexicon

A

Positive and negative words and phrases

Can be automatically learned using a dictionary

Can be learned from text
Term AND Term have same polarity
Term BUT Term have opposite polarity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Document sentiment analysis as supervised machine learning

A

Use known opinion words and phrases

Keep track of negation

Bag of words and word n-grams

Need domain-specific documents and word lists to deal with ambiguity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Document sentiment analysis as unsupervised machine learning

A

Identify pairs of adjectives and one preceding/succeeding word

Classify word pairs as positive or negative by measuring the association with the terms “excellent” and “poor”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Pointwise mutual information

A

Used to measure the association between two items A and B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Opinion spam detection as a supervised machine learning problem

A

Features are the words occurring in the text

  • Register
  • Number of typos
  • How specific (concrete vs vague)
  • How much do they talk about themselves
How well did you know this?
1
Not at all
2
3
4
5
Perfectly