SlideShare a Scribd company logo
1 of 15
Download to read offline
Scaling Knowledge Graph
Architectures with AI
Sara Nash and Urmi Majumder
Text Analytics 2023
ENTERPRISE KNOWLEDGE
Outline
Introduction Knowledge
Graphs
Solutions
Architecture
Maturity
Spectrum
What You Will Learn
⬢ How AI supports the creation and growth of Knowledge Graphs
⬢ Different approaches for entity and relationship extraction
depending on Enterprise AI maturity
⬢ Key considerations to incorporate AI capabilities into a Knowledge
Graph development pipeline
⬢ Serves as implementation lead for knowledge graphs - ranging
from early design and prototyping to enterprise solutions
⬢ Expert in Knowledge Graph and Semantic Technologies
⬢ Established standards in design and delivery of semantic
recommender solutions
SARA
PRINCIPAL CONSULTANT, ENTERPRISE KNOWLEDGE
NASH
URMI
PRINCIPAL CONSULTANT, ENTERPRISE KNOWLEDGE
MAJUMDER
⬢ Expert in system architecture, design, and implementation
of semantic enterprise solutions
⬢ Leads the development of technical solutions in support of
a wide variety of both federal and commercial clients
ENTERPRISE KNOWLEDGE
ENTERPRISE KNOWLEDGE
A knowledge graph is a specialized
graph of the things we want to
describe and how they are related.
● Standardize data entities and
enrich data with context.
● Can be expanded by leveraging
various approaches, including
AI-driven entity and
relationship extraction.
Most of the data in our world is
unstructured.
Unstructured data:
1) Has no metadata
2) Can’t be captured neatly in
structured formats like XML, JSON,
or relational databases; and,
3) Lacks standardization, which
prevents establishing uniform
processes for analysis.
The Challenge The Knowledge Graph
Creating Knowledge from Unstructured Content
There is a vast amount of information embedded in documents, reports, records, process flow
diagrams, and more. There is an opportunity to extract this knowledge and make
meaningful connections to accelerate knowledge discovery across teams.
Extract Knowledge from Content Organize Knowledge in Logical Structure Get Insights from Data
ABC
Material
XYZ
Product
Process 1
Process Step
E1
Experiment
F2
Material
isInput
isOutput
E0
Experiment
isInput isInput
creates
What Materials were used
to make XYZ?
● ABC was used in Process 1
What are the experiments
in which ABC was used?
● E0
● E1
Which experiment of ABC
was used to make F2?
● E1
ENTERPRISE KNOWLEDGE
Natural Language
Processing (NLP)
model leveraged to
build a Knowledge
Graph (KG) for
providing coherent
and relevant learning
content
recommendations.
ML model was used to
facilitate KG
generating dynamic
automated
regulatory reporting,
and expediting
research and
publication processes.
Learning Enablement Safety Standards Regulatory Reporting and More
Discovery Analysis Research
Machine Learning
(ML) model was
trained to allow KG to
facilitate thorough
analyses of possible
risks, and help
planners plan the
best safety measures
for mitigation.
● Product Marketing
● E-Commerce
● Content Cleanup
● Data Discovery in
Research
Top Graph Use Cases: https://enterprise-knowledge.com/top-graph-use-cases-and-enterprise-applications-with-real-world-examples/
Success Stories
Source Data and
Content
Taxonomy/
Schema Storage
Entity and
Relationship
Extraction
Enterprise
Content and Data
Dedicated
Taxonomy/Ontology
Management System
Auto-tagging and/or
Extraction of Key
Knowledge
Enriched Content
Storage
Persistent Graph
Storage
Data Orchestration
Front End
Visualization /
UI
API
AI
Search
Chatbots/
Q&A
Data Visualization
and Reporting
Recommender
Systems
Solutions Architecture for Scalable Knowledge Graphs
Source Data and
Content
Taxonomy/
Schema Storage
Enterprise
Content and Data
Dedicated
Taxonomy/Ontology
Management System
Enriched Content
Storage
Persistent Graph
Storage
Data Orchestration
Front End
Visualization /
UI
API
Search
Chatbots/
Q&A
Data Visualization
and Reporting
Recommender
Systems
AI accelerates extracting entities and relationships at
scale from unstructured enterprise data. This is
increasingly possible due to advances in the natural
language processing space.
Entity and
Relationship
Extraction
Auto-tagging and/or
Extraction of Key
Knowledge
AI
Solutions Architecture for Scalable Knowledge Graphs
Transformational
Institutional
Unaware of
how AI is being
adopted across
organizations.
Hopeful about
the promise of
AI and its
impact on
business.
Some AI/ML
models are in
use for specific
use cases.
AI solutions are
supporting
shared use
cases across the
organization.
AI is part of
business DNA,
transforming
infrastructure
and processes
to improve
efficiency while
optimizing
costs.
Operational
Experimental
Not Ready
(Pre-AI)
ENTERPRISE KNOWLEDGE
AI Maturity Spectrum for the Enterprise
…with
Automated
Monitoring
and Retraining
Entity Extraction Maturity Spectrum
Regular
Expression
Based
(RegEx)
Auto
Classification
Custom ML
Model …for
Entity
Extraction
…with Active
Learning
Definition
Taxonomy driven
categorization of
content
Definition
Traditional supervised
learning approach for
text classification
Considerations
Highly dependent on
training data
Definition
Model is re-trained
periodically based on
human feedback
Considerations
Increased text
classification accuracy
Definition
Model is automatically
re-trained, tested, and
deployed
Considerations
Recommended for
large orgs with
established DataOps
processes
Definition
Use patterns of
characters and
operators to match
text
Considerations
Requires explicit
definition of rules,
and may lead to false
positives
Considerations
Limited to the
terms defined in the
taxonomy
Transformational
Institutional
Operational
Experimental
Not Ready
(Pre-AI)
RegEx Rule: Knowledge Graph
University is a Service because
[*]University is a Service.
This content on EK’s site is rich with knowledge
that can be extracted through different
approaches.
Auto-Classification Rule:
● EKGU is a synonym for Enterprise
Knowledge Graph University and this
article is about EKGU.
● Information Analyst is a Role, so
Information Analyst may take EKGU
Custom ML Model
● SPARQL and SHACL are
frameworks
● Taxonomy, ontology, and Knowledge
Graphs are semantic models
● Graph database is a tool
Entity Extraction in Action
…with
Automated
Monitoring
and Retraining
Source
Schema
Based
Rule Based
Custom ML
Model …for
Relationship
Extraction
…with Active
Learning
Definition
Custom rule set,
borrowing relationships
from standard formats
Considerations
Relies on maintaining
rules and may lead to
false positives
Definition
Traditional supervised
learning for classifying
text between two
entities
Considerations
Highly dependent on
training data
Relationship Extraction Maturity Spectrum
Definition
Model is automatically
re-trained, tested, and
deployed
Considerations
Recommended for
large orgs with
established DataOps
processes
Definition
Model is re-trained
periodically based on
human feedback
Considerations
Increased text
classification accuracy
Definition
Exploit the schema
(JSON, XML, etc.) of the
source system
Considerations
Requires explicit
mapping in data source
between entities to
assign relationships
Transformational
Institutional
Operational
Experimental
Not Ready
(Pre-AI)
AI Maturity Spectrum for the Enterprise Revisited
Transformational
Institutional
Operational
Experimental
Not Ready
(Pre-AI)
ENTERPRISE KNOWLEDGE
Use pattern
matching for
deterministic
entity and
relationship
extraction
Design a
starter
taxonomy &
use it for
taxonomy
driven graph
instantiation
Use pre-trained
ML models for
probabilistic
entity and
relationship
extraction
Fine-tune
pretrained ML
models based
on SME
feedback to
update graph
Monitor
information
extraction
quality to
automatically
retrain ML
model
Be iterative Start small, then iteratively refine and expand AI
integration.
Involve your SMEs SMEs can help validate AI performance and provide
feedback, ensuring accurate and relevant
improvements.
Define consumer-
facing use cases
Use cases should address pain points or challenges
faced by your target audience.
Invest in quality Invest in establishing robust AI models and
structured content and data that align with your use
cases.
In order to best incorporate AI capabilities into your Knowledge Graph
pipeline, there are several key factors to consider:
Key Considerations
ENTERPRISE KNOWLEDGE
Any Questions?
Thank you for listening.
We are happy to take any
questions at this time.
Sara Nash
snash@enterprise-knowledge.com
www.linkedin.com/in/sara-g-nash/
Urmi Majumder
umajumder@enterprise-knowledge.com
www.linkedin.com/in/urmim/
How prepared is your organization
for AI? Take EK’s AI Maturity
Assessment:
https://s.enterprise-knowledge.com/ekaiassessment

