SlideShare a Scribd company logo
1 of 26
Question Answering over
Pattern-Based User Models
Georgios Meditskos, Stamatia Dasiopoulou,
Stefanos Vrochidis, Leo Wanner, Ioannis Kompatsiaris
12th International Conference on Semantic Systems (SEMANTiCS)
Leipzig, Germany September 12 - 15, 2016
Outline
• Overview & Motivation
• Proposed Framework
• Semantic Language Analysis
• Ontology-based Question Answering
• Example
• Conclusions
2
Natural Language Interfaces (NLI)
& Question Answering (QA) (1/2)
• Allow users to express their information needs in an intuitive manner
• over structured data/knowledge bases
• hide the complexity of formal knowledge representation and query languages
• The key challenge is to bridge the gap between the way users communicate
with the system and the way knowledge is captured
• Usually involves the translation of questions into semantically enriched
structures that capture the meaning of requests
• Formulation of pertinent queries (e.g. SPARQL) in accordance with the
conceptualisation of the underlying structured data sources
• Answers can be retrieved from the underlying knowledge bases
Overview & Motivation
3
Natural Language Interfaces (NLI)
& Question Answering (QA) (2/2)
• The focus has been mainly given on simple, factoid questions
• who, lists, yes/no, when, etc.
• NL inputs comprise primarily light linguistic constructions
• answers target respective bindings on (chains of) binary properties
• Goal: to overcome the conceptual mismatch and ambiguities between the triple-based
question representations and the underlying knowledge model
• Question answering over more conceptually demanding domains (?)
• involve complex relational contexts that go beyond (chains of) binary associations and
abide to ontology patterns design principles
• such as habits and daily routines profiling
Overview & Motivation
4
Ontology Design Patterns
• Usually describe abstract roles and relationships
• can be applied in a wide variety of situations
• This level of generalization fosters reusability and extensibility, but imposes
certain challenges
• in the formalisation of the natural language questions
• in the subsequent content matching and retrieval
• This is mainly due to the encapsulation of domain semantics inside
conceptual layers of abstraction
• e.g. using reification or container classes that demand flexible, context-aware
approaches for query analysis and interpretation
Overview & Motivation
5
Example: Event-Model-F (DnS)
• Highly axiomatised
descriptions and rich
structures
• Querying relies on coping
with NL questions
that allow capturing
complex relations between
entities and roles
Overview & Motivation
6
PROHOW
• Web of Know-How
dataset contains
activities and
instructions collected
from WikiHow and
Snapguide
• Example: information
about recipes
• Conceptual mismatch
between question and
dataset
7
Overview & Motivation
KRISTINA Project
• A dialogue-based agent for conversational assistance in healthcare
• Elderly use the dialogue system (usually at home) to acquire information and
suggestions related to basic care and healthcare (e.g. symptoms, treatments,
etc.).
• Clinicians and caregivers can use the agent to acquire information about the
person
• e.g. migrants, difficulties in communication (e.g. cognitive impairment)
• RDF Knowledge bases with profile information
• e.g. habits before sleep, medical profile, activities of daily living, etc.
Overview & Motivation
8
Basic Components
• Recognition of non-verbal modalities
• Gesture analysis, facial expressions
• Speech Recognition
• Transformation of user input into textual form (speech-to-text)
• Language Analysis and Understanding
• Formalize user utterances in a structured representation that allows for automated
reasoning and interpretation
• Dialogue Management
• Coordinates the components, controlling the dialog flow and communicating with external
applications
• Discourse analysis, clarifications, system actions, etc.
• Question Answering
• Retrieval of information relevant to user’s question/request
• Speech generation and avatar
• Responses are typically generated as natural language with content retrieved from knowledge
databases
Overview & Motivation
9
Language Analysis (1/2)
• Most ontology-based NLI approaches capture only partially the underlying
user utterance semantics
• main focus is on light linguistic constructions & syntactic (e.g. subject , object) rather
than semantic dependencies
• Expressive, frame-based ontological representations of text have been
proposed for knowledge extraction tasks
• varying modelling choices, tailored to intended application context
• Need for expressive, principled representations that capture the user inputs
The framework / Language Analysis
10
• Two stages
• Extraction of entities and their interrelations
• Translation of extracted into structured OWL representations
• Approach
• Semantic predicate-argument extraction
• DUL-based mapping to OWL representations
11
The framework / Language Analysis
Language Analysis (2/2)
Predicate-argument extraction
• Graph transducers pipeline to extract incrementally abstract representation
structures (surface syntax, deep syntax, semantic)
• https://github.com/talnsoftware/FrameSemantics parser (Pompeu Fabra Univ.)
• Frame-based representation (events, objects, frames, frame elements etc.)
• Example: Apply_heat frame describes a cooking situation involving, among
others, a Cook, some Food and a Heating_Instrument
• the roles of the involved participants, i.e. cook, food and heating instrument,
comprise the frame elements (FEs) of the frame, while words that evoke it, such as
fry, bake, boil, and broil, its lexical units (LUs).
• SemLink mappings for labelling/enriching semantic predicate-argument
structures with FrameNet based annotations
• Word-sense disambiguation (BebelNet) 12
The framework / Language Analysis
Mapping to OWL representations
• DnS-based translation, where:
• frames as contextual views
• frame elements as role classifiers
• frame occurrences as relational contexts
13
The framework / Language Analysis
:IngestionFrame rdfs:SubClassOf dul:Situation
:ingestion1 rdf:type :IngestionFrame
dul:isSettingFor :coffee1, :Ann;
dul:includesEvent :drink1 .
:event1 dul:classifies :drink1 .
:drink1 rdf:type :Drink .
:ingestibles1 dul:classifies :coffee1.
:coffee1 rdf:type :Coffee .
Knowledge Extraction
• Capitalizes on the graph traversal paradigm
• Returns a set of triples that conceptually match the input (language analysis)
• Aim/challenge is to decouple graph expansion from predicate ranking
• in pattern-based modelling, additional layers of axiomatisation are introduced that
encapsulate conceptual dependencies and links among resources
• These dependencies are usually not relevant to the structure and semantics of
questions
• cannot be uncovered by graph expansion approaches that are based on predicate
ranking
The framework / Knowledge Extraction
14
Domain Modelling
• No restrictions on the domain ontologies used to capture background
knowledge
• Existing foundational ontologies can be used, according to the domain
• DUL, SEM, Event-Model-F, SUMO, MeSH, etc.
• Examples
time:hasDuration
Description
Aspect View
Role
Domain Vocabulary
hasView
defines
interprets
Duration
TemporalContext
time:Duration
Description
involves
rdfs:subClass
rdfs:subClass
literal
value
hasRole
Event-Model-F
CPO ontology Activity duration pattern in DUL
15
The framework / Knowledge Extraction
Context Extraction
1. Extraction of key entities
• from question analysis
2. Resource Identification
• find relevant resources in the underlying KBs
3. Resource unfolding and local context
• identification of neighboring set of triples
4. Context links
• links among local context
5. Context ranking and final responses
• traverse local context and collect the triples
16
The framework / Knowledge Extraction
1. Key Entity Extraction
• Entities that participate in DnS classification relations
• such axiomatizations encapsulate information about the context of questions.
• They are extracted by traversing the frame situation model, collecting the
resources classified through dul:classifies property assertions.
17
The framework / Knowledge Extraction
:IngestionFrame rdfs:SubClassOf dul:Situation
:ingestion1 rdf:type :IngestionFrame
dul:isSettingFor :coffee1, :Ann;
dul:includesEvent :drink1 .
:event1 dul:classifies :drink1 .
:drink1 rdf:type :Drink .
:ingestibles1 dul:classifies :coffee1.
:coffee1 rdf:type :Coffee .
2. Resource Identification
• Find relevant resources in the underlying KBs
• Assign URIs to key entities
• UMBC Semantic Similarity Service
• combines Latent Semantic Analysis (LSA) word similarity and WordNet knowledge
18
The framework / Knowledge Extraction
Drink -> http://….#Drink
Coffee-> http://….#Coffee
3. Resource Unfolding and Local Context
• Local context
• captures information relevant to the neighbouring resources (triples)
• It is built by taking into account all the connected triples (h threshold),
without examining the similarity of the predicate labels
• ensures that the local contexts contain information that is part of the conceptual model
of the pattern
• for example, the question “How to make a pancake” does not directly entail that the
predicates requires or has_method
• they should be part of the graph expansion algorithm
19
The framework / Knowledge Extraction
4. Context Links
• Connects local contexts based on the contained triples
• Should have at least one common subject, predication or object (OWL schema
predicates are ignored)
20
The framework / Knowledge Extraction
5. Context Ranking and Final Responses
• Local context merging
• Traverse the paths defined by context links, collecting the triples of local
contexts
• Each set is semantically compared to language analysis results
• Depends on the number of key entity URIs that exist in the set
21
The framework / Knowledge Extraction
Example: How often does Ann like to drink coffee?
22
Language Analysis
23
Key Entities
KB Resources
Local Context (h=2)
24
Final Response
The semantic similarity equals to 1, since all key entities are
exactly matched to the resources of the response
Conclusions
• We propose a language analysis and question answering framework over
conceptually complex, pattern-based KBs
• Combines the frame-based reified representation of NL questions with a
context-aware, graph-based paradigm
• We are currently building rich KBs capturing user models of participants in
KRISTINA pilots
• The collected data will allow us to evaluate our framework with realistic data,
identifying possible limitations that have not been foreseen so far.
• In parallel, we are working towards further enrichment of the analysis and
interpretation of complex relational context
• support additional constructions, such as negation, superlatives and aggregation, that
will allow for more expressive QA over the profiled users routines.
25
Thank you for your attention
26
http://kristina-project.eu/

