SlideShare a Scribd company logo
1 of 26
Entity Resolution
How to expand your customer base whilst managing risks
Agenda
1. What we do at Neo4j
2.Entity Resolution with Graphs
3.Example use cases
Neo4j Inc. All rights reserved 2023
2
What we do
Neo4j Inc. All rights reserved 2023
3
The Graph Database
& Analytics Leader
Neo4j Inc. All rights reserved 2023
4
Neo4j Inc. All rights reserved 2023
150+
Global Financial
Firms
~40%
Proportion of Neo4j
revenue from Financial
Services
Fraud
Common Entry Point
For Neo4j
Graph Database Leader
Creator of the Property Graph and Cypher language at the core of the GQL ISO project
5
Data Graph Knowledge Graph
Uncovering relationships in data
enables insights and knowledge
Dynamic Context Deep Dynamic Context
+ +
Relationships Semantics
Neo4j Inc. All rights reserved 2023
7
Relationships can have
properties (name/value pairs)
:HAS_ACCOUNT
opened_date: 2008-01-20
Nodes can have properties
(name/value pairs)
name: Amy Peters
date_of_birth: 1984-03-01
account_no: 1 Nodes represent
objects (nouns)
Relationships are directional
:HAS_TRANSACTION
S
The property graph for advanced analytics
A more human way to create data relationships
Account
Person Transaction
Have you ever considered using a
graph database for entity
resolution?
Poll Question
Neo4j Inc. All rights reserved 2023
8
Entity Resolution with
Graphs
Neo4j Inc. All rights reserved 2023
9
Network-Centric Data Orientation
Graph Advantage
Neo4j Inc. All rights reserved 2023
10
Graph Algorithms
(Community Detection & Centrality)
Traverse Deep Connections
Pattern Matching
(Fraud)
Now show me
the (graph) magic…
Neo4j Inc. All rights reserved 2023
11
The graph magic…
Neo4j Inc. All rights reserved 2023
12
id first_name surname dob address
1 Micheal Down 02/02/1988 2 The Sycamores
2 Michael Downs 02/02/1988 2 The Sycamores
The graph magic…
Neo4j Inc. All rights reserved 2023
13
id first_name surname dob address
1 Micheal Down 02/02/1988 2 The Sycamores
2 Michael Downs 02/02/1988 2 The Sycamores
Neo4j Inc. All rights reserved 2023
14
The graph magic…
Neo4j Inc. All rights reserved 2023
15
The graph magic…
MATCH path=(p1:Person)-[:HAS_ADDRESS]->(address)<-[:HAS_ADDRESS]-(p2:Person)
RETURN path
Neo4j Inc. All rights reserved 2023
16
The graph magic…
MATCH path=(p1:Person)-[:HAS_ADDRESS|HAS_DOB]->(info)<-[:HAS_ADDRESS|HAS_DOB]-(p2:Person)
RETURN path
Neo4j Inc. All rights reserved 2023
17
The graph magic…
MATCH path=(p1:Person)-[:HAS_ADDRESS]->(address)<-[:HAS_ADDRESS]-(p2:Person)
WITH apoc.text.levenshteinSimilarity(p1.first_name, p2.first_name) AS firstNameSimilarity,
apoc.text.levenshteinSimilarity(p1.surname, p2.surname) AS surnameSimilarity,
path
WHERE firstNameSimilarity > 0.8 AND surnameSimilarity > 0.8
RETURN path
Hold on! Where is the
RISK PART?
Neo4j Inc. All rights reserved 2023
18
Neo4j Inc. All rights reserved 2023
19
Risk Mitigation
Via Explainability
Neo4j Inc. All rights reserved 2023
20
Risk Mitigation
Via Explainability
Neo4j Inc. All rights reserved 2023
21
Risk Mitigation
Via Explainability
Neo4j Inc. All rights reserved 2023
22
Risk Mitigation
Via Explainability
Entity Resolution
Use Case
Neo4j Inc. All rights reserved 2023
23
Address
Additional Entity Resolution
Use Cases
Neo4j Inc. All rights reserved 2023
24
Vehicles
People
Data Lineage
Doctors
Fraud
Quotes / Policies
Core IT
Alert Triage
Insurance
Can you see the value of using a
graph database for entity
resolution?
Poll Question
Neo4j Inc. All rights reserved 2023
25
Thank you!
michael.down@neo4j.com
Neo4j Inc. All rights reserved 2023
26