More Related Content

What's hot

WEBGIS - Moçambique
WEBGIS - Moçambique WEBGIS - Moçambique
WEBGIS - Moçambique Idelson Mindo
 
Digital Customer Experience strategy & Marketing Automation for Philips Healt...
Digital Customer Experience strategy & Marketing Automation for Philips Healt...Digital Customer Experience strategy & Marketing Automation for Philips Healt...
Digital Customer Experience strategy & Marketing Automation for Philips Healt...Arjan Kramer
 
Dataiku - From Big Data To Machine Learning
Dataiku - From Big Data To Machine LearningDataiku - From Big Data To Machine Learning
Dataiku - From Big Data To Machine LearningDataiku
 
How to Quickly Prototype a Scalable Graph Architecture: A Framework for Rapid...
How to Quickly Prototype a Scalable Graph Architecture: A Framework for Rapid...How to Quickly Prototype a Scalable Graph Architecture: A Framework for Rapid...
How to Quickly Prototype a Scalable Graph Architecture: A Framework for Rapid...Enterprise Knowledge
 
Demystifying Graph Neural Networks
Demystifying Graph Neural NetworksDemystifying Graph Neural Networks
Demystifying Graph Neural NetworksNeo4j
 
Enabling Data-Driven Marketing
Enabling Data-Driven MarketingEnabling Data-Driven Marketing
Enabling Data-Driven MarketingAnnalect Finland
 
Improving Machine Learning using Graph Algorithms
Improving Machine Learning using Graph AlgorithmsImproving Machine Learning using Graph Algorithms
Improving Machine Learning using Graph AlgorithmsNeo4j
 
The Invincible Company
The Invincible CompanyThe Invincible Company
The Invincible CompanyYves Pigneur
 
Knowledge Graph Introduction
Knowledge Graph IntroductionKnowledge Graph Introduction
Knowledge Graph IntroductionSören Auer
 
