SlideShare a Scribd company logo
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

Welcome to the Flink Community!
Welcome to the Flink Community!Welcome to the Flink Community!
Welcome to the Flink Community!
Flink Forward
 
Building Streaming Data Pipelines with Google Cloud Dataflow and Confluent Cl...
Building Streaming Data Pipelines with Google Cloud Dataflow and Confluent Cl...Building Streaming Data Pipelines with Google Cloud Dataflow and Confluent Cl...
Building Streaming Data Pipelines with Google Cloud Dataflow and Confluent Cl...
HostedbyConfluent
 
Trino: A Ludicrously Fast Query Engine - Pulsar Summit NA 2021
Trino: A Ludicrously Fast Query Engine - Pulsar Summit NA 2021Trino: A Ludicrously Fast Query Engine - Pulsar Summit NA 2021
Trino: A Ludicrously Fast Query Engine - Pulsar Summit NA 2021
StreamNative
 
Searching for AI - Leveraging Solr for classic Artificial Intelligence tasks
Searching for AI - Leveraging Solr for classic Artificial Intelligence tasksSearching for AI - Leveraging Solr for classic Artificial Intelligence tasks
Searching for AI - Leveraging Solr for classic Artificial Intelligence tasks
Alexandre Rafalovitch
 
Alastria Digital Identity: the Spanish Blockchain solution for SSI - Carlos P...
Alastria Digital Identity: the Spanish Blockchain solution for SSI - Carlos P...Alastria Digital Identity: the Spanish Blockchain solution for SSI - Carlos P...
Alastria Digital Identity: the Spanish Blockchain solution for SSI - Carlos P...
SSIMeetup
 
Incremental View Maintenance with Coral, DBT, and Iceberg
Incremental View Maintenance with Coral, DBT, and IcebergIncremental View Maintenance with Coral, DBT, and Iceberg
Incremental View Maintenance with Coral, DBT, and Iceberg
Walaa Eldin Moustafa
 
Dynamically Generate a CRUD Admin Panel with Java Annotations
Dynamically Generate a CRUD Admin Panel with Java AnnotationsDynamically Generate a CRUD Admin Panel with Java Annotations
Dynamically Generate a CRUD Admin Panel with Java Annotations
Broadleaf Commerce
 
Dive into PySpark
Dive into PySparkDive into PySpark
Dive into PySpark
Mateusz Buśkiewicz
 
Operationalizing Machine Learning at Scale at Starbucks
Operationalizing Machine Learning at Scale at StarbucksOperationalizing Machine Learning at Scale at Starbucks
Operationalizing Machine Learning at Scale at Starbucks
Databricks
 
Localization and DITA: What you Need to Know - LocWorld32
Localization and DITA: What you Need to Know - LocWorld32Localization and DITA: What you Need to Know - LocWorld32
Localization and DITA: What you Need to Know - LocWorld32
IXIASOFT
 
Designing Data-Intensive Applications_ The Big Ideas Behind Reliable, Scalabl...
Designing Data-Intensive Applications_ The Big Ideas Behind Reliable, Scalabl...Designing Data-Intensive Applications_ The Big Ideas Behind Reliable, Scalabl...
Designing Data-Intensive Applications_ The Big Ideas Behind Reliable, Scalabl...
SindhuVasireddy1
 
Squirreling Away $640 Billion: How Stripe Leverages Flink for Change Data Cap...
Squirreling Away $640 Billion: How Stripe Leverages Flink for Change Data Cap...Squirreling Away $640 Billion: How Stripe Leverages Flink for Change Data Cap...
Squirreling Away $640 Billion: How Stripe Leverages Flink for Change Data Cap...
Flink Forward
 
A Thorough Comparison of Delta Lake, Iceberg and Hudi
A Thorough Comparison of Delta Lake, Iceberg and HudiA Thorough Comparison of Delta Lake, Iceberg and Hudi
A Thorough Comparison of Delta Lake, Iceberg and Hudi
Databricks
 
Elasticsearch V/s Relational Database
Elasticsearch V/s Relational DatabaseElasticsearch V/s Relational Database
Elasticsearch V/s Relational Database
Richa Budhraja
 
Dynamic Partition Pruning in Apache Spark
Dynamic Partition Pruning in Apache SparkDynamic Partition Pruning in Apache Spark
Dynamic Partition Pruning in Apache Spark
Databricks
 
Oscon keynote: Working hard to keep it simple
Oscon keynote: Working hard to keep it simpleOscon keynote: Working hard to keep it simple
Oscon keynote: Working hard to keep it simple
Martin Odersky
 
Spark with Delta Lake
Spark with Delta LakeSpark with Delta Lake
Spark with Delta Lake
Knoldus Inc.
 
Exploring Java Heap Dumps (Oracle Code One 2018)
Exploring Java Heap Dumps (Oracle Code One 2018)Exploring Java Heap Dumps (Oracle Code One 2018)
Exploring Java Heap Dumps (Oracle Code One 2018)
Ryan Cuprak
 