More Related Content

What's hot

Furore devdays 2017-sdc (lloyd)
Furore devdays 2017-sdc (lloyd)Furore devdays 2017-sdc (lloyd)
Furore devdays 2017-sdc (lloyd)DevDays
 
Tutorial@BDA 2017 -- Knowledge Graph Expansion and Enrichment
Tutorial@BDA 2017 -- Knowledge Graph Expansion and Enrichment Tutorial@BDA 2017 -- Knowledge Graph Expansion and Enrichment
Tutorial@BDA 2017 -- Knowledge Graph Expansion and Enrichment Paris Sud University
 
Recommendations for selection process automation in systematic reviews
Recommendations for selection process automation in systematic reviewsRecommendations for selection process automation in systematic reviews
Recommendations for selection process automation in systematic reviewsFaisal Razzak
 
Dev days 2017 questionnaires (brian postlethwaite)
Dev days 2017 questionnaires (brian postlethwaite)Dev days 2017 questionnaires (brian postlethwaite)
Dev days 2017 questionnaires (brian postlethwaite)DevDays
 
Semantic Technologies in ST&DL
Semantic Technologies in ST&DLSemantic Technologies in ST&DL
Semantic Technologies in ST&DLAndrea Nuzzolese
 
Semantic Search
Semantic SearchSemantic Search
Semantic Searchsssw2012
 
Knowledge Patterns for the Web: extraction, transformation, and reuse
Knowledge Patterns for the Web: extraction, transformation, and reuseKnowledge Patterns for the Web: extraction, transformation, and reuse
Knowledge Patterns for the Web: extraction, transformation, and reuseAndrea Nuzzolese
 
Ontology and Ontology Libraries: a critical study
Ontology and Ontology Libraries: a critical studyOntology and Ontology Libraries: a critical study
Ontology and Ontology Libraries: a critical studyDebashisnaskar
 
From Expert Finding to Entity Search on the Web
From Expert Finding to Entity Search on the Web From Expert Finding to Entity Search on the Web
From Expert Finding to Entity Search on the Web Thanh Tran
 
Managing Annotations (OR2016)
Managing Annotations (OR2016)Managing Annotations (OR2016)
Managing Annotations (OR2016)Robert Sanderson
 
Social Tags and Linked Data for Ontology Development: A Case Study in the Fin...
Social Tags and Linked Data for Ontology Development: A Case Study in the Fin...Social Tags and Linked Data for Ontology Development: A Case Study in the Fin...
Social Tags and Linked Data for Ontology Development: A Case Study in the Fin...Andres Garcia-Silva
 
NLP2RDF Wortschatz and Linguistic LOD draft
NLP2RDF Wortschatz and Linguistic LOD draftNLP2RDF Wortschatz and Linguistic LOD draft
NLP2RDF Wortschatz and Linguistic LOD draftSebastian Hellmann
 
BioSolr - Searching the stuff of life - Lucene/Solr Revolution 2015
BioSolr - Searching the stuff of life - Lucene/Solr Revolution 2015BioSolr - Searching the stuff of life - Lucene/Solr Revolution 2015
BioSolr - Searching the stuff of life - Lucene/Solr Revolution 2015Charlie Hull
 
A Framework for Ontology Usage Analysis
A Framework for Ontology Usage AnalysisA Framework for Ontology Usage Analysis
A Framework for Ontology Usage AnalysisJamshaid Ashraf
 
The Apache Solr Semantic Knowledge Graph
The Apache Solr Semantic Knowledge GraphThe Apache Solr Semantic Knowledge Graph
The Apache Solr Semantic Knowledge GraphTrey Grainger
 
Documents, services, and data on the web
Documents, services, and data on the webDocuments, services, and data on the web
Documents, services, and data on the webChiara Del Vescovo
 

What's hot (20)

Furore devdays 2017-sdc (lloyd)
Furore devdays 2017-sdc (lloyd)Furore devdays 2017-sdc (lloyd)
Furore devdays 2017-sdc (lloyd)
 
Tutorial@BDA 2017 -- Knowledge Graph Expansion and Enrichment
Tutorial@BDA 2017 -- Knowledge Graph Expansion and Enrichment Tutorial@BDA 2017 -- Knowledge Graph Expansion and Enrichment
Tutorial@BDA 2017 -- Knowledge Graph Expansion and Enrichment
 
Recommendations for selection process automation in systematic reviews
Recommendations for selection process automation in systematic reviewsRecommendations for selection process automation in systematic reviews
Recommendations for selection process automation in systematic reviews
 
Royal society of chemistry activities to develop a data repository for chemis...
Royal society of chemistry activities to develop a data repository for chemis...Royal society of chemistry activities to develop a data repository for chemis...
Royal society of chemistry activities to develop a data repository for chemis...
 
Dev days 2017 questionnaires (brian postlethwaite)
Dev days 2017 questionnaires (brian postlethwaite)Dev days 2017 questionnaires (brian postlethwaite)
Dev days 2017 questionnaires (brian postlethwaite)
 
Semantic Technologies in ST&DL
Semantic Technologies in ST&DLSemantic Technologies in ST&DL
Semantic Technologies in ST&DL
 
Semantic Search
Semantic SearchSemantic Search
Semantic Search
 
Open innovation contributions from RSC resulting from the Open Phacts project
Open innovation contributions from RSC resulting from the Open Phacts projectOpen innovation contributions from RSC resulting from the Open Phacts project
Open innovation contributions from RSC resulting from the Open Phacts project
 