More Related Content

Similar to FIMA 2023 Neo4j & FS - Entity Resolution.pptx

Introduction to Neo4j - a hands-on crash course
Introduction to Neo4j - a hands-on crash courseIntroduction to Neo4j - a hands-on crash course
Introduction to Neo4j - a hands-on crash course
Neo4j
 

Similar to FIMA 2023 Neo4j & FS - Entity Resolution.pptx (20)

Einblicke ins Dickicht der Parteiprogramme
Einblicke ins Dickicht der ParteiprogrammeEinblicke ins Dickicht der Parteiprogramme
Einblicke ins Dickicht der Parteiprogramme
 
Training Week: Introduction to Neo4j
Training Week: Introduction to Neo4jTraining Week: Introduction to Neo4j
Training Week: Introduction to Neo4j
 
Introducción a Neo4j
Introducción a Neo4jIntroducción a Neo4j
Introducción a Neo4j
 
Keynote: Art of the Possible - Chandra Rangan
Keynote: Art of the Possible - Chandra RanganKeynote: Art of the Possible - Chandra Rangan
Keynote: Art of the Possible - Chandra Rangan
 
Leveraging Graphs for Artificial Intelligence and Machine Learning - Phani Da...
Leveraging Graphs for Artificial Intelligence and Machine Learning - Phani Da...Leveraging Graphs for Artificial Intelligence and Machine Learning - Phani Da...
Leveraging Graphs for Artificial Intelligence and Machine Learning - Phani Da...
 
Neo4j GraphSummit Copenhagen - The path to success with Graph Database and Gr...
Neo4j GraphSummit Copenhagen - The path to success with Graph Database and Gr...Neo4j GraphSummit Copenhagen - The path to success with Graph Database and Gr...
Neo4j GraphSummit Copenhagen - The path to success with Graph Database and Gr...
 
Training Week: Introduction to Neo4j 2022
Training Week: Introduction to Neo4j 2022Training Week: Introduction to Neo4j 2022
Training Week: Introduction to Neo4j 2022
 
Knowledge Graphs and Generative AI
Knowledge Graphs and Generative AIKnowledge Graphs and Generative AI
Knowledge Graphs and Generative AI
 
Waterloo Data Science and Data Engineering Meetup - 2018-08-29
Waterloo Data Science and Data Engineering Meetup - 2018-08-29Waterloo Data Science and Data Engineering Meetup - 2018-08-29
Waterloo Data Science and Data Engineering Meetup - 2018-08-29
 
Comments on Simulations Watch Case I & II.pdf
Comments on Simulations Watch Case I & II.pdfComments on Simulations Watch Case I & II.pdf
Comments on Simulations Watch Case I & II.pdf
 
Workshop Introduction to Neo4j
Workshop Introduction to Neo4jWorkshop Introduction to Neo4j
Workshop Introduction to Neo4j
 
The Art of the Possible with Graph - Sudhir Hasbe - GraphSummit London 14 Nov...
The Art of the Possible with Graph - Sudhir Hasbe - GraphSummit London 14 Nov...The Art of the Possible with Graph - Sudhir Hasbe - GraphSummit London 14 Nov...
The Art of the Possible with Graph - Sudhir Hasbe - GraphSummit London 14 Nov...
 
ntroducing to the Power of Graph Technology
ntroducing to the Power of Graph Technologyntroducing to the Power of Graph Technology
ntroducing to the Power of Graph Technology
 
Emil Eifrem at GraphSummit Copenhagen 2024 - The Art of the Possible.pptx
Emil Eifrem at GraphSummit Copenhagen 2024 - The Art of the Possible.pptxEmil Eifrem at GraphSummit Copenhagen 2024 - The Art of the Possible.pptx
Emil Eifrem at GraphSummit Copenhagen 2024 - The Art of the Possible.pptx
 
