SlideShare une entreprise Scribd logo
1  sur  16
Harnessing the Social Web: The Science of Identity Disambiguation Matthew Rowe and Fabio Ciravegna Organisations, Information and Knowledge Group University of Sheffield, UK Web Science 2010
Outline Problem Dissemination of personal information across the Web Motivation Need for automation Harnessing the Social Web Identity Disambiguation Inference Rules Self-training Evaluation Results Conclusions
Problem Large amount of information now residing on the World Wide Web is personal information Disseminated voluntarily: homepages, profiles pages Or involuntarily: telephone directories, electoral registers Sensitive nature of this information has lead to: Identity Theft: act of stealing a person’s identity and reusing it Currently costs UK economy £1.2 billion http://www.identitytheft.org.uk/faqs.asp Lateral Surveillance: act of watching someone without their knowledge Often performed by employers vetting potential employees And by socialities vetting prospective dates Could affect reputation if detrimental content exists
Motivation To avoid such practices, web users must manually collect web resources which may cite them and then decide which do The latter stage of this process is referred to as disambiguation Decides which web resources are references and produces a unary set of identity web references for a given person However, this practice is  Time consuming Expensive Must be repeated often as the more and more data is published on the  Web Automated disambiguation techniques can replace this manual processing To function effectively however, seed data (background knowledge about a person) is required: Expensive to produce (e.g. filling in an extensive form) Must contain sufficient features describing a person’s identity
Harnessing the Social Web Overcome the problem of producing seed data manually by harnessing the Social Web Social Web platforms such as Facebook, Twitter and MySpace allow web users to build an online persona/identity visible to others Sociological studies have argued of the similarity between online and offline identities (Hart et al, 2008) states that online social networks are merely extensions of offline lives (Ellison et al, 2007) states that Social Web platforms are used to reinforce established offline relationships A user study was conducted to assess the relationship between digital identities constructed on Social Web platforms and their real worldequivalent using 50 participants from the University of Sheffield (25 male, 25 female) with a wide age range (18 – 45) Study consisted of three stages 1. Participants listed their real world social network 2. Digital social network was extracted from Facebook for each participant 3. Digital and real world networks were compared Relevance: proportion of digital social network containing strong-tied relationships Coverage: extent of to which the real world network is replicated online Results from the user study show Coverage range of 0.5 to 1 with an average of 0.77 Indicating that, on average, 77% of a person’s real world social network is replicated online Average relevance of 0.23 Indicating that, on average, 23% of a person’s digital social network contains strong tied relationships
Collecting Seed Data from the Social Web
Collecting Seed Data from the Social Web <http://www.dcs.shef.ac.uk/~mrowe/foaf.rdf#me> rdf:typefoaf:Person ; foaf:name "Matthew Rowe" ; foaf:homepage <www.dcs.shef.ac.uk/~mrowe> ; foaf:mbox <m.rowe@dcs.shef.ac.uk> ; foaf:based_near <http://www.geonames.org/2638077> ; foaf:knows <http://www.dcs.shef.ac.uk/~mrowe/foaf.rdf#fabio> ; foaf:knows <http://www.dcs.shef.ac.uk/~mrowe/foaf.rdf#sam> . <http://www.dcs.shef.ac.uk/~mrowe/foaf.rdf#fabio> rdf:typefoaf:Person ; foaf:name "Fabio Ciravegna"; foaf:mbox <fabio@dcs.shef.ac.uk>; foaf:homepage <http://www.dcs.shef.ac.uk/~fabio> . <http://www.dcs.shef.ac.uk/~mrowe/foaf.rdf#sam> rdf:typefoaf:Person ; foaf:name "Sam Chapman" ; foaf:mbox <sam@dcs.shef.ac.uk> ; foaf:homepage <http://www.dcs.shef.ac.uk/~sam> . <http://www.geonames.org/2638077> rdf:typegeo:Feature ; geo:name “Sheffield” ; geo:inCountry “UK” .
Identity Disambiguation: Inference Rules Rules provides a means to logically infer conclusions based on the presence of information In the context of identity disambiguation, rules replicate the cognitive process by which a human decides if a web resource refers to a given entity Using background knowledge known about the entity Uses a supervised approach by only using the provided seed data to make decisions Rules are built from the seed data as follows: RDF instances are extracted from the seed data (e.g. an instance of a person or location) A rule is constructed from the information in each instance description Rules are then added to the rule base which are then applied to a collected set of web resources to disambiguate identity web references If the triple pattern in the antecedent (the if part) of the rule matches the knowledge structure of a web resource then a web reference is inferred
Identity Disambiguation: Inference Rules
Identity Disambiguation: Self-training Self-training provides a semi-supervised approach to disambiguation: Seed data collected from the Social Web provides the positive training data Possible web citations provide the unlabelled data Negative training data is generated using Rocchio classification over the unlabelled data Positive and negative training data is then used to train an initial classifier Classifier is applied to the unlabelled data and labels each example Training sets (positive and negative) are enlarged with the examples from the unlabelled data which exhibit the strongest classification confidences Examples are removed from the unlabelled data, reducing its size Steps 4-7 are repeated until all unlabelled data has been classified Tested 3 different machine learning classifiers: Perceptron, Support Vector Machines and Naïve Bayes RDF models (for both the seed data and the web resources) are converted into machine learning instances RDF instances from the models are used as featuresfor the machine learninginstances This permits the variation of distinct feature similarity measures between 3 different RDF graph matching techniques:  RDF Entailment: does one graph subsume that of another? Inverse Functional Property Matching: do property values match in distinct graphs where the property is inverse functional? Jaccard similarity (strict graph equivalence): are the graphs identical?
Identity Disambiguation: Self-training Intuition is that as the classifier learns from unlabelled data it will learn from previously unknown features Seed data only covers a portion of a person’s identity Will lead to the detection of more web references This is similar to the cognitive process by which humans identify web citations  Only a portion of background knowledge is known at the start As more web references are found, the knowledge of the person is expanded
Evaluation Dataset 50 members of the Semantic Web and Web 2.0 communities Collected seed data from Facebook and Twitter Collected possible web citations from searching WWW and the Semantic Web for each participant Converted each returned resource into an RDF model representation ~346 web resources to be analysed for each participant Evaluation Measures Information retrieval metrics: precision, recall and f-measure Web presence level: proportion of web resources that refer to each participant (e.g. 50 of 350 web resources refer to a given person, then web presence is 14%) Baseline Measure: Human Processing Group of 12 raters manually processed a portion of the dataset for each participant 3 raters performed disambiguation for each participant, then used interrater agreement (Hripcsak & Rothschild, 2005) to calculate IR metrics
Evaluation: Inference Rules Yields high levels of precision, but poor recall scores Specific nature of rules leads to poor application to new instances   Consistently outperforms humans in terms of precision for all web presence levels At low levels of web presence, where web references are sparse, humans perform poorly This is characterised by a “Needle in a Haystack” problem Inhibited by the lack web references to learn from
Evaluation: Self-training Perceptron and SVM are combined with Entailment outperform humans Due to the large levels of recall achieved by these permutations Entailment leads to a reduction in overfitting to the training data Precision is lowered, but recall is improved significantly Performance also remains consistent for all web presence levels Jaccard uses strict matching between RDF instances, leading to high precision levels Poor recall levels due to overfitting to training data  unable to generalise to new instances
Conclusions Social Web platforms provide a useful source for identity information Significant similarity between real world and digital social networks This can in turn be used to support automated disambiguation techniques Inference Rules, using a supervised strategy, yields high precision levels yet fails to detect a large portion of identity web references Self-training overcomes the limitations of supervised techniques by learning from disambiguation decisions High recall levels demonstrate the effectiveness of such methods to detect a large portion of web references Future work will look to combine these two methods together Enlarging the positive training data using Inference Rules – given their high precision levels Then applying Self-training to increase recall levels
Twitter: @mattroweshow Web: http://www.dcs.shef.ac.uk/~mrowe Email: m.rowe@dcs.shef.ac.uk Questions? (Hart et al, 2008) - J. Hart, C. Ridley, F. Taher, C. Sas, and A. Dix. Exploring the facebook experience: a new approach to usability. In NordiCHI ’08: Proceedings of the 5th Nordic conference on Human-computer interaction, pages 471–474, New York, NY, USA, 2008. ACM (Ellison et al, 2007) - N. B. Ellison, C. Steinfield, and C. Lampe. Thebenefits of facebook friends: Social capital and college students’ use of online social network sites. Journal of Computer Mediated Communication, 12:1143–1168, 2007. (Hripcsak & Rothschild, 2005) – G. Hripcsak and A. S. Rothschild. Agreement, the f-measure, and reliability in information retrieval. Journal of American Medical Informatics Association, 12(3):296–298, 2005.

