SlideShare a Scribd company logo
Tomás Sabat Stöfsel
Text Mined Knowledge Graphs
Welcome everyone! Please leave your name and where you’re calling in from
in the chat.
What is Text Mining?
Twitter: @GraknLabs
What is Text Mining?
Text mining is the automatic extraction of structured semantic information
from unstructured machine-readable text.
Twitter: @GraknLabs
What is Text Mining?
Text mining is the automatic extraction of structured semantic information
from unstructured machine-readable text.
Twitter: @GraknLabs
What is Text Mining?
Text mining is the automatic extraction of structured semantic information
from unstructured machine-readable text.
Text Mining
Twitter: @GraknLabs
What is Text Mining?
Text mining is the automatic extraction of structured semantic information
from unstructured machine-readable text.
Text Mining
Twitter: @GraknLabs
What is Text Mining?
Text mining is the automatic extraction of structured semantic information
from unstructured machine-readable text.
?Text Mining
Twitter: @GraknLabs
What are the Challenges of Going Beyond Text Mining?
Twitter: @GraknLabs
What are the Challenges of Going Beyond Text Mining?
Integration
Difficult to ingest and integrate
complex networks of text mined output
across bodies of text
Twitter: @GraknLabs
What are the Challenges of Going Beyond Text Mining?
Integration
Difficult to ingest and integrate
complex networks of text mined output
across bodies of text
Normalisation
Difficult to contextualise extracted
knowledge from text with existing
knowledge
Twitter: @GraknLabs
What are the Challenges of Going Beyond Text Mining?
Integration
Difficult to ingest and integrate
complex networks of text mined output
across bodies of text
Normalisation
Difficult to contextualise extracted
knowledge from text with existing
knowledge
Discovery
Difficult to investigate insights contained
in text in a scalable and efficient way
Twitter: @GraknLabs
How Can we Solve These Challenges?
Twitter: @GraknLabs
How Can we Solve These Challenges?
Integration
Ingest and integrate complex networks of
text mined output into one collection – a
knowledge graph
Twitter: @GraknLabs
How Can we Solve These Challenges?
Integration
Ingest and integrate complex networks of
text mined output into one collection – a
knowledge graph
Normalisation
Impose an explicit structure on text
mined data to contextualise the
relationships with existing knowledge
Twitter: @GraknLabs
How Can we Solve These Challenges?
Integration
Ingest and integrate complex networks of
text mined output into one collection – a
knowledge graph
Normalisation
Impose an explicit structure on text
mined data to contextualise the
relationships with existing knowledge
Discovery
Use automated reasoning and analytics
to investigate and interpret insights
contained across text in a scalable and
efficient way
Twitter: @GraknLabs
Grakn is the knowledge base
foundation for intelligent systems
a.k.a.
a Knowledge Graph
Knowledge Storage System
Knowledge Inference Knowledge Analytics
Twitter: @GraknLabs
Articles, papers, etc
High-Level Architecture
NLP
Graql
How Do We Build A Text Mined Knowledge Graph?
1. Model and migrate text mined output into a knowledge graph – Grakn.
2. Discover and interpret new insights.
Twitter: @GraknLabs
How Do We Build A Text Mined Knowledge Graph?
1. Model and migrate text mined output into a knowledge graph – Grakn.
Twitter: @GraknLabs
Medical Text
Medical Literature
Electronic Health Records
Patient Medical History
Diagnostic Test Reports
Clinical Reports
Twitter: @GraknLabs
Medical Text
Medical Literature
Twitter: @GraknLabs
Text Mining/NLP Tools
Twitter: @GraknLabs
Text Mining/NLP Tools
Twitter: @GraknLabs
~~~~~~~~~~
~~~~~~~~~~
~~~~~~~~~~
Mined-Text
What Does Text Mined Output Look Like?
…..
Twitter: @GraknLabs
~~~~~~~~~~
~~~~~~~~~~
~~~~~~~~~~
…..
Twitter: @GraknLabs
Mined-Text
What Does Text Mined Output Look Like?
Natural Language Processing
~~~~~~~~~~
~~~~~~~~~~
~~~~~~~~~~
~~~~~~~~~~
Sentence
~~~~~~~~~~
Sentence
~~~~~~~~~~
Sentence
…..
…..
Twitter: @GraknLabs
What Does Text Mined Output Look Like?
Mined-Text
Natural Language Processing
~~~~~~~~~~
~~~~~~~~~~
~~~~~~~~~~
~~~~~~~~~~
Sentence
~
Token
~
Token
~
Type
~
Type
…..
…..
…..
…..
Twitter: @GraknLabs
What Does Text Mined Output Look Like?
Mined-Text
Natural Language Processing
~~~~~~~~~~
~~~~~~~~~~
~~~~~~~~~~
~~~~~~~~~~
Sentence
~
Relation
~
Token
~
Token
~
Type
~
Type
~
Type
…..
…..
…..
…..
Twitter: @GraknLabs
What Does Text Mined Output Look Like?
Mined-Text
Natural Language Processing
~~~~~~~~~~
~~~~~~~~~~
~~~~~~~~~~
~~~~~~~~~~
Sentence
~
Relation
~
Token
~
Token
~
Type
~
Type
~
Type
Sentiment
…..
…..
…..
…..
Twitter: @GraknLabs
What Does Text Mined Output Look Like?
Mined-Text
Natural Language Processing
~~~~~~~~~~
~~~~~~~~~~
~~~~~~~~~~
Natural Language Processing
~~~~~~~~~~
Sentence
~
Relation
~
Token
~
Token
~
Type
~
Type
~
Type
Sentiment
…..
…..
…..
…..
~
Confidence
~
Confidence
~
Confidence
~
Confidence
Twitter: @GraknLabs
What Does Text Mined Output Look Like?
Mined-Text
Relation
~~~~~~~~~~
~~~~~~~~~~
~~~~~~~~~~
Syed is proud to be the brother of Zainab.
Sentence
Zainab
Token
Syed
Token
Person
Type
Person
Type
Sibling
Type
1.0
Confidence
1.0
Confidence
0.9
Confidence
Sentiment
…..
…..
…..
…..
…..
0.9
Confidence
Twitter: @GraknLabs
What Does Text Mined Output Look Like?
Natural Language Processing
Mined-Text
What is Done Currently?
Twitter: @GraknLabs
What is Done Currently?
Twitter: @GraknLabs
What is Done Currently?
Twitter: @GraknLabs
What Should be Done?
Twitter: @GraknLabs
How Do We Model in Graql?
Twitter: @GraknLabs
How Do We Model in Graql?
Twitter: @GraknLabs
Entities
How Do We Model in Graql?
Relationships
Twitter: @GraknLabs
Entities
How Do We Model in Graql?
Relationships
Attributes
Twitter: @GraknLabs
Entities
How Do We Migrate Data Into Grakn?
const query = await transaction.query (
“insert $t isa token, has lemma ” Syed”, has type ” person”; “
);
InsertQuery query = Graql.insert(
var(”t").isa(”token”).has(”lemma”, ”Syed”).has(”type”, ”person”)
);
query = transaction.query(
“insert $t isa token, has lemma ” Syed”, has type ” person”;”
)
Twitter: @GraknLabs
How Do We Build A Text Mined Knowledge Graph?
2. Discover and interpret new insights.
Twitter: @GraknLabs
How Do We Discover An Insight?
What knowledge is extracted
from a PubMed article?
Question
Twitter: @GraknLabs
How Do We Discover An Insight?
What knowledge is extracted
from a PubMed article? =
Graql
Twitter: @GraknLabs
Question
~~~~~BRAF inhibitor Dabrafenib~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Trametinib and Dabrafenib treat Melanoma
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~MEK inhibitor Trametinib~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Twitter: @GraknLabs
gene
protein drug
drug
disease
treatment
treatment
inhibition
inhibition
How Do We Discover An Insight?
Which PubMed articles
mention the disease
Melanoma and the gene BRAF?
Question
Twitter: @GraknLabs
How Do We Discover An Insight?
Which PubMed articles
mention the disease
Melanoma and the gene BRAF? =
Twitter: @GraknLabs
Question Graql
Twitter: @GraknLabs
BRAF
article
article
article
article
article
melanoma
…
…
How Do We Discover An Insight?
Give me a drug related to the
disease melanoma?
Twitter: @GraknLabs
Question
How Do We Discover An Insight?
Give me a drug related to the
disease melanoma? =
Graql
Twitter: @GraknLabs
Question
DEMO…
Twitter: @GraknLabs
How Do We Interpret An Insight?
Twitter: @GraknLabs
How Do We Interpret An Insight?
titleabstractpmid
sentence
treatment
melanomaDabrafenib
When
Twitter: @GraknLabs
Pubmed-article
mined-
relation
token token
How Do We Interpret An Insight?
disease
therapeutic
treated-condition
Then
Twitter: @GraknLabs
When
titleabstractpmid
sentence
treatment
melanomaDabrafenib
Pubmed-article
mined-
relation
token token
treatment
Drug: Dabrafenib
Disease: Melanoma
How Do We Do Reasoning in Graql?
Twitter: @GraknLabs
How Do We Do Reasoning in Graql?
Twitter: @GraknLabs
How Do We Do Reasoning in Graql?
Twitter: @GraknLabs
titleabstractpmid
Pubmed-article
How Do We Do Reasoning in Graql?
Twitter: @GraknLabs
titleabstractpmid
sentence
Pubmed-article
How Do We Do Reasoning in Graql?
Twitter: @GraknLabs
titleabstractpmid
sentence
treatment
Pubmed-article
mined-
relation
token token
How Do We Do Reasoning in Graql?
Twitter: @GraknLabs
titleabstractpmid
sentence
treatment
melanomaDabrafenib
Pubmed-article
mined-
relation
token token
How Do We Do Reasoning in Graql?
Twitter: @GraknLabs
titleabstractpmid
sentence
treatment
melanomaDabrafenib
Pubmed-article
mined-
relation
token token
Disease: Melanoma Drug: Dabrafenib
How Do We Do Reasoning in Graql?
Twitter: @GraknLabs
Disease: Melanoma Drug: Dabrafenibtreatment
titleabstractpmid
sentence
treatment
melanomaDabrafenib
Pubmed-article
mined-
relation
token token
Articles, papers, etc
High-Level Architecture
NLP
Graql
What makes Grakn a Knowledge Base for Text Mining?
Integration
Ingest and integrate complex networks of
text mined output into one collection – a
knowledge graph
Normalisation
Impose an explicit structure on text
mined data to contextualise the
relationships with existing knowledge
Discovery
Use automated reasoning and analytics
to investigate and interpret insights
contained across text in a scalable and
efficient way
Twitter: @GraknLabs
Thank you for attending this webinar!
Follow us on:
@graknlabs
Tomás: @tasabat
Daniel: @meanwhile_inn
Join our chatroom on:
https://discord.gg/graknlabs

More Related Content

What's hot

GRAKN.AI: The Hyper-Relational Database for Knowledge-Oriented Systems
GRAKN.AI: The Hyper-Relational Database for Knowledge-Oriented SystemsGRAKN.AI: The Hyper-Relational Database for Knowledge-Oriented Systems
GRAKN.AI: The Hyper-Relational Database for Knowledge-Oriented Systems
Vaticle
 
Big Data Analytics with Grakn
Big Data Analytics with GraknBig Data Analytics with Grakn
Big Data Analytics with Grakn
Vaticle
 
Logical Inference in a Hyper-Relational Database
Logical Inference in a Hyper-Relational DatabaseLogical Inference in a Hyper-Relational Database
Logical Inference in a Hyper-Relational Database
Vaticle
 
Introduction to Knowledge Graphs with Grakn and Graql
Introduction to Knowledge Graphs with Grakn and Graql Introduction to Knowledge Graphs with Grakn and Graql
Introduction to Knowledge Graphs with Grakn and Graql
Vaticle
 
Knowledge base completion presentation
Knowledge base completion presentationKnowledge base completion presentation
Knowledge base completion presentation
Demai Ni
 
Graph Networks for Object Recognition
Graph Networks for Object RecognitionGraph Networks for Object Recognition
Graph Networks for Object Recognition
Vaticle
 
Does Google still need links? - SearchLove San Diego 2017
Does Google still need links? - SearchLove San Diego 2017Does Google still need links? - SearchLove San Diego 2017
Does Google still need links? - SearchLove San Diego 2017
Tom Capper
 
Final Presentation
Final PresentationFinal Presentation
Final PresentationLove Tyagi
 
SearchLove London 2018 - Tom Capper - The two-tiered SERP: Ranking for the mo...
SearchLove London 2018 - Tom Capper - The two-tiered SERP: Ranking for the mo...SearchLove London 2018 - Tom Capper - The two-tiered SERP: Ranking for the mo...
SearchLove London 2018 - Tom Capper - The two-tiered SERP: Ranking for the mo...
Distilled
 
How to Build a Semantic Search System
How to Build a Semantic Search SystemHow to Build a Semantic Search System
How to Build a Semantic Search System
Trey Grainger
 
We love seo 2019 - Tom Capper
We love seo 2019 - Tom CapperWe love seo 2019 - Tom Capper
We love seo 2019 - Tom Capper
Tom Capper
 
BDACA1516s2 - Lecture6
BDACA1516s2 - Lecture6BDACA1516s2 - Lecture6
Crowdsourced query augmentation through the semantic discovery of domain spec...
Crowdsourced query augmentation through the semantic discovery of domain spec...Crowdsourced query augmentation through the semantic discovery of domain spec...
Crowdsourced query augmentation through the semantic discovery of domain spec...
Trey Grainger
 
Anatomy of a semantic virus
Anatomy of a semantic virusAnatomy of a semantic virus
Anatomy of a semantic virusUltraUploader
 
K anonymity for crowdsourcing database
K anonymity for crowdsourcing databaseK anonymity for crowdsourcing database
K anonymity for crowdsourcing database
LeMeniz Infotech
 
Query Processing with k-Anonymity
Query Processing with k-AnonymityQuery Processing with k-Anonymity
Query Processing with k-Anonymity
Waqas Tariq
 
Benchmarking for Neural Information Retrieval: MS MARCO, TREC, and Beyond
Benchmarking for Neural Information Retrieval: MS MARCO, TREC, and BeyondBenchmarking for Neural Information Retrieval: MS MARCO, TREC, and Beyond
Benchmarking for Neural Information Retrieval: MS MARCO, TREC, and Beyond
Bhaskar Mitra
 
C:\Fakepath\Learning Through Conversation
C:\Fakepath\Learning Through ConversationC:\Fakepath\Learning Through Conversation
C:\Fakepath\Learning Through Conversation
stacycj
 
BDACA1516s2 - Lecture2
BDACA1516s2 - Lecture2BDACA1516s2 - Lecture2
Page Rank
Page RankPage Rank
Page Rank
Pramit Kumar
 

What's hot (20)

GRAKN.AI: The Hyper-Relational Database for Knowledge-Oriented Systems
GRAKN.AI: The Hyper-Relational Database for Knowledge-Oriented SystemsGRAKN.AI: The Hyper-Relational Database for Knowledge-Oriented Systems
GRAKN.AI: The Hyper-Relational Database for Knowledge-Oriented Systems
 
Big Data Analytics with Grakn
Big Data Analytics with GraknBig Data Analytics with Grakn
Big Data Analytics with Grakn
 
Logical Inference in a Hyper-Relational Database
Logical Inference in a Hyper-Relational DatabaseLogical Inference in a Hyper-Relational Database
Logical Inference in a Hyper-Relational Database
 
Introduction to Knowledge Graphs with Grakn and Graql
Introduction to Knowledge Graphs with Grakn and Graql Introduction to Knowledge Graphs with Grakn and Graql
Introduction to Knowledge Graphs with Grakn and Graql
 
Knowledge base completion presentation
Knowledge base completion presentationKnowledge base completion presentation
Knowledge base completion presentation
 
Graph Networks for Object Recognition
Graph Networks for Object RecognitionGraph Networks for Object Recognition
Graph Networks for Object Recognition
 
Does Google still need links? - SearchLove San Diego 2017
Does Google still need links? - SearchLove San Diego 2017Does Google still need links? - SearchLove San Diego 2017
Does Google still need links? - SearchLove San Diego 2017
 
Final Presentation
Final PresentationFinal Presentation
Final Presentation
 
SearchLove London 2018 - Tom Capper - The two-tiered SERP: Ranking for the mo...
SearchLove London 2018 - Tom Capper - The two-tiered SERP: Ranking for the mo...SearchLove London 2018 - Tom Capper - The two-tiered SERP: Ranking for the mo...
SearchLove London 2018 - Tom Capper - The two-tiered SERP: Ranking for the mo...
 
How to Build a Semantic Search System
How to Build a Semantic Search SystemHow to Build a Semantic Search System
How to Build a Semantic Search System
 
We love seo 2019 - Tom Capper
We love seo 2019 - Tom CapperWe love seo 2019 - Tom Capper
We love seo 2019 - Tom Capper
 
BDACA1516s2 - Lecture6
BDACA1516s2 - Lecture6BDACA1516s2 - Lecture6
BDACA1516s2 - Lecture6
 
Crowdsourced query augmentation through the semantic discovery of domain spec...
Crowdsourced query augmentation through the semantic discovery of domain spec...Crowdsourced query augmentation through the semantic discovery of domain spec...
Crowdsourced query augmentation through the semantic discovery of domain spec...
 
Anatomy of a semantic virus
Anatomy of a semantic virusAnatomy of a semantic virus
Anatomy of a semantic virus
 
K anonymity for crowdsourcing database
K anonymity for crowdsourcing databaseK anonymity for crowdsourcing database
K anonymity for crowdsourcing database
 
Query Processing with k-Anonymity
Query Processing with k-AnonymityQuery Processing with k-Anonymity
Query Processing with k-Anonymity
 
Benchmarking for Neural Information Retrieval: MS MARCO, TREC, and Beyond
Benchmarking for Neural Information Retrieval: MS MARCO, TREC, and BeyondBenchmarking for Neural Information Retrieval: MS MARCO, TREC, and Beyond
Benchmarking for Neural Information Retrieval: MS MARCO, TREC, and Beyond
 
C:\Fakepath\Learning Through Conversation
C:\Fakepath\Learning Through ConversationC:\Fakepath\Learning Through Conversation
C:\Fakepath\Learning Through Conversation
 
BDACA1516s2 - Lecture2
BDACA1516s2 - Lecture2BDACA1516s2 - Lecture2
BDACA1516s2 - Lecture2
 
Page Rank
Page RankPage Rank
Page Rank
 

Similar to Text-Mined Data in a Knowledge Graph

Christian Jakenfelds
Christian JakenfeldsChristian Jakenfelds
Christian Jakenfelds
Connected Data World
 
When to use Machine Learning Models in SEO and Which ones to use - Lazarina S...
When to use Machine Learning Models in SEO and Which ones to use - Lazarina S...When to use Machine Learning Models in SEO and Which ones to use - Lazarina S...
When to use Machine Learning Models in SEO and Which ones to use - Lazarina S...
LazarinaStoyanova
 
Flutter - Fluent-Utter
Flutter - Fluent-UtterFlutter - Fluent-Utter
Flutter - Fluent-Utter
Apurva Gupta
 
GPT and other Text Transformers: Black Swans and Stochastic Parrots
GPT and other Text Transformers:  Black Swans and Stochastic ParrotsGPT and other Text Transformers:  Black Swans and Stochastic Parrots
GPT and other Text Transformers: Black Swans and Stochastic Parrots
Konstantin Savenkov
 
How the Web can change social science research (including yours)
How the Web can change social science research (including yours)How the Web can change social science research (including yours)
How the Web can change social science research (including yours)
Frank van Harmelen
 
Google, Machine Learning, Algorithms, and You.
Google, Machine Learning, Algorithms, and You.Google, Machine Learning, Algorithms, and You.
Google, Machine Learning, Algorithms, and You.
Kristine Schachinger SEO and Online Marketing
 
SEGMENTING TWITTER HASHTAGS
SEGMENTING TWITTER HASHTAGSSEGMENTING TWITTER HASHTAGS
SEGMENTING TWITTER HASHTAGS
ijnlc
 
To Make Your Chatbot Smart, You Need to Feed It Right: How to Write for Chatb...
To Make Your Chatbot Smart, You Need to Feed It Right: How to Write for Chatb...To Make Your Chatbot Smart, You Need to Feed It Right: How to Write for Chatb...
To Make Your Chatbot Smart, You Need to Feed It Right: How to Write for Chatb...
LavaConConference
 
TypeScript 101 - Beer City Code
TypeScript 101 - Beer City CodeTypeScript 101 - Beer City Code
TypeScript 101 - Beer City Code
Frances Coronel
 
Rob Procter
Rob ProcterRob Procter
Rob ProcterNSMNSS
 
Let's talk about GPT: A crash course in Generative AI for researchers
Let's talk about GPT: A crash course in Generative AI for researchersLet's talk about GPT: A crash course in Generative AI for researchers
Let's talk about GPT: A crash course in Generative AI for researchers
Steven Van Vaerenbergh
 
Text Analytics for Dummies 2010
Text Analytics for Dummies 2010Text Analytics for Dummies 2010
Text Analytics for Dummies 2010
Seth Grimes
 
The Emperor Has No Docs (Geecon Oct'23)
The Emperor Has No Docs (Geecon Oct'23)The Emperor Has No Docs (Geecon Oct'23)
The Emperor Has No Docs (Geecon Oct'23)
Ignasi Marimon-Clos i Sunyol
 
Scenic City Summit 2018 - TypeScript 101
Scenic City Summit 2018 - TypeScript 101Scenic City Summit 2018 - TypeScript 101
Scenic City Summit 2018 - TypeScript 101
Frances Coronel
 
Unlocking Academic Integrity Research Using Simulations, AI Assistance and Ch...
Unlocking Academic Integrity Research Using Simulations, AI Assistance and Ch...Unlocking Academic Integrity Research Using Simulations, AI Assistance and Ch...
Unlocking Academic Integrity Research Using Simulations, AI Assistance and Ch...
Thomas Lancaster
 
How Anonymous Can Someone be on Twitter?
How Anonymous Can Someone be on Twitter?How Anonymous Can Someone be on Twitter?
How Anonymous Can Someone be on Twitter?
George Sam
 
Distributed Natural Language Processing Systems in Python
Distributed Natural Language Processing Systems in PythonDistributed Natural Language Processing Systems in Python
Distributed Natural Language Processing Systems in Python
Clare Corthell
 

Similar to Text-Mined Data in a Knowledge Graph (17)

Christian Jakenfelds
Christian JakenfeldsChristian Jakenfelds
Christian Jakenfelds
 
When to use Machine Learning Models in SEO and Which ones to use - Lazarina S...
When to use Machine Learning Models in SEO and Which ones to use - Lazarina S...When to use Machine Learning Models in SEO and Which ones to use - Lazarina S...
When to use Machine Learning Models in SEO and Which ones to use - Lazarina S...
 
Flutter - Fluent-Utter
Flutter - Fluent-UtterFlutter - Fluent-Utter
Flutter - Fluent-Utter
 
GPT and other Text Transformers: Black Swans and Stochastic Parrots
GPT and other Text Transformers:  Black Swans and Stochastic ParrotsGPT and other Text Transformers:  Black Swans and Stochastic Parrots
GPT and other Text Transformers: Black Swans and Stochastic Parrots
 
How the Web can change social science research (including yours)
How the Web can change social science research (including yours)How the Web can change social science research (including yours)
How the Web can change social science research (including yours)
 
Google, Machine Learning, Algorithms, and You.
Google, Machine Learning, Algorithms, and You.Google, Machine Learning, Algorithms, and You.
Google, Machine Learning, Algorithms, and You.
 
SEGMENTING TWITTER HASHTAGS
SEGMENTING TWITTER HASHTAGSSEGMENTING TWITTER HASHTAGS
SEGMENTING TWITTER HASHTAGS
 
To Make Your Chatbot Smart, You Need to Feed It Right: How to Write for Chatb...
To Make Your Chatbot Smart, You Need to Feed It Right: How to Write for Chatb...To Make Your Chatbot Smart, You Need to Feed It Right: How to Write for Chatb...
To Make Your Chatbot Smart, You Need to Feed It Right: How to Write for Chatb...
 
TypeScript 101 - Beer City Code
TypeScript 101 - Beer City CodeTypeScript 101 - Beer City Code
TypeScript 101 - Beer City Code
 
Rob Procter
Rob ProcterRob Procter
Rob Procter
 
Let's talk about GPT: A crash course in Generative AI for researchers
Let's talk about GPT: A crash course in Generative AI for researchersLet's talk about GPT: A crash course in Generative AI for researchers
Let's talk about GPT: A crash course in Generative AI for researchers
 
Text Analytics for Dummies 2010
Text Analytics for Dummies 2010Text Analytics for Dummies 2010
Text Analytics for Dummies 2010
 
The Emperor Has No Docs (Geecon Oct'23)
The Emperor Has No Docs (Geecon Oct'23)The Emperor Has No Docs (Geecon Oct'23)
The Emperor Has No Docs (Geecon Oct'23)
 
Scenic City Summit 2018 - TypeScript 101
Scenic City Summit 2018 - TypeScript 101Scenic City Summit 2018 - TypeScript 101
Scenic City Summit 2018 - TypeScript 101
 
Unlocking Academic Integrity Research Using Simulations, AI Assistance and Ch...
Unlocking Academic Integrity Research Using Simulations, AI Assistance and Ch...Unlocking Academic Integrity Research Using Simulations, AI Assistance and Ch...
Unlocking Academic Integrity Research Using Simulations, AI Assistance and Ch...
 
How Anonymous Can Someone be on Twitter?
How Anonymous Can Someone be on Twitter?How Anonymous Can Someone be on Twitter?
How Anonymous Can Someone be on Twitter?
 
Distributed Natural Language Processing Systems in Python
Distributed Natural Language Processing Systems in PythonDistributed Natural Language Processing Systems in Python
Distributed Natural Language Processing Systems in Python
 

More from Vaticle

Building Biomedical Knowledge Graphs for In-Silico Drug Discovery
Building Biomedical Knowledge Graphs for In-Silico Drug DiscoveryBuilding Biomedical Knowledge Graphs for In-Silico Drug Discovery
Building Biomedical Knowledge Graphs for In-Silico Drug Discovery
Vaticle
 
Loading Huge Amounts of Data
Loading Huge Amounts of DataLoading Huge Amounts of Data
Loading Huge Amounts of Data
Vaticle
 
Natural Language Interface to Knowledge Graph
Natural Language Interface to Knowledge GraphNatural Language Interface to Knowledge Graph
Natural Language Interface to Knowledge Graph
Vaticle
 
A Data Modelling Framework to Unify Cyber Security Knowledge
A Data Modelling Framework to Unify Cyber Security KnowledgeA Data Modelling Framework to Unify Cyber Security Knowledge
A Data Modelling Framework to Unify Cyber Security Knowledge
Vaticle
 
Unifying Space Mission Knowledge with NLP & Knowledge Graph
Unifying Space Mission Knowledge with NLP & Knowledge GraphUnifying Space Mission Knowledge with NLP & Knowledge Graph
Unifying Space Mission Knowledge with NLP & Knowledge Graph
Vaticle
 
The Next Big Thing in AI - Causality
The Next Big Thing in AI - CausalityThe Next Big Thing in AI - Causality
The Next Big Thing in AI - Causality
Vaticle
 
Building a Cyber Threat Intelligence Knowledge Graph
Building a Cyber Threat Intelligence Knowledge GraphBuilding a Cyber Threat Intelligence Knowledge Graph
Building a Cyber Threat Intelligence Knowledge Graph
Vaticle
 
Knowledge Graphs for Supply Chain Operations.pdf
Knowledge Graphs for Supply Chain Operations.pdfKnowledge Graphs for Supply Chain Operations.pdf
Knowledge Graphs for Supply Chain Operations.pdf
Vaticle
 
Building a Distributed Database with Raft.pdf
Building a Distributed Database with Raft.pdfBuilding a Distributed Database with Raft.pdf
Building a Distributed Database with Raft.pdf
Vaticle
 
Enabling the Computational Future of Biology.pdf
Enabling the Computational Future of Biology.pdfEnabling the Computational Future of Biology.pdf
Enabling the Computational Future of Biology.pdf
Vaticle
 
TypeDB Academy | Inference with Rules
TypeDB Academy | Inference with RulesTypeDB Academy | Inference with Rules
TypeDB Academy | Inference with Rules
Vaticle
 
TypeDB Academy | Modelling Principles
TypeDB Academy | Modelling PrinciplesTypeDB Academy | Modelling Principles
TypeDB Academy | Modelling Principles
Vaticle
 
Beyond SQL - Comparing SQL to TypeQL
Beyond SQL - Comparing SQL to TypeQLBeyond SQL - Comparing SQL to TypeQL
Beyond SQL - Comparing SQL to TypeQL
Vaticle
 
TypeDB Academy- Getting Started with Schema Design
TypeDB Academy- Getting Started with Schema DesignTypeDB Academy- Getting Started with Schema Design
TypeDB Academy- Getting Started with Schema Design
Vaticle
 
Comparing Semantic Web Technologies to TypeDB
Comparing Semantic Web Technologies to TypeDBComparing Semantic Web Technologies to TypeDB
Comparing Semantic Web Technologies to TypeDB
Vaticle
 
Reasoner, Meet Actors | TypeDB's Native Reasoning Engine
Reasoner, Meet Actors | TypeDB's Native Reasoning EngineReasoner, Meet Actors | TypeDB's Native Reasoning Engine
Reasoner, Meet Actors | TypeDB's Native Reasoning Engine
Vaticle
 
Intro to TypeDB and TypeQL | A strongly-typed database
Intro to TypeDB and TypeQL | A strongly-typed databaseIntro to TypeDB and TypeQL | A strongly-typed database
Intro to TypeDB and TypeQL | A strongly-typed database
Vaticle
 
Graph Databases vs TypeDB | What you can't do with graphs
Graph Databases vs TypeDB | What you can't do with graphsGraph Databases vs TypeDB | What you can't do with graphs
Graph Databases vs TypeDB | What you can't do with graphs
Vaticle
 
Pandora Paper Leaks With TypeDB
 Pandora Paper Leaks With TypeDB Pandora Paper Leaks With TypeDB
Pandora Paper Leaks With TypeDB
Vaticle
 
Strongly Typed Data for Machine Learning
Strongly Typed Data for Machine LearningStrongly Typed Data for Machine Learning
Strongly Typed Data for Machine Learning
Vaticle
 

More from Vaticle (20)

Building Biomedical Knowledge Graphs for In-Silico Drug Discovery
Building Biomedical Knowledge Graphs for In-Silico Drug DiscoveryBuilding Biomedical Knowledge Graphs for In-Silico Drug Discovery
Building Biomedical Knowledge Graphs for In-Silico Drug Discovery
 
Loading Huge Amounts of Data
Loading Huge Amounts of DataLoading Huge Amounts of Data
Loading Huge Amounts of Data
 
Natural Language Interface to Knowledge Graph
Natural Language Interface to Knowledge GraphNatural Language Interface to Knowledge Graph
Natural Language Interface to Knowledge Graph
 
A Data Modelling Framework to Unify Cyber Security Knowledge
A Data Modelling Framework to Unify Cyber Security KnowledgeA Data Modelling Framework to Unify Cyber Security Knowledge
A Data Modelling Framework to Unify Cyber Security Knowledge
 
Unifying Space Mission Knowledge with NLP & Knowledge Graph
Unifying Space Mission Knowledge with NLP & Knowledge GraphUnifying Space Mission Knowledge with NLP & Knowledge Graph
Unifying Space Mission Knowledge with NLP & Knowledge Graph
 
The Next Big Thing in AI - Causality
The Next Big Thing in AI - CausalityThe Next Big Thing in AI - Causality
The Next Big Thing in AI - Causality
 
Building a Cyber Threat Intelligence Knowledge Graph
Building a Cyber Threat Intelligence Knowledge GraphBuilding a Cyber Threat Intelligence Knowledge Graph
Building a Cyber Threat Intelligence Knowledge Graph
 
Knowledge Graphs for Supply Chain Operations.pdf
Knowledge Graphs for Supply Chain Operations.pdfKnowledge Graphs for Supply Chain Operations.pdf
Knowledge Graphs for Supply Chain Operations.pdf
 
Building a Distributed Database with Raft.pdf
Building a Distributed Database with Raft.pdfBuilding a Distributed Database with Raft.pdf
Building a Distributed Database with Raft.pdf
 
Enabling the Computational Future of Biology.pdf
Enabling the Computational Future of Biology.pdfEnabling the Computational Future of Biology.pdf
Enabling the Computational Future of Biology.pdf
 
TypeDB Academy | Inference with Rules
TypeDB Academy | Inference with RulesTypeDB Academy | Inference with Rules
TypeDB Academy | Inference with Rules
 
TypeDB Academy | Modelling Principles
TypeDB Academy | Modelling PrinciplesTypeDB Academy | Modelling Principles
TypeDB Academy | Modelling Principles
 
Beyond SQL - Comparing SQL to TypeQL
Beyond SQL - Comparing SQL to TypeQLBeyond SQL - Comparing SQL to TypeQL
Beyond SQL - Comparing SQL to TypeQL
 
TypeDB Academy- Getting Started with Schema Design
TypeDB Academy- Getting Started with Schema DesignTypeDB Academy- Getting Started with Schema Design
TypeDB Academy- Getting Started with Schema Design
 
Comparing Semantic Web Technologies to TypeDB
Comparing Semantic Web Technologies to TypeDBComparing Semantic Web Technologies to TypeDB
Comparing Semantic Web Technologies to TypeDB
 
Reasoner, Meet Actors | TypeDB's Native Reasoning Engine
Reasoner, Meet Actors | TypeDB's Native Reasoning EngineReasoner, Meet Actors | TypeDB's Native Reasoning Engine
Reasoner, Meet Actors | TypeDB's Native Reasoning Engine
 
Intro to TypeDB and TypeQL | A strongly-typed database
Intro to TypeDB and TypeQL | A strongly-typed databaseIntro to TypeDB and TypeQL | A strongly-typed database
Intro to TypeDB and TypeQL | A strongly-typed database
 
Graph Databases vs TypeDB | What you can't do with graphs
Graph Databases vs TypeDB | What you can't do with graphsGraph Databases vs TypeDB | What you can't do with graphs
Graph Databases vs TypeDB | What you can't do with graphs
 
Pandora Paper Leaks With TypeDB
 Pandora Paper Leaks With TypeDB Pandora Paper Leaks With TypeDB
Pandora Paper Leaks With TypeDB
 
Strongly Typed Data for Machine Learning
Strongly Typed Data for Machine LearningStrongly Typed Data for Machine Learning
Strongly Typed Data for Machine Learning
 

Recently uploaded

Criminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdfCriminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdf
Criminal IP
 
standardisation of garbhpala offhgfffghh
standardisation of garbhpala offhgfffghhstandardisation of garbhpala offhgfffghh
standardisation of garbhpala offhgfffghh
ArpitMalhotra16
 
Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...
Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...
Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...
John Andrews
 
1.Seydhcuxhxyxhccuuxuxyxyxmisolids 2019.pptx
1.Seydhcuxhxyxhccuuxuxyxyxmisolids 2019.pptx1.Seydhcuxhxyxhccuuxuxyxyxmisolids 2019.pptx
1.Seydhcuxhxyxhccuuxuxyxyxmisolids 2019.pptx
Tiktokethiodaily
 
Empowering Data Analytics Ecosystem.pptx
Empowering Data Analytics Ecosystem.pptxEmpowering Data Analytics Ecosystem.pptx
Empowering Data Analytics Ecosystem.pptx
benishzehra469
 
SOCRadar Germany 2024 Threat Landscape Report
SOCRadar Germany 2024 Threat Landscape ReportSOCRadar Germany 2024 Threat Landscape Report
SOCRadar Germany 2024 Threat Landscape Report
SOCRadar
 
一比一原版(TWU毕业证)西三一大学毕业证成绩单
一比一原版(TWU毕业证)西三一大学毕业证成绩单一比一原版(TWU毕业证)西三一大学毕业证成绩单
一比一原版(TWU毕业证)西三一大学毕业证成绩单
ocavb
 
Predicting Product Ad Campaign Performance: A Data Analysis Project Presentation
Predicting Product Ad Campaign Performance: A Data Analysis Project PresentationPredicting Product Ad Campaign Performance: A Data Analysis Project Presentation
Predicting Product Ad Campaign Performance: A Data Analysis Project Presentation
Boston Institute of Analytics
 
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
axoqas
 
【社内勉強会資料_Octo: An Open-Source Generalist Robot Policy】
【社内勉強会資料_Octo: An Open-Source Generalist Robot Policy】【社内勉強会資料_Octo: An Open-Source Generalist Robot Policy】
【社内勉強会資料_Octo: An Open-Source Generalist Robot Policy】
NABLAS株式会社
 
Innovative Methods in Media and Communication Research by Sebastian Kubitschk...
Innovative Methods in Media and Communication Research by Sebastian Kubitschk...Innovative Methods in Media and Communication Research by Sebastian Kubitschk...
Innovative Methods in Media and Communication Research by Sebastian Kubitschk...
correoyaya
 
社内勉強会資料_LLM Agents                              .
社内勉強会資料_LLM Agents                              .社内勉強会資料_LLM Agents                              .
社内勉強会資料_LLM Agents                              .
NABLAS株式会社
 
Ch03-Managing the Object-Oriented Information Systems Project a.pdf
Ch03-Managing the Object-Oriented Information Systems Project a.pdfCh03-Managing the Object-Oriented Information Systems Project a.pdf
Ch03-Managing the Object-Oriented Information Systems Project a.pdf
haila53
 
Sample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdf
Sample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdfSample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdf
Sample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdf
Linda486226
 
一比一原版(UVic毕业证)维多利亚大学毕业证成绩单
一比一原版(UVic毕业证)维多利亚大学毕业证成绩单一比一原版(UVic毕业证)维多利亚大学毕业证成绩单
一比一原版(UVic毕业证)维多利亚大学毕业证成绩单
ukgaet
 
一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单
一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单
一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单
vcaxypu
 
The affect of service quality and online reviews on customer loyalty in the E...
The affect of service quality and online reviews on customer loyalty in the E...The affect of service quality and online reviews on customer loyalty in the E...
The affect of service quality and online reviews on customer loyalty in the E...
jerlynmaetalle
 
一比一原版(CU毕业证)卡尔顿大学毕业证成绩单
一比一原版(CU毕业证)卡尔顿大学毕业证成绩单一比一原版(CU毕业证)卡尔顿大学毕业证成绩单
一比一原版(CU毕业证)卡尔顿大学毕业证成绩单
yhkoc
 
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单
ewymefz
 
tapal brand analysis PPT slide for comptetive data
tapal brand analysis PPT slide for comptetive datatapal brand analysis PPT slide for comptetive data
tapal brand analysis PPT slide for comptetive data
theahmadsaood
 

Recently uploaded (20)

Criminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdfCriminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdf
 
standardisation of garbhpala offhgfffghh
standardisation of garbhpala offhgfffghhstandardisation of garbhpala offhgfffghh
standardisation of garbhpala offhgfffghh
 
Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...
Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...
Chatty Kathy - UNC Bootcamp Final Project Presentation - Final Version - 5.23...
 
1.Seydhcuxhxyxhccuuxuxyxyxmisolids 2019.pptx
1.Seydhcuxhxyxhccuuxuxyxyxmisolids 2019.pptx1.Seydhcuxhxyxhccuuxuxyxyxmisolids 2019.pptx
1.Seydhcuxhxyxhccuuxuxyxyxmisolids 2019.pptx
 
Empowering Data Analytics Ecosystem.pptx
Empowering Data Analytics Ecosystem.pptxEmpowering Data Analytics Ecosystem.pptx
Empowering Data Analytics Ecosystem.pptx
 
SOCRadar Germany 2024 Threat Landscape Report
SOCRadar Germany 2024 Threat Landscape ReportSOCRadar Germany 2024 Threat Landscape Report
SOCRadar Germany 2024 Threat Landscape Report
 
一比一原版(TWU毕业证)西三一大学毕业证成绩单
一比一原版(TWU毕业证)西三一大学毕业证成绩单一比一原版(TWU毕业证)西三一大学毕业证成绩单
一比一原版(TWU毕业证)西三一大学毕业证成绩单
 
Predicting Product Ad Campaign Performance: A Data Analysis Project Presentation
Predicting Product Ad Campaign Performance: A Data Analysis Project PresentationPredicting Product Ad Campaign Performance: A Data Analysis Project Presentation
Predicting Product Ad Campaign Performance: A Data Analysis Project Presentation
 
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
 
【社内勉強会資料_Octo: An Open-Source Generalist Robot Policy】
【社内勉強会資料_Octo: An Open-Source Generalist Robot Policy】【社内勉強会資料_Octo: An Open-Source Generalist Robot Policy】
【社内勉強会資料_Octo: An Open-Source Generalist Robot Policy】
 
Innovative Methods in Media and Communication Research by Sebastian Kubitschk...
Innovative Methods in Media and Communication Research by Sebastian Kubitschk...Innovative Methods in Media and Communication Research by Sebastian Kubitschk...
Innovative Methods in Media and Communication Research by Sebastian Kubitschk...
 
社内勉強会資料_LLM Agents                              .
社内勉強会資料_LLM Agents                              .社内勉強会資料_LLM Agents                              .
社内勉強会資料_LLM Agents                              .
 
Ch03-Managing the Object-Oriented Information Systems Project a.pdf
Ch03-Managing the Object-Oriented Information Systems Project a.pdfCh03-Managing the Object-Oriented Information Systems Project a.pdf
Ch03-Managing the Object-Oriented Information Systems Project a.pdf
 
Sample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdf
Sample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdfSample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdf
Sample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdf
 
一比一原版(UVic毕业证)维多利亚大学毕业证成绩单
一比一原版(UVic毕业证)维多利亚大学毕业证成绩单一比一原版(UVic毕业证)维多利亚大学毕业证成绩单
一比一原版(UVic毕业证)维多利亚大学毕业证成绩单
 
一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单
一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单
一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单
 
The affect of service quality and online reviews on customer loyalty in the E...
The affect of service quality and online reviews on customer loyalty in the E...The affect of service quality and online reviews on customer loyalty in the E...
The affect of service quality and online reviews on customer loyalty in the E...
 
一比一原版(CU毕业证)卡尔顿大学毕业证成绩单
一比一原版(CU毕业证)卡尔顿大学毕业证成绩单一比一原版(CU毕业证)卡尔顿大学毕业证成绩单
一比一原版(CU毕业证)卡尔顿大学毕业证成绩单
 
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单
 
tapal brand analysis PPT slide for comptetive data
tapal brand analysis PPT slide for comptetive datatapal brand analysis PPT slide for comptetive data
tapal brand analysis PPT slide for comptetive data
 

Text-Mined Data in a Knowledge Graph