The Balderton B2B Sales Playbook
The Balderton B2B Sales PlaybookThe Balderton B2B Sales Playbook
The Balderton B2B Sales PlaybookBalderton Capital
 
GeoTools와 GeoServer를 이용한 KOPSS Open API의 구현
GeoTools와 GeoServer를 이용한 KOPSS Open API의 구현GeoTools와 GeoServer를 이용한 KOPSS Open API의 구현
GeoTools와 GeoServer를 이용한 KOPSS Open API의 구현MinPa Lee
 
[공간정보연구원] 1일차 - QGIS 개요 및 기초
[공간정보연구원] 1일차 - QGIS 개요 및 기초[공간정보연구원] 1일차 - QGIS 개요 및 기초
[공간정보연구원] 1일차 - QGIS 개요 및 기초slhead1
 
MIT Class on Product Management 10-22-2013
MIT Class on Product Management 10-22-2013MIT Class on Product Management 10-22-2013
MIT Class on Product Management 10-22-2013Jeffrey Bussgang
 
Account-Based Marketing 101
Account-Based Marketing 101Account-Based Marketing 101
Account-Based Marketing 101Kwanzoo Inc
 
Marketing Automation at Adobe
Marketing Automation at AdobeMarketing Automation at Adobe
Marketing Automation at AdobeMarketo
 
ESWC 2017 Tutorial Knowledge Graphs
ESWC 2017 Tutorial Knowledge GraphsESWC 2017 Tutorial Knowledge Graphs
ESWC 2017 Tutorial Knowledge GraphsPeter Haase
 
Vertex AI: Pipelines for your MLOps workflows
Vertex AI: Pipelines for your MLOps workflowsVertex AI: Pipelines for your MLOps workflows
Vertex AI: Pipelines for your MLOps workflowsMárton Kodok
 
Startup go to market strategy
Startup go to market strategyStartup go to market strategy
Startup go to market strategyAnders Hermansson
 

What's hot (20)

WEBGIS - Moçambique
WEBGIS - Moçambique WEBGIS - Moçambique
WEBGIS - Moçambique
 
Digital Customer Experience strategy & Marketing Automation for Philips Healt...
Digital Customer Experience strategy & Marketing Automation for Philips Healt...Digital Customer Experience strategy & Marketing Automation for Philips Healt...
Digital Customer Experience strategy & Marketing Automation for Philips Healt...
 
Dataiku - From Big Data To Machine Learning
Dataiku - From Big Data To Machine LearningDataiku - From Big Data To Machine Learning
Dataiku - From Big Data To Machine Learning
 
How to Quickly Prototype a Scalable Graph Architecture: A Framework for Rapid...
How to Quickly Prototype a Scalable Graph Architecture: A Framework for Rapid...How to Quickly Prototype a Scalable Graph Architecture: A Framework for Rapid...
How to Quickly Prototype a Scalable Graph Architecture: A Framework for Rapid...
 
Demystifying Graph Neural Networks
Demystifying Graph Neural NetworksDemystifying Graph Neural Networks
Demystifying Graph Neural Networks
 
Enabling Data-Driven Marketing
Enabling Data-Driven MarketingEnabling Data-Driven Marketing
Enabling Data-Driven Marketing
 
Improving Machine Learning using Graph Algorithms
Improving Machine Learning using Graph AlgorithmsImproving Machine Learning using Graph Algorithms
Improving Machine Learning using Graph Algorithms
 
The Invincible Company
The Invincible CompanyThe Invincible Company
The Invincible Company
 
Knowledge Graph Introduction
Knowledge Graph IntroductionKnowledge Graph Introduction
Knowledge Graph Introduction
 
The Balderton B2B Sales Playbook
The Balderton B2B Sales PlaybookThe Balderton B2B Sales Playbook
The Balderton B2B Sales Playbook
 
GeoTools와 GeoServer를 이용한 KOPSS Open API의 구현
GeoTools와 GeoServer를 이용한 KOPSS Open API의 구현GeoTools와 GeoServer를 이용한 KOPSS Open API의 구현
GeoTools와 GeoServer를 이용한 KOPSS Open API의 구현
 
[공간정보연구원] 1일차 - QGIS 개요 및 기초
[공간정보연구원] 1일차 - QGIS 개요 및 기초[공간정보연구원] 1일차 - QGIS 개요 및 기초
[공간정보연구원] 1일차 - QGIS 개요 및 기초
 
MIT Class on Product Management 10-22-2013
MIT Class on Product Management 10-22-2013MIT Class on Product Management 10-22-2013
MIT Class on Product Management 10-22-2013
 
Account-Based Marketing 101
Account-Based Marketing 101Account-Based Marketing 101
Account-Based Marketing 101
 
Marketing Automation at Adobe
Marketing Automation at AdobeMarketing Automation at Adobe
Marketing Automation at Adobe
 
ESWC 2017 Tutorial Knowledge Graphs
ESWC 2017 Tutorial Knowledge GraphsESWC 2017 Tutorial Knowledge Graphs
ESWC 2017 Tutorial Knowledge Graphs
 
Vertex AI: Pipelines for your MLOps workflows
Vertex AI: Pipelines for your MLOps workflowsVertex AI: Pipelines for your MLOps workflows
Vertex AI: Pipelines for your MLOps workflows
 