Leveraging Graphs for Artificial Intelligence and Machine Learning - Phani Da...
Leveraging Graphs for Artificial Intelligence and Machine Learning - Phani Da...Leveraging Graphs for Artificial Intelligence and Machine Learning - Phani Da...
Leveraging Graphs for Artificial Intelligence and Machine Learning - Phani Da...
 
In:Confidence 2019 - Balancing the conflicting objectives of data access and ...
In:Confidence 2019 - Balancing the conflicting objectives of data access and ...In:Confidence 2019 - Balancing the conflicting objectives of data access and ...
In:Confidence 2019 - Balancing the conflicting objectives of data access and ...
 
Neo4j GraphTalk Oslo - Graph Analytics at DNB
Neo4j GraphTalk Oslo - Graph Analytics at DNBNeo4j GraphTalk Oslo - Graph Analytics at DNB
Neo4j GraphTalk Oslo - Graph Analytics at DNB
 
Introduction to Neo4j - a hands-on crash course
Introduction to Neo4j - a hands-on crash courseIntroduction to Neo4j - a hands-on crash course
Introduction to Neo4j - a hands-on crash course
 
The Five Graphs of Government: How Federal Agencies can Utilize Graph Technology
The Five Graphs of Government: How Federal Agencies can Utilize Graph TechnologyThe Five Graphs of Government: How Federal Agencies can Utilize Graph Technology
The Five Graphs of Government: How Federal Agencies can Utilize Graph Technology
 
The Five Graphs of Government: How Federal Agencies can Utilize Graph Technology
The Five Graphs of Government: How Federal Agencies can Utilize Graph TechnologyThe Five Graphs of Government: How Federal Agencies can Utilize Graph Technology
The Five Graphs of Government: How Federal Agencies can Utilize Graph Technology
 

More from Neo4j

More from Neo4j (20)

Your enemies use GenAI too - staying ahead of fraud with Neo4j
Your enemies use GenAI too - staying ahead of fraud with Neo4jYour enemies use GenAI too - staying ahead of fraud with Neo4j
Your enemies use GenAI too - staying ahead of fraud with Neo4j
 
BT & Neo4j _ How Knowledge Graphs help BT deliver Digital Transformation.pptx
BT & Neo4j _ How Knowledge Graphs help BT deliver Digital Transformation.pptxBT & Neo4j _ How Knowledge Graphs help BT deliver Digital Transformation.pptx
BT & Neo4j _ How Knowledge Graphs help BT deliver Digital Transformation.pptx
 
Workshop: Enabling GenAI Breakthroughs with Knowledge Graphs - GraphSummit Milan
Workshop: Enabling GenAI Breakthroughs with Knowledge Graphs - GraphSummit MilanWorkshop: Enabling GenAI Breakthroughs with Knowledge Graphs - GraphSummit Milan
Workshop: Enabling GenAI Breakthroughs with Knowledge Graphs - GraphSummit Milan
 
Workshop - Architecting Innovative Graph Applications- GraphSummit Milan
Workshop -  Architecting Innovative Graph Applications- GraphSummit MilanWorkshop -  Architecting Innovative Graph Applications- GraphSummit Milan
Workshop - Architecting Innovative Graph Applications- GraphSummit Milan
 
LARUS - Galileo.XAI e Gen-AI: la nuova prospettiva di LARUS per il futuro del...
LARUS - Galileo.XAI e Gen-AI: la nuova prospettiva di LARUS per il futuro del...LARUS - Galileo.XAI e Gen-AI: la nuova prospettiva di LARUS per il futuro del...
LARUS - Galileo.XAI e Gen-AI: la nuova prospettiva di LARUS per il futuro del...
 
GraphSummit Milan - Visione e roadmap del prodotto Neo4j
GraphSummit Milan - Visione e roadmap del prodotto Neo4jGraphSummit Milan - Visione e roadmap del prodotto Neo4j
GraphSummit Milan - Visione e roadmap del prodotto Neo4j
 