Knowledge Patterns for the Web: extraction, transformation, and reuse
Knowledge Patterns for the Web: extraction, transformation, and reuseKnowledge Patterns for the Web: extraction, transformation, and reuse
Knowledge Patterns for the Web: extraction, transformation, and reuse
 
Oke
OkeOke
Oke
 
Ontology and Ontology Libraries: a critical study
Ontology and Ontology Libraries: a critical studyOntology and Ontology Libraries: a critical study
Ontology and Ontology Libraries: a critical study
 
From Expert Finding to Entity Search on the Web
From Expert Finding to Entity Search on the Web From Expert Finding to Entity Search on the Web
From Expert Finding to Entity Search on the Web
 
Managing Annotations (OR2016)
Managing Annotations (OR2016)Managing Annotations (OR2016)
Managing Annotations (OR2016)
 
Social Tags and Linked Data for Ontology Development: A Case Study in the Fin...
Social Tags and Linked Data for Ontology Development: A Case Study in the Fin...Social Tags and Linked Data for Ontology Development: A Case Study in the Fin...
Social Tags and Linked Data for Ontology Development: A Case Study in the Fin...
 
NLP2RDF Wortschatz and Linguistic LOD draft
NLP2RDF Wortschatz and Linguistic LOD draftNLP2RDF Wortschatz and Linguistic LOD draft
NLP2RDF Wortschatz and Linguistic LOD draft
 
BioSolr - Searching the stuff of life - Lucene/Solr Revolution 2015
BioSolr - Searching the stuff of life - Lucene/Solr Revolution 2015BioSolr - Searching the stuff of life - Lucene/Solr Revolution 2015
BioSolr - Searching the stuff of life - Lucene/Solr Revolution 2015
 
A Framework for Ontology Usage Analysis
A Framework for Ontology Usage AnalysisA Framework for Ontology Usage Analysis
A Framework for Ontology Usage Analysis
 
The Apache Solr Semantic Knowledge Graph
The Apache Solr Semantic Knowledge GraphThe Apache Solr Semantic Knowledge Graph
The Apache Solr Semantic Knowledge Graph
 
Documents, services, and data on the web
Documents, services, and data on the webDocuments, services, and data on the web
Documents, services, and data on the web
 
Sheldon challenge
Sheldon challengeSheldon challenge
Sheldon challenge
 

Viewers also liked

Kostas Kastrantas | Business Opportunities with Linked Open Data
Kostas Kastrantas  | Business Opportunities with Linked Open DataKostas Kastrantas  | Business Opportunities with Linked Open Data
Kostas Kastrantas | Business Opportunities with Linked Open Datasemanticsconference
 
Ben Gardner | Delivering a Linked Data warehouse and integrating across the w...
Ben Gardner | Delivering a Linked Data warehouse and integrating across the w...Ben Gardner | Delivering a Linked Data warehouse and integrating across the w...
Ben Gardner | Delivering a Linked Data warehouse and integrating across the w...semanticsconference
 
Victor Charpenay | Standardized Semantics for an Open Web of Things
Victor Charpenay | Standardized Semantics for an Open Web of ThingsVictor Charpenay | Standardized Semantics for an Open Web of Things
Victor Charpenay | Standardized Semantics for an Open Web of Thingssemanticsconference
 
Stephen Buxton | Data Integration - a Multi-Model Approach - Documents and Tr...
Stephen Buxton | Data Integration - a Multi-Model Approach - Documents and Tr...Stephen Buxton | Data Integration - a Multi-Model Approach - Documents and Tr...
Stephen Buxton | Data Integration - a Multi-Model Approach - Documents and Tr...semanticsconference
 
Shuangyong Song, Qingliang Miao and Yao Meng | Linking Images to Semantic Kno...
Shuangyong Song, Qingliang Miao and Yao Meng | Linking Images to Semantic Kno...Shuangyong Song, Qingliang Miao and Yao Meng | Linking Images to Semantic Kno...
Shuangyong Song, Qingliang Miao and Yao Meng | Linking Images to Semantic Kno...semanticsconference
 
David Kuilman | Creating a Semantic Enterprise Content model to support conti...
David Kuilman | Creating a Semantic Enterprise Content model to support conti...David Kuilman | Creating a Semantic Enterprise Content model to support conti...
David Kuilman | Creating a Semantic Enterprise Content model to support conti...semanticsconference
 
Chalitha Perera | Cross Media Concept and Entity Driven Search for Enterprise
Chalitha Perera | Cross Media Concept and Entity Driven Search for EnterpriseChalitha Perera | Cross Media Concept and Entity Driven Search for Enterprise
Chalitha Perera | Cross Media Concept and Entity Driven Search for Enterprisesemanticsconference
 
OWL-based validation by Gavin Mendel Gleasonand Bojan Bozic, Trinity College,...
OWL-based validation by Gavin Mendel Gleasonand Bojan Bozic, Trinity College,...OWL-based validation by Gavin Mendel Gleasonand Bojan Bozic, Trinity College,...
OWL-based validation by Gavin Mendel Gleasonand Bojan Bozic, Trinity College,...semanticsconference
 
Thomas Vavra | New Ways of Handling Old Data
Thomas Vavra | New Ways of Handling Old DataThomas Vavra | New Ways of Handling Old Data
Thomas Vavra | New Ways of Handling Old Datasemanticsconference
 
Felix Burkhardt | ARCHITECTURE FOR A QUESTION ANSWERING MACHINE
Felix Burkhardt | ARCHITECTURE FOR A QUESTION ANSWERING MACHINEFelix Burkhardt | ARCHITECTURE FOR A QUESTION ANSWERING MACHINE
Felix Burkhardt | ARCHITECTURE FOR A QUESTION ANSWERING MACHINEsemanticsconference
 
Sören Auer | Enterprise Knowledge Graphs
Sören Auer | Enterprise Knowledge GraphsSören Auer | Enterprise Knowledge Graphs
Sören Auer | Enterprise Knowledge Graphssemanticsconference
 
Nicoletta Fornara and Fabio Marfia | Modeling and Enforcing Access Control Ob...
Nicoletta Fornara and Fabio Marfia | Modeling and Enforcing Access Control Ob...Nicoletta Fornara and Fabio Marfia | Modeling and Enforcing Access Control Ob...
Nicoletta Fornara and Fabio Marfia | Modeling and Enforcing Access Control Ob...semanticsconference
 
Christian Opitz | Semantic E-Commerce - Use Cases in Enterprise Web Applications
Christian Opitz | Semantic E-Commerce - Use Cases in Enterprise Web ApplicationsChristian Opitz | Semantic E-Commerce - Use Cases in Enterprise Web Applications
Christian Opitz | Semantic E-Commerce - Use Cases in Enterprise Web Applicationssemanticsconference
 
Fajar J. Ekaputra, Marta Sabou, Estefania Serral and Stefan Biffl | Knowledge...
Fajar J. Ekaputra, Marta Sabou, Estefania Serral and Stefan Biffl | Knowledge...Fajar J. Ekaputra, Marta Sabou, Estefania Serral and Stefan Biffl | Knowledge...
Fajar J. Ekaputra, Marta Sabou, Estefania Serral and Stefan Biffl | Knowledge...semanticsconference
 
Reginald Ford, Grit Denker, Daniel Elenius, Wesley Moore and Elie Abi-Lahoud ...
Reginald Ford, Grit Denker, Daniel Elenius, Wesley Moore and Elie Abi-Lahoud ...Reginald Ford, Grit Denker, Daniel Elenius, Wesley Moore and Elie Abi-Lahoud ...
Reginald Ford, Grit Denker, Daniel Elenius, Wesley Moore and Elie Abi-Lahoud ...semanticsconference
 
