SlideShare a Scribd company logo
MOCHA 2018
Mighty Storage Challenge II
Kleanthi Georgala, Mirko Spasić, Vassilis Papakonstantiou, Claus Stadler
MOCHA @ ESWC 2018
Heraklion, Crete
Horizon 2020, GA No 688227
Georgala (InfAI) MOCHA2018 June 5th, 2018 1 / 17
Organization
Axel-Cyrille Ngonga Ngomo, Department of Computer Science, Paderborn,
Germany
Irini Fundulaki, Foundation for Research and Technology – Hellas (FORTH),
Greece
Mirko Spasić, OpenLink, UK
Vassiliki Rentoumi, National Center for Scientific Research, “Demokritos”,
Greece
Kleanthi Georgala, Universität Leipzig, AKSW, Institut für Angewandte
Informatik (InfAI)
250 Euro for the winner of most tasks
Georgala (InfAI) MOCHA2018 June 5th, 2018 2 / 17
Overview
Triple store performance evaluation:
1 Sensor Streams Benchmark
2 Data Storage Benchmark
3 Versioning RDF Data Benchmark
4 Faceted Browsing Benchmark
Carried out using HOBBIT benchmarking platform
Public results
Georgala (InfAI) MOCHA2018 June 5th, 2018 3 / 17
Task 1 - Sensor Streams Benchmark
Goal of Task 1: Storage and Retrieval of Streamed Data from triple stores
Choke points:
Scalability
Time complexity
Input: RDF triples describing events in a production system via mimicking
Georgala (InfAI) MOCHA2018 June 5th, 2018 4 / 17
Task 1 - Sensor Streams Benchmark cont.
Divide triples into streams based on generation time stamp
Perform INSERT queries against triple store
SELECT queries against triple store after each stream
Create reference set for each SELECT query (Jena TDB)
KPIs:
1 Correctness
2 Efficiency
Georgala (InfAI) MOCHA2018 June 5th, 2018 5 / 17
Task 2 - Data Storage Benchmark (DSB)
Goal of Task 2: To measure how data stores perform with different types of
queries and bulk-loading
Synthetic Dataset
Social Network scenario
1.4 billion of triples
Query selection performed based on the choke-points relevant for query
executions (subquery unnesting, complex aggregate performance, etc)
Complex SPARQL SELECT queries (14 different types)
Simple SPARQL SELECT queries - lookups (7 different types)
SPARQL INSERT queries (8 different types)
Georgala (InfAI) MOCHA2018 June 5th, 2018 6 / 17
Task 2 - Data Storage Benchmark (DSB)
Workload consists of:
Bulk loading of the dataset
Warm-up phase
20000 of queries mimicking the real-world scenario regarding:
Distributions of the queries
Frequencies of the queries
Equal influence of each query type on the overall performance
KPIs:
Average query execution time
Loading time
Number of query failures
Average query execution time per query type
Georgala (InfAI) MOCHA2018 June 5th, 2018 7 / 17
Task 3 - Versioning RDF Data
Goal of Task 3: test the ability of versioning systems to efficiently manage
evolving datasets
queries evaluated across the multiple versions of said datasets
Dataset
produced using real DBpedia data and the data generator of LDBC’s SPB
configurable in terms of:
dataset size
numbers of versions
insertion/deletion ratios from version to version
generated data form (independent copies, change-sets)
Georgala (InfAI) MOCHA2018 June 5th, 2018 8 / 17
Task 3 - Versioning RDF Data
Eight different query types are supported
Partially based on a subset of the 25 query templates defined in the context of
DBpedia SPARQL Benchmark
Queries on single versions, multiple versions, deltas (difference of two
versions), materialization queries on versions/deltas etc.
KPIs (in order of importance)
Throughput (in queries per second)
Query failures
Initial version ingestion speed (in triples per second)
Applied changes speed (in triples per second)
Storage space cost (in MB)
Average query execution time (in ms)
Georgala (InfAI) MOCHA2018 June 5th, 2018 9 / 17
Task 4 - Faceted Browsing
Goal of Task 4: test software’s ability of enabling Faceted Browsing through
structured datasets.
Dataset:HOBBIT’s PoDiGG simulator
public transport dataset
train connections between stations
routes
trips
Georgala (InfAI) MOCHA2018 June 5th, 2018 10 / 17
Task 4 - Faceted Browsing
Workload consists of 11 browsing scenarios comprising 172 SPARQL queries
categorized into 14 choke points.
Instance retrievals - returns instances of state within browsing scenario
Facet counts - returns count for suggested facet for transition in browsing
scenario
Choke points consist of types of transitions from one state to the other
KPIs are correctness and performance
Georgala (InfAI) MOCHA2018 June 5th, 2018 11 / 17
Participants
Virtuoso v8.0 (Spasić et al.)
OSTRICH only for task 3 (Taelman et al.)
Baseline Virtuoso Open Source
Blazegraph
Graph DB Free 8.5
Apache Jena Fuseki 3.6.0
Georgala (InfAI) MOCHA2018 June 5th, 2018 12 / 17
Task 1 - Sensor Streams Benchmark
Macro-Average-Recall Macro-Average-F-Measure
0
0.1
0.2
0.3
0.4
0.5
0.6
0.7
0.8
0.9
1
System 1 System 2 System 3 System 4 System 5
Top 2 KPI:
Macro-Average-F-Measure
and Macro-Average-Recall
System 1 and System 2:
top similar results for
Macro-Average-F-Measure
System 2: best results for
Macro-Average-Recall
Georgala (InfAI) MOCHA2018 June 5th, 2018 13 / 17
Task 2 - Data Storage Benchmark
System
1
System
2
System
3
System
4
System
5
60
80
100 95.5
64.93
50 50 50
KPI1(inms)
System
1
System
2
System
3
System
4
System
5
54
56
58
60 58.55
55.02
54 54 54
KPI2(inmin)
Top KPIs:
KPI1: Average Query Execution
Time
KPI2: Bulk Loading Time
System 2: best results for KPI1
System 2: best results for KPI2
Georgala (InfAI) MOCHA2018 June 5th, 2018 14 / 17
Task 3 - Versioning RDF Data Benchmark
System
1
System
2
System
3
System
4
System
5
System
6
0.2
0.4
0.6
0.669 0.697
0.494
0.395
0.674
0.093
FinalScore[0-1]
For the 4 most important KPIs:
Results normalized to
[0-1] range
Weights assigned to them
Throughput: 0.4
Queries failed: 0.3
Initial version ingestion
speed: 0.15
Applied changes speed:
0.15
Final Score: The sum of
the normalized weighted
results
Georgala (InfAI) MOCHA2018 June 5th, 2018 15 / 17
Task 4 - Faceted Browsing Benchmark
System
1
System
2
System
3
System
4
System
5
1.5
2
2.327
1.575
1.437
1.28
1.969
FinalScore[Queries/Second]
Top KPIs:
KPI1: F-Measure
KPI2: Performance
All systems working
correct in regard to KPI1
System 1: best results for
KPI2
Georgala (InfAI) MOCHA2018 June 5th, 2018 16 / 17
The End
Nearer future: Results at the closing session
Thank You!
Questions?
Georgala (InfAI) MOCHA2018 June 5th, 2018 17 / 17
MOCHA 2018 Challenge @ ESWC2018