Contenu connexe

Tendances

2006-05-25__coi-semdis
2006-05-25__coi-semdis2006-05-25__coi-semdis
2006-05-25__coi-semdis
webuploader
 
CISummit 2013: Luke Matthews, Tracking the Electronic Metadata Trail of the S...
CISummit 2013: Luke Matthews, Tracking the Electronic Metadata Trail of the S...CISummit 2013: Luke Matthews, Tracking the Electronic Metadata Trail of the S...
CISummit 2013: Luke Matthews, Tracking the Electronic Metadata Trail of the S...
Steven Wardell
 
Fuzzy AndANN Based Mining Approach Testing For Social Network Analysis
Fuzzy AndANN Based Mining Approach Testing For Social Network AnalysisFuzzy AndANN Based Mining Approach Testing For Social Network Analysis
Fuzzy AndANN Based Mining Approach Testing For Social Network Analysis
IJERA Editor
 

Tendances (18)

10 Network Experiments
10 Network Experiments10 Network Experiments
10 Network Experiments
 
Social Network Analysis - an Introduction (minus the Maths)
Social Network Analysis - an Introduction (minus the Maths)Social Network Analysis - an Introduction (minus the Maths)
Social Network Analysis - an Introduction (minus the Maths)
 
01 Introduction to Networks Methods and Measures
01 Introduction to Networks Methods and Measures01 Introduction to Networks Methods and Measures
01 Introduction to Networks Methods and Measures
 