GraphSummit Milan - Neo4j: The Art of the Possible with Graph
GraphSummit Milan - Neo4j: The Art of the Possible with GraphGraphSummit Milan - Neo4j: The Art of the Possible with Graph
GraphSummit Milan - Neo4j: The Art of the Possible with Graph
 
LARUS - Galileo.XAI e Gen-AI: la nuova prospettiva di LARUS per il futuro del...
LARUS - Galileo.XAI e Gen-AI: la nuova prospettiva di LARUS per il futuro del...LARUS - Galileo.XAI e Gen-AI: la nuova prospettiva di LARUS per il futuro del...
LARUS - Galileo.XAI e Gen-AI: la nuova prospettiva di LARUS per il futuro del...
 
UNI DI NAPOLI FEDERICO II - Il ruolo dei grafi nell'AI Conversazionale Ibrida
UNI DI NAPOLI FEDERICO II - Il ruolo dei grafi nell'AI Conversazionale IbridaUNI DI NAPOLI FEDERICO II - Il ruolo dei grafi nell'AI Conversazionale Ibrida
UNI DI NAPOLI FEDERICO II - Il ruolo dei grafi nell'AI Conversazionale Ibrida
 
CERVED e Neo4j su una nuvola, migrazione ed evoluzione di un grafo mission cr...
CERVED e Neo4j su una nuvola, migrazione ed evoluzione di un grafo mission cr...CERVED e Neo4j su una nuvola, migrazione ed evoluzione di un grafo mission cr...
CERVED e Neo4j su una nuvola, migrazione ed evoluzione di un grafo mission cr...
 
From Knowledge Graphs via Lego Bricks to scientific conversations.pptx
From Knowledge Graphs via Lego Bricks to scientific conversations.pptxFrom Knowledge Graphs via Lego Bricks to scientific conversations.pptx
From Knowledge Graphs via Lego Bricks to scientific conversations.pptx
 
Novo Nordisk: When Knowledge Graphs meet LLMs
Novo Nordisk: When Knowledge Graphs meet LLMsNovo Nordisk: When Knowledge Graphs meet LLMs
Novo Nordisk: When Knowledge Graphs meet LLMs
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
QIAGEN: Biomedical Knowledge Graphs for Data Scientists and Bioinformaticians
QIAGEN: Biomedical Knowledge Graphs for Data Scientists and BioinformaticiansQIAGEN: Biomedical Knowledge Graphs for Data Scientists and Bioinformaticians
QIAGEN: Biomedical Knowledge Graphs for Data Scientists and Bioinformaticians
 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered Sustainability
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdf
 
ISDEFE - GraphSummit Madrid - ARETA: Aviation Real-Time Emissions Token Accre...
ISDEFE - GraphSummit Madrid - ARETA: Aviation Real-Time Emissions Token Accre...ISDEFE - GraphSummit Madrid - ARETA: Aviation Real-Time Emissions Token Accre...
ISDEFE - GraphSummit Madrid - ARETA: Aviation Real-Time Emissions Token Accre...
 

Recently uploaded

Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Medical / Health Care (+971588192166) Mifepristone and Misoprostol tablets 200mg
 
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
VictoriaMetrics
 

Recently uploaded (20)

WSO2CON 2024 - How to Run a Security Program
WSO2CON 2024 - How to Run a Security ProgramWSO2CON 2024 - How to Run a Security Program
WSO2CON 2024 - How to Run a Security Program
 
Evolving Data Governance for the Real-time Streaming and AI Era
Evolving Data Governance for the Real-time Streaming and AI EraEvolving Data Governance for the Real-time Streaming and AI Era
Evolving Data Governance for the Real-time Streaming and AI Era
 
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
 
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
 
WSO2CON 2024 - Lessons from the Field: Legacy Platforms – It's Time to Let Go...
WSO2CON 2024 - Lessons from the Field: Legacy Platforms – It's Time to Let Go...WSO2CON 2024 - Lessons from the Field: Legacy Platforms – It's Time to Let Go...
WSO2CON 2024 - Lessons from the Field: Legacy Platforms – It's Time to Let Go...
 