Tomas Knap | RDF Data Processing and Integration Tasks in UnifiedViews: Use C...
Tomas Knap | RDF Data Processing and Integration Tasks in UnifiedViews: Use C...Tomas Knap | RDF Data Processing and Integration Tasks in UnifiedViews: Use C...
Tomas Knap | RDF Data Processing and Integration Tasks in UnifiedViews: Use C...semanticsconference
 
Vassilios Peristeras | Promoting Semantic Interoperability for European Publi...
Vassilios Peristeras | Promoting Semantic Interoperability for European Publi...Vassilios Peristeras | Promoting Semantic Interoperability for European Publi...
Vassilios Peristeras | Promoting Semantic Interoperability for European Publi...semanticsconference
 
Holger Wollschläger | E-government at its best: Open, transparent and useful
Holger Wollschläger | E-government at its best: Open, transparent and usefulHolger Wollschläger | E-government at its best: Open, transparent and useful
Holger Wollschläger | E-government at its best: Open, transparent and usefulsemanticsconference
 
Jo Kent | ADA – Opening up the BBC archive with linked data
Jo Kent | ADA – Opening up the BBC archive with linked dataJo Kent | ADA – Opening up the BBC archive with linked data
Jo Kent | ADA – Opening up the BBC archive with linked datasemanticsconference
 

Viewers also liked (20)

Kostas Kastrantas | Business Opportunities with Linked Open Data
Kostas Kastrantas  | Business Opportunities with Linked Open DataKostas Kastrantas  | Business Opportunities with Linked Open Data
Kostas Kastrantas | Business Opportunities with Linked Open Data
 
Ben Gardner | Delivering a Linked Data warehouse and integrating across the w...
Ben Gardner | Delivering a Linked Data warehouse and integrating across the w...Ben Gardner | Delivering a Linked Data warehouse and integrating across the w...
Ben Gardner | Delivering a Linked Data warehouse and integrating across the w...
 
Victor Charpenay | Standardized Semantics for an Open Web of Things
Victor Charpenay | Standardized Semantics for an Open Web of ThingsVictor Charpenay | Standardized Semantics for an Open Web of Things
Victor Charpenay | Standardized Semantics for an Open Web of Things
 
Stephen Buxton | Data Integration - a Multi-Model Approach - Documents and Tr...
Stephen Buxton | Data Integration - a Multi-Model Approach - Documents and Tr...Stephen Buxton | Data Integration - a Multi-Model Approach - Documents and Tr...
Stephen Buxton | Data Integration - a Multi-Model Approach - Documents and Tr...
 
Shuangyong Song, Qingliang Miao and Yao Meng | Linking Images to Semantic Kno...
Shuangyong Song, Qingliang Miao and Yao Meng | Linking Images to Semantic Kno...Shuangyong Song, Qingliang Miao and Yao Meng | Linking Images to Semantic Kno...
Shuangyong Song, Qingliang Miao and Yao Meng | Linking Images to Semantic Kno...
 
David Kuilman | Creating a Semantic Enterprise Content model to support conti...
David Kuilman | Creating a Semantic Enterprise Content model to support conti...David Kuilman | Creating a Semantic Enterprise Content model to support conti...
David Kuilman | Creating a Semantic Enterprise Content model to support conti...
 
Chalitha Perera | Cross Media Concept and Entity Driven Search for Enterprise
Chalitha Perera | Cross Media Concept and Entity Driven Search for EnterpriseChalitha Perera | Cross Media Concept and Entity Driven Search for Enterprise
Chalitha Perera | Cross Media Concept and Entity Driven Search for Enterprise
 
OWL-based validation by Gavin Mendel Gleasonand Bojan Bozic, Trinity College,...
OWL-based validation by Gavin Mendel Gleasonand Bojan Bozic, Trinity College,...OWL-based validation by Gavin Mendel Gleasonand Bojan Bozic, Trinity College,...
OWL-based validation by Gavin Mendel Gleasonand Bojan Bozic, Trinity College,...
 
Thomas Vavra | New Ways of Handling Old Data
Thomas Vavra | New Ways of Handling Old DataThomas Vavra | New Ways of Handling Old Data
Thomas Vavra | New Ways of Handling Old Data
 
Felix Burkhardt | ARCHITECTURE FOR A QUESTION ANSWERING MACHINE
Felix Burkhardt | ARCHITECTURE FOR A QUESTION ANSWERING MACHINEFelix Burkhardt | ARCHITECTURE FOR A QUESTION ANSWERING MACHINE
Felix Burkhardt | ARCHITECTURE FOR A QUESTION ANSWERING MACHINE
 
Sören Auer | Enterprise Knowledge Graphs
Sören Auer | Enterprise Knowledge GraphsSören Auer | Enterprise Knowledge Graphs
Sören Auer | Enterprise Knowledge Graphs
 
Nicoletta Fornara and Fabio Marfia | Modeling and Enforcing Access Control Ob...
Nicoletta Fornara and Fabio Marfia | Modeling and Enforcing Access Control Ob...Nicoletta Fornara and Fabio Marfia | Modeling and Enforcing Access Control Ob...
Nicoletta Fornara and Fabio Marfia | Modeling and Enforcing Access Control Ob...
 
Christian Opitz | Semantic E-Commerce - Use Cases in Enterprise Web Applications
Christian Opitz | Semantic E-Commerce - Use Cases in Enterprise Web ApplicationsChristian Opitz | Semantic E-Commerce - Use Cases in Enterprise Web Applications
Christian Opitz | Semantic E-Commerce - Use Cases in Enterprise Web Applications
 
Fajar J. Ekaputra, Marta Sabou, Estefania Serral and Stefan Biffl | Knowledge...
Fajar J. Ekaputra, Marta Sabou, Estefania Serral and Stefan Biffl | Knowledge...Fajar J. Ekaputra, Marta Sabou, Estefania Serral and Stefan Biffl | Knowledge...
Fajar J. Ekaputra, Marta Sabou, Estefania Serral and Stefan Biffl | Knowledge...
 
Reginald Ford, Grit Denker, Daniel Elenius, Wesley Moore and Elie Abi-Lahoud ...
Reginald Ford, Grit Denker, Daniel Elenius, Wesley Moore and Elie Abi-Lahoud ...Reginald Ford, Grit Denker, Daniel Elenius, Wesley Moore and Elie Abi-Lahoud ...
Reginald Ford, Grit Denker, Daniel Elenius, Wesley Moore and Elie Abi-Lahoud ...
 
Tomas Knap | RDF Data Processing and Integration Tasks in UnifiedViews: Use C...
Tomas Knap | RDF Data Processing and Integration Tasks in UnifiedViews: Use C...Tomas Knap | RDF Data Processing and Integration Tasks in UnifiedViews: Use C...
Tomas Knap | RDF Data Processing and Integration Tasks in UnifiedViews: Use C...
 
Vassilios Peristeras | Promoting Semantic Interoperability for European Publi...
Vassilios Peristeras | Promoting Semantic Interoperability for European Publi...Vassilios Peristeras | Promoting Semantic Interoperability for European Publi...
Vassilios Peristeras | Promoting Semantic Interoperability for European Publi...
 
Holger Wollschläger | E-government at its best: Open, transparent and useful
Holger Wollschläger | E-government at its best: Open, transparent and usefulHolger Wollschläger | E-government at its best: Open, transparent and useful
Holger Wollschläger | E-government at its best: Open, transparent and useful
 