ESWC 2014 Tutorial Part 4
ESWC 2014 Tutorial Part 4ESWC 2014 Tutorial Part 4
ESWC 2014 Tutorial Part 4
 
Library Connect Webinar - Calculating sharing metrics: Possible approaches
Library Connect Webinar - Calculating sharing metrics: Possible approaches Library Connect Webinar - Calculating sharing metrics: Possible approaches
Library Connect Webinar - Calculating sharing metrics: Possible approaches
 
11 Network Experiments and Interventions
11 Network Experiments and Interventions11 Network Experiments and Interventions
11 Network Experiments and Interventions
 
05 Network Canvas (2017)
05 Network Canvas (2017)05 Network Canvas (2017)
05 Network Canvas (2017)
 
An Introduction to NodeXL for Social Scientists
An Introduction to NodeXL for Social ScientistsAn Introduction to NodeXL for Social Scientists
An Introduction to NodeXL for Social Scientists
 
02 Network Data Collection
02 Network Data Collection02 Network Data Collection
02 Network Data Collection
 
2006-05-25__coi-semdis
2006-05-25__coi-semdis2006-05-25__coi-semdis
2006-05-25__coi-semdis
 
A Community of Quality: Using Social Network Analysis to Study University-Wid...
A Community of Quality: Using Social Network Analysis to Study University-Wid...A Community of Quality: Using Social Network Analysis to Study University-Wid...
A Community of Quality: Using Social Network Analysis to Study University-Wid...
 
CISummit 2013: Luke Matthews, Tracking the Electronic Metadata Trail of the S...
CISummit 2013: Luke Matthews, Tracking the Electronic Metadata Trail of the S...CISummit 2013: Luke Matthews, Tracking the Electronic Metadata Trail of the S...
CISummit 2013: Luke Matthews, Tracking the Electronic Metadata Trail of the S...
 
04 Diffusion and Peer Influence
04 Diffusion and Peer Influence04 Diffusion and Peer Influence
04 Diffusion and Peer Influence
 