ABM Presentation
ABM PresentationABM Presentation
ABM Presentation
 
Startup go to market strategy
Startup go to market strategyStartup go to market strategy
Startup go to market strategy
 
Enterprise Knowledge Graph
Enterprise Knowledge GraphEnterprise Knowledge Graph
Enterprise Knowledge Graph
 

Similar to Scaling Knowledge Graph Architectures with AI

Credit card fraud detection using python machine learning
Credit card fraud detection using python machine learningCredit card fraud detection using python machine learning
Credit card fraud detection using python machine learningSandeep Garg
 
Introduction to Machine Learning - WeCloudData
Introduction to Machine Learning - WeCloudDataIntroduction to Machine Learning - WeCloudData
Introduction to Machine Learning - WeCloudDataWeCloudData
 
Introduction to Machine Learning - WeCloudData
Introduction to Machine Learning - WeCloudDataIntroduction to Machine Learning - WeCloudData
Introduction to Machine Learning - WeCloudDataWeCloudData
 
Exploring Data Modeling Techniques in Modern Data Warehouses
Exploring Data Modeling Techniques in Modern Data WarehousesExploring Data Modeling Techniques in Modern Data Warehouses
Exploring Data Modeling Techniques in Modern Data Warehousespriyanka rajput
 
AUSOUG - NZOUG-GroundBreakers-Jun 2019 - AI and Machine Learning
AUSOUG - NZOUG-GroundBreakers-Jun 2019 - AI and Machine LearningAUSOUG - NZOUG-GroundBreakers-Jun 2019 - AI and Machine Learning
AUSOUG - NZOUG-GroundBreakers-Jun 2019 - AI and Machine LearningSandesh Rao
 
Climbing the Ontology Mountain to Achieve a Successful Knowledge Graph
Climbing the Ontology Mountain to Achieve a Successful Knowledge GraphClimbing the Ontology Mountain to Achieve a Successful Knowledge Graph
Climbing the Ontology Mountain to Achieve a Successful Knowledge GraphEnterprise Knowledge
 
Introducing new AIOps innovations in Oracle 19c - San Jose AICUG
Introducing new AIOps innovations in Oracle 19c - San Jose AICUGIntroducing new AIOps innovations in Oracle 19c - San Jose AICUG
Introducing new AIOps innovations in Oracle 19c - San Jose AICUGSandesh Rao
 
ANIn Gurugram April 2024 |Agile Adaptation: Driving Progress in Generative AI...
ANIn Gurugram April 2024 |Agile Adaptation: Driving Progress in Generative AI...ANIn Gurugram April 2024 |Agile Adaptation: Driving Progress in Generative AI...
ANIn Gurugram April 2024 |Agile Adaptation: Driving Progress in Generative AI...AgileNetwork
 
Afolake Baiyewu - Resume , CV.pdf
Afolake Baiyewu - Resume , CV.pdfAfolake Baiyewu - Resume , CV.pdf
Afolake Baiyewu - Resume , CV.pdfChathuraJayaweera1
 
Introduction to Knowledge Graphs: Data Summit 2020
Introduction to Knowledge Graphs: Data Summit 2020Introduction to Knowledge Graphs: Data Summit 2020
Introduction to Knowledge Graphs: Data Summit 2020Enterprise Knowledge
 
Data Analytics Course In Bangalore-August
Data Analytics Course In Bangalore-AugustData Analytics Course In Bangalore-August
Data Analytics Course In Bangalore-AugustDataMites
 
Data Analytics Course In Delhi-August
Data Analytics Course In Delhi-AugustData Analytics Course In Delhi-August
Data Analytics Course In Delhi-AugustDataMites
 
Data meets AI - AICUG - Santa Clara
Data meets AI  - AICUG - Santa ClaraData meets AI  - AICUG - Santa Clara
Data meets AI - AICUG - Santa ClaraSandesh Rao
 
Data Analytics Course In Mumbai-August
Data Analytics Course In Mumbai-AugustData Analytics Course In Mumbai-August
Data Analytics Course In Mumbai-AugustDataMites
 
Data Analytics Course Curriculum_ What to Expect and How to Prepare in 2023.pdf
Data Analytics Course Curriculum_ What to Expect and How to Prepare in 2023.pdfData Analytics Course Curriculum_ What to Expect and How to Prepare in 2023.pdf
Data Analytics Course Curriculum_ What to Expect and How to Prepare in 2023.pdfNeha Singh
 
How to classify documents automatically using NLP
How to classify documents automatically using NLPHow to classify documents automatically using NLP
How to classify documents automatically using NLPSkyl.ai
 
Real World End to End machine Learning Pipeline
Real World End to End machine Learning PipelineReal World End to End machine Learning Pipeline
Real World End to End machine Learning PipelineSrivatsan Srinivasan
 
Building enterprise advance analytics platform
Building enterprise advance analytics platformBuilding enterprise advance analytics platform
Building enterprise advance analytics platformHaoran Du
 

Similar to Scaling Knowledge Graph Architectures with AI (20)

Credit card fraud detection using python machine learning
Credit card fraud detection using python machine learningCredit card fraud detection using python machine learning
Credit card fraud detection using python machine learning
 
Introduction to Machine Learning - WeCloudData
Introduction to Machine Learning - WeCloudDataIntroduction to Machine Learning - WeCloudData
Introduction to Machine Learning - WeCloudData
 