Jo Kent | ADA – Opening up the BBC archive with linked data
Jo Kent | ADA – Opening up the BBC archive with linked dataJo Kent | ADA – Opening up the BBC archive with linked data
Jo Kent | ADA – Opening up the BBC archive with linked data
 
Indian Writing in English
Indian Writing in EnglishIndian Writing in English
Indian Writing in English
 

Similar to Georgios Meditskos and Stamatia Dasiopoulou | Question Answering over Pattern-Based User Models

RuleML2015 - Tutorial - Powerful Practical Semantic Rules in Rulelog - Funda...
RuleML2015 - Tutorial -  Powerful Practical Semantic Rules in Rulelog - Funda...RuleML2015 - Tutorial -  Powerful Practical Semantic Rules in Rulelog - Funda...
RuleML2015 - Tutorial - Powerful Practical Semantic Rules in Rulelog - Funda...RuleML
 
IRS-Cataloging and Indexing-2.1.pptx
IRS-Cataloging and Indexing-2.1.pptxIRS-Cataloging and Indexing-2.1.pptx
IRS-Cataloging and Indexing-2.1.pptxShivaVemula2
 
Close reading in the elementary grades
Close reading in the elementary gradesClose reading in the elementary grades
Close reading in the elementary gradesapaterno
 
Natural Language Processing, Techniques, Current Trends and Applications in I...
Natural Language Processing, Techniques, Current Trends and Applications in I...Natural Language Processing, Techniques, Current Trends and Applications in I...
Natural Language Processing, Techniques, Current Trends and Applications in I...RajkiranVeluri
 
Hackathon report catalogue-ontology-vocabulary-characteristcs-relevant-to-e...
Hackathon report   catalogue-ontology-vocabulary-characteristcs-relevant-to-e...Hackathon report   catalogue-ontology-vocabulary-characteristcs-relevant-to-e...
Hackathon report catalogue-ontology-vocabulary-characteristcs-relevant-to-e...Amanda Vizedom
 
2016-05-31 Venia Legendi (CEITER): Sergey Sosnovsky
2016-05-31 Venia Legendi (CEITER): Sergey Sosnovsky2016-05-31 Venia Legendi (CEITER): Sergey Sosnovsky
2016-05-31 Venia Legendi (CEITER): Sergey Sosnovskyifi8106tlu
 
Session 1.4 sustainable urban delta knowledge and semantic search
Session 1.4   sustainable urban delta knowledge and semantic searchSession 1.4   sustainable urban delta knowledge and semantic search
Session 1.4 sustainable urban delta knowledge and semantic searchsemanticsconference
 
Benchmarking Domain-specific Expert Search using Workshop Program Committees
Benchmarking Domain-specific Expert Search using Workshop Program CommitteesBenchmarking Domain-specific Expert Search using Workshop Program Committees
Benchmarking Domain-specific Expert Search using Workshop Program CommitteesToine Bogers
 
Knowledge engineering and the Web
Knowledge engineering and the WebKnowledge engineering and the Web
Knowledge engineering and the WebGuus Schreiber
 
Auto Mapping Texts for Human-Machine Analysis and Sensemaking
Auto Mapping Texts for Human-Machine Analysis and SensemakingAuto Mapping Texts for Human-Machine Analysis and Sensemaking
Auto Mapping Texts for Human-Machine Analysis and SensemakingShalin Hai-Jew
 
Taxonomy, ontology, folksonomies & SKOS.
Taxonomy, ontology, folksonomies & SKOS.Taxonomy, ontology, folksonomies & SKOS.
Taxonomy, ontology, folksonomies & SKOS.Janet Leu
 
Hide the Stack: Toward Usable Linked Data
Hide the Stack:Toward Usable Linked DataHide the Stack:Toward Usable Linked Data
Hide the Stack: Toward Usable Linked Dataaba-sah
 
Presentation to 2014 University of Guelph Accessibility Conference Perspectiv...
Presentation to 2014 University of Guelph Accessibility Conference Perspectiv...Presentation to 2014 University of Guelph Accessibility Conference Perspectiv...
Presentation to 2014 University of Guelph Accessibility Conference Perspectiv...Shawna Reibling
 
Decoding the ACRL Framework for Information Literacy: Applying the “Decoding ...
Decoding the ACRL Framework for Information Literacy: Applying the “Decoding ...Decoding the ACRL Framework for Information Literacy: Applying the “Decoding ...
Decoding the ACRL Framework for Information Literacy: Applying the “Decoding ...ALATechSource
 
Building NLP solutions for Davidson ML Group
Building NLP solutions for Davidson ML GroupBuilding NLP solutions for Davidson ML Group
Building NLP solutions for Davidson ML Groupbotsplash.com
 
Hypertext Reading
Hypertext Reading Hypertext Reading
Hypertext Reading Kshema Jose
 
OpenEssayist: Extractive Summarisation and Formative Assessment (DCLA13)
OpenEssayist: Extractive Summarisation and Formative Assessment (DCLA13)OpenEssayist: Extractive Summarisation and Formative Assessment (DCLA13)
OpenEssayist: Extractive Summarisation and Formative Assessment (DCLA13)Nicolas Van Labeke
 

Similar to Georgios Meditskos and Stamatia Dasiopoulou | Question Answering over Pattern-Based User Models (20)

RuleML2015 - Tutorial - Powerful Practical Semantic Rules in Rulelog - Funda...
RuleML2015 - Tutorial -  Powerful Practical Semantic Rules in Rulelog - Funda...RuleML2015 - Tutorial -  Powerful Practical Semantic Rules in Rulelog - Funda...
RuleML2015 - Tutorial - Powerful Practical Semantic Rules in Rulelog - Funda...
 
394 wade word2007-ssp2008
394 wade word2007-ssp2008394 wade word2007-ssp2008
394 wade word2007-ssp2008
 
IRS-Cataloging and Indexing-2.1.pptx
IRS-Cataloging and Indexing-2.1.pptxIRS-Cataloging and Indexing-2.1.pptx
IRS-Cataloging and Indexing-2.1.pptx
 
NISO/DCMI September 25 Webinar: Implementing Linked Data in Developing Countr...
NISO/DCMI September 25 Webinar: Implementing Linked Data in Developing Countr...NISO/DCMI September 25 Webinar: Implementing Linked Data in Developing Countr...
NISO/DCMI September 25 Webinar: Implementing Linked Data in Developing Countr...
 
Close reading in the elementary grades
Close reading in the elementary gradesClose reading in the elementary grades
Close reading in the elementary grades
 
Natural Language Processing, Techniques, Current Trends and Applications in I...
Natural Language Processing, Techniques, Current Trends and Applications in I...Natural Language Processing, Techniques, Current Trends and Applications in I...
Natural Language Processing, Techniques, Current Trends and Applications in I...
 
Hackathon report catalogue-ontology-vocabulary-characteristcs-relevant-to-e...
Hackathon report   catalogue-ontology-vocabulary-characteristcs-relevant-to-e...Hackathon report   catalogue-ontology-vocabulary-characteristcs-relevant-to-e...
Hackathon report catalogue-ontology-vocabulary-characteristcs-relevant-to-e...
 
2016-05-31 Venia Legendi (CEITER): Sergey Sosnovsky
2016-05-31 Venia Legendi (CEITER): Sergey Sosnovsky2016-05-31 Venia Legendi (CEITER): Sergey Sosnovsky
2016-05-31 Venia Legendi (CEITER): Sergey Sosnovsky
 
Session 1.4 sustainable urban delta knowledge and semantic search
Session 1.4   sustainable urban delta knowledge and semantic searchSession 1.4   sustainable urban delta knowledge and semantic search
Session 1.4 sustainable urban delta knowledge and semantic search
 