More Related Content

What's hot

PAS: A Sampling Based Similarity Identification Algorithm for compression of ...
PAS: A Sampling Based Similarity Identification Algorithm for compression of ...PAS: A Sampling Based Similarity Identification Algorithm for compression of ...
PAS: A Sampling Based Similarity Identification Algorithm for compression of ...rahulmonikasharma
 
OpenDataMonitor Overview
OpenDataMonitor OverviewOpenDataMonitor Overview
OpenDataMonitor OverviewOpenDataMonitor
 
USUGM 2014 - Dana Vanderwall (Bristol-Myers Squibb): Instant JChem
USUGM 2014 - Dana Vanderwall (Bristol-Myers Squibb): Instant JChem USUGM 2014 - Dana Vanderwall (Bristol-Myers Squibb): Instant JChem
USUGM 2014 - Dana Vanderwall (Bristol-Myers Squibb): Instant JChem ChemAxon
 
Towards maintainable constraint validation and repair for taxonomies: The Poo...
Towards maintainable constraint validation and repair for taxonomies: The Poo...Towards maintainable constraint validation and repair for taxonomies: The Poo...
Towards maintainable constraint validation and repair for taxonomies: The Poo...Monika Solanki
 
Benchmarking Versioning for Big Linked Data
Benchmarking Versioning for Big Linked DataBenchmarking Versioning for Big Linked Data
Benchmarking Versioning for Big Linked DataGraph-TA
 
How Gotion Monitors its EV Battery Solution with InfluxDB, Grafana and AWS
How Gotion Monitors its EV Battery Solution with InfluxDB, Grafana and AWSHow Gotion Monitors its EV Battery Solution with InfluxDB, Grafana and AWS
How Gotion Monitors its EV Battery Solution with InfluxDB, Grafana and AWSInfluxData
 
Holistic Benchmarking of Big Linked Data: HOBBIT
Holistic Benchmarking of Big Linked Data: HOBBITHolistic Benchmarking of Big Linked Data: HOBBIT
Holistic Benchmarking of Big Linked Data: HOBBITGraph-TA
 
Enabling combined Software and Data engineering at Web-scale
Enabling combined Software and Data engineering at Web-scaleEnabling combined Software and Data engineering at Web-scale
Enabling combined Software and Data engineering at Web-scaleMonika Solanki
 
Sagnik_AnalytixLabs_Projects
Sagnik_AnalytixLabs_ProjectsSagnik_AnalytixLabs_Projects
Sagnik_AnalytixLabs_ProjectsSagnik Jena
 
2017 06-01-eswc2017-ug
2017 06-01-eswc2017-ug2017 06-01-eswc2017-ug
2017 06-01-eswc2017-ugMonika Solanki
 
