improving web search results using affinity graph

18
SIGIR 1 Intelligent Database Systems Lab 國國國國國國國國 National Yunlin University of Science and T echnology Improving Web Search Results Using Affinity Graph Advisor : Dr. Hsu Presenter : Jia-Hao Yang Author :Benyu Zhang , Hua Li , Yi Liu , Wensi Xi , Weiguo Fan

Upload: chuong

Post on 19-Mar-2016

32 views

Category:

Documents


3 download

DESCRIPTION

Improving Web Search Results Using Affinity Graph. Advisor : Dr. Hsu Presenter : Jia-Hao Yang Author :Benyu Zhang , Hua Li , Yi Liu , Wensi Xi , Weiguo Fan. Outline. Motivation Objective Definition Methods (Affinity Ranking) Experiments Conclusion Opinion. Motivation. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Improving Web Search Results Using Affinity Graph

SIGIR 1Intelligent Database Systems Lab

國立雲林科技大學National Yunlin University of Science and Technology

Improving Web Search Results Using Affinity Graph

Advisor : Dr. HsuPresenter : Jia-Hao YangAuthor :Benyu Zhang , Hua Li , Yi Liu , Wensi Xi , Weiguo Fan

Page 2: Improving Web Search Results Using Affinity Graph

SIGIR2Intelligent Database Systems Lab

N.Y.U.S.T.

I. M.Outline Motivation Objective Definition Methods (Affinity Ranking) Experiments Conclusion Opinion

Page 3: Improving Web Search Results Using Affinity Graph

SIGIR3Intelligent Database Systems Lab

N.Y.U.S.T.

I. M.Motivation situation

─ Many of the queries are ambiguous. ─ the user’s information needs are unknown.

Ex : “ 足球” , 是只想要足球還是要找足球賽 In traditional, precision and recall are two metr

ics, but these didn’t consider the content of documents.

Hyperlink

Page 4: Improving Web Search Results Using Affinity Graph

SIGIR4Intelligent Database Systems Lab

N.Y.U.S.T.

I. M.Objective Two metrics, diversity and information

richness, have been proposed to improve this problem.

Re-ranking the top search results to satisfy the user’s information needs.

Page 5: Improving Web Search Results Using Affinity Graph

SIGIR5Intelligent Database Systems Lab

N.Y.U.S.T.

I. M.Definition Diversity measures the variety of topics in a gr

oup of documents. Information richness measures how many dif

ferent topics a single document contains.

Page 6: Improving Web Search Results Using Affinity Graph

SIGIR6Intelligent Database Systems Lab

N.Y.U.S.T.

I. M.Methods AG : According to vector space model, each

document can be represented ,

If we consider documents as nodes, the document collection can be modeled

as a graph by generating the link between

documents.

d1

d5d6

d4

d3d2

Page 7: Improving Web Search Results Using Affinity Graph

SIGIR7Intelligent Database Systems Lab

N.Y.U.S.T.

I. M.Methods(cont.) Information richness : 1st

2nd

Page 8: Improving Web Search Results Using Affinity Graph

SIGIR8Intelligent Database Systems Lab

N.Y.U.S.T.

I. M.Methods(cont.) Diversity penalty : 1st :

2nd

3rd ,

4th

5th 2nd

Re-ranking :─ The score-combination scheme uses a linear combination of two parts:

─ The rank-combination scheme of re-ranking uses a linear combination of the ranks based on full-text search and Affinity Ranking :

Page 9: Improving Web Search Results Using Affinity Graph

SIGIR9Intelligent Database Systems Lab

N.Y.U.S.T.

I. M.Experiments (In Yahoo & ODP) Affinity Ranking vs. K-Means Clustering

Page 10: Improving Web Search Results Using Affinity Graph

SIGIR10Intelligent Database Systems Lab

N.Y.U.S.T.

I. M.Experiments (cont.)

Page 11: Improving Web Search Results Using Affinity Graph

SIGIR11Intelligent Database Systems Lab

N.Y.U.S.T.

I. M.Experiments (cont.)

Page 12: Improving Web Search Results Using Affinity Graph

SIGIR12Intelligent Database Systems Lab

N.Y.U.S.T.

I. M.Experiments (In Newsgroup)

Improve in Top 10 Search Results : As the top 10 search results always receive the most attention of end-users,

we show how Affinity Ranking affects the top 10 search results from the newsgroup data set.

Page 13: Improving Web Search Results Using Affinity Graph

SIGIR13Intelligent Database Systems Lab

N.Y.U.S.T.

I. M.Experiments (cont.) Improve within Top 50 Search Results

Page 14: Improving Web Search Results Using Affinity Graph

SIGIR14Intelligent Database Systems Lab

N.Y.U.S.T.

I. M.Experiments (cont.)

Page 15: Improving Web Search Results Using Affinity Graph

SIGIR15Intelligent Database Systems Lab

N.Y.U.S.T.

I. M.Experiments (α & β)

Page 16: Improving Web Search Results Using Affinity Graph

SIGIR16Intelligent Database Systems Lab

N.Y.U.S.T.

I. M.A Case Study Outlook print error :

Page 17: Improving Web Search Results Using Affinity Graph

SIGIR17Intelligent Database Systems Lab

N.Y.U.S.T.

I. M.Conclusion This paper proposed two new metrics, diversity and

information richness, and a novel ranking scheme, Affinity Ranking, to measure the search performance.

By presenting wider topic coverage and more highly informative results in each topic in the top results, this method can effectively improve the search performance.

Page 18: Improving Web Search Results Using Affinity Graph

SIGIR18Intelligent Database Systems Lab

N.Y.U.S.T.

I. M.Opinion Future work : scaling the AR computation, to

the Web scale.