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

Making Products in GenAI’s World by LinkedIn VP of Product.pdf
Making Products in GenAI’s World by LinkedIn VP of Product.pdfMaking Products in GenAI’s World by LinkedIn VP of Product.pdf
Making Products in GenAI’s World by LinkedIn VP of Product.pdfProduct School
 
Black and Blue APIs: Attacker's and Defender's View of API Vulnerabilities
Black and Blue APIs: Attacker's and Defender's View of API VulnerabilitiesBlack and Blue APIs: Attacker's and Defender's View of API Vulnerabilities
Black and Blue APIs: Attacker's and Defender's View of API VulnerabilitiesMatt Tesauro
 
Tips for Building a Compelling Product Vision by Amazon Sr PM
Tips for Building a Compelling Product Vision by Amazon Sr PMTips for Building a Compelling Product Vision by Amazon Sr PM
Tips for Building a Compelling Product Vision by Amazon Sr PMProduct School
 
Agile Roles & responsibilities
Agile Roles & responsibilitiesAgile Roles & responsibilities
Agile Roles & responsibilitiesRavi Tadwalkar
 
How to get things done - Lessons from Yahoo, Google, Netflix and Meta
How to get things done - Lessons from Yahoo, Google, Netflix and Meta How to get things done - Lessons from Yahoo, Google, Netflix and Meta
How to get things done - Lessons from Yahoo, Google, Netflix and Meta Ido Green
 
Becoming an Effective Product Owner
Becoming an Effective Product OwnerBecoming an Effective Product Owner
Becoming an Effective Product OwnerMike Cohn
 
What the Heck Is a Product Owner?
What the Heck Is a Product Owner?What the Heck Is a Product Owner?
What the Heck Is a Product Owner?Ron Lichty
 
Alineando la estrategia del Negocio con OKRs y SAFe
Alineando la estrategia del Negocio con OKRs y SAFeAlineando la estrategia del Negocio con OKRs y SAFe
Alineando la estrategia del Negocio con OKRs y SAFeVladimir Baglietto G.
 
Turning Up the Magic in PI Planning
Turning Up the Magic in PI PlanningTurning Up the Magic in PI Planning
Turning Up the Magic in PI PlanningEm Campbell-Pretty
 
10 Color Banner Design Inspiration
10 Color Banner Design Inspiration10 Color Banner Design Inspiration
10 Color Banner Design InspirationBannersnack
 
Product Owner Roles and Responsibilities | Edureka
Product Owner Roles and Responsibilities | EdurekaProduct Owner Roles and Responsibilities | Edureka
Product Owner Roles and Responsibilities | EdurekaEdureka!
 
NFT Marketplace: Your Complete Guide For 2022
NFT Marketplace: Your Complete Guide For 2022 NFT Marketplace: Your Complete Guide For 2022
NFT Marketplace: Your Complete Guide For 2022 ForceBolt
 
Developing a product roadmap
Developing a product roadmapDeveloping a product roadmap
Developing a product roadmapSaad Benryane
 
Developing a Product Vision by Amazon Sr Product Manager
Developing a Product Vision by Amazon Sr Product ManagerDeveloping a Product Vision by Amazon Sr Product Manager
Developing a Product Vision by Amazon Sr Product ManagerProduct School
 
OKR meetup Amsterdam may 2018
OKR meetup Amsterdam may 2018OKR meetup Amsterdam may 2018
OKR meetup Amsterdam may 2018Bart den Haak
 
The Importance of AI/ML in Product Management by fmr ByteDance/ TikTok CPO
The Importance of AI/ML in Product Management by fmr ByteDance/ TikTok CPOThe Importance of AI/ML in Product Management by fmr ByteDance/ TikTok CPO
The Importance of AI/ML in Product Management by fmr ByteDance/ TikTok CPOProduct School
 
A Product Manager's Job
A Product Manager's JobA Product Manager's Job
A Product Manager's Jobjoshelman
 
Breaking Into AI/ML Product Management by Facebook Product Leader
Breaking Into AI/ML Product Management by Facebook Product LeaderBreaking Into AI/ML Product Management by Facebook Product Leader
Breaking Into AI/ML Product Management by Facebook Product LeaderProduct School
 

What's hot (20)

Making Products in GenAI’s World by LinkedIn VP of Product.pdf
Making Products in GenAI’s World by LinkedIn VP of Product.pdfMaking Products in GenAI’s World by LinkedIn VP of Product.pdf
Making Products in GenAI’s World by LinkedIn VP of Product.pdf
 
Black and Blue APIs: Attacker's and Defender's View of API Vulnerabilities
Black and Blue APIs: Attacker's and Defender's View of API VulnerabilitiesBlack and Blue APIs: Attacker's and Defender's View of API Vulnerabilities
Black and Blue APIs: Attacker's and Defender's View of API Vulnerabilities
 
Tips for Building a Compelling Product Vision by Amazon Sr PM
Tips for Building a Compelling Product Vision by Amazon Sr PMTips for Building a Compelling Product Vision by Amazon Sr PM
Tips for Building a Compelling Product Vision by Amazon Sr PM
 
Agile Roles & responsibilities
Agile Roles & responsibilitiesAgile Roles & responsibilities
Agile Roles & responsibilities
 
How to get things done - Lessons from Yahoo, Google, Netflix and Meta
How to get things done - Lessons from Yahoo, Google, Netflix and Meta How to get things done - Lessons from Yahoo, Google, Netflix and Meta
How to get things done - Lessons from Yahoo, Google, Netflix and Meta
 