LinkSUM: Using Link Analysis to Summarize Entity Data
LinkSUM: Using Link Analysis to Summarize Entity DataLinkSUM: Using Link Analysis to Summarize Entity Data
LinkSUM: Using Link Analysis to Summarize Entity DataAndreas Thalhammer
 
SUMMA: A Common API for Linked Data Entity Summaries
SUMMA: A Common API for Linked Data Entity SummariesSUMMA: A Common API for Linked Data Entity Summaries
SUMMA: A Common API for Linked Data Entity SummariesAndreas Thalhammer
 
Dataverse: Helping Researchers Publish Their Data Through Automation
Dataverse: Helping Researchers Publish Their Data Through Automation�Dataverse: Helping Researchers Publish Their Data Through Automation�
Dataverse: Helping Researchers Publish Their Data Through AutomationEleni Castro, MLIS
 
Customer Review Analysis of Delta kitchen faucets
Customer Review Analysis of Delta kitchen faucetsCustomer Review Analysis of Delta kitchen faucets
Customer Review Analysis of Delta kitchen faucetsMengmeng Zhang
 
MOAR RDA For Systems Folks
MOAR RDA For Systems FolksMOAR RDA For Systems Folks
MOAR RDA For Systems FolksAlison Hitchens
 

What's hot (20)

PAS: A Sampling Based Similarity Identification Algorithm for compression of ...
PAS: A Sampling Based Similarity Identification Algorithm for compression of ...PAS: A Sampling Based Similarity Identification Algorithm for compression of ...
PAS: A Sampling Based Similarity Identification Algorithm for compression of ...
 
OpenDataMonitor Overview
OpenDataMonitor OverviewOpenDataMonitor Overview
OpenDataMonitor Overview
 
Presentation of HOBBIT's versioning benchmark at Graph-TA
Presentation of HOBBIT's versioning benchmark at Graph-TAPresentation of HOBBIT's versioning benchmark at Graph-TA
Presentation of HOBBIT's versioning benchmark at Graph-TA
 
USUGM 2014 - Dana Vanderwall (Bristol-Myers Squibb): Instant JChem
USUGM 2014 - Dana Vanderwall (Bristol-Myers Squibb): Instant JChem USUGM 2014 - Dana Vanderwall (Bristol-Myers Squibb): Instant JChem
USUGM 2014 - Dana Vanderwall (Bristol-Myers Squibb): Instant JChem
 
HOBBIT @ Graph-TA
HOBBIT @ Graph-TAHOBBIT @ Graph-TA
HOBBIT @ Graph-TA
 
Data Cleaning
Data CleaningData Cleaning
Data Cleaning
 
Are we data responsible?
Are we data responsible? Are we data responsible?
Are we data responsible?
 
Towards maintainable constraint validation and repair for taxonomies: The Poo...
Towards maintainable constraint validation and repair for taxonomies: The Poo...Towards maintainable constraint validation and repair for taxonomies: The Poo...
Towards maintainable constraint validation and repair for taxonomies: The Poo...
 
Benchmarking Versioning for Big Linked Data
Benchmarking Versioning for Big Linked DataBenchmarking Versioning for Big Linked Data
Benchmarking Versioning for Big Linked Data
 
How Gotion Monitors its EV Battery Solution with InfluxDB, Grafana and AWS
How Gotion Monitors its EV Battery Solution with InfluxDB, Grafana and AWSHow Gotion Monitors its EV Battery Solution with InfluxDB, Grafana and AWS
How Gotion Monitors its EV Battery Solution with InfluxDB, Grafana and AWS
 
Holistic Benchmarking of Big Linked Data: HOBBIT
Holistic Benchmarking of Big Linked Data: HOBBITHolistic Benchmarking of Big Linked Data: HOBBIT
Holistic Benchmarking of Big Linked Data: HOBBIT
 
Enabling combined Software and Data engineering at Web-scale
Enabling combined Software and Data engineering at Web-scaleEnabling combined Software and Data engineering at Web-scale
Enabling combined Software and Data engineering at Web-scale
 
Sagnik_AnalytixLabs_Projects
Sagnik_AnalytixLabs_ProjectsSagnik_AnalytixLabs_Projects
Sagnik_AnalytixLabs_Projects
 
2017 06-01-eswc2017-ug
2017 06-01-eswc2017-ug2017 06-01-eswc2017-ug
2017 06-01-eswc2017-ug
 
LinkSUM: Using Link Analysis to Summarize Entity Data
LinkSUM: Using Link Analysis to Summarize Entity DataLinkSUM: Using Link Analysis to Summarize Entity Data
LinkSUM: Using Link Analysis to Summarize Entity Data
 
SUMMA: A Common API for Linked Data Entity Summaries
SUMMA: A Common API for Linked Data Entity SummariesSUMMA: A Common API for Linked Data Entity Summaries
SUMMA: A Common API for Linked Data Entity Summaries
 
Dataverse: Helping Researchers Publish Their Data Through Automation
Dataverse: Helping Researchers Publish Their Data Through Automation�Dataverse: Helping Researchers Publish Their Data Through Automation�
Dataverse: Helping Researchers Publish Their Data Through Automation
 