Introduction to Machine Learning - WeCloudData
Introduction to Machine Learning - WeCloudDataIntroduction to Machine Learning - WeCloudData
Introduction to Machine Learning - WeCloudData
 
Exploring Data Modeling Techniques in Modern Data Warehouses
Exploring Data Modeling Techniques in Modern Data WarehousesExploring Data Modeling Techniques in Modern Data Warehouses
Exploring Data Modeling Techniques in Modern Data Warehouses
 
AUSOUG - NZOUG-GroundBreakers-Jun 2019 - AI and Machine Learning
AUSOUG - NZOUG-GroundBreakers-Jun 2019 - AI and Machine LearningAUSOUG - NZOUG-GroundBreakers-Jun 2019 - AI and Machine Learning
AUSOUG - NZOUG-GroundBreakers-Jun 2019 - AI and Machine Learning
 
Climbing the Ontology Mountain to Achieve a Successful Knowledge Graph
Climbing the Ontology Mountain to Achieve a Successful Knowledge GraphClimbing the Ontology Mountain to Achieve a Successful Knowledge Graph
Climbing the Ontology Mountain to Achieve a Successful Knowledge Graph
 
PoolParty Semantic Classifier
PoolParty Semantic ClassifierPoolParty Semantic Classifier
PoolParty Semantic Classifier
 
Introducing new AIOps innovations in Oracle 19c - San Jose AICUG
Introducing new AIOps innovations in Oracle 19c - San Jose AICUGIntroducing new AIOps innovations in Oracle 19c - San Jose AICUG
Introducing new AIOps innovations in Oracle 19c - San Jose AICUG
 
ANIn Gurugram April 2024 |Agile Adaptation: Driving Progress in Generative AI...
ANIn Gurugram April 2024 |Agile Adaptation: Driving Progress in Generative AI...ANIn Gurugram April 2024 |Agile Adaptation: Driving Progress in Generative AI...
ANIn Gurugram April 2024 |Agile Adaptation: Driving Progress in Generative AI...
 
Afolake Baiyewu - Resume , CV.pdf
Afolake Baiyewu - Resume , CV.pdfAfolake Baiyewu - Resume , CV.pdf
Afolake Baiyewu - Resume , CV.pdf
 
Introduction to Knowledge Graphs: Data Summit 2020
Introduction to Knowledge Graphs: Data Summit 2020Introduction to Knowledge Graphs: Data Summit 2020
Introduction to Knowledge Graphs: Data Summit 2020
 
Data Analytics Course In Bangalore-August
Data Analytics Course In Bangalore-AugustData Analytics Course In Bangalore-August
Data Analytics Course In Bangalore-August
 
Data Analytics Course In Delhi-August
Data Analytics Course In Delhi-AugustData Analytics Course In Delhi-August
Data Analytics Course In Delhi-August
 
Data meets AI - AICUG - Santa Clara
Data meets AI  - AICUG - Santa ClaraData meets AI  - AICUG - Santa Clara
Data meets AI - AICUG - Santa Clara
 
DU Series - Day 4.pptx
DU Series - Day 4.pptxDU Series - Day 4.pptx
DU Series - Day 4.pptx
 
Data Analytics Course In Mumbai-August
Data Analytics Course In Mumbai-AugustData Analytics Course In Mumbai-August
Data Analytics Course In Mumbai-August
 
Data Analytics Course Curriculum_ What to Expect and How to Prepare in 2023.pdf
Data Analytics Course Curriculum_ What to Expect and How to Prepare in 2023.pdfData Analytics Course Curriculum_ What to Expect and How to Prepare in 2023.pdf
Data Analytics Course Curriculum_ What to Expect and How to Prepare in 2023.pdf
 
How to classify documents automatically using NLP
How to classify documents automatically using NLPHow to classify documents automatically using NLP
How to classify documents automatically using NLP
 
Real World End to End machine Learning Pipeline
Real World End to End machine Learning PipelineReal World End to End machine Learning Pipeline
Real World End to End machine Learning Pipeline
 
Building enterprise advance analytics platform
Building enterprise advance analytics platformBuilding enterprise advance analytics platform
Building enterprise advance analytics platform
 

More from Enterprise Knowledge

Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Overview of Taxonomies and Artificial Intelligence
Overview of Taxonomies and Artificial IntelligenceOverview of Taxonomies and Artificial Intelligence
Overview of Taxonomies and Artificial IntelligenceEnterprise Knowledge
 
Nonprofit KM Journey to Success: Lessons and Learnings at Feeding America
Nonprofit KM Journey to Success: Lessons and Learnings at Feeding AmericaNonprofit KM Journey to Success: Lessons and Learnings at Feeding America
Nonprofit KM Journey to Success: Lessons and Learnings at Feeding AmericaEnterprise Knowledge
 
Road to the Taxonomy Rollercoaster
Road to the Taxonomy RollercoasterRoad to the Taxonomy Rollercoaster
Road to the Taxonomy RollercoasterEnterprise Knowledge
 