Oracle Machine Learning Overview and From Oracle Data Professional to Oracle ...
Oracle Machine Learning Overview and From Oracle Data Professional to Oracle ...Oracle Machine Learning Overview and From Oracle Data Professional to Oracle ...
Oracle Machine Learning Overview and From Oracle Data Professional to Oracle ...
Charlie Berger
 
ATG pipelines
ATG pipelinesATG pipelines
ATG pipelines
Kate Semizhon
 

What's hot (20)

Welcome to the Flink Community!
Welcome to the Flink Community!Welcome to the Flink Community!
Welcome to the Flink Community!
 
Building Streaming Data Pipelines with Google Cloud Dataflow and Confluent Cl...
Building Streaming Data Pipelines with Google Cloud Dataflow and Confluent Cl...Building Streaming Data Pipelines with Google Cloud Dataflow and Confluent Cl...
Building Streaming Data Pipelines with Google Cloud Dataflow and Confluent Cl...
 
Trino: A Ludicrously Fast Query Engine - Pulsar Summit NA 2021
Trino: A Ludicrously Fast Query Engine - Pulsar Summit NA 2021Trino: A Ludicrously Fast Query Engine - Pulsar Summit NA 2021
Trino: A Ludicrously Fast Query Engine - Pulsar Summit NA 2021
 
Searching for AI - Leveraging Solr for classic Artificial Intelligence tasks
Searching for AI - Leveraging Solr for classic Artificial Intelligence tasksSearching for AI - Leveraging Solr for classic Artificial Intelligence tasks
Searching for AI - Leveraging Solr for classic Artificial Intelligence tasks
 
Alastria Digital Identity: the Spanish Blockchain solution for SSI - Carlos P...
Alastria Digital Identity: the Spanish Blockchain solution for SSI - Carlos P...Alastria Digital Identity: the Spanish Blockchain solution for SSI - Carlos P...
Alastria Digital Identity: the Spanish Blockchain solution for SSI - Carlos P...
 
Incremental View Maintenance with Coral, DBT, and Iceberg
Incremental View Maintenance with Coral, DBT, and IcebergIncremental View Maintenance with Coral, DBT, and Iceberg
Incremental View Maintenance with Coral, DBT, and Iceberg
 
Dynamically Generate a CRUD Admin Panel with Java Annotations
Dynamically Generate a CRUD Admin Panel with Java AnnotationsDynamically Generate a CRUD Admin Panel with Java Annotations
Dynamically Generate a CRUD Admin Panel with Java Annotations
 
Dive into PySpark
Dive into PySparkDive into PySpark
Dive into PySpark
 
Operationalizing Machine Learning at Scale at Starbucks
Operationalizing Machine Learning at Scale at StarbucksOperationalizing Machine Learning at Scale at Starbucks
Operationalizing Machine Learning at Scale at Starbucks
 
Localization and DITA: What you Need to Know - LocWorld32
Localization and DITA: What you Need to Know - LocWorld32Localization and DITA: What you Need to Know - LocWorld32
Localization and DITA: What you Need to Know - LocWorld32
 
Designing Data-Intensive Applications_ The Big Ideas Behind Reliable, Scalabl...
Designing Data-Intensive Applications_ The Big Ideas Behind Reliable, Scalabl...Designing Data-Intensive Applications_ The Big Ideas Behind Reliable, Scalabl...
Designing Data-Intensive Applications_ The Big Ideas Behind Reliable, Scalabl...
 
Squirreling Away $640 Billion: How Stripe Leverages Flink for Change Data Cap...
Squirreling Away $640 Billion: How Stripe Leverages Flink for Change Data Cap...Squirreling Away $640 Billion: How Stripe Leverages Flink for Change Data Cap...
Squirreling Away $640 Billion: How Stripe Leverages Flink for Change Data Cap...
 
A Thorough Comparison of Delta Lake, Iceberg and Hudi
A Thorough Comparison of Delta Lake, Iceberg and HudiA Thorough Comparison of Delta Lake, Iceberg and Hudi
A Thorough Comparison of Delta Lake, Iceberg and Hudi
 
Elasticsearch V/s Relational Database
Elasticsearch V/s Relational DatabaseElasticsearch V/s Relational Database
Elasticsearch V/s Relational Database
 
Dynamic Partition Pruning in Apache Spark
Dynamic Partition Pruning in Apache SparkDynamic Partition Pruning in Apache Spark
Dynamic Partition Pruning in Apache Spark
 
Oscon keynote: Working hard to keep it simple
Oscon keynote: Working hard to keep it simpleOscon keynote: Working hard to keep it simple
Oscon keynote: Working hard to keep it simple
 
Spark with Delta Lake
Spark with Delta LakeSpark with Delta Lake
Spark with Delta Lake
 
