SlideShare ist ein Scribd-Unternehmen logo
1 von 33
Downloaden Sie, um offline zu lesen
A roadmap to
psychohistory
or the insufficiency of current knowledge bases
Paris, January 31, 2018
2//
What is psychohistory?
Foundation is a science fiction book series written by
American author Isaac Asimov.
It won the one-time Hugo Award for "Best All-Time Series"
in 1966.
Psychohistory is a fictional science which combines history,
sociology, and mathematical statistics to make general
predictions about the future behavior of very large groups
of people.
3//
It’s a machine learning problem
Historical Data Training Prediction
New Data Re-Training
4//
It’s a machine learning problem
Corpus Algorithm Objective
5//
It’s a machine learning problem
Corpus Algorithm Objective
Can we find a corpus ?
6//
Problem of content vs form
7//
Problem of content vs form
8//
Analyzing current
knowledge bases
9//
Missing data
What we want in a knowledge base
10//
Missing data
What we want in a knowledge base
Accuracy
11//
Missing data
What we want in a knowledge base
Accuracy Relevance
12//
Missing data
What we want in a knowledge base
Accuracy Relevance
Standard format
13//
Missing data
What we want in a knowledge base
Accuracy Relevance
Standard format
Readable by human
and computer
14//
Looking at Google Knowledge Graph: Taylor Swift
American singer-songwriter
15//
Looking at Google Knowledge Graph: Abraham Lincoln
Assassination of Abraham Lincoln
Abraham Lincoln
16//
Looking at Google Knowledge Graph: not that accurate...
17//
Wolfram Alpha
18//
Wolfram Alpha
19//
Wikipedia
Abraham Lincoln (February 12, 1809 – April 15, 1865) was an American statesman and lawyer who
served as the 16th President of the United States from March 1861 until his assassination in April
1865. Lincoln led the United States through its Civil War—its bloodiest war and perhaps its
greatest moral, constitutional, and political crisis.[2][3] In doing so, he preserved the Union,
paved the way for the abolition of slavery, strengthened the federal government, and modernized
the economy.
An astute politician deeply involved with power issues in each state, Lincoln reached out to the
War Democrats and managed his own re-election campaign in the 1864 presidential election.
Anticipating the war's conclusion, Lincoln pushed a moderate view of Reconstruction, seeking to
reunite the nation speedily through a policy of generous reconciliation in the face of lingering
and bitter divisiveness. On April 14, 1865, five days after the surrender of Confederate general
Robert E. Lee, Lincoln was shot by Confederate sympathizer John Wilkes Booth and died the next
day. Lincoln has been consistently ranked both by scholars[5] and the public[6] as among the
greatest U.S. presidents.
20//
WikiData as a Rosetta Stone
21//
Wikipedia: Most important articles
22//
DBpedia
<http://dbpedia.org/resource/Otter_Tail_County,_Minnesota>
<http://www.w3.org/2000/01/rdf-schema#comment> "Otter
Tail County is a county located in the U.S. state of Minnesota. As of the 2010 census, the
population was 57,303. Its county seat is Fergus Falls. The county was formed in 1858 and
organized in 1868. Otter Tail County comprises the Fergus Falls, MN Micropolitan Statistical
Area."@en .
<http://dbpedia.org/resource/Murray_County,_Minnesota>
<http://www.w3.org/2000/01/rdf-schema#comment> "Murray
County is a county located in the U.S. state of Minnesota. The population was 8,725 at the 2010
census. Its county seat is Slayton. The county was formed in 1857 and organized in 1872."@en .
23//
WikiData
{
"type": "item",
"id": "Q91",
"P734": [
{
"mainsnak": {
"snaktype": "value",
"property": "P734",
"hash": "228ea0386cc21946b31af3295de9965622a8d256",
"datavalue": {
"value": {
"entity-type": "item",
"numeric-id": 18610168,
"id": "Q18610168"
},
24//
WikiData
{
"family name" : "Lincoln",
"given name" : "Abraham",
"manner of death" : "homicide",
"cause of death" : "ballistic trauma",
"place of birth" : "LaRue County",
"place of death" : "Washington, D.C.",
"mother" : "Nancy Hanks Lincoln",
"father" : "Thomas Lincoln",
"child" : "Tad Lincoln",
"place of burial" : "Springfield",
"position held" : "member of the Illinois House of Representatives",
"date of death" : "15 April 1865",
"date of birth" : "12 February 1809",
"member of political party" : "Whig Party",
25//
Accuracy
Missing data
Relevance
Standard format
Human/Machine readable
Comparison chart
26//
Tips for building your
own knowledge base
27//
Tip n°1: rely on existing standards for your ontologies
28//
Tip n°2: Careful about standards: ISO 8601 dates
2018-01-31T10:00:00Z Jan 31st, 2018, 10:00 AM UTC
2016-12-31T23:59:60Z Leap second
2018-01 January 2018
20 21st century
2018-01-31T10:00:00+14 Time zones are between -12 and +14
1969-07-20T20:18:00Z Ambiguous, because before 1970
10000-01-01 Not defined
-0044-03-15 Not defined
UK: Day after 1751-03-24 1752-03-25
Russia: 1918-01-31 1918-01-13
29//
Tip n°3: avoid knowledge graphs
30//
Tip n°4: Working from natural language using translation
Abraham Lincoln (February 12, 1809 – April 15, 1865)
was an American statesman and lawyer who served as the
16th President of the United States from March 1861 until
his assassination in April 1865. Lincoln led the United
States through its Civil War—its bloodiest war and perhaps
its greatest moral, constitutional, and political crisis. In
doing so, he preserved the Union, paved the way for the
abolition of slavery, strengthened the federal government,
and modernized the economy.
{
"name": "Abraham Lincoln",
"birthDate": "February 12, 1809",
"deathDate": "April 15, 1865",
"occupations": [
{
"roleName": "American statesman"
},
{
"roleName": "lawyer"
},
{
"roleName": "president of the United States",
"startDate": "March 1861",
"endDate": "April 1865"
}
],
"causeOfDeath": "assassination"
}
31//
Tip n°5: Working from natural language with reading comprehension
32//
Working from natural language : reading comprehension
REASONING DESCRIPTION EXAMPLE
Lexical variation
(synonymy)
Major correspondences between
the question and the answer
sentence are synonyms.
Q: What is the Rankine cycle sometimes called?
Sentence: The Rankine cycle is sometimes referred to as a practical
Carnot cycle.
Lexical variation
(world knowledge)
Major correspondences between
the question and the answer
sentence require world knowledge
to resolve.
Q: Which governing bodies have veto power?
S: The European Parliament and the Council of the European Union
have powers of amendment and veto during the legislative process.
Syntactic variation After the question is paraphrased
into declarative form, its syntactic
dependency structure does not
match that of the answer sentence
even after local modifications.
Q: What Shakespeare scholar is currently on the faculty?
S: Current faculty include the antimopologist Marshall Sahlins, ...,
Shakespeare scholar David Bevington.
Multiple sentence There is anaphora, or higher-level
reasoning fusion of multiple
sentences is required.
Q: What collection does the V&A Theatre & Performance galleries hold?
S: The V&A Theatre &Performance galleries opened in March 2009. They
hold the UK’s biggest national collection of material about live
performance.
Merci.
34//
Adrien COUQUE
CTO
adrien.couque@applidium.com

Weitere ähnliche Inhalte

Ähnlich wie APIDays 2018 - Artificial Intelligence APIs - A roadmap to psychohistory

Great Expectations Essay.pdf
Great Expectations Essay.pdfGreat Expectations Essay.pdf
Great Expectations Essay.pdfEmily Parrish
 
need help for history questions.pdf
need help for history questions.pdfneed help for history questions.pdf
need help for history questions.pdfstudy help
 
need help for history questions.pdf
need help for history questions.pdfneed help for history questions.pdf
need help for history questions.pdfstudy help
 
Yale Digital Humanities Working Group
Yale Digital Humanities Working GroupYale Digital Humanities Working Group
Yale Digital Humanities Working GroupLauren Klein
 
Final Written Exercise The most important lesson I have .docx
Final Written Exercise The most important lesson I have .docxFinal Written Exercise The most important lesson I have .docx
Final Written Exercise The most important lesson I have .docxericn8
 
Final Written Exercise The most important lesson I have .docx
Final Written Exercise The most important lesson I have .docxFinal Written Exercise The most important lesson I have .docx
Final Written Exercise The most important lesson I have .docxbryanwest16882
 
Home Sweet Home Essay.pdf
Home Sweet Home Essay.pdfHome Sweet Home Essay.pdf
Home Sweet Home Essay.pdfBrittany Koch
 
Home Sweet Home Essay. ENGLi0o-WRITING: Sample essay Home Sweet Home Home is ...
Home Sweet Home Essay. ENGLi0o-WRITING: Sample essay Home Sweet Home Home is ...Home Sweet Home Essay. ENGLi0o-WRITING: Sample essay Home Sweet Home Home is ...
Home Sweet Home Essay. ENGLi0o-WRITING: Sample essay Home Sweet Home Home is ...Liz Milligan
 
Cuban Missile Crisis Essay. Cold war cuban missile crisis essay
Cuban Missile Crisis Essay. Cold war cuban missile crisis essayCuban Missile Crisis Essay. Cold war cuban missile crisis essay
Cuban Missile Crisis Essay. Cold war cuban missile crisis essayEva Bartlett
 

Ähnlich wie APIDays 2018 - Artificial Intelligence APIs - A roadmap to psychohistory (10)

Great Expectations Essay.pdf
Great Expectations Essay.pdfGreat Expectations Essay.pdf
Great Expectations Essay.pdf
 
need help for history questions.pdf
need help for history questions.pdfneed help for history questions.pdf
need help for history questions.pdf
 
need help for history questions.pdf
need help for history questions.pdfneed help for history questions.pdf
need help for history questions.pdf
 
Yale Digital Humanities Working Group
Yale Digital Humanities Working GroupYale Digital Humanities Working Group
Yale Digital Humanities Working Group
 
Final Written Exercise The most important lesson I have .docx
Final Written Exercise The most important lesson I have .docxFinal Written Exercise The most important lesson I have .docx
Final Written Exercise The most important lesson I have .docx
 
Final Written Exercise The most important lesson I have .docx
Final Written Exercise The most important lesson I have .docxFinal Written Exercise The most important lesson I have .docx
Final Written Exercise The most important lesson I have .docx
 
Home Sweet Home Essay.pdf
Home Sweet Home Essay.pdfHome Sweet Home Essay.pdf
Home Sweet Home Essay.pdf
 
Home Sweet Home Essay. ENGLi0o-WRITING: Sample essay Home Sweet Home Home is ...
Home Sweet Home Essay. ENGLi0o-WRITING: Sample essay Home Sweet Home Home is ...Home Sweet Home Essay. ENGLi0o-WRITING: Sample essay Home Sweet Home Home is ...
Home Sweet Home Essay. ENGLi0o-WRITING: Sample essay Home Sweet Home Home is ...
 
Kasdorf, "XML Models for Books: It's all about whatcha got and whatcha wanna ...
Kasdorf, "XML Models for Books: It's all about whatcha got and whatcha wanna ...Kasdorf, "XML Models for Books: It's all about whatcha got and whatcha wanna ...
Kasdorf, "XML Models for Books: It's all about whatcha got and whatcha wanna ...
 
Cuban Missile Crisis Essay. Cold war cuban missile crisis essay
Cuban Missile Crisis Essay. Cold war cuban missile crisis essayCuban Missile Crisis Essay. Cold war cuban missile crisis essay
Cuban Missile Crisis Essay. Cold war cuban missile crisis essay
 

Kürzlich hochgeladen

Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 

Kürzlich hochgeladen (20)

Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 

APIDays 2018 - Artificial Intelligence APIs - A roadmap to psychohistory

  • 1. A roadmap to psychohistory or the insufficiency of current knowledge bases Paris, January 31, 2018
  • 2. 2// What is psychohistory? Foundation is a science fiction book series written by American author Isaac Asimov. It won the one-time Hugo Award for "Best All-Time Series" in 1966. Psychohistory is a fictional science which combines history, sociology, and mathematical statistics to make general predictions about the future behavior of very large groups of people.
  • 3. 3// It’s a machine learning problem Historical Data Training Prediction New Data Re-Training
  • 4. 4// It’s a machine learning problem Corpus Algorithm Objective
  • 5. 5// It’s a machine learning problem Corpus Algorithm Objective Can we find a corpus ?
  • 9. 9// Missing data What we want in a knowledge base
  • 10. 10// Missing data What we want in a knowledge base Accuracy
  • 11. 11// Missing data What we want in a knowledge base Accuracy Relevance
  • 12. 12// Missing data What we want in a knowledge base Accuracy Relevance Standard format
  • 13. 13// Missing data What we want in a knowledge base Accuracy Relevance Standard format Readable by human and computer
  • 14. 14// Looking at Google Knowledge Graph: Taylor Swift American singer-songwriter
  • 15. 15// Looking at Google Knowledge Graph: Abraham Lincoln Assassination of Abraham Lincoln Abraham Lincoln
  • 16. 16// Looking at Google Knowledge Graph: not that accurate...
  • 19. 19// Wikipedia Abraham Lincoln (February 12, 1809 – April 15, 1865) was an American statesman and lawyer who served as the 16th President of the United States from March 1861 until his assassination in April 1865. Lincoln led the United States through its Civil War—its bloodiest war and perhaps its greatest moral, constitutional, and political crisis.[2][3] In doing so, he preserved the Union, paved the way for the abolition of slavery, strengthened the federal government, and modernized the economy. An astute politician deeply involved with power issues in each state, Lincoln reached out to the War Democrats and managed his own re-election campaign in the 1864 presidential election. Anticipating the war's conclusion, Lincoln pushed a moderate view of Reconstruction, seeking to reunite the nation speedily through a policy of generous reconciliation in the face of lingering and bitter divisiveness. On April 14, 1865, five days after the surrender of Confederate general Robert E. Lee, Lincoln was shot by Confederate sympathizer John Wilkes Booth and died the next day. Lincoln has been consistently ranked both by scholars[5] and the public[6] as among the greatest U.S. presidents.
  • 20. 20// WikiData as a Rosetta Stone
  • 22. 22// DBpedia <http://dbpedia.org/resource/Otter_Tail_County,_Minnesota> <http://www.w3.org/2000/01/rdf-schema#comment> "Otter Tail County is a county located in the U.S. state of Minnesota. As of the 2010 census, the population was 57,303. Its county seat is Fergus Falls. The county was formed in 1858 and organized in 1868. Otter Tail County comprises the Fergus Falls, MN Micropolitan Statistical Area."@en . <http://dbpedia.org/resource/Murray_County,_Minnesota> <http://www.w3.org/2000/01/rdf-schema#comment> "Murray County is a county located in the U.S. state of Minnesota. The population was 8,725 at the 2010 census. Its county seat is Slayton. The county was formed in 1857 and organized in 1872."@en .
  • 23. 23// WikiData { "type": "item", "id": "Q91", "P734": [ { "mainsnak": { "snaktype": "value", "property": "P734", "hash": "228ea0386cc21946b31af3295de9965622a8d256", "datavalue": { "value": { "entity-type": "item", "numeric-id": 18610168, "id": "Q18610168" },
  • 24. 24// WikiData { "family name" : "Lincoln", "given name" : "Abraham", "manner of death" : "homicide", "cause of death" : "ballistic trauma", "place of birth" : "LaRue County", "place of death" : "Washington, D.C.", "mother" : "Nancy Hanks Lincoln", "father" : "Thomas Lincoln", "child" : "Tad Lincoln", "place of burial" : "Springfield", "position held" : "member of the Illinois House of Representatives", "date of death" : "15 April 1865", "date of birth" : "12 February 1809", "member of political party" : "Whig Party",
  • 26. 26// Tips for building your own knowledge base
  • 27. 27// Tip n°1: rely on existing standards for your ontologies
  • 28. 28// Tip n°2: Careful about standards: ISO 8601 dates 2018-01-31T10:00:00Z Jan 31st, 2018, 10:00 AM UTC 2016-12-31T23:59:60Z Leap second 2018-01 January 2018 20 21st century 2018-01-31T10:00:00+14 Time zones are between -12 and +14 1969-07-20T20:18:00Z Ambiguous, because before 1970 10000-01-01 Not defined -0044-03-15 Not defined UK: Day after 1751-03-24 1752-03-25 Russia: 1918-01-31 1918-01-13
  • 29. 29// Tip n°3: avoid knowledge graphs
  • 30. 30// Tip n°4: Working from natural language using translation Abraham Lincoln (February 12, 1809 – April 15, 1865) was an American statesman and lawyer who served as the 16th President of the United States from March 1861 until his assassination in April 1865. Lincoln led the United States through its Civil War—its bloodiest war and perhaps its greatest moral, constitutional, and political crisis. In doing so, he preserved the Union, paved the way for the abolition of slavery, strengthened the federal government, and modernized the economy. { "name": "Abraham Lincoln", "birthDate": "February 12, 1809", "deathDate": "April 15, 1865", "occupations": [ { "roleName": "American statesman" }, { "roleName": "lawyer" }, { "roleName": "president of the United States", "startDate": "March 1861", "endDate": "April 1865" } ], "causeOfDeath": "assassination" }
  • 31. 31// Tip n°5: Working from natural language with reading comprehension
  • 32. 32// Working from natural language : reading comprehension REASONING DESCRIPTION EXAMPLE Lexical variation (synonymy) Major correspondences between the question and the answer sentence are synonyms. Q: What is the Rankine cycle sometimes called? Sentence: The Rankine cycle is sometimes referred to as a practical Carnot cycle. Lexical variation (world knowledge) Major correspondences between the question and the answer sentence require world knowledge to resolve. Q: Which governing bodies have veto power? S: The European Parliament and the Council of the European Union have powers of amendment and veto during the legislative process. Syntactic variation After the question is paraphrased into declarative form, its syntactic dependency structure does not match that of the answer sentence even after local modifications. Q: What Shakespeare scholar is currently on the faculty? S: Current faculty include the antimopologist Marshall Sahlins, ..., Shakespeare scholar David Bevington. Multiple sentence There is anaphora, or higher-level reasoning fusion of multiple sentences is required. Q: What collection does the V&A Theatre & Performance galleries hold? S: The V&A Theatre &Performance galleries opened in March 2009. They hold the UK’s biggest national collection of material about live performance.