1 Opinion Retrieval from Blogs Wei Zhang, Clement Yu, and Weiyi Meng (2007 CIKM)

24
1 Opinion Retrieva l from Blogs Wei Zhang, Clement Yu, and Weiyi Meng (2007 CIKM)

Transcript of 1 Opinion Retrieval from Blogs Wei Zhang, Clement Yu, and Weiyi Meng (2007 CIKM)

Page 1: 1 Opinion Retrieval from Blogs Wei Zhang, Clement Yu, and Weiyi Meng (2007 CIKM)

1

Opinion Retrieval from Blogs

Wei Zhang, Clement Yu, and

Weiyi Meng (2007 CIKM)

Page 2: 1 Opinion Retrieval from Blogs Wei Zhang, Clement Yu, and Weiyi Meng (2007 CIKM)

2

Introduction

People publish blogs. Readers can leave feedbacks to the blogs.

The opinions are very important feature of the blog documents.

An opinion retrieval system is to find blog documents expressing opinions about a query.

A relevant document should satisfy two criteria: relevant to the query, and contains opinions or comments about the query.

Page 3: 1 Opinion Retrieval from Blogs Wei Zhang, Clement Yu, and Weiyi Meng (2007 CIKM)

3

Our opinion retrieval algorithm has three components: An IR component retrieving the topic

relevant documents. An opinion identification component that

retrieves the opinionative documents. A ranking component.

Introduction

Page 4: 1 Opinion Retrieval from Blogs Wei Zhang, Clement Yu, and Weiyi Meng (2007 CIKM)

4

Topic Retrieval

The IR component is a traditional document retrieval procedure.

The relevant opinionative document (ROD) set is a subset of the query topic relevant document set.

We adopt a system which has the characteristics of concept recognition and query expansion.

Page 5: 1 Opinion Retrieval from Blogs Wei Zhang, Clement Yu, and Weiyi Meng (2007 CIKM)

5

Concept Identification A concept in a query is a multi-word phrase

consisting of adjacent query words, or a single word that does not belong to any other concept.

Concept is introduced to improve retrieval effectiveness.

Topic Retrieval

Page 6: 1 Opinion Retrieval from Blogs Wei Zhang, Clement Yu, and Weiyi Meng (2007 CIKM)

6

Query Expansion methods: dictionary-based method: use Wikipedia to

expand synonyms. local context analysis: combines the global

analysis an local feedback. web-based method: the query is submitted t

o a web search engine. Each expansion method generates terms with

weights to be added to the original query.

Topic Retrieval

Page 7: 1 Opinion Retrieval from Blogs Wei Zhang, Clement Yu, and Weiyi Meng (2007 CIKM)

7

Topic Retrieval

Relevant Document Retrieval and Ranking

Page 8: 1 Opinion Retrieval from Blogs Wei Zhang, Clement Yu, and Weiyi Meng (2007 CIKM)

8

The documents can be separated into three sets: (1) no opinion, (2) opinionative but not relevant to the query, and (3) opinionative and relevant to the query (ROD).

The document is decomposed into sentences. The classifier labels each sentence as

subjective or objective. The document is opinionative if at least one of

its sentences is labeled as subjective.

Opinionative Document Retrieval

Page 9: 1 Opinion Retrieval from Blogs Wei Zhang, Clement Yu, and Weiyi Meng (2007 CIKM)

9

Collecting Data for Classifier Training Given a query, we collect a subjective

document set and an objective document set related to that query as the training data of the classifier.

The subjective documents of a query are gathered from reviews web sites.

Case 1: There is only one group of reviews available for this term/concept.

Opinionative Document Retrieval

Page 10: 1 Opinion Retrieval from Blogs Wei Zhang, Clement Yu, and Weiyi Meng (2007 CIKM)

10

Collecting Data for Classifier Training Case 2: There are more than one group of

reviews available. A word vector is formed to represent the

meaning of the term/concept being searched. Cosine similarities are calculated between the

query sense vector and all the review sense vectors.

The review group having the highest similarity score is used as the subjective documents for the query term/concept.

Opinionative Document Retrieval

Page 11: 1 Opinion Retrieval from Blogs Wei Zhang, Clement Yu, and Weiyi Meng (2007 CIKM)

11

Collecting Data for Classifier Training Collecting Subjective Documents

from query from reviews’ siblings original query + “opinion indicator phrases”

Collecting Objective Documents collected from Wikipedia original query - “opinion indicator phrases”

Opinionative Document Retrieval