Exploring Java Heap Dumps (Oracle Code One 2018)
Exploring Java Heap Dumps (Oracle Code One 2018)Exploring Java Heap Dumps (Oracle Code One 2018)
Exploring Java Heap Dumps (Oracle Code One 2018)
 
Oracle Machine Learning Overview and From Oracle Data Professional to Oracle ...
Oracle Machine Learning Overview and From Oracle Data Professional to Oracle ...Oracle Machine Learning Overview and From Oracle Data Professional to Oracle ...
Oracle Machine Learning Overview and From Oracle Data Professional to Oracle ...
 
ATG pipelines
ATG pipelinesATG pipelines
ATG pipelines
 

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 Solutions
Enterprise 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 learning
Sandeep Garg
 
Introduction to Machine Learning - WeCloudData
Introduction to Machine Learning - WeCloudDataIntroduction to Machine Learning - WeCloudData
Introduction to Machine Learning - WeCloudData
WeCloudData
 
Introduction to Machine Learning - WeCloudData
Introduction to Machine Learning - WeCloudDataIntroduction to Machine Learning - WeCloudData
Introduction to Machine Learning - WeCloudData
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
priyanka 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 Learning
Sandesh 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 Graph
Enterprise Knowledge
 
PoolParty Semantic Classifier
PoolParty Semantic ClassifierPoolParty Semantic Classifier
PoolParty Semantic Classifier
Semantic Web Company
 
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
Sandesh 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.pdf
ChathuraJayaweera1
 
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
Enterprise Knowledge
 
Data Analytics Course In Bangalore-August
Data Analytics Course In Bangalore-AugustData Analytics Course In Bangalore-August
Data Analytics Course In Bangalore-August
DataMites
 
Data Analytics Course In Delhi-August
Data Analytics Course In Delhi-AugustData Analytics Course In Delhi-August
Data Analytics Course In Delhi-August
DataMites
 
Data meets AI - AICUG - Santa Clara
Data meets AI  - AICUG - Santa ClaraData meets AI  - AICUG - Santa Clara
Data meets AI - AICUG - Santa Clara
Sandesh Rao
 
DU Series - Day 4.pptx
DU Series - Day 4.pptxDU Series - Day 4.pptx
DU Series - Day 4.pptx
UiPathCommunity
 
Data Analytics Course In Mumbai-August
Data Analytics Course In Mumbai-AugustData Analytics Course In Mumbai-August
Data Analytics Course In Mumbai-August
DataMites
 
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
Neha 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 NLP
Skyl.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 Pipeline
Srivatsan 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

Enterprise Knowledge Graphs - Data Summit 2024
Enterprise Knowledge Graphs - Data Summit 2024Enterprise Knowledge Graphs - Data Summit 2024
Enterprise Knowledge Graphs - Data Summit 2024
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.pdf
Enterprise 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 2024
Enterprise Knowledge
 
Overview of Taxonomies and Artificial Intelligence
Overview of Taxonomies and Artificial IntelligenceOverview of Taxonomies and Artificial Intelligence
Overview of Taxonomies and Artificial Intelligence
Enterprise 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 America
Enterprise Knowledge
 
Road to the Taxonomy Rollercoaster
Road to the Taxonomy RollercoasterRoad to the Taxonomy Rollercoaster
Road to the Taxonomy Rollercoaster
Enterprise 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 Clickable
Enterprise 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 Company
Enterprise 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 Priceless
Enterprise Knowledge
 
Introducing the Agile KM Manifesto.pdf
Introducing the Agile KM Manifesto.pdfIntroducing the Agile KM Manifesto.pdf
Introducing the Agile KM Manifesto.pdf
Enterprise 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 Management
Enterprise 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 Technologies
Enterprise 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 Analytics
Enterprise Knowledge
 
Taxonomy in the Age of Personalization
Taxonomy in the Age of PersonalizationTaxonomy in the Age of Personalization
Taxonomy in the Age of Personalization
Enterprise 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 Graph
Enterprise 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 Management
Enterprise 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
 

More from Enterprise Knowledge (20)

Enterprise Knowledge Graphs - Data Summit 2024
Enterprise Knowledge Graphs - Data Summit 2024Enterprise Knowledge Graphs - Data Summit 2024
Enterprise Knowledge Graphs - Data Summit 2024
 
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...
 

Recently uploaded

State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
Prayukth K V
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
Product School
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Jeffrey Haguewood
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
Sri Ambati
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
Frank van Harmelen
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptxIOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
Abida Shariff
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
Cheryl Hung
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
Thijs Feryn
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Product School
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
UiPathCommunity
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
Product School
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
DianaGray10
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
Ralf Eggert
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
ODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User GroupODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User Group
CatarinaPereira64715
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
BookNet Canada
 

Recently uploaded (20)

State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptxIOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
ODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User GroupODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User Group
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 

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