disambiguation algorithm for people search on the web

12
Disambiguation Algorithm for People Search on the Web Dmitri V. Kalashnikov, Sharad Mehrotra, Zhaoqi Chen, Rabia Nuray-Turan, Naveen Ashish For questions visit: http://www.ics.uci.edu/~dvk Computer Science Department University of California, Irvine

Upload: hidi

Post on 14-Jan-2016

29 views

Category:

Documents


0 download

DESCRIPTION

Disambiguation Algorithm for People Search on the Web. Dmitri V. Kalashnikov, Sharad Mehrotra, Zhaoqi Chen, Rabia Nuray-Turan, Naveen Ashish For questions visit: http://www.ics.uci.edu/~dvk Computer Science Department University of California, Irvine. Entity (People) Search. Person2. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Disambiguation Algorithm for  People Search  on the Web

Disambiguation Algorithm for

People Search on the Web

Dmitri V. Kalashnikov, Sharad Mehrotra, Zhaoqi Chen, Rabia Nuray-Turan, Naveen Ashish

For questions visit: http://www.ics.uci.edu/~dvk

Computer Science DepartmentUniversity of California, Irvine

Page 2: Disambiguation Algorithm for  People Search  on the Web

2

Entity (People) Search

Person1 Person2

Person3

Unknown beforehand

Top-K Webpages

Page 3: Disambiguation Algorithm for  People Search  on the Web

3

Standard Approach to Entity Resolution

"J. Smith"

f2

f3

?

?

?

[email protected]

Yf2

f3

[email protected]?

X

Traditional MethodsFeatures and Context

"Jane Smith"

Page 4: Disambiguation Algorithm for  People Search  on the Web

4

Key Observation: More Info is Available

A "nice" regular DatabaseJane Smith

John Smith

J. Smith

=

Page 5: Disambiguation Algorithm for  People Search  on the Web

5

RelDC Framework

f1

f2

f3

?

?

?

f4

Y

f1

f2

f3

f4?

X

Traditional Methods

+ X Y

A

B C

D

E F

Relationship Analysis

ARG

RelDC Framework

features and context

Relationship-based Data Cleaning

Page 6: Disambiguation Algorithm for  People Search  on the Web

6

Where is the Graph here? Use Extraction!

Andrew McCallum

Lise Getoor

Ben Taskar University of Massachusetts

Amherst

Charles Sutton

cs.umass.edu

umass.edu

[email protected]

cs.umass.edu/~mccallum

Amherst, MA

People Organizations

Locations

Hyperlinks/Email

cs.umass.edu/~mccallum/bio.html

Page 7: Disambiguation Algorithm for  People Search  on the Web

7

Overall Algorithm Overview

1. User Input. A user submits a query to the middleware via a web-based interface.

2. Web page Retrieval. The middleware queries a search engine’s API, gets top-K Web pages.

3. Preprocessing. The retrieved Web pages are preprocessed:a) TF/IDF. Preprocessing steps for computing TF/IDF are carried out.b) Ontology. Ontologies are used to enrich the Webpage content.c) Extraction. Named entities, and web related information is extracted from the

Webpages.4. Graph Creation. The Entity-Relationship Graph is generated5. Enhanced TF/IDF. Ontology-enhanced TF/IDF values are computed6. Clustering. Correlation clustering is applied7. Cluster Processing. Each resulting cluster is then processed as follows:

a) Sketches. A set of keywords that represent the web pages within a cluster is computed for each cluster. The goal is that the user should be able to find the person of interest by looking at the sketch.

b) Cluster Ranking. All cluster are ranked by a choosing criteria to be presented in a certain order to the user

c) Web page Ranking. Once the user hones in on a particular cluster, the Web pages in this cluster are presented in a certain order, computed on this step.

8. Visualization of Results. The results are presented to the user in the form of clusters (and their sketches) corresponding to namesakes and which can be explored further.

Page 8: Disambiguation Algorithm for  People Search  on the Web

8

Correlation Clustering

• In CC, each pair of nodes (u,v) is labeled– with “+” or “-” edge– labeling is done according to a similarity function s(u,v)

• Similarity function s(u,v)– if s(u,v) believes u and v are similar, then label “+”– else label “-”– s(u,v) is typically trained from past data

• Clustering– looks at edges– tries to minimize disagreement

– disagreement for element x placed in cluster C, is a number of “-” edges that connect x and other elements in C

Page 9: Disambiguation Algorithm for  People Search  on the Web

9

Similarity Function

• Connection strength between u and v:

– where ck – the number of u-v paths of type k

– and wk – the weigh of u-v paths of type k

• Similarity s(u,v) is a combination

Page 10: Disambiguation Algorithm for  People Search  on the Web

10

Training s(u,v) on pre-labeled data

Page 11: Disambiguation Algorithm for  People Search  on the Web

11

Experiments: Quality of Disambiguation

By Artiles, et al. in SIGIR’05

By Bekkerman & McCallum in WWW’05

Page 12: Disambiguation Algorithm for  People Search  on the Web

12

Experiments: Effect on Search