Cognos Report Training sample
Cognos Report Training sampleCognos Report Training sample
Cognos Report Training sample
 
Customer Review Analysis of Delta kitchen faucets
Customer Review Analysis of Delta kitchen faucetsCustomer Review Analysis of Delta kitchen faucets
Customer Review Analysis of Delta kitchen faucets
 
MOAR RDA For Systems Folks
MOAR RDA For Systems FolksMOAR RDA For Systems Folks
MOAR RDA For Systems Folks
 

Similar to MOCHA 2018 Challenge @ ESWC2018

Benchmarking Commercial RDF Stores with Publications Office Dataset
Benchmarking Commercial RDF Stores with Publications Office DatasetBenchmarking Commercial RDF Stores with Publications Office Dataset
Benchmarking Commercial RDF Stores with Publications Office DatasetGhislain Atemezing
 
Tag.bio: Self Service Data Mesh Platform
Tag.bio: Self Service Data Mesh PlatformTag.bio: Self Service Data Mesh Platform
Tag.bio: Self Service Data Mesh PlatformSanjay Padhi, Ph.D
 
ESSnet Big Data WP8 Methodology (+ Quality, +IT)
ESSnet Big Data WP8 Methodology (+ Quality, +IT)ESSnet Big Data WP8 Methodology (+ Quality, +IT)
ESSnet Big Data WP8 Methodology (+ Quality, +IT)Piet J.H. Daas
 
Streaming HYpothesis REasoning
Streaming HYpothesis REasoningStreaming HYpothesis REasoning
Streaming HYpothesis REasoningWilliam Smith
 
Intact danish workshop_20171001
Intact danish workshop_20171001Intact danish workshop_20171001
Intact danish workshop_20171001Dirk Pieper
 
Computer aided design, computer aided manufacturing, computer aided engineering
Computer aided design, computer aided manufacturing, computer aided engineeringComputer aided design, computer aided manufacturing, computer aided engineering
Computer aided design, computer aided manufacturing, computer aided engineeringuniversity of sust.
 
Active Data: Managing Data-Life Cycle on Heterogeneous Systems and Infrastruc...
Active Data: Managing Data-Life Cycle on Heterogeneous Systems and Infrastruc...Active Data: Managing Data-Life Cycle on Heterogeneous Systems and Infrastruc...
Active Data: Managing Data-Life Cycle on Heterogeneous Systems and Infrastruc...Gilles Fedak
 
Accelerating Real-Time Analytics Insights Through Hadoop Open Source Ecosystem
Accelerating Real-Time Analytics Insights Through Hadoop Open Source EcosystemAccelerating Real-Time Analytics Insights Through Hadoop Open Source Ecosystem
Accelerating Real-Time Analytics Insights Through Hadoop Open Source EcosystemDataWorks Summit
 
Gobblin: Unifying Data Ingestion for Hadoop
Gobblin: Unifying Data Ingestion for HadoopGobblin: Unifying Data Ingestion for Hadoop
Gobblin: Unifying Data Ingestion for HadoopYinan Li
 
Deep behavioral phenotyping in functional MRI for cognitive mapping of the hu...
Deep behavioral phenotyping in functional MRI for cognitive mapping of the hu...Deep behavioral phenotyping in functional MRI for cognitive mapping of the hu...
Deep behavioral phenotyping in functional MRI for cognitive mapping of the hu...Ana Luísa Pinho
 
TUW-ASE Summer 2015 - Quality of Result-aware data analytics
TUW-ASE Summer 2015 - Quality of Result-aware data analyticsTUW-ASE Summer 2015 - Quality of Result-aware data analytics
TUW-ASE Summer 2015 - Quality of Result-aware data analyticsHong-Linh Truong
 
BioIT19 NCBI FAIR Hackathon - Synthetic Data team
BioIT19 NCBI FAIR Hackathon - Synthetic Data team BioIT19 NCBI FAIR Hackathon - Synthetic Data team
BioIT19 NCBI FAIR Hackathon - Synthetic Data team Geraldine Van der Auwera
 
User-friendly bioinformatics (Monthly Informational workshop)
User-friendly bioinformatics (Monthly Informational workshop)User-friendly bioinformatics (Monthly Informational workshop)
User-friendly bioinformatics (Monthly Informational workshop)Elia Brodsky
 

Similar to MOCHA 2018 Challenge @ ESWC2018 (20)

Benchmarking Commercial RDF Stores with Publications Office Dataset
Benchmarking Commercial RDF Stores with Publications Office DatasetBenchmarking Commercial RDF Stores with Publications Office Dataset
Benchmarking Commercial RDF Stores with Publications Office Dataset
 
Tag.bio: Self Service Data Mesh Platform
Tag.bio: Self Service Data Mesh PlatformTag.bio: Self Service Data Mesh Platform
Tag.bio: Self Service Data Mesh Platform
 