Page 12: 1 Opinion Retrieval from Blogs Wei Zhang, Clement Yu, and Weiyi Meng (2007 CIKM)

12

Selecting Useful Features Use Pearsons chi-square test. To calculate the chi-square value of a feature f,

all the subjective and objective documents are decomposed to sentences.

All sentences in the subjective documents are labeled as subjective. All those in the objective documents are labeled as objective.

Opinionative Document Retrieval

Page 13: 1 Opinion Retrieval from Blogs Wei Zhang, Clement Yu, and Weiyi Meng (2007 CIKM)

13

Opinionative Document Retrieval Selecting Useful Features

Page 14: 1 Opinion Retrieval from Blogs Wei Zhang, Clement Yu, and Weiyi Meng (2007 CIKM)

14

Selecting Useful Features The larger the chi-square value, the more class-

dependent f is with respect to the subjective set or the objective set.

All the subjective and objective sentences are represented as feature-presence vectors, these vectors are used to train the SVM classifier.

Each query has its own features and its own customized classifier, because we think that the features could be query dependent.

Opinionative Document Retrieval

Page 15: 1 Opinion Retrieval from Blogs Wei Zhang, Clement Yu, and Weiyi Meng (2007 CIKM)

15

Building the SVM Opinion Classifiers Query-Dependent Classifier

Given a set of n queries, each query gets its subjective and objective training data sets.

Each of these n training sets is used to select features and build a classifier only for the corresponding query.

Opinionative Document Retrieval

Page 16: 1 Opinion Retrieval from Blogs Wei Zhang, Clement Yu, and Weiyi Meng (2007 CIKM)

16

Building the SVM Opinion Classifiers Query-Independent Classifier

The training data from all queries is used to build a classifier, so that the classifier is independent of the actual query.

Opinionative Document Retrieval

Page 17: 1 Opinion Retrieval from Blogs Wei Zhang, Clement Yu, and Weiyi Meng (2007 CIKM)

17

Applying the SVM Opinion Classifiers A document is decomposed into sentences. The classifier takes one sentence each time,

outputs a subjective label and a numeric score for this sentence.

A retrieved document is labeled as opinionative if it contains at least one subjective sentence labeled by the classifier.

Opinionative Document Retrieval

Page 18: 1 Opinion Retrieval from Blogs Wei Zhang, Clement Yu, and Weiyi Meng (2007 CIKM)

18

Finding The Relevant Opinionative Documents Finding Query Relevant Opinions The SVM classifier only determines if sentences

in a documents are opinionative or not, but does not know if the opinions are about the query or not.

We use a NEAR operator to classify an opinionative sentence as either relevant or not relevant to the query.

Page 19: 1 Opinion Retrieval from Blogs Wei Zhang, Clement Yu, and Weiyi Meng (2007 CIKM)

19

Finding Query Relevant Opinions Search for at least two words of the original

query words or their synonyms. Search for the original query word or at least

one of its synonyms. Search for at least one of the original query

words or their synonyms, and at least one expanded query words.

Finding The Relevant Opinionative Documents

Page 20: 1 Opinion Retrieval from Blogs Wei Zhang, Clement Yu, and Weiyi Meng (2007 CIKM)

20

Finding Query Relevant Opinions A document d is classified as a ROD:

at least one of d’s sentences is classified as a subjective sentence by the SVM classifier of Q.

at least one of d’s subjective sentences is a ROS recognized by the NEAR operator.

If d is identified as a ROD, the sum of the classification scores of its ROS, is set as d’s opinion similarity score about the query.

Finding The Relevant Opinionative Documents

Page 21: 1 Opinion Retrieval from Blogs Wei Zhang, Clement Yu, and Weiyi Meng (2007 CIKM)

21

Finding The Relevant Opinionative Documents Relevant Opinionative Documents Ranking Rank by Topic Retrieval Similarity Score

Rank by Document Opinion Similarity Score

Page 22: 1 Opinion Retrieval from Blogs Wei Zhang, Clement Yu, and Weiyi Meng (2007 CIKM)

22

Finding The Relevant Opinionative Documents Relevant Opinionative Documents Ranking Rank by Relevant Opinionative Sentence Count

Combine the Similarity Functions

Page 23: 1 Opinion Retrieval from Blogs Wei Zhang, Clement Yu, and Weiyi Meng (2007 CIKM)

23

Experimental Results

Performances of Individual Components

Page 24: 1 Opinion Retrieval from Blogs Wei Zhang, Clement Yu, and Weiyi Meng (2007 CIKM)

24

Experimental Results

Combined Similarity Functions