Benchmarking Domain-specific Expert Search using Workshop Program Committees
Benchmarking Domain-specific Expert Search using Workshop Program CommitteesBenchmarking Domain-specific Expert Search using Workshop Program Committees
Benchmarking Domain-specific Expert Search using Workshop Program Committees
 
Designing e-Learning Objects
Designing e-Learning ObjectsDesigning e-Learning Objects
Designing e-Learning Objects
 
Knowledge engineering and the Web
Knowledge engineering and the WebKnowledge engineering and the Web
Knowledge engineering and the Web
 
Auto Mapping Texts for Human-Machine Analysis and Sensemaking
Auto Mapping Texts for Human-Machine Analysis and SensemakingAuto Mapping Texts for Human-Machine Analysis and Sensemaking
Auto Mapping Texts for Human-Machine Analysis and Sensemaking
 
Taxonomy, ontology, folksonomies & SKOS.
Taxonomy, ontology, folksonomies & SKOS.Taxonomy, ontology, folksonomies & SKOS.
Taxonomy, ontology, folksonomies & SKOS.
 
Hide the Stack: Toward Usable Linked Data
Hide the Stack:Toward Usable Linked DataHide the Stack:Toward Usable Linked Data
Hide the Stack: Toward Usable Linked Data
 
Presentation to 2014 University of Guelph Accessibility Conference Perspectiv...
Presentation to 2014 University of Guelph Accessibility Conference Perspectiv...Presentation to 2014 University of Guelph Accessibility Conference Perspectiv...
Presentation to 2014 University of Guelph Accessibility Conference Perspectiv...
 
Decoding the ACRL Framework for Information Literacy: Applying the “Decoding ...
Decoding the ACRL Framework for Information Literacy: Applying the “Decoding ...Decoding the ACRL Framework for Information Literacy: Applying the “Decoding ...
Decoding the ACRL Framework for Information Literacy: Applying the “Decoding ...
 
Building NLP solutions for Davidson ML Group
Building NLP solutions for Davidson ML GroupBuilding NLP solutions for Davidson ML Group
Building NLP solutions for Davidson ML Group
 
Hypertext Reading
Hypertext Reading Hypertext Reading
Hypertext Reading
 
OpenEssayist: Extractive Summarisation and Formative Assessment (DCLA13)
OpenEssayist: Extractive Summarisation and Formative Assessment (DCLA13)OpenEssayist: Extractive Summarisation and Formative Assessment (DCLA13)
OpenEssayist: Extractive Summarisation and Formative Assessment (DCLA13)
 

More from semanticsconference

Linear books to open world adventure
Linear books to open world adventureLinear books to open world adventure
Linear books to open world adventuresemanticsconference
 
Session 1.2 high-precision, context-free entity linking exploiting unambigu...
Session 1.2   high-precision, context-free entity linking exploiting unambigu...Session 1.2   high-precision, context-free entity linking exploiting unambigu...
Session 1.2 high-precision, context-free entity linking exploiting unambigu...semanticsconference
 
Session 4.3 semantic annotation for enhancing collaborative ideation
Session 4.3   semantic annotation for enhancing collaborative ideationSession 4.3   semantic annotation for enhancing collaborative ideation
Session 4.3 semantic annotation for enhancing collaborative ideationsemanticsconference
 
Session 1.1 dalicc - data licenses clearance center
Session 1.1   dalicc - data licenses clearance centerSession 1.1   dalicc - data licenses clearance center
Session 1.1 dalicc - data licenses clearance centersemanticsconference
 
Session 1.3 context information management across smart city knowledge domains
Session 1.3   context information management across smart city knowledge domainsSession 1.3   context information management across smart city knowledge domains
Session 1.3 context information management across smart city knowledge domainssemanticsconference
 
Session 0.0 aussenac semanticsnl-pwebsem2017-v4
Session 0.0   aussenac semanticsnl-pwebsem2017-v4Session 0.0   aussenac semanticsnl-pwebsem2017-v4
Session 0.0 aussenac semanticsnl-pwebsem2017-v4semanticsconference
 
Session 0.0 keynote sandeep sacheti - final hi res
Session 0.0   keynote sandeep sacheti - final hi resSession 0.0   keynote sandeep sacheti - final hi res
Session 0.0 keynote sandeep sacheti - final hi ressemanticsconference
 
Session 1.1 linked data applied: a field report from the netherlands
Session 1.1   linked data applied: a field report from the netherlandsSession 1.1   linked data applied: a field report from the netherlands
Session 1.1 linked data applied: a field report from the netherlandssemanticsconference
 
Session 1.2 enrich your knowledge graphs: linked data integration with pool...
Session 1.2   enrich your knowledge graphs: linked data integration with pool...Session 1.2   enrich your knowledge graphs: linked data integration with pool...
Session 1.2 enrich your knowledge graphs: linked data integration with pool...semanticsconference
 
Session 1.4 connecting information from legislation and datasets using a ca...
Session 1.4   connecting information from legislation and datasets using a ca...Session 1.4   connecting information from legislation and datasets using a ca...
Session 1.4 connecting information from legislation and datasets using a ca...semanticsconference
 
Session 1.4 a distributed network of heritage information
Session 1.4   a distributed network of heritage informationSession 1.4   a distributed network of heritage information
Session 1.4 a distributed network of heritage informationsemanticsconference
 
Session 0.0 media panel - matthias priem - gtuo - semantics 2017
Session 0.0   media panel - matthias priem - gtuo - semantics 2017Session 0.0   media panel - matthias priem - gtuo - semantics 2017
Session 0.0 media panel - matthias priem - gtuo - semantics 2017semanticsconference
 
Session 1.3 semantic asset management in the dutch rail engineering and con...
Session 1.3   semantic asset management in the dutch rail engineering and con...Session 1.3   semantic asset management in the dutch rail engineering and con...
Session 1.3 semantic asset management in the dutch rail engineering and con...semanticsconference
 
Session 1.3 energy, smart homes & smart grids: towards interoperability...
Session 1.3   energy, smart homes & smart grids: towards interoperability...Session 1.3   energy, smart homes & smart grids: towards interoperability...
Session 1.3 energy, smart homes & smart grids: towards interoperability...semanticsconference
 
Session 1.2 improving access to digital content by semantic enrichment
Session 1.2   improving access to digital content by semantic enrichmentSession 1.2   improving access to digital content by semantic enrichment
Session 1.2 improving access to digital content by semantic enrichmentsemanticsconference
 
Session 2.3 semantics for safeguarding & security – a police story
Session 2.3   semantics for safeguarding & security – a police storySession 2.3   semantics for safeguarding & security – a police story
Session 2.3 semantics for safeguarding & security – a police storysemanticsconference
 
Session 2.5 semantic similarity based clustering of license excerpts for im...
Session 2.5   semantic similarity based clustering of license excerpts for im...Session 2.5   semantic similarity based clustering of license excerpts for im...
Session 2.5 semantic similarity based clustering of license excerpts for im...semanticsconference
 
Session 4.2 unleash the triple: leveraging a corporate discovery interface....
Session 4.2   unleash the triple: leveraging a corporate discovery interface....Session 4.2   unleash the triple: leveraging a corporate discovery interface....
Session 4.2 unleash the triple: leveraging a corporate discovery interface....semanticsconference
 
Session 1.6 slovak public metadata governance and management based on linke...
Session 1.6   slovak public metadata governance and management based on linke...Session 1.6   slovak public metadata governance and management based on linke...
Session 1.6 slovak public metadata governance and management based on linke...semanticsconference
 