Product vision workshop
Product vision workshopProduct vision workshop
Product vision workshop
 
Becoming an Effective Product Owner
Becoming an Effective Product OwnerBecoming an Effective Product Owner
Becoming an Effective Product Owner
 
User Story Mapping
User Story MappingUser Story Mapping
User Story Mapping
 
What the Heck Is a Product Owner?
What the Heck Is a Product Owner?What the Heck Is a Product Owner?
What the Heck Is a Product Owner?
 
Alineando la estrategia del Negocio con OKRs y SAFe
Alineando la estrategia del Negocio con OKRs y SAFeAlineando la estrategia del Negocio con OKRs y SAFe
Alineando la estrategia del Negocio con OKRs y SAFe
 
Turning Up the Magic in PI Planning
Turning Up the Magic in PI PlanningTurning Up the Magic in PI Planning
Turning Up the Magic in PI Planning
 
10 Color Banner Design Inspiration
10 Color Banner Design Inspiration10 Color Banner Design Inspiration
10 Color Banner Design Inspiration
 
Product Owner Roles and Responsibilities | Edureka
Product Owner Roles and Responsibilities | EdurekaProduct Owner Roles and Responsibilities | Edureka
Product Owner Roles and Responsibilities | Edureka
 
NFT Marketplace: Your Complete Guide For 2022
NFT Marketplace: Your Complete Guide For 2022 NFT Marketplace: Your Complete Guide For 2022
NFT Marketplace: Your Complete Guide For 2022
 
Developing a product roadmap
Developing a product roadmapDeveloping a product roadmap
Developing a product roadmap
 
Developing a Product Vision by Amazon Sr Product Manager
Developing a Product Vision by Amazon Sr Product ManagerDeveloping a Product Vision by Amazon Sr Product Manager
Developing a Product Vision by Amazon Sr Product Manager
 
OKR meetup Amsterdam may 2018
OKR meetup Amsterdam may 2018OKR meetup Amsterdam may 2018
OKR meetup Amsterdam may 2018
 
The Importance of AI/ML in Product Management by fmr ByteDance/ TikTok CPO
The Importance of AI/ML in Product Management by fmr ByteDance/ TikTok CPOThe Importance of AI/ML in Product Management by fmr ByteDance/ TikTok CPO
The Importance of AI/ML in Product Management by fmr ByteDance/ TikTok CPO
 
A Product Manager's Job
A Product Manager's JobA Product Manager's Job
A Product Manager's Job
 
Breaking Into AI/ML Product Management by Facebook Product Leader
Breaking Into AI/ML Product Management by Facebook Product LeaderBreaking Into AI/ML Product Management by Facebook Product Leader
Breaking Into AI/ML Product Management by Facebook Product Leader
 

Similar to Scaling Knowledge Graph Architectures with AI

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
 
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
 

Similar to Scaling Knowledge Graph Architectures with AI (20)

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
 
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
 

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
 
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
 
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
 
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...
 
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
 
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...
 
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

Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Zilliz
 
Introduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDMIntroduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDMKumar Satyam
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityWSO2
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Victor Rentea
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
API Governance and Monetization - The evolution of API governance
API Governance and Monetization -  The evolution of API governanceAPI Governance and Monetization -  The evolution of API governance
API Governance and Monetization - The evolution of API governanceWSO2
 
Choreo: Empowering the Future of Enterprise Software Engineering
Choreo: Empowering the Future of Enterprise Software EngineeringChoreo: Empowering the Future of Enterprise Software Engineering
Choreo: Empowering the Future of Enterprise Software EngineeringWSO2
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Orbitshub
 
AI in Action: Real World Use Cases by Anitaraj
AI in Action: Real World Use Cases by AnitarajAI in Action: Real World Use Cases by Anitaraj
AI in Action: Real World Use Cases by AnitarajAnitaRaj43
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfOrbitshub
 
Decarbonising Commercial Real Estate: The Role of Operational Performance
Decarbonising Commercial Real Estate: The Role of Operational PerformanceDecarbonising Commercial Real Estate: The Role of Operational Performance
Decarbonising Commercial Real Estate: The Role of Operational PerformanceIES VE
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Bhuvaneswari Subramani
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 

Recently uploaded (20)

Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)
 
Introduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDMIntroduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDM
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital Adaptability
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
API Governance and Monetization - The evolution of API governance
API Governance and Monetization -  The evolution of API governanceAPI Governance and Monetization -  The evolution of API governance
API Governance and Monetization - The evolution of API governance
 
Choreo: Empowering the Future of Enterprise Software Engineering
Choreo: Empowering the Future of Enterprise Software EngineeringChoreo: Empowering the Future of Enterprise Software Engineering
Choreo: Empowering the Future of Enterprise Software Engineering
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
AI in Action: Real World Use Cases by Anitaraj
AI in Action: Real World Use Cases by AnitarajAI in Action: Real World Use Cases by Anitaraj
AI in Action: Real World Use Cases by Anitaraj
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
Decarbonising Commercial Real Estate: The Role of Operational Performance
Decarbonising Commercial Real Estate: The Role of Operational PerformanceDecarbonising Commercial Real Estate: The Role of Operational Performance
Decarbonising Commercial Real Estate: The Role of Operational Performance
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 

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