WSO2CON 2024 - Software Engineering for Digital Businesses
WSO2CON 2024 - Software Engineering for Digital BusinessesWSO2CON 2024 - Software Engineering for Digital Businesses
WSO2CON 2024 - Software Engineering for Digital Businesses
 
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
 
WSO2Con2024 - Organization Management: The Revolution in B2B CIAM
WSO2Con2024 - Organization Management: The Revolution in B2B CIAMWSO2Con2024 - Organization Management: The Revolution in B2B CIAM
WSO2Con2024 - Organization Management: The Revolution in B2B CIAM
 
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
 
WSO2CON 2024 - IoT Needs CIAM: The Importance of Centralized IAM in a Growing...
WSO2CON 2024 - IoT Needs CIAM: The Importance of Centralized IAM in a Growing...WSO2CON 2024 - IoT Needs CIAM: The Importance of Centralized IAM in a Growing...
WSO2CON 2024 - IoT Needs CIAM: The Importance of Centralized IAM in a Growing...
 
WSO2CON 2024 - How CSI Piemonte Is Apifying the Public Administration
WSO2CON 2024 - How CSI Piemonte Is Apifying the Public AdministrationWSO2CON 2024 - How CSI Piemonte Is Apifying the Public Administration
WSO2CON 2024 - How CSI Piemonte Is Apifying the Public Administration
 
WSO2CON 2024 - Not Just Microservices: Rightsize Your Services!
WSO2CON 2024 - Not Just Microservices: Rightsize Your Services!WSO2CON 2024 - Not Just Microservices: Rightsize Your Services!
WSO2CON 2024 - Not Just Microservices: Rightsize Your Services!
 
WSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go PlatformlessWSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go Platformless
 
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
 
WSO2Con2024 - Enabling Transactional System's Exponential Growth With Simplicity
WSO2Con2024 - Enabling Transactional System's Exponential Growth With SimplicityWSO2Con2024 - Enabling Transactional System's Exponential Growth With Simplicity
WSO2Con2024 - Enabling Transactional System's Exponential Growth With Simplicity
 
WSO2CON 2024 Slides - Open Source to SaaS
WSO2CON 2024 Slides - Open Source to SaaSWSO2CON 2024 Slides - Open Source to SaaS
WSO2CON 2024 Slides - Open Source to SaaS
 
WSO2Con2024 - From Blueprint to Brilliance: WSO2's Guide to API-First Enginee...
WSO2Con2024 - From Blueprint to Brilliance: WSO2's Guide to API-First Enginee...WSO2Con2024 - From Blueprint to Brilliance: WSO2's Guide to API-First Enginee...
WSO2Con2024 - From Blueprint to Brilliance: WSO2's Guide to API-First Enginee...
 
WSO2Con204 - Hard Rock Presentation - Keynote
WSO2Con204 - Hard Rock Presentation - KeynoteWSO2Con204 - Hard Rock Presentation - Keynote
WSO2Con204 - Hard Rock Presentation - Keynote
 
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
 
WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...
WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...
WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...
 

