W06 Sentiment Analysis Flashcards

1
Q

Sentiment Analysis offers…

A

…direct insights on the firm’s relationship to (potential) customers

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

What is new in algorithm-aided sentiment analysis?

A

1 automated analysis
2 large amounts of text data
3 collected over the web
4 with objective predictive power

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

Where to find data for sentiment analysis?

traditional. ..?
new. …?

A

traditional:
surveys, interviews, written complaints
+structured , targeted
- limited responses, sugar-coated, too negative

new:
harvesting social networks
\+ free expression in large quantities
-not structured
-difficult to control
-probably biased
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Sampling Terminology:

  • complete set of elements we study
  • collecting data from every population member?
  • collecting data from every population member voluntarily?
  • subset of members selected from population…must be?
A
  • population
  • census
  • referendum
  • sample subset
  • > same characteristics
  • > to make inferences about population
  • > “well selected” to “well represent”
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Bias(sed sample)

A

positive or negative
misleading results

consider for different channels
negativity bias

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

Web Scraping

A

Extracting Sentiments from Online Sources

Python or Crapy
Efficiency dependent on search patterns

Ethically and legally “grey” area

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

Parts of an Opinion

A
1 Entity
2 Aspect
3 Sentiment
4 Owner
5 Date
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Sentiment Analysis via supervised learning

A

-supervised learning
-score function
p(w I good) - p(w I bad)
/p(w I good) + p(w I bad)

-lexicon
domain specific
1 score for word
2 score for switching words
3 score for contradictions
4 aggregate and weight
How well did you know this?
1
Not at all
2
3
4
5
Perfectly