Session 5.6 towards a semantic outlier detection framework in wireless sens...
Session 5.6   towards a semantic outlier detection framework in wireless sens...Session 5.6   towards a semantic outlier detection framework in wireless sens...
Session 5.6 towards a semantic outlier detection framework in wireless sens...semanticsconference
 

More from semanticsconference (20)

Linear books to open world adventure
Linear books to open world adventureLinear books to open world adventure
Linear books to open world adventure
 
Session 1.2 high-precision, context-free entity linking exploiting unambigu...
Session 1.2   high-precision, context-free entity linking exploiting unambigu...Session 1.2   high-precision, context-free entity linking exploiting unambigu...
Session 1.2 high-precision, context-free entity linking exploiting unambigu...
 
Session 4.3 semantic annotation for enhancing collaborative ideation
Session 4.3   semantic annotation for enhancing collaborative ideationSession 4.3   semantic annotation for enhancing collaborative ideation
Session 4.3 semantic annotation for enhancing collaborative ideation
 
Session 1.1 dalicc - data licenses clearance center
Session 1.1   dalicc - data licenses clearance centerSession 1.1   dalicc - data licenses clearance center
Session 1.1 dalicc - data licenses clearance center
 
Session 1.3 context information management across smart city knowledge domains
Session 1.3   context information management across smart city knowledge domainsSession 1.3   context information management across smart city knowledge domains
Session 1.3 context information management across smart city knowledge domains
 
Session 0.0 aussenac semanticsnl-pwebsem2017-v4
Session 0.0   aussenac semanticsnl-pwebsem2017-v4Session 0.0   aussenac semanticsnl-pwebsem2017-v4
Session 0.0 aussenac semanticsnl-pwebsem2017-v4
 
Session 0.0 keynote sandeep sacheti - final hi res
Session 0.0   keynote sandeep sacheti - final hi resSession 0.0   keynote sandeep sacheti - final hi res
Session 0.0 keynote sandeep sacheti - final hi res
 
Session 1.1 linked data applied: a field report from the netherlands
Session 1.1   linked data applied: a field report from the netherlandsSession 1.1   linked data applied: a field report from the netherlands
Session 1.1 linked data applied: a field report from the netherlands
 
Session 1.2 enrich your knowledge graphs: linked data integration with pool...
Session 1.2   enrich your knowledge graphs: linked data integration with pool...Session 1.2   enrich your knowledge graphs: linked data integration with pool...
Session 1.2 enrich your knowledge graphs: linked data integration with pool...
 
Session 1.4 connecting information from legislation and datasets using a ca...
Session 1.4   connecting information from legislation and datasets using a ca...Session 1.4   connecting information from legislation and datasets using a ca...
Session 1.4 connecting information from legislation and datasets using a ca...
 
Session 1.4 a distributed network of heritage information
Session 1.4   a distributed network of heritage informationSession 1.4   a distributed network of heritage information
Session 1.4 a distributed network of heritage information
 
Session 0.0 media panel - matthias priem - gtuo - semantics 2017
Session 0.0   media panel - matthias priem - gtuo - semantics 2017Session 0.0   media panel - matthias priem - gtuo - semantics 2017
Session 0.0 media panel - matthias priem - gtuo - semantics 2017
 
Session 1.3 semantic asset management in the dutch rail engineering and con...
Session 1.3   semantic asset management in the dutch rail engineering and con...Session 1.3   semantic asset management in the dutch rail engineering and con...
Session 1.3 semantic asset management in the dutch rail engineering and con...
 
Session 1.3 energy, smart homes & smart grids: towards interoperability...
Session 1.3   energy, smart homes & smart grids: towards interoperability...Session 1.3   energy, smart homes & smart grids: towards interoperability...
Session 1.3 energy, smart homes & smart grids: towards interoperability...
 
Session 1.2 improving access to digital content by semantic enrichment
Session 1.2   improving access to digital content by semantic enrichmentSession 1.2   improving access to digital content by semantic enrichment
Session 1.2 improving access to digital content by semantic enrichment
 
Session 2.3 semantics for safeguarding & security – a police story
Session 2.3   semantics for safeguarding & security – a police storySession 2.3   semantics for safeguarding & security – a police story
Session 2.3 semantics for safeguarding & security – a police story
 
Session 2.5 semantic similarity based clustering of license excerpts for im...
Session 2.5   semantic similarity based clustering of license excerpts for im...Session 2.5   semantic similarity based clustering of license excerpts for im...
Session 2.5 semantic similarity based clustering of license excerpts for im...
 
Session 4.2 unleash the triple: leveraging a corporate discovery interface....
Session 4.2   unleash the triple: leveraging a corporate discovery interface....Session 4.2   unleash the triple: leveraging a corporate discovery interface....
Session 4.2 unleash the triple: leveraging a corporate discovery interface....
 
Session 1.6 slovak public metadata governance and management based on linke...
Session 1.6   slovak public metadata governance and management based on linke...Session 1.6   slovak public metadata governance and management based on linke...
Session 1.6 slovak public metadata governance and management based on linke...
 
Session 5.6 towards a semantic outlier detection framework in wireless sens...
Session 5.6   towards a semantic outlier detection framework in wireless sens...Session 5.6   towards a semantic outlier detection framework in wireless sens...
Session 5.6 towards a semantic outlier detection framework in wireless sens...
 

Recently uploaded

How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...apidays
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamUiPathCommunity
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Victor Rentea
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Zilliz
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...apidays
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Orbitshub
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxRemote DBA Services
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistandanishmna97
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesrafiqahmad00786416
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdfSandro Moreira
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 

Recently uploaded (20)

How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 