HOBBIT Project Overview @ ESWC HOBBIT Workshop
HOBBIT Project Overview @ ESWC HOBBIT WorkshopHOBBIT Project Overview @ ESWC HOBBIT Workshop
HOBBIT Project Overview @ ESWC HOBBIT Workshop
 
Presentation of agriopenlink @ EFITA (main program)
Presentation of agriopenlink @ EFITA (main program)Presentation of agriopenlink @ EFITA (main program)
Presentation of agriopenlink @ EFITA (main program)
 
ESSnet Big Data WP8 Methodology (+ Quality, +IT)
ESSnet Big Data WP8 Methodology (+ Quality, +IT)ESSnet Big Data WP8 Methodology (+ Quality, +IT)
ESSnet Big Data WP8 Methodology (+ Quality, +IT)
 
Streaming HYpothesis REasoning
Streaming HYpothesis REasoningStreaming HYpothesis REasoning
Streaming HYpothesis REasoning
 
Hobbit in a Nutshell - EDF2016
Hobbit in a Nutshell - EDF2016Hobbit in a Nutshell - EDF2016
Hobbit in a Nutshell - EDF2016
 
Intact danish workshop_20171001
Intact danish workshop_20171001Intact danish workshop_20171001
Intact danish workshop_20171001
 
Computer aided design, computer aided manufacturing, computer aided engineering
Computer aided design, computer aided manufacturing, computer aided engineeringComputer aided design, computer aided manufacturing, computer aided engineering
Computer aided design, computer aided manufacturing, computer aided engineering
 
OKE2018 Challenge @ ESWC2018
OKE2018 Challenge @ ESWC2018OKE2018 Challenge @ ESWC2018
OKE2018 Challenge @ ESWC2018
 
Active Data: Managing Data-Life Cycle on Heterogeneous Systems and Infrastruc...
Active Data: Managing Data-Life Cycle on Heterogeneous Systems and Infrastruc...Active Data: Managing Data-Life Cycle on Heterogeneous Systems and Infrastruc...
Active Data: Managing Data-Life Cycle on Heterogeneous Systems and Infrastruc...
 
Hobbit presentation at Apache Big Data Europe 2016
Hobbit presentation at Apache Big Data Europe 2016Hobbit presentation at Apache Big Data Europe 2016
Hobbit presentation at Apache Big Data Europe 2016
 
Accelerating Real-Time Analytics Insights Through Hadoop Open Source Ecosystem
Accelerating Real-Time Analytics Insights Through Hadoop Open Source EcosystemAccelerating Real-Time Analytics Insights Through Hadoop Open Source Ecosystem
Accelerating Real-Time Analytics Insights Through Hadoop Open Source Ecosystem
 
Gobblin: Unifying Data Ingestion for Hadoop
Gobblin: Unifying Data Ingestion for HadoopGobblin: Unifying Data Ingestion for Hadoop
Gobblin: Unifying Data Ingestion for Hadoop
 
Deep behavioral phenotyping in functional MRI for cognitive mapping of the hu...
Deep behavioral phenotyping in functional MRI for cognitive mapping of the hu...Deep behavioral phenotyping in functional MRI for cognitive mapping of the hu...
Deep behavioral phenotyping in functional MRI for cognitive mapping of the hu...
 
TUW-ASE Summer 2015 - Quality of Result-aware data analytics
TUW-ASE Summer 2015 - Quality of Result-aware data analyticsTUW-ASE Summer 2015 - Quality of Result-aware data analytics
TUW-ASE Summer 2015 - Quality of Result-aware data analytics
 
BioIT19 NCBI FAIR Hackathon - Synthetic Data team
BioIT19 NCBI FAIR Hackathon - Synthetic Data team BioIT19 NCBI FAIR Hackathon - Synthetic Data team
BioIT19 NCBI FAIR Hackathon - Synthetic Data team
 
13 pv-do es-18-bigdata-v3
13 pv-do es-18-bigdata-v313 pv-do es-18-bigdata-v3
13 pv-do es-18-bigdata-v3
 
synopsis (1).docx
synopsis (1).docxsynopsis (1).docx
synopsis (1).docx
 
User-friendly bioinformatics (Monthly Informational workshop)
User-friendly bioinformatics (Monthly Informational workshop)User-friendly bioinformatics (Monthly Informational workshop)
User-friendly bioinformatics (Monthly Informational workshop)
 

More from Holistic Benchmarking of Big Linked Data

EARL: Joint Entity and Relation Linking for Question Answering over Knowledge...
EARL: Joint Entity and Relation Linking for Question Answering over Knowledge...EARL: Joint Entity and Relation Linking for Question Answering over Knowledge...
EARL: Joint Entity and Relation Linking for Question Answering over Knowledge...Holistic Benchmarking of Big Linked Data
 
Assessing Linked Data Versioning Systems: The Semantic Publishing Versioning ...
Assessing Linked Data Versioning Systems: The Semantic Publishing Versioning ...Assessing Linked Data Versioning Systems: The Semantic Publishing Versioning ...
Assessing Linked Data Versioning Systems: The Semantic Publishing Versioning ...Holistic Benchmarking of Big Linked Data
 
