1 / 30

Distinguishing Objects with Identical Names in Relational Databases

Distinguishing Objects with Identical Names in Relational Databases. Motivations. Different objects may share the same name In AllMusic.com, 72 songs and 3 albums named “Forgotten” or “The Forgotten” In DBLP, 141 papers are written by at least 14 “Wei Wang”

audi
Download Presentation

Distinguishing Objects with Identical Names in Relational Databases

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Distinguishing Objects with Identical Names in Relational Databases

  2. Motivations • Different objects may share the same name • In AllMusic.com, 72 songs and 3 albums named “Forgotten” or “The Forgotten” • In DBLP, 141 papers are written by at least 14 “Wei Wang” • How to distinguish the authors of the 141 papers?

  3. (2) (1) (4) (3) (1) Wei Wang at UNC (2) Wei Wang at UNSW, Australia (3) Wei Wang at Fudan Univ., China (4) Wei Wang at SUNY Buffalo

  4. Challenges of Object Distinction • Related to duplicate detection, but • Textual similarity cannot be used • Different references appear in different contexts (e.g., different papers), and thus seldom share common attributes • Each reference is associated with limited information • We need to carefully design an approach and use all information we have

  5. Overview of DISTINCT • Measure similarity between references • Linkages between references • Based on our empirical study, references to the same object are more likely to be connected • Neighbor tuples of each reference • Can indicate similarity between their contexts • References clustering • Group references according to their similarities

  6. Similarity 1: Link-based Similarity • Indicate the overall strength of connections between two references • We use random walk probability between the two tuples containing the references • Random walk probabilities along different join paths are handled separately • Because different join paths have different semantic meanings • Only consider join paths of length at most 2L (L is the number of steps of propagating probabilities)

  7. 0.5 0.5 0.5 0.5 1.0 1.0 Example of Random Walk Publish Authors 1.0 vldb/wangym97 Wei Wang Jiong Yang vldb/wangym97 Jiong Yang Richard Muntz vldb/wangym97 Richard Muntz Publications vldb/wangym97 STING: A Statistical Information Grid Approach to Spatial Data Mining vldb/vldb97 Proceedings vldb/vldb97 Very Large Data Bases 1997 Athens, Greece

  8. Path Decomposition • It is very expensive to propagate IDs and probabilities along a long join path • Divide each join path into two parts with equal (or almost equal) length • Compute the probability from each target object to each tuple, and from each tuple to each target object Rt R1 R2 0/0 0.1/0.25 Origin of probability propagation 0.2/0.5 0.2/0.5 0.5/0.5 1/1 0.2/1 0.2/1 0.4/0.5 0.2/0.5 0/0 0/0

  9. Path Decomposition (cont.) • When computing probability of walking from one target object to another • Combine the forward and backward probabilities R1: 0.1/0.25 R2: 0.2/0.1 … … … … t1 R1 … … … … t2 … … t3 … … R2 … … … … t4 Probability of walking from O1 to O2 through t1 is 0.1*0.1 = 0.01

  10. Similarity 2: Neighborhood Similarity • Find the neighbor tuples of each reference • Neighbor tuples within L joins • Weights of neighbor tuples • Different neighbor tuples have different connection to the reference • Assign each neighbor tuple a weight, which is the probability of walking from the reference to this tuple • Similarity: Set resemblance between two sets of neighbor tuples

  11. Example of Neighbor Objects Authors 0.2 Richard Muntz Publish 0.2 Jiong Yang …… vldb/wangym97 Wei Wang 0.1 Jinze Liu Haixun Wang 0.05

  12. Automatically Build A Training Set • Find objects with unique names • For persons’ names • A person’s name = first name + last name (+middle name) • A rare first name + a rare last name → this name is likely to be unique • For other types of objects (paper titles, product names, …), consider the IDF of each term in object names • Use two references to an object with unique name as a positive example • Use two references to different objects as a negative example Johannes Gehrke

  13. Selecting Important Join Paths • Each pair of training objects are connected with certain probability via each join path • Construct training set: Join path → Feature • Use SVM to learn the weight of each join path Join Paths …… …… coauthor A1 A2 …… …… B1 conference B2 C1 C2 …… …… year

  14. Clustering References • We choose agglomerative hierarchical clustering because • We do not know number of clusters (real entities) • We only know similarity between references • Equivalent references can be merged into a cluster, which represents a single entity

  15. How to measure similarity between clusters? • Single-link (highest similarity between points in two clusters) ? • No, because references to different objects can be connected. • Complete-link (minimum similarity between them)? • No, because references to the same object may be weakly connected. • Average-link (average similarity between points in two clusters)? • A better measure

  16. Problem with Average-link C2 • C2 is close to C1, but their average similarity is low • We use collective random walk probability: Probability of walking from one cluster to another • Final measure: Average neighborhood similarity and Collective random walk probability C1 C3

  17. Clustering Procedure • Procedure • Initialization: Use each reference as a cluster • Keep finding and merging the most similar pair of clusters • Until no pair of clusters is similar enough

  18. Efficient Computation • In agglomerative hierarchical clustering, one needs to repeatedly compute similarity between clusters • When merging clusters C1 and C2 into C3, we need to compute the similarity between C3 and any other cluster • Very expensive when clusters are large • We invent methods to compute similarity incrementally • Neighborhood similarity • Random walk probability

  19. Experimental Results • Distinguishing references to authors in DBLP • Accuracy of reference clustering • True positive: Number of pairs of references to same author in same cluster • False positive: Different authors, in same cluster • False negative: Same author, different clusters • True negative: Different authors, different clusters Precision = TP/(TP+FP) Recall = TP/(TP+FN) f-measure = 2*precision*recall / (precision+recall) Accuracy = TP/(TP+FP+FN)

  20. Accuracy on Synthetic Tests • Select 1000 authors with at least 5 papers • Merge G (G=2 to 10) authors into one group • Use DISTINCT to distinguish each group of references

  21. Compare with “Existing Approaches” • Random walk and neighborhood similarity have been used in duplicate detection • We combine them with our clustering approaches for comparison

  22. Real Cases

  23. Real Cases: Comparison

  24. Distinguishing Different “Wei Wang”s UNC-CH (57) Fudan U, China (31) Zhejiang U China (3) Najing Normal China (3) 5 SUNY Binghamton (2) Ningbo Tech China (2) 2 UNSW, Australia (19) Purdue (2) Chongqing U China (2) SUNY Buffalo (5) 6 Beijing Polytech (3) NU Singapore (5) Harbin U China (5) Beijing U Com China (2)

  25. Scalability • Agglomerative hierarchical clustering takes quadratic time • Because it requires computing pair-wise similarity

  26. Thank you!

  27. Self-loop Phenomenon • In a relational database, each object connects to other objects via different join paths • In DBLP: author → paper → conference → … • An object usually connects to itself more frequently than most other objects of same type • E.g. an author in DBLP usually connects to himself more frequently than to other authors KDD04 KDD TKDE vol16 Charu Aggarwal TKDE associate editor TKDE vol15 Self-loops: connect to herself via proceedings, conferences, areas, …

  28. An Experiment • Consider a relational database as a graph • Use DBLP as an example • Randomly select an author x • Perform random walks starting from x • With 8 steps • For each author y, calculate probability of reaching y from x • Not considering paths like “x→a→ … →a→x” • Rank all authors by the probability • Perform the above procedure for 500 authors (with at least 10 papers) who are randomly selected from 31608 authors

  29. Results • For each selected author x, rank all authors by random walk probability from x • Rank of x himself

  30. Results (curves) DBLP Database CS Dept Database

More Related