Fuzzy AndANN Based Mining Approach Testing For Social Network Analysis
Fuzzy AndANN Based Mining Approach Testing For Social Network AnalysisFuzzy AndANN Based Mining Approach Testing For Social Network Analysis
Fuzzy AndANN Based Mining Approach Testing For Social Network Analysis
 
03 Ego Network Analysis
03 Ego Network Analysis03 Ego Network Analysis
03 Ego Network Analysis
 
Kaleidoscope conference slides - Academic networking
Kaleidoscope conference slides - Academic networkingKaleidoscope conference slides - Academic networking
Kaleidoscope conference slides - Academic networking
 
Benchmarking the Privacy-­Preserving People Search
Benchmarking the Privacy-­Preserving People SearchBenchmarking the Privacy-­Preserving People Search
Benchmarking the Privacy-­Preserving People Search
 
10 More than a Pretty Picture: Visual Thinking in Network Studies
10 More than a Pretty Picture: Visual Thinking in Network Studies10 More than a Pretty Picture: Visual Thinking in Network Studies
10 More than a Pretty Picture: Visual Thinking in Network Studies
 

Similaire à Harnessing the Social Web: The Science of Identity Disambiguation

PhD Viva - Disambiguating Identity Web References using Social Data
PhD Viva - Disambiguating Identity Web References using Social DataPhD Viva - Disambiguating Identity Web References using Social Data
PhD Viva - Disambiguating Identity Web References using Social Data
Matthew Rowe
 
Poster Abstracts
Poster AbstractsPoster Abstracts
Poster Abstracts
butest
 
The Credibility of Digital Identity Information on the Social Web: A User Study
The Credibility of Digital Identity Information on the Social Web: A User StudyThe Credibility of Digital Identity Information on the Social Web: A User Study
The Credibility of Digital Identity Information on the Social Web: A User Study
Matthew Rowe
 
992 sms10 social_media_services
992 sms10 social_media_services992 sms10 social_media_services
992 sms10 social_media_services
siyaza
 
Effects of Social Networking in Academic Literacy
Effects of Social Networking in Academic LiteracyEffects of Social Networking in Academic Literacy
Effects of Social Networking in Academic Literacy
Steve Chilton
 
Learning Social Networks From Web Documents Using Support
Learning Social Networks From Web Documents Using SupportLearning Social Networks From Web Documents Using Support
Learning Social Networks From Web Documents Using Support
ceya
 
Social Recommender Systems Tutorial - WWW 2011
Social Recommender Systems Tutorial - WWW 2011Social Recommender Systems Tutorial - WWW 2011
Social Recommender Systems Tutorial - WWW 2011
idoguy
 

Similaire à Harnessing the Social Web: The Science of Identity Disambiguation (20)

PhD Viva - Disambiguating Identity Web References using Social Data
PhD Viva - Disambiguating Identity Web References using Social DataPhD Viva - Disambiguating Identity Web References using Social Data
PhD Viva - Disambiguating Identity Web References using Social Data
 
Poster Abstracts
Poster AbstractsPoster Abstracts
Poster Abstracts
 
Social Web 2.0 Class Week 4: Social Networks, Privacy
Social Web 2.0 Class Week 4: Social Networks, PrivacySocial Web 2.0 Class Week 4: Social Networks, Privacy
Social Web 2.0 Class Week 4: Social Networks, Privacy
 
Access Lab 2020: Context aware unified institutional knowledge services
Access Lab 2020: Context aware unified institutional knowledge servicesAccess Lab 2020: Context aware unified institutional knowledge services
Access Lab 2020: Context aware unified institutional knowledge services
 
The Credibility of Digital Identity Information on the Social Web: A User Study
The Credibility of Digital Identity Information on the Social Web: A User StudyThe Credibility of Digital Identity Information on the Social Web: A User Study
The Credibility of Digital Identity Information on the Social Web: A User Study
 
992 sms10 social_media_services
992 sms10 social_media_services992 sms10 social_media_services
992 sms10 social_media_services
 
02 Network Data Collection (2016)
02 Network Data Collection (2016)02 Network Data Collection (2016)
02 Network Data Collection (2016)
 
Alamw15 VIVO
Alamw15 VIVOAlamw15 VIVO
Alamw15 VIVO
 