4th Natural Language Interface over the Web of Data (NLIWoD) workshop and QAL...
4th Natural Language Interface over the Web of Data (NLIWoD) workshop and QAL...4th Natural Language Interface over the Web of Data (NLIWoD) workshop and QAL...
4th Natural Language Interface over the Web of Data (NLIWoD) workshop and QAL...Holistic Benchmarking of Big Linked Data
 
Extending LargeRDFBench for Multi-Source Data at Scale for SPARQL Endpoint F...
 Extending LargeRDFBench for Multi-Source Data at Scale for SPARQL Endpoint F... Extending LargeRDFBench for Multi-Source Data at Scale for SPARQL Endpoint F...
Extending LargeRDFBench for Multi-Source Data at Scale for SPARQL Endpoint F...Holistic Benchmarking of Big Linked Data
 
Introducing the HOBBIT platform into the Ontology Alignment Evaluation Campaign
Introducing the HOBBIT platform into the Ontology Alignment Evaluation CampaignIntroducing the HOBBIT platform into the Ontology Alignment Evaluation Campaign
Introducing the HOBBIT platform into the Ontology Alignment Evaluation CampaignHolistic Benchmarking of Big Linked Data
 
Benchmarking Link Discovery Systems for Geo-Spatial Data - BLINK ISWC2017.
Benchmarking Link Discovery Systems for Geo-Spatial Data - BLINK  ISWC2017. Benchmarking Link Discovery Systems for Geo-Spatial Data - BLINK  ISWC2017.
Benchmarking Link Discovery Systems for Geo-Spatial Data - BLINK ISWC2017. Holistic Benchmarking of Big Linked Data
 

More from Holistic Benchmarking of Big Linked Data (20)

EARL: Joint Entity and Relation Linking for Question Answering over Knowledge...
EARL: Joint Entity and Relation Linking for Question Answering over Knowledge...EARL: Joint Entity and Relation Linking for Question Answering over Knowledge...
EARL: Joint Entity and Relation Linking for Question Answering over Knowledge...
 
Benchmarking Big Linked Data: The case of the HOBBIT Project
Benchmarking Big Linked Data: The case of the HOBBIT ProjectBenchmarking Big Linked Data: The case of the HOBBIT Project
Benchmarking Big Linked Data: The case of the HOBBIT Project
 
Assessing Linked Data Versioning Systems: The Semantic Publishing Versioning ...
Assessing Linked Data Versioning Systems: The Semantic Publishing Versioning ...Assessing Linked Data Versioning Systems: The Semantic Publishing Versioning ...
Assessing Linked Data Versioning Systems: The Semantic Publishing Versioning ...
 
The DEBS Grand Challenge 2018
The DEBS Grand Challenge 2018The DEBS Grand Challenge 2018
The DEBS Grand Challenge 2018
 
Benchmarking of distributed linked data streaming systems
Benchmarking of distributed linked data streaming systemsBenchmarking of distributed linked data streaming systems
Benchmarking of distributed linked data streaming systems
 
SQCFramework: SPARQL Query Containment Benchmarks Generation Framework
SQCFramework: SPARQL Query Containment Benchmarks Generation FrameworkSQCFramework: SPARQL Query Containment Benchmarks Generation Framework
SQCFramework: SPARQL Query Containment Benchmarks Generation Framework
 
LargeRDFBench: A billion triples benchmark for SPARQL endpoint federation
LargeRDFBench: A billion triples benchmark for SPARQL endpoint federationLargeRDFBench: A billion triples benchmark for SPARQL endpoint federation
LargeRDFBench: A billion triples benchmark for SPARQL endpoint federation
 
The DEBS Grand Challenge 2017
The DEBS Grand Challenge 2017The DEBS Grand Challenge 2017
The DEBS Grand Challenge 2017
 
4th Natural Language Interface over the Web of Data (NLIWoD) workshop and QAL...
4th Natural Language Interface over the Web of Data (NLIWoD) workshop and QAL...4th Natural Language Interface over the Web of Data (NLIWoD) workshop and QAL...
4th Natural Language Interface over the Web of Data (NLIWoD) workshop and QAL...
 
Scalable Link Discovery for Modern Data-Driven Applications (poster)
Scalable Link Discovery for Modern Data-Driven Applications (poster)Scalable Link Discovery for Modern Data-Driven Applications (poster)
Scalable Link Discovery for Modern Data-Driven Applications (poster)
 
An Evaluation of Models for Runtime Approximation in Link Discovery
An Evaluation of Models for Runtime Approximation in Link DiscoveryAn Evaluation of Models for Runtime Approximation in Link Discovery
An Evaluation of Models for Runtime Approximation in Link Discovery
 
Scalable Link Discovery for Modern Data-Driven Applications
Scalable Link Discovery for Modern Data-Driven ApplicationsScalable Link Discovery for Modern Data-Driven Applications
Scalable Link Discovery for Modern Data-Driven Applications
 
Extending LargeRDFBench for Multi-Source Data at Scale for SPARQL Endpoint F...
 Extending LargeRDFBench for Multi-Source Data at Scale for SPARQL Endpoint F... Extending LargeRDFBench for Multi-Source Data at Scale for SPARQL Endpoint F...