Georgios Meditskos and Stamatia Dasiopoulou | Question Answering over Pattern-Based User Models

  • 1. Question Answering over Pattern-Based User Models Georgios Meditskos, Stamatia Dasiopoulou, Stefanos Vrochidis, Leo Wanner, Ioannis Kompatsiaris 12th International Conference on Semantic Systems (SEMANTiCS) Leipzig, Germany September 12 - 15, 2016
  • 2. Outline • Overview & Motivation • Proposed Framework • Semantic Language Analysis • Ontology-based Question Answering • Example • Conclusions 2
  • 3. Natural Language Interfaces (NLI) & Question Answering (QA) (1/2) • Allow users to express their information needs in an intuitive manner • over structured data/knowledge bases • hide the complexity of formal knowledge representation and query languages • The key challenge is to bridge the gap between the way users communicate with the system and the way knowledge is captured • Usually involves the translation of questions into semantically enriched structures that capture the meaning of requests • Formulation of pertinent queries (e.g. SPARQL) in accordance with the conceptualisation of the underlying structured data sources • Answers can be retrieved from the underlying knowledge bases Overview & Motivation 3
  • 4. Natural Language Interfaces (NLI) & Question Answering (QA) (2/2) • The focus has been mainly given on simple, factoid questions • who, lists, yes/no, when, etc. • NL inputs comprise primarily light linguistic constructions • answers target respective bindings on (chains of) binary properties • Goal: to overcome the conceptual mismatch and ambiguities between the triple-based question representations and the underlying knowledge model • Question answering over more conceptually demanding domains (?) • involve complex relational contexts that go beyond (chains of) binary associations and abide to ontology patterns design principles • such as habits and daily routines profiling Overview & Motivation 4
  • 5. Ontology Design Patterns • Usually describe abstract roles and relationships • can be applied in a wide variety of situations • This level of generalization fosters reusability and extensibility, but imposes certain challenges • in the formalisation of the natural language questions • in the subsequent content matching and retrieval • This is mainly due to the encapsulation of domain semantics inside conceptual layers of abstraction • e.g. using reification or container classes that demand flexible, context-aware approaches for query analysis and interpretation Overview & Motivation 5
  • 6. Example: Event-Model-F (DnS) • Highly axiomatised descriptions and rich structures • Querying relies on coping with NL questions that allow capturing complex relations between entities and roles Overview & Motivation 6
  • 7. PROHOW • Web of Know-How dataset contains activities and instructions collected from WikiHow and Snapguide • Example: information about recipes • Conceptual mismatch between question and dataset 7 Overview & Motivation
  • 8. KRISTINA Project • A dialogue-based agent for conversational assistance in healthcare • Elderly use the dialogue system (usually at home) to acquire information and suggestions related to basic care and healthcare (e.g. symptoms, treatments, etc.). • Clinicians and caregivers can use the agent to acquire information about the person • e.g. migrants, difficulties in communication (e.g. cognitive impairment) • RDF Knowledge bases with profile information • e.g. habits before sleep, medical profile, activities of daily living, etc. Overview & Motivation 8
  • 9. Basic Components • Recognition of non-verbal modalities • Gesture analysis, facial expressions • Speech Recognition • Transformation of user input into textual form (speech-to-text) • Language Analysis and Understanding • Formalize user utterances in a structured representation that allows for automated reasoning and interpretation • Dialogue Management • Coordinates the components, controlling the dialog flow and communicating with external applications • Discourse analysis, clarifications, system actions, etc. • Question Answering • Retrieval of information relevant to user’s question/request • Speech generation and avatar • Responses are typically generated as natural language with content retrieved from knowledge databases Overview & Motivation 9
  • 10. Language Analysis (1/2) • Most ontology-based NLI approaches capture only partially the underlying user utterance semantics • main focus is on light linguistic constructions & syntactic (e.g. subject , object) rather than semantic dependencies • Expressive, frame-based ontological representations of text have been proposed for knowledge extraction tasks • varying modelling choices, tailored to intended application context • Need for expressive, principled representations that capture the user inputs The framework / Language Analysis 10
  • 11. • Two stages • Extraction of entities and their interrelations • Translation of extracted into structured OWL representations • Approach • Semantic predicate-argument extraction • DUL-based mapping to OWL representations 11 The framework / Language Analysis Language Analysis (2/2)
  • 12. Predicate-argument extraction • Graph transducers pipeline to extract incrementally abstract representation structures (surface syntax, deep syntax, semantic) • https://github.com/talnsoftware/FrameSemantics parser (Pompeu Fabra Univ.) • Frame-based representation (events, objects, frames, frame elements etc.) • Example: Apply_heat frame describes a cooking situation involving, among others, a Cook, some Food and a Heating_Instrument • the roles of the involved participants, i.e. cook, food and heating instrument, comprise the frame elements (FEs) of the frame, while words that evoke it, such as fry, bake, boil, and broil, its lexical units (LUs). • SemLink mappings for labelling/enriching semantic predicate-argument structures with FrameNet based annotations • Word-sense disambiguation (BebelNet) 12 The framework / Language Analysis
  • 13. Mapping to OWL representations • DnS-based translation, where: • frames as contextual views • frame elements as role classifiers • frame occurrences as relational contexts 13 The framework / Language Analysis :IngestionFrame rdfs:SubClassOf dul:Situation :ingestion1 rdf:type :IngestionFrame dul:isSettingFor :coffee1, :Ann; dul:includesEvent :drink1 . :event1 dul:classifies :drink1 . :drink1 rdf:type :Drink . :ingestibles1 dul:classifies :coffee1. :coffee1 rdf:type :Coffee .
  • 14. Knowledge Extraction • Capitalizes on the graph traversal paradigm • Returns a set of triples that conceptually match the input (language analysis) • Aim/challenge is to decouple graph expansion from predicate ranking • in pattern-based modelling, additional layers of axiomatisation are introduced that encapsulate conceptual dependencies and links among resources • These dependencies are usually not relevant to the structure and semantics of questions • cannot be uncovered by graph expansion approaches that are based on predicate ranking The framework / Knowledge Extraction 14
  • 15. Domain Modelling • No restrictions on the domain ontologies used to capture background knowledge • Existing foundational ontologies can be used, according to the domain • DUL, SEM, Event-Model-F, SUMO, MeSH, etc. • Examples time:hasDuration Description Aspect View Role Domain Vocabulary hasView defines interprets Duration TemporalContext time:Duration Description involves rdfs:subClass rdfs:subClass literal value hasRole Event-Model-F CPO ontology Activity duration pattern in DUL 15 The framework / Knowledge Extraction
  • 16. Context Extraction 1. Extraction of key entities • from question analysis 2. Resource Identification • find relevant resources in the underlying KBs 3. Resource unfolding and local context • identification of neighboring set of triples 4. Context links • links among local context 5. Context ranking and final responses • traverse local context and collect the triples 16 The framework / Knowledge Extraction
  • 17. 1. Key Entity Extraction • Entities that participate in DnS classification relations • such axiomatizations encapsulate information about the context of questions. • They are extracted by traversing the frame situation model, collecting the resources classified through dul:classifies property assertions. 17 The framework / Knowledge Extraction :IngestionFrame rdfs:SubClassOf dul:Situation :ingestion1 rdf:type :IngestionFrame dul:isSettingFor :coffee1, :Ann; dul:includesEvent :drink1 . :event1 dul:classifies :drink1 . :drink1 rdf:type :Drink . :ingestibles1 dul:classifies :coffee1. :coffee1 rdf:type :Coffee .
  • 18. 2. Resource Identification • Find relevant resources in the underlying KBs • Assign URIs to key entities • UMBC Semantic Similarity Service • combines Latent Semantic Analysis (LSA) word similarity and WordNet knowledge 18 The framework / Knowledge Extraction Drink -> http://….#Drink Coffee-> http://….#Coffee
  • 19. 3. Resource Unfolding and Local Context • Local context • captures information relevant to the neighbouring resources (triples) • It is built by taking into account all the connected triples (h threshold), without examining the similarity of the predicate labels • ensures that the local contexts contain information that is part of the conceptual model of the pattern • for example, the question “How to make a pancake” does not directly entail that the predicates requires or has_method • they should be part of the graph expansion algorithm 19 The framework / Knowledge Extraction
  • 20. 4. Context Links • Connects local contexts based on the contained triples • Should have at least one common subject, predication or object (OWL schema predicates are ignored) 20 The framework / Knowledge Extraction
  • 21. 5. Context Ranking and Final Responses • Local context merging • Traverse the paths defined by context links, collecting the triples of local contexts • Each set is semantically compared to language analysis results • Depends on the number of key entity URIs that exist in the set 21 The framework / Knowledge Extraction
  • 22. Example: How often does Ann like to drink coffee? 22
  • 24. Local Context (h=2) 24 Final Response The semantic similarity equals to 1, since all key entities are exactly matched to the resources of the response
  • 25. Conclusions • We propose a language analysis and question answering framework over conceptually complex, pattern-based KBs • Combines the frame-based reified representation of NL questions with a context-aware, graph-based paradigm • We are currently building rich KBs capturing user models of participants in KRISTINA pilots • The collected data will allow us to evaluate our framework with realistic data, identifying possible limitations that have not been foreseen so far. • In parallel, we are working towards further enrichment of the analysis and interpretation of complex relational context • support additional constructions, such as negation, superlatives and aggregation, that will allow for more expressive QA over the profiled users routines. 25
  • 26. Thank you for your attention 26 http://kristina-project.eu/