FIMA 2023 Neo4j & FS - Entity Resolution.pptx

  • 1. Entity Resolution How to expand your customer base whilst managing risks
  • 2. Agenda 1. What we do at Neo4j 2.Entity Resolution with Graphs 3.Example use cases Neo4j Inc. All rights reserved 2023 2
  • 3. What we do Neo4j Inc. All rights reserved 2023 3
  • 4. The Graph Database & Analytics Leader Neo4j Inc. All rights reserved 2023 4
  • 5. Neo4j Inc. All rights reserved 2023 150+ Global Financial Firms ~40% Proportion of Neo4j revenue from Financial Services Fraud Common Entry Point For Neo4j Graph Database Leader Creator of the Property Graph and Cypher language at the core of the GQL ISO project 5
  • 6. Data Graph Knowledge Graph Uncovering relationships in data enables insights and knowledge Dynamic Context Deep Dynamic Context + + Relationships Semantics
  • 7. Neo4j Inc. All rights reserved 2023 7 Relationships can have properties (name/value pairs) :HAS_ACCOUNT opened_date: 2008-01-20 Nodes can have properties (name/value pairs) name: Amy Peters date_of_birth: 1984-03-01 account_no: 1 Nodes represent objects (nouns) Relationships are directional :HAS_TRANSACTION S The property graph for advanced analytics A more human way to create data relationships Account Person Transaction
  • 8. Have you ever considered using a graph database for entity resolution? Poll Question Neo4j Inc. All rights reserved 2023 8
  • 9. Entity Resolution with Graphs Neo4j Inc. All rights reserved 2023 9
  • 10. Network-Centric Data Orientation Graph Advantage Neo4j Inc. All rights reserved 2023 10 Graph Algorithms (Community Detection & Centrality) Traverse Deep Connections Pattern Matching (Fraud)
  • 11. Now show me the (graph) magic… Neo4j Inc. All rights reserved 2023 11
  • 12. The graph magic… Neo4j Inc. All rights reserved 2023 12 id first_name surname dob address 1 Micheal Down 02/02/1988 2 The Sycamores 2 Michael Downs 02/02/1988 2 The Sycamores
  • 13. The graph magic… Neo4j Inc. All rights reserved 2023 13 id first_name surname dob address 1 Micheal Down 02/02/1988 2 The Sycamores 2 Michael Downs 02/02/1988 2 The Sycamores
  • 14. Neo4j Inc. All rights reserved 2023 14 The graph magic…
  • 15. Neo4j Inc. All rights reserved 2023 15 The graph magic… MATCH path=(p1:Person)-[:HAS_ADDRESS]->(address)<-[:HAS_ADDRESS]-(p2:Person) RETURN path
  • 16. Neo4j Inc. All rights reserved 2023 16 The graph magic… MATCH path=(p1:Person)-[:HAS_ADDRESS|HAS_DOB]->(info)<-[:HAS_ADDRESS|HAS_DOB]-(p2:Person) RETURN path
  • 17. Neo4j Inc. All rights reserved 2023 17 The graph magic… MATCH path=(p1:Person)-[:HAS_ADDRESS]->(address)<-[:HAS_ADDRESS]-(p2:Person) WITH apoc.text.levenshteinSimilarity(p1.first_name, p2.first_name) AS firstNameSimilarity, apoc.text.levenshteinSimilarity(p1.surname, p2.surname) AS surnameSimilarity, path WHERE firstNameSimilarity > 0.8 AND surnameSimilarity > 0.8 RETURN path
  • 18. Hold on! Where is the RISK PART? Neo4j Inc. All rights reserved 2023 18
  • 19. Neo4j Inc. All rights reserved 2023 19 Risk Mitigation Via Explainability
  • 20. Neo4j Inc. All rights reserved 2023 20 Risk Mitigation Via Explainability
  • 21. Neo4j Inc. All rights reserved 2023 21 Risk Mitigation Via Explainability
  • 22. Neo4j Inc. All rights reserved 2023 22 Risk Mitigation Via Explainability
  • 23. Entity Resolution Use Case Neo4j Inc. All rights reserved 2023 23
  • 24. Address Additional Entity Resolution Use Cases Neo4j Inc. All rights reserved 2023 24 Vehicles People Data Lineage Doctors Fraud Quotes / Policies Core IT Alert Triage Insurance
  • 25. Can you see the value of using a graph database for entity resolution? Poll Question Neo4j Inc. All rights reserved 2023 25
  • 26. Thank you! michael.down@neo4j.com Neo4j Inc. All rights reserved 2023 26

Editor's Notes

  1. The world’s biggest data challenges are: cross discipline, cross-vertical, connected across domains, across industries and data sets. Across metadata.
  2. Question: Have you ever considered using a graph database for entity resolution? A.Yes B, No C. I had never heard of a graph database before this talk!
  3. Question: Can you now see the value of using a graph database for entity resolution? A.Yes. B, No. C. Definitely not, that made no sense whatsoever.