计算机代考程序代写 scheme information retrieval database data mining COMP3430 / 8430 Data wrangling – cscodehelp代写

COMP3430 / 8430 Data wrangling
Lecture 12: Overview of record linkage (Lecturer: )

Lecture outline
● What is record linkage
● Record linkage applications
● A short history of record linkage
● The record linkage process
● Record linkage techniques and challenges

What is record linkage?
● The process of linking records that represent the same entity in one or more databases (patients, customers, businesses, products, publications, etc.)
● Also known as data linkage, data matching, entity resolution, duplicate detection, object identification, etc.
● Major challenge is that unique entity identifiers are not available in the databases to be linked (or if available, they are not consistent or not stable)
● For example, which of these records represent the same person?
Dr Smith, Peter 42 Miller Street 2602 O’ Smith 42 Miller St 2600 Canberra A.C.T.
P. Smithers 24 Mill Rd 2600 Canberra ACT

Record linkage applications
● Remove duplicates in one data set (deduplication)
● Merge new records into a larger master data set
● Create patient or customer oriented statistics
(for example for longitudinal studies)
● Clean and enrich data for analysis and mining
● Geocode matching (with reference address data)
● Widespread use of record linkage:
– Immigration, taxation, social security, census
– Fraud and crime detection, and national security – Business mailing lists, exchange of customer data – Health and social science research

Example application: Health outbreak (1)

Example application: Health outbreak (2)
● Preventing the outbreak of epidemics requires monitoring of occurrences of unusual patterns of symptoms
● Data from many different sources will need to be collected and linked (including travel and immigration records; doctors, emergency and hospital admissions; drug purchases; social network and location data; and possibly even animal health data)
● Privacy and confidentiality concerns arise if such data are stored and linked at a central location
● Such data sets are large, dynamic, complex, heterogeneous and distributed, and they require linking and analysis in near real time

Example application: Census data (1)
● Linking (historical) census data over time can help unlock a wealth
of information about a society (such as changes in family structure, health, education, fertility, immigration, etc.)

Example application: Census data (2)
● Many challenges to linking such historical data:
– Low literacy (recording errors and unknown exact values), no address
or occupation standards
– Large percentage of a population had one of just a few common names
(‘John’ or ‘Mary’)
– Households and families change over time
– Immigration and emigration, birth and death
– Scanning, OCR (optical character recognition), and transcription errors
– Lost pages (fire, eaten by mice, etc.)
● For modern data, privacy and confidentiality are major challenges – Because these data are about living people, and so privacy is of major concern
when data are linked between organisations

Increased interest in record linkage (1)
sent $45,500 Centrelink bill that was meant for woman with same name (ABC News, 17 Feb 2020)

Increased interest in record linkage (2)
● Traditionally, record linkage has been used in statistics (census) and health (epidemiology)
– First computer based techniques developed in 1960s
● In recent years, much interest from businesses and governments – Massive amounts of data are being collected, and increased computing
power and storage capacities
– Often data from different sources need to be integrated
– Need for data sharing between organisations
– Data mining (analysis) of large data collections
– E-Commerce and Web services (comparison shopping)
– Spatial data analysis and online map applications

A brief history of record linkage (1)
● Computer assisted data linkage goes back as far as the 1950s (based on ad-hoc heuristic methods)
● Basic ideas of probabilistic linkage were introduced by Newcombe & Kennedy (1962)
● Theoretical foundation by Fellegi & Sunter (1969)
– Compare common record attributes (or fields)
– Compute matching weights based on frequency ratios (global or value
specific) and error estimates
– Sum of the matching weights is used to classify a pair of records as a
match, non-match, or potential match
– Problems: Estimating errors and thresholds, assumption of independence,
and clerical review

A brief history of record linkage (2)
● Strong interest in the last decade from computer science (from many research fields, including data mining, AI, knowledge engineering, information retrieval, information systems, databases, and digital libraries)
● Many different techniques have been developed
● Major focus has been on scalability to large databases, and
linkage quality
– Various indexing/blocking techniques to efficiently and effectively generate
candidate record pairs
– Various machine learning-based record pair classification techniques,
both supervised and unsupervised, as well as active learning based

The record linkage process

Record linkage techniques
● Deterministic matching
– Rule-based matching (complex to build and maintain)
● Probabilistic record linkage (Fellegi and Sunter, 1969)
– Use available attributes for linking (often personal information, like names,
addresses, dates of birth, etc.)
– Calculate match weights for attributes
● “Computer science” approaches
– Based on machine learning, data mining, database, or information retrieval
techniques
– Supervised classification: Requires training data (true matches)
– Unsupervised: Clustering, collective, and graph based

Record linkage challenges
● No unique entity identifiers available
● Real world data are dirty (typographical errors and variations, missing
and out-of-date values, different coding schemes, etc.)
● Scalability
– Naïve comparison of all record pairs has a quadratic complexity – Remove likely non-matches as efficiently as possible
● No training data in many linkage applications – No record pairs with known true match status
● Privacy and confidentiality (because personal information, like names and addresses, are commonly required for linking)

Leave a Reply

Your email address will not be published. Required fields are marked *