Extending LargeRDFBench for Multi-Source Data at Scale for SPARQL Endpoint F...
 
SPgen: A Benchmark Generator for Spatial Link Discovery Tools
SPgen: A Benchmark Generator for Spatial Link Discovery ToolsSPgen: A Benchmark Generator for Spatial Link Discovery Tools
SPgen: A Benchmark Generator for Spatial Link Discovery Tools
 
Introducing the HOBBIT platform into the Ontology Alignment Evaluation Campaign
Introducing the HOBBIT platform into the Ontology Alignment Evaluation CampaignIntroducing the HOBBIT platform into the Ontology Alignment Evaluation Campaign
Introducing the HOBBIT platform into the Ontology Alignment Evaluation Campaign
 
Dynamic planning for link discovery - ESWC 2018
Dynamic planning for link discovery - ESWC 2018Dynamic planning for link discovery - ESWC 2018
Dynamic planning for link discovery - ESWC 2018
 
Hobbit project overview presented at EBDVF 2017
Hobbit project overview presented at EBDVF 2017Hobbit project overview presented at EBDVF 2017
Hobbit project overview presented at EBDVF 2017
 
Leopard ISWC Semantic Web Challenge 2017 (poster)
Leopard ISWC Semantic Web Challenge 2017 (poster)Leopard ISWC Semantic Web Challenge 2017 (poster)
Leopard ISWC Semantic Web Challenge 2017 (poster)
 
Leopard ISWC Semantic Web Challenge 2017
Leopard ISWC Semantic Web Challenge 2017Leopard ISWC Semantic Web Challenge 2017
Leopard ISWC Semantic Web Challenge 2017
 
Benchmarking Link Discovery Systems for Geo-Spatial Data - BLINK ISWC2017.
Benchmarking Link Discovery Systems for Geo-Spatial Data - BLINK  ISWC2017. Benchmarking Link Discovery Systems for Geo-Spatial Data - BLINK  ISWC2017.
Benchmarking Link Discovery Systems for Geo-Spatial Data - BLINK ISWC2017.
 

Recently uploaded

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
 
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
 
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
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Product School
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance
 
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 CachingThijs Feryn
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsPaul Groth
 
Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsDorra BARTAGUIZ
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Product School
 
Search and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical FuturesSearch and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical FuturesBhaskar Mitra
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Thierry Lestable
 
Quantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIsQuantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIsVlad Stirbu
 
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
 
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
 
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptxIOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptxAbida Shariff
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonDianaGray10
 
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 3DianaGray10
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...Product School
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaRTTS
 
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™UiPathCommunity
 

Recently uploaded (20)

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...
 
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*
 
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...
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.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
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
 
Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
 
Search and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical FuturesSearch and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical Futures
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
 
Quantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIsQuantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIs
 
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...
 
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...
 
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptxIOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
 
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
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
 
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
 