From Linked Data to Semantic Applications
From Linked Data to Semantic ApplicationsFrom Linked Data to Semantic Applications
From Linked Data to Semantic Applications
 
Effects of Social Networking in Academic Literacy
Effects of Social Networking in Academic LiteracyEffects of Social Networking in Academic Literacy
Effects of Social Networking in Academic Literacy
 
Learning Social Networks From Web Documents Using Support
Learning Social Networks From Web Documents Using SupportLearning Social Networks From Web Documents Using Support
Learning Social Networks From Web Documents Using Support
 
Social Recommender Systems
Social Recommender SystemsSocial Recommender Systems
Social Recommender Systems
 
Question Answering over Linked Data - Reasoning Issues
Question Answering over Linked Data - Reasoning IssuesQuestion Answering over Linked Data - Reasoning Issues
Question Answering over Linked Data - Reasoning Issues
 
Interlinking semantics, web2.0, and the real-world
Interlinking semantics, web2.0, and the real-worldInterlinking semantics, web2.0, and the real-world
Interlinking semantics, web2.0, and the real-world
 
Knowledge Sharing over social networking systems
Knowledge Sharing over social networking systemsKnowledge Sharing over social networking systems
Knowledge Sharing over social networking systems
 
Social Recommender Systems Tutorial - WWW 2011
Social Recommender Systems Tutorial - WWW 2011Social Recommender Systems Tutorial - WWW 2011
Social Recommender Systems Tutorial - WWW 2011
 
Netnography in online dating services
Netnography in online dating servicesNetnography in online dating services
Netnography in online dating services
 
Rise presentation-2012-01
Rise presentation-2012-01Rise presentation-2012-01
Rise presentation-2012-01
 
Proposal.docx
Proposal.docxProposal.docx
Proposal.docx
 
Collaborative filtering
Collaborative filteringCollaborative filtering
Collaborative filtering
 

Plus de Matthew Rowe

Existing Research and Future Research Agenda
Existing Research and Future Research AgendaExisting Research and Future Research Agenda
Existing Research and Future Research Agenda
Matthew Rowe
 
Modelling and Analysis of User Behaviour in Online Communities
Modelling and Analysis of User Behaviour in Online CommunitiesModelling and Analysis of User Behaviour in Online Communities
Modelling and Analysis of User Behaviour in Online Communities
Matthew Rowe
 
Anticipating Discussion Activity on Community Forums
Anticipating Discussion Activity on Community ForumsAnticipating Discussion Activity on Community Forums
Anticipating Discussion Activity on Community Forums
Matthew Rowe
 
Semantic Technologies: Representing Semantic Data
Semantic Technologies: Representing Semantic DataSemantic Technologies: Representing Semantic Data
Semantic Technologies: Representing Semantic Data
Matthew Rowe
 

Plus de Matthew Rowe (20)

Social Computing Research with Apache Spark
Social Computing Research with Apache SparkSocial Computing Research with Apache Spark
Social Computing Research with Apache Spark
 
Predicting Online Community Churners using Gaussian Sequences
Predicting Online Community Churners using Gaussian SequencesPredicting Online Community Churners using Gaussian Sequences
Predicting Online Community Churners using Gaussian Sequences
 
Transferring Semantic Categories with Vertex Kernels: Recommendations with Se...
Transferring Semantic Categories with Vertex Kernels: Recommendations with Se...Transferring Semantic Categories with Vertex Kernels: Recommendations with Se...
Transferring Semantic Categories with Vertex Kernels: Recommendations with Se...
 
SemanticSVD++: Incorporating Semantic Taste Evolution for Predicting Ratings
SemanticSVD++: Incorporating Semantic Taste Evolution for Predicting RatingsSemanticSVD++: Incorporating Semantic Taste Evolution for Predicting Ratings
SemanticSVD++: Incorporating Semantic Taste Evolution for Predicting Ratings
 
The Semantic Evolution of Online Communities
The Semantic Evolution of Online CommunitiesThe Semantic Evolution of Online Communities
The Semantic Evolution of Online Communities
 
From Mining to Understanding: The Evolution of Social Web Users
From Mining to Understanding: The Evolution of Social Web UsersFrom Mining to Understanding: The Evolution of Social Web Users
From Mining to Understanding: The Evolution of Social Web Users
 