DGIQ - Case Studies_ Applications of Data Governance in the Enterprise (Final...
DGIQ - Case Studies_ Applications of Data Governance in the Enterprise (Final...DGIQ - Case Studies_ Applications of Data Governance in the Enterprise (Final...
DGIQ - Case Studies_ Applications of Data Governance in the Enterprise (Final...Enterprise Knowledge
 
Making Knowledge Management Clickable
Making Knowledge Management ClickableMaking Knowledge Management Clickable
Making Knowledge Management ClickableEnterprise Knowledge
 
Building for the Knowledge Management Archetypes at Your Company
Building for the Knowledge Management Archetypes at Your CompanyBuilding for the Knowledge Management Archetypes at Your Company
Building for the Knowledge Management Archetypes at Your CompanyEnterprise Knowledge
 
Knowledge Graphs are Worthless, Knowledge Graph Use Cases are Priceless
Knowledge Graphs are Worthless, Knowledge Graph Use Cases are PricelessKnowledge Graphs are Worthless, Knowledge Graph Use Cases are Priceless
Knowledge Graphs are Worthless, Knowledge Graph Use Cases are PricelessEnterprise Knowledge
 
Introducing the Agile KM Manifesto.pdf
Introducing the Agile KM Manifesto.pdfIntroducing the Agile KM Manifesto.pdf
Introducing the Agile KM Manifesto.pdfEnterprise Knowledge
 
Road Maps & Roadblocks to Federal Electronic Records Management
Road Maps & Roadblocks to Federal Electronic Records ManagementRoad Maps & Roadblocks to Federal Electronic Records Management
Road Maps & Roadblocks to Federal Electronic Records ManagementEnterprise Knowledge
 
Building an Innovative Learning Ecosystem at Scale with Graph Technologies
Building an Innovative Learning Ecosystem at Scale with Graph TechnologiesBuilding an Innovative Learning Ecosystem at Scale with Graph Technologies
Building an Innovative Learning Ecosystem at Scale with Graph TechnologiesEnterprise Knowledge
 
Identifying Security Risks Using Auto-Tagging and Text Analytics
Identifying Security Risks Using Auto-Tagging and Text AnalyticsIdentifying Security Risks Using Auto-Tagging and Text Analytics
Identifying Security Risks Using Auto-Tagging and Text AnalyticsEnterprise Knowledge
 
Taxonomy in the Age of Personalization
Taxonomy in the Age of PersonalizationTaxonomy in the Age of Personalization
Taxonomy in the Age of PersonalizationEnterprise Knowledge
 
JPL’s Institutional Knowledge Graph II: A Foundation for Constructing Enterpr...
JPL’s Institutional Knowledge Graph II: A Foundation for Constructing Enterpr...JPL’s Institutional Knowledge Graph II: A Foundation for Constructing Enterpr...
JPL’s Institutional Knowledge Graph II: A Foundation for Constructing Enterpr...Enterprise Knowledge
 
Learning 360: Crafting a Comprehensive View of Learning by Using a Graph
Learning 360: Crafting a Comprehensive View of Learning by Using a GraphLearning 360: Crafting a Comprehensive View of Learning by Using a Graph
Learning 360: Crafting a Comprehensive View of Learning by Using a GraphEnterprise Knowledge
 
Making KM Clickable: The Rapidly Changing State of Knowledge Management
Making KM Clickable: The Rapidly Changing State of Knowledge ManagementMaking KM Clickable: The Rapidly Changing State of Knowledge Management
Making KM Clickable: The Rapidly Changing State of Knowledge ManagementEnterprise Knowledge
 
Translating AI from Concept to Reality: Five Keys to Implementing AI for Know...
Translating AI from Concept to Reality: Five Keys to Implementing AI for Know...Translating AI from Concept to Reality: Five Keys to Implementing AI for Know...
Translating AI from Concept to Reality: Five Keys to Implementing AI for Know...Enterprise Knowledge
 

More from Enterprise Knowledge (20)

Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Overview of Taxonomies and Artificial Intelligence
Overview of Taxonomies and Artificial IntelligenceOverview of Taxonomies and Artificial Intelligence
Overview of Taxonomies and Artificial Intelligence
 
Nonprofit KM Journey to Success: Lessons and Learnings at Feeding America
Nonprofit KM Journey to Success: Lessons and Learnings at Feeding AmericaNonprofit KM Journey to Success: Lessons and Learnings at Feeding America
Nonprofit KM Journey to Success: Lessons and Learnings at Feeding America
 
Road to the Taxonomy Rollercoaster
Road to the Taxonomy RollercoasterRoad to the Taxonomy Rollercoaster
Road to the Taxonomy Rollercoaster
 
DGIQ - Case Studies_ Applications of Data Governance in the Enterprise (Final...
DGIQ - Case Studies_ Applications of Data Governance in the Enterprise (Final...DGIQ - Case Studies_ Applications of Data Governance in the Enterprise (Final...
DGIQ - Case Studies_ Applications of Data Governance in the Enterprise (Final...
 
Making Knowledge Management Clickable
Making Knowledge Management ClickableMaking Knowledge Management Clickable
Making Knowledge Management Clickable
 
Building for the Knowledge Management Archetypes at Your Company
Building for the Knowledge Management Archetypes at Your CompanyBuilding for the Knowledge Management Archetypes at Your Company
Building for the Knowledge Management Archetypes at Your Company
 
Knowledge Graphs are Worthless, Knowledge Graph Use Cases are Priceless
Knowledge Graphs are Worthless, Knowledge Graph Use Cases are PricelessKnowledge Graphs are Worthless, Knowledge Graph Use Cases are Priceless
Knowledge Graphs are Worthless, Knowledge Graph Use Cases are Priceless
 
Introducing the Agile KM Manifesto.pdf
Introducing the Agile KM Manifesto.pdfIntroducing the Agile KM Manifesto.pdf
Introducing the Agile KM Manifesto.pdf
 
Road Maps & Roadblocks to Federal Electronic Records Management
Road Maps & Roadblocks to Federal Electronic Records ManagementRoad Maps & Roadblocks to Federal Electronic Records Management
Road Maps & Roadblocks to Federal Electronic Records Management
 
Building an Innovative Learning Ecosystem at Scale with Graph Technologies
Building an Innovative Learning Ecosystem at Scale with Graph TechnologiesBuilding an Innovative Learning Ecosystem at Scale with Graph Technologies
Building an Innovative Learning Ecosystem at Scale with Graph Technologies
 
Identifying Security Risks Using Auto-Tagging and Text Analytics
Identifying Security Risks Using Auto-Tagging and Text AnalyticsIdentifying Security Risks Using Auto-Tagging and Text Analytics
Identifying Security Risks Using Auto-Tagging and Text Analytics
 
Taxonomy in the Age of Personalization
Taxonomy in the Age of PersonalizationTaxonomy in the Age of Personalization
Taxonomy in the Age of Personalization
 
JPL’s Institutional Knowledge Graph II: A Foundation for Constructing Enterpr...
JPL’s Institutional Knowledge Graph II: A Foundation for Constructing Enterpr...JPL’s Institutional Knowledge Graph II: A Foundation for Constructing Enterpr...
JPL’s Institutional Knowledge Graph II: A Foundation for Constructing Enterpr...
 
Learning 360: Crafting a Comprehensive View of Learning by Using a Graph
Learning 360: Crafting a Comprehensive View of Learning by Using a GraphLearning 360: Crafting a Comprehensive View of Learning by Using a Graph
Learning 360: Crafting a Comprehensive View of Learning by Using a Graph
 
Making KM Clickable: The Rapidly Changing State of Knowledge Management
Making KM Clickable: The Rapidly Changing State of Knowledge ManagementMaking KM Clickable: The Rapidly Changing State of Knowledge Management
Making KM Clickable: The Rapidly Changing State of Knowledge Management
 
Translating AI from Concept to Reality: Five Keys to Implementing AI for Know...
Translating AI from Concept to Reality: Five Keys to Implementing AI for Know...Translating AI from Concept to Reality: Five Keys to Implementing AI for Know...
Translating AI from Concept to Reality: Five Keys to Implementing AI for Know...
 

Recently uploaded

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
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 

Recently uploaded (20)

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...
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 

Scaling Knowledge Graph Architectures with AI

  • 1. Scaling Knowledge Graph Architectures with AI Sara Nash and Urmi Majumder Text Analytics 2023
  • 2. ENTERPRISE KNOWLEDGE Outline Introduction Knowledge Graphs Solutions Architecture Maturity Spectrum What You Will Learn ⬢ How AI supports the creation and growth of Knowledge Graphs ⬢ Different approaches for entity and relationship extraction depending on Enterprise AI maturity ⬢ Key considerations to incorporate AI capabilities into a Knowledge Graph development pipeline
  • 3. ⬢ Serves as implementation lead for knowledge graphs - ranging from early design and prototyping to enterprise solutions ⬢ Expert in Knowledge Graph and Semantic Technologies ⬢ Established standards in design and delivery of semantic recommender solutions SARA PRINCIPAL CONSULTANT, ENTERPRISE KNOWLEDGE NASH URMI PRINCIPAL CONSULTANT, ENTERPRISE KNOWLEDGE MAJUMDER ⬢ Expert in system architecture, design, and implementation of semantic enterprise solutions ⬢ Leads the development of technical solutions in support of a wide variety of both federal and commercial clients ENTERPRISE KNOWLEDGE
  • 4. ENTERPRISE KNOWLEDGE A knowledge graph is a specialized graph of the things we want to describe and how they are related. ● Standardize data entities and enrich data with context. ● Can be expanded by leveraging various approaches, including AI-driven entity and relationship extraction. Most of the data in our world is unstructured. Unstructured data: 1) Has no metadata 2) Can’t be captured neatly in structured formats like XML, JSON, or relational databases; and, 3) Lacks standardization, which prevents establishing uniform processes for analysis. The Challenge The Knowledge Graph
  • 5. Creating Knowledge from Unstructured Content There is a vast amount of information embedded in documents, reports, records, process flow diagrams, and more. There is an opportunity to extract this knowledge and make meaningful connections to accelerate knowledge discovery across teams. Extract Knowledge from Content Organize Knowledge in Logical Structure Get Insights from Data ABC Material XYZ Product Process 1 Process Step E1 Experiment F2 Material isInput isOutput E0 Experiment isInput isInput creates What Materials were used to make XYZ? ● ABC was used in Process 1 What are the experiments in which ABC was used? ● E0 ● E1 Which experiment of ABC was used to make F2? ● E1
  • 6. ENTERPRISE KNOWLEDGE Natural Language Processing (NLP) model leveraged to build a Knowledge Graph (KG) for providing coherent and relevant learning content recommendations. ML model was used to facilitate KG generating dynamic automated regulatory reporting, and expediting research and publication processes. Learning Enablement Safety Standards Regulatory Reporting and More Discovery Analysis Research Machine Learning (ML) model was trained to allow KG to facilitate thorough analyses of possible risks, and help planners plan the best safety measures for mitigation. ● Product Marketing ● E-Commerce ● Content Cleanup ● Data Discovery in Research Top Graph Use Cases: https://enterprise-knowledge.com/top-graph-use-cases-and-enterprise-applications-with-real-world-examples/ Success Stories
  • 7. Source Data and Content Taxonomy/ Schema Storage Entity and Relationship Extraction Enterprise Content and Data Dedicated Taxonomy/Ontology Management System Auto-tagging and/or Extraction of Key Knowledge Enriched Content Storage Persistent Graph Storage Data Orchestration Front End Visualization / UI API AI Search Chatbots/ Q&A Data Visualization and Reporting Recommender Systems Solutions Architecture for Scalable Knowledge Graphs
  • 8. Source Data and Content Taxonomy/ Schema Storage Enterprise Content and Data Dedicated Taxonomy/Ontology Management System Enriched Content Storage Persistent Graph Storage Data Orchestration Front End Visualization / UI API Search Chatbots/ Q&A Data Visualization and Reporting Recommender Systems AI accelerates extracting entities and relationships at scale from unstructured enterprise data. This is increasingly possible due to advances in the natural language processing space. Entity and Relationship Extraction Auto-tagging and/or Extraction of Key Knowledge AI Solutions Architecture for Scalable Knowledge Graphs
  • 9. Transformational Institutional Unaware of how AI is being adopted across organizations. Hopeful about the promise of AI and its impact on business. Some AI/ML models are in use for specific use cases. AI solutions are supporting shared use cases across the organization. AI is part of business DNA, transforming infrastructure and processes to improve efficiency while optimizing costs. Operational Experimental Not Ready (Pre-AI) ENTERPRISE KNOWLEDGE AI Maturity Spectrum for the Enterprise
  • 10. …with Automated Monitoring and Retraining Entity Extraction Maturity Spectrum Regular Expression Based (RegEx) Auto Classification Custom ML Model …for Entity Extraction …with Active Learning Definition Taxonomy driven categorization of content Definition Traditional supervised learning approach for text classification Considerations Highly dependent on training data Definition Model is re-trained periodically based on human feedback Considerations Increased text classification accuracy Definition Model is automatically re-trained, tested, and deployed Considerations Recommended for large orgs with established DataOps processes Definition Use patterns of characters and operators to match text Considerations Requires explicit definition of rules, and may lead to false positives Considerations Limited to the terms defined in the taxonomy Transformational Institutional Operational Experimental Not Ready (Pre-AI)
  • 11. RegEx Rule: Knowledge Graph University is a Service because [*]University is a Service. This content on EK’s site is rich with knowledge that can be extracted through different approaches. Auto-Classification Rule: ● EKGU is a synonym for Enterprise Knowledge Graph University and this article is about EKGU. ● Information Analyst is a Role, so Information Analyst may take EKGU Custom ML Model ● SPARQL and SHACL are frameworks ● Taxonomy, ontology, and Knowledge Graphs are semantic models ● Graph database is a tool Entity Extraction in Action
  • 12. …with Automated Monitoring and Retraining Source Schema Based Rule Based Custom ML Model …for Relationship Extraction …with Active Learning Definition Custom rule set, borrowing relationships from standard formats Considerations Relies on maintaining rules and may lead to false positives Definition Traditional supervised learning for classifying text between two entities Considerations Highly dependent on training data Relationship Extraction Maturity Spectrum Definition Model is automatically re-trained, tested, and deployed Considerations Recommended for large orgs with established DataOps processes Definition Model is re-trained periodically based on human feedback Considerations Increased text classification accuracy Definition Exploit the schema (JSON, XML, etc.) of the source system Considerations Requires explicit mapping in data source between entities to assign relationships Transformational Institutional Operational Experimental Not Ready (Pre-AI)
  • 13. AI Maturity Spectrum for the Enterprise Revisited Transformational Institutional Operational Experimental Not Ready (Pre-AI) ENTERPRISE KNOWLEDGE Use pattern matching for deterministic entity and relationship extraction Design a starter taxonomy & use it for taxonomy driven graph instantiation Use pre-trained ML models for probabilistic entity and relationship extraction Fine-tune pretrained ML models based on SME feedback to update graph Monitor information extraction quality to automatically retrain ML model
  • 14. Be iterative Start small, then iteratively refine and expand AI integration. Involve your SMEs SMEs can help validate AI performance and provide feedback, ensuring accurate and relevant improvements. Define consumer- facing use cases Use cases should address pain points or challenges faced by your target audience. Invest in quality Invest in establishing robust AI models and structured content and data that align with your use cases. In order to best incorporate AI capabilities into your Knowledge Graph pipeline, there are several key factors to consider: Key Considerations
  • 15. ENTERPRISE KNOWLEDGE Any Questions? Thank you for listening. We are happy to take any questions at this time. Sara Nash snash@enterprise-knowledge.com www.linkedin.com/in/sara-g-nash/ Urmi Majumder umajumder@enterprise-knowledge.com www.linkedin.com/in/urmim/ How prepared is your organization for AI? Take EK’s AI Maturity Assessment: https://s.enterprise-knowledge.com/ekaiassessment