MOCHA 2018 Challenge @ ESWC2018

  • 1. MOCHA 2018 Mighty Storage Challenge II Kleanthi Georgala, Mirko Spasić, Vassilis Papakonstantiou, Claus Stadler MOCHA @ ESWC 2018 Heraklion, Crete Horizon 2020, GA No 688227 Georgala (InfAI) MOCHA2018 June 5th, 2018 1 / 17
  • 2. Organization Axel-Cyrille Ngonga Ngomo, Department of Computer Science, Paderborn, Germany Irini Fundulaki, Foundation for Research and Technology – Hellas (FORTH), Greece Mirko Spasić, OpenLink, UK Vassiliki Rentoumi, National Center for Scientific Research, “Demokritos”, Greece Kleanthi Georgala, Universität Leipzig, AKSW, Institut für Angewandte Informatik (InfAI) 250 Euro for the winner of most tasks Georgala (InfAI) MOCHA2018 June 5th, 2018 2 / 17
  • 3. Overview Triple store performance evaluation: 1 Sensor Streams Benchmark 2 Data Storage Benchmark 3 Versioning RDF Data Benchmark 4 Faceted Browsing Benchmark Carried out using HOBBIT benchmarking platform Public results Georgala (InfAI) MOCHA2018 June 5th, 2018 3 / 17
  • 4. Task 1 - Sensor Streams Benchmark Goal of Task 1: Storage and Retrieval of Streamed Data from triple stores Choke points: Scalability Time complexity Input: RDF triples describing events in a production system via mimicking Georgala (InfAI) MOCHA2018 June 5th, 2018 4 / 17
  • 5. Task 1 - Sensor Streams Benchmark cont. Divide triples into streams based on generation time stamp Perform INSERT queries against triple store SELECT queries against triple store after each stream Create reference set for each SELECT query (Jena TDB) KPIs: 1 Correctness 2 Efficiency Georgala (InfAI) MOCHA2018 June 5th, 2018 5 / 17
  • 6. Task 2 - Data Storage Benchmark (DSB) Goal of Task 2: To measure how data stores perform with different types of queries and bulk-loading Synthetic Dataset Social Network scenario 1.4 billion of triples Query selection performed based on the choke-points relevant for query executions (subquery unnesting, complex aggregate performance, etc) Complex SPARQL SELECT queries (14 different types) Simple SPARQL SELECT queries - lookups (7 different types) SPARQL INSERT queries (8 different types) Georgala (InfAI) MOCHA2018 June 5th, 2018 6 / 17
  • 7. Task 2 - Data Storage Benchmark (DSB) Workload consists of: Bulk loading of the dataset Warm-up phase 20000 of queries mimicking the real-world scenario regarding: Distributions of the queries Frequencies of the queries Equal influence of each query type on the overall performance KPIs: Average query execution time Loading time Number of query failures Average query execution time per query type Georgala (InfAI) MOCHA2018 June 5th, 2018 7 / 17
  • 8. Task 3 - Versioning RDF Data Goal of Task 3: test the ability of versioning systems to efficiently manage evolving datasets queries evaluated across the multiple versions of said datasets Dataset produced using real DBpedia data and the data generator of LDBC’s SPB configurable in terms of: dataset size numbers of versions insertion/deletion ratios from version to version generated data form (independent copies, change-sets) Georgala (InfAI) MOCHA2018 June 5th, 2018 8 / 17
  • 9. Task 3 - Versioning RDF Data Eight different query types are supported Partially based on a subset of the 25 query templates defined in the context of DBpedia SPARQL Benchmark Queries on single versions, multiple versions, deltas (difference of two versions), materialization queries on versions/deltas etc. KPIs (in order of importance) Throughput (in queries per second) Query failures Initial version ingestion speed (in triples per second) Applied changes speed (in triples per second) Storage space cost (in MB) Average query execution time (in ms) Georgala (InfAI) MOCHA2018 June 5th, 2018 9 / 17
  • 10. Task 4 - Faceted Browsing Goal of Task 4: test software’s ability of enabling Faceted Browsing through structured datasets. Dataset:HOBBIT’s PoDiGG simulator public transport dataset train connections between stations routes trips Georgala (InfAI) MOCHA2018 June 5th, 2018 10 / 17
  • 11. Task 4 - Faceted Browsing Workload consists of 11 browsing scenarios comprising 172 SPARQL queries categorized into 14 choke points. Instance retrievals - returns instances of state within browsing scenario Facet counts - returns count for suggested facet for transition in browsing scenario Choke points consist of types of transitions from one state to the other KPIs are correctness and performance Georgala (InfAI) MOCHA2018 June 5th, 2018 11 / 17
  • 12. Participants Virtuoso v8.0 (Spasić et al.) OSTRICH only for task 3 (Taelman et al.) Baseline Virtuoso Open Source Blazegraph Graph DB Free 8.5 Apache Jena Fuseki 3.6.0 Georgala (InfAI) MOCHA2018 June 5th, 2018 12 / 17
  • 13. Task 1 - Sensor Streams Benchmark Macro-Average-Recall Macro-Average-F-Measure 0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1 System 1 System 2 System 3 System 4 System 5 Top 2 KPI: Macro-Average-F-Measure and Macro-Average-Recall System 1 and System 2: top similar results for Macro-Average-F-Measure System 2: best results for Macro-Average-Recall Georgala (InfAI) MOCHA2018 June 5th, 2018 13 / 17
  • 14. Task 2 - Data Storage Benchmark System 1 System 2 System 3 System 4 System 5 60 80 100 95.5 64.93 50 50 50 KPI1(inms) System 1 System 2 System 3 System 4 System 5 54 56 58 60 58.55 55.02 54 54 54 KPI2(inmin) Top KPIs: KPI1: Average Query Execution Time KPI2: Bulk Loading Time System 2: best results for KPI1 System 2: best results for KPI2 Georgala (InfAI) MOCHA2018 June 5th, 2018 14 / 17
  • 15. Task 3 - Versioning RDF Data Benchmark System 1 System 2 System 3 System 4 System 5 System 6 0.2 0.4 0.6 0.669 0.697 0.494 0.395 0.674 0.093 FinalScore[0-1] For the 4 most important KPIs: Results normalized to [0-1] range Weights assigned to them Throughput: 0.4 Queries failed: 0.3 Initial version ingestion speed: 0.15 Applied changes speed: 0.15 Final Score: The sum of the normalized weighted results Georgala (InfAI) MOCHA2018 June 5th, 2018 15 / 17
  • 16. Task 4 - Faceted Browsing Benchmark System 1 System 2 System 3 System 4 System 5 1.5 2 2.327 1.575 1.437 1.28 1.969 FinalScore[Queries/Second] Top KPIs: KPI1: F-Measure KPI2: Performance All systems working correct in regard to KPI1 System 1: best results for KPI2 Georgala (InfAI) MOCHA2018 June 5th, 2018 16 / 17
  • 17. The End Nearer future: Results at the closing session Thank You! Questions? Georgala (InfAI) MOCHA2018 June 5th, 2018 17 / 17