Mining User Lifecycles from Online Community Platforms and their Application ...
Mining User Lifecycles from Online Community Platforms and their Application ...Mining User Lifecycles from Online Community Platforms and their Application ...
Mining User Lifecycles from Online Community Platforms and their Application ...
 
From User Needs to Community Health: Mining User Behaviour to Analyse Online ...
From User Needs to Community Health: Mining User Behaviour to Analyse Online ...From User Needs to Community Health: Mining User Behaviour to Analyse Online ...
From User Needs to Community Health: Mining User Behaviour to Analyse Online ...
 
Changing with Time: Modelling and Detecting User Lifecycle Periods in Online ...
Changing with Time: Modelling and Detecting User Lifecycle Periods in Online ...Changing with Time: Modelling and Detecting User Lifecycle Periods in Online ...
Changing with Time: Modelling and Detecting User Lifecycle Periods in Online ...
 
Identity: Physical, Cyber, Future
Identity: Physical, Cyber, FutureIdentity: Physical, Cyber, Future
Identity: Physical, Cyber, Future
 
Measuring the Topical Specificity of Online Communities
Measuring the Topical Specificity of Online CommunitiesMeasuring the Topical Specificity of Online Communities
Measuring the Topical Specificity of Online Communities
 
Who will follow whom? Exploiting Semantics for Link Prediction in Attention-I...
Who will follow whom? Exploiting Semantics for Link Prediction in Attention-I...Who will follow whom? Exploiting Semantics for Link Prediction in Attention-I...
Who will follow whom? Exploiting Semantics for Link Prediction in Attention-I...
 
Attention Economics in Social Web Systems
Attention Economics in Social Web SystemsAttention Economics in Social Web Systems
Attention Economics in Social Web Systems
 
What makes communities tick? Community health analysis using role compositions
What makes communities tick? Community health analysis using role compositionsWhat makes communities tick? Community health analysis using role compositions
What makes communities tick? Community health analysis using role compositions
 
Existing Research and Future Research Agenda
Existing Research and Future Research AgendaExisting Research and Future Research Agenda
Existing Research and Future Research Agenda
 
Tutorial: Social Semantics
Tutorial: Social SemanticsTutorial: Social Semantics
Tutorial: Social Semantics
 
Modelling and Analysis of User Behaviour in Online Communities
Modelling and Analysis of User Behaviour in Online CommunitiesModelling and Analysis of User Behaviour in Online Communities
Modelling and Analysis of User Behaviour in Online Communities
 
Using Behaviour Analysis to Detect Cultural Aspects in Social Web Systems
Using Behaviour Analysis to Detect Cultural Aspects in Social Web SystemsUsing Behaviour Analysis to Detect Cultural Aspects in Social Web Systems
Using Behaviour Analysis to Detect Cultural Aspects in Social Web Systems
 
Anticipating Discussion Activity on Community Forums
Anticipating Discussion Activity on Community ForumsAnticipating Discussion Activity on Community Forums
Anticipating Discussion Activity on Community Forums
 
Semantic Technologies: Representing Semantic Data
Semantic Technologies: Representing Semantic DataSemantic Technologies: Representing Semantic Data
Semantic Technologies: Representing Semantic Data
 

Dernier

Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
ciinovamais
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
kauryashika82
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
heathfieldcps1
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
Chris Hunter
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
PECB
 

Dernier (20)

Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 

Harnessing the Social Web: The Science of Identity Disambiguation

  • 1. Harnessing the Social Web: The Science of Identity Disambiguation Matthew Rowe and Fabio Ciravegna Organisations, Information and Knowledge Group University of Sheffield, UK Web Science 2010
  • 2. Outline Problem Dissemination of personal information across the Web Motivation Need for automation Harnessing the Social Web Identity Disambiguation Inference Rules Self-training Evaluation Results Conclusions
  • 3. Problem Large amount of information now residing on the World Wide Web is personal information Disseminated voluntarily: homepages, profiles pages Or involuntarily: telephone directories, electoral registers Sensitive nature of this information has lead to: Identity Theft: act of stealing a person’s identity and reusing it Currently costs UK economy £1.2 billion http://www.identitytheft.org.uk/faqs.asp Lateral Surveillance: act of watching someone without their knowledge Often performed by employers vetting potential employees And by socialities vetting prospective dates Could affect reputation if detrimental content exists
  • 4. Motivation To avoid such practices, web users must manually collect web resources which may cite them and then decide which do The latter stage of this process is referred to as disambiguation Decides which web resources are references and produces a unary set of identity web references for a given person However, this practice is Time consuming Expensive Must be repeated often as the more and more data is published on the Web Automated disambiguation techniques can replace this manual processing To function effectively however, seed data (background knowledge about a person) is required: Expensive to produce (e.g. filling in an extensive form) Must contain sufficient features describing a person’s identity
  • 5. Harnessing the Social Web Overcome the problem of producing seed data manually by harnessing the Social Web Social Web platforms such as Facebook, Twitter and MySpace allow web users to build an online persona/identity visible to others Sociological studies have argued of the similarity between online and offline identities (Hart et al, 2008) states that online social networks are merely extensions of offline lives (Ellison et al, 2007) states that Social Web platforms are used to reinforce established offline relationships A user study was conducted to assess the relationship between digital identities constructed on Social Web platforms and their real worldequivalent using 50 participants from the University of Sheffield (25 male, 25 female) with a wide age range (18 – 45) Study consisted of three stages 1. Participants listed their real world social network 2. Digital social network was extracted from Facebook for each participant 3. Digital and real world networks were compared Relevance: proportion of digital social network containing strong-tied relationships Coverage: extent of to which the real world network is replicated online Results from the user study show Coverage range of 0.5 to 1 with an average of 0.77 Indicating that, on average, 77% of a person’s real world social network is replicated online Average relevance of 0.23 Indicating that, on average, 23% of a person’s digital social network contains strong tied relationships
  • 6. Collecting Seed Data from the Social Web
  • 7. Collecting Seed Data from the Social Web <http://www.dcs.shef.ac.uk/~mrowe/foaf.rdf#me> rdf:typefoaf:Person ; foaf:name "Matthew Rowe" ; foaf:homepage <www.dcs.shef.ac.uk/~mrowe> ; foaf:mbox <m.rowe@dcs.shef.ac.uk> ; foaf:based_near <http://www.geonames.org/2638077> ; foaf:knows <http://www.dcs.shef.ac.uk/~mrowe/foaf.rdf#fabio> ; foaf:knows <http://www.dcs.shef.ac.uk/~mrowe/foaf.rdf#sam> . <http://www.dcs.shef.ac.uk/~mrowe/foaf.rdf#fabio> rdf:typefoaf:Person ; foaf:name "Fabio Ciravegna"; foaf:mbox <fabio@dcs.shef.ac.uk>; foaf:homepage <http://www.dcs.shef.ac.uk/~fabio> . <http://www.dcs.shef.ac.uk/~mrowe/foaf.rdf#sam> rdf:typefoaf:Person ; foaf:name "Sam Chapman" ; foaf:mbox <sam@dcs.shef.ac.uk> ; foaf:homepage <http://www.dcs.shef.ac.uk/~sam> . <http://www.geonames.org/2638077> rdf:typegeo:Feature ; geo:name “Sheffield” ; geo:inCountry “UK” .
  • 8. Identity Disambiguation: Inference Rules Rules provides a means to logically infer conclusions based on the presence of information In the context of identity disambiguation, rules replicate the cognitive process by which a human decides if a web resource refers to a given entity Using background knowledge known about the entity Uses a supervised approach by only using the provided seed data to make decisions Rules are built from the seed data as follows: RDF instances are extracted from the seed data (e.g. an instance of a person or location) A rule is constructed from the information in each instance description Rules are then added to the rule base which are then applied to a collected set of web resources to disambiguate identity web references If the triple pattern in the antecedent (the if part) of the rule matches the knowledge structure of a web resource then a web reference is inferred
  • 10. Identity Disambiguation: Self-training Self-training provides a semi-supervised approach to disambiguation: Seed data collected from the Social Web provides the positive training data Possible web citations provide the unlabelled data Negative training data is generated using Rocchio classification over the unlabelled data Positive and negative training data is then used to train an initial classifier Classifier is applied to the unlabelled data and labels each example Training sets (positive and negative) are enlarged with the examples from the unlabelled data which exhibit the strongest classification confidences Examples are removed from the unlabelled data, reducing its size Steps 4-7 are repeated until all unlabelled data has been classified Tested 3 different machine learning classifiers: Perceptron, Support Vector Machines and Naïve Bayes RDF models (for both the seed data and the web resources) are converted into machine learning instances RDF instances from the models are used as featuresfor the machine learninginstances This permits the variation of distinct feature similarity measures between 3 different RDF graph matching techniques: RDF Entailment: does one graph subsume that of another? Inverse Functional Property Matching: do property values match in distinct graphs where the property is inverse functional? Jaccard similarity (strict graph equivalence): are the graphs identical?
  • 11. Identity Disambiguation: Self-training Intuition is that as the classifier learns from unlabelled data it will learn from previously unknown features Seed data only covers a portion of a person’s identity Will lead to the detection of more web references This is similar to the cognitive process by which humans identify web citations Only a portion of background knowledge is known at the start As more web references are found, the knowledge of the person is expanded
  • 12. Evaluation Dataset 50 members of the Semantic Web and Web 2.0 communities Collected seed data from Facebook and Twitter Collected possible web citations from searching WWW and the Semantic Web for each participant Converted each returned resource into an RDF model representation ~346 web resources to be analysed for each participant Evaluation Measures Information retrieval metrics: precision, recall and f-measure Web presence level: proportion of web resources that refer to each participant (e.g. 50 of 350 web resources refer to a given person, then web presence is 14%) Baseline Measure: Human Processing Group of 12 raters manually processed a portion of the dataset for each participant 3 raters performed disambiguation for each participant, then used interrater agreement (Hripcsak & Rothschild, 2005) to calculate IR metrics
  • 13. Evaluation: Inference Rules Yields high levels of precision, but poor recall scores Specific nature of rules leads to poor application to new instances Consistently outperforms humans in terms of precision for all web presence levels At low levels of web presence, where web references are sparse, humans perform poorly This is characterised by a “Needle in a Haystack” problem Inhibited by the lack web references to learn from
  • 14. Evaluation: Self-training Perceptron and SVM are combined with Entailment outperform humans Due to the large levels of recall achieved by these permutations Entailment leads to a reduction in overfitting to the training data Precision is lowered, but recall is improved significantly Performance also remains consistent for all web presence levels Jaccard uses strict matching between RDF instances, leading to high precision levels Poor recall levels due to overfitting to training data unable to generalise to new instances
  • 15. Conclusions Social Web platforms provide a useful source for identity information Significant similarity between real world and digital social networks This can in turn be used to support automated disambiguation techniques Inference Rules, using a supervised strategy, yields high precision levels yet fails to detect a large portion of identity web references Self-training overcomes the limitations of supervised techniques by learning from disambiguation decisions High recall levels demonstrate the effectiveness of such methods to detect a large portion of web references Future work will look to combine these two methods together Enlarging the positive training data using Inference Rules – given their high precision levels Then applying Self-training to increase recall levels
  • 16. Twitter: @mattroweshow Web: http://www.dcs.shef.ac.uk/~mrowe Email: m.rowe@dcs.shef.ac.uk Questions? (Hart et al, 2008) - J. Hart, C. Ridley, F. Taher, C. Sas, and A. Dix. Exploring the facebook experience: a new approach to usability. In NordiCHI ’08: Proceedings of the 5th Nordic conference on Human-computer interaction, pages 471–474, New York, NY, USA, 2008. ACM (Ellison et al, 2007) - N. B. Ellison, C. Steinfield, and C. Lampe. Thebenefits of facebook friends: Social capital and college students’ use of online social network sites. Journal of Computer Mediated Communication, 12:1143–1168, 2007. (Hripcsak & Rothschild, 2005) – G. Hripcsak and A. S. Rothschild. Agreement, the f-measure, and reliability in information retrieval. Journal of American Medical Informatics Association, 12(3):296–298, 2005.