SlideShare uma empresa Scribd logo
1 de 26
Baixar para ler offline
Cognition for the Semantic Web
Involving Humans in
Semantic Data Management
Irene Celino (irene.celino@cefriel.com)
CEFRIEL – Milano, Italy
Agenda
Methods to involve people (a.k.a. crowdsourcing and its brothers)
Motivation and incentives (a.k.a. let’s have fun with games)
Crowdsourcing and the Semantic Web (a.k.a. this is SSSW after all…)
Methods to
involve people
What goals can humans help
machines to achieve? Which
scientific communities “exploit”
people? How to involve a crowd of
persons?
- Citizen Science
- Crowdsourcing
- Human Computation
Wisdom of crowds [1]
“Why the Many Are Smarter Than the Few and
How Collective Wisdom Shapes Business, Economies, Societies and Nations”
Criteria for a wise crowd
Diversity of opinion (importance of interpretation)
Independence (not a “single mind”)
Decentralization (importance of local knowledge)
Aggregation (aim to get a collective decision)
The are also failures/risks in crowd decisions:
Homogeneity, centralization, division, imitation, emotionality
Citizen Science [2]
Problem: a scientific experiment
requires the execution of a lot of
simple tasks, but researchers are busy Solution: engage the general audience
in solving those tasks, explaining that
they are contributing to science,
research and the public good
Example: https://www.zooniverse.org/
Crowdsourcing [3]
Problem: a company needs to execute
a lot of simple tasks, but cannot afford
hiring a person to do that job
Solution: pack tasks in bunches
(human intellingence tasks or HITs)
and outsource them to a very cheap
workforce through an online platform
Example: https://www.mturk.com/
Human Computation [4]
Problem: an Artificial Intelligence
algorithm is unable to achieve an
adequate result with a satisfactory
level of confidence
Solution: ask people to intervene when
the AI system fails, “masking” the task
within another human process
Example: https://www.google.com/recaptcha/
Spot the difference…
Similarities:
- Involvement of people
- No automatic replacement
Variations:
- Motivation
- Reward (glory, money, passion)
Hybrids or parallel!
Citizen Science
Crowdsourcing
Human
Computation
Motivation and
incentives
Apart from extrinsic rewards
(money, prizes, etc.) what are the
intrinsic incentives we can adopt to
motivate people? How can we
leverage “fun” through games and
game-like applications?
- Gamification
- Games with a Purpose (GWAP)
Gamification [5,6]
Problem: motivate people to execute
boring or mandatory tasks (especially
in cooperative environments) that they
are usually not very happy to do
Solution: introduce typical game
elements (e.g. points, badges,
leaderboards) within the more
traditional processes and systems
Example: https://badgeville.com/
Games with a Purpose (GWAP) [7,8]
Problem: same of Human
Computation (ask
humans when AI fails)
Solution: hide the task within a game, so
that users are motivated by game
challenges, often remaining unaware of
the hidden purpose, task solution
comes from agreement between players
Example: http://www.gwap.com/
Crowdsourcing
and the
Semantic Web
Can we involve people in Semantic
Web systems? What semantic data
management tasks can we
effectively “outsource” to humans?
Why Crowdsourcing in the Semantic Web?
Knowledge-intensive and/or context-specific character of Semantic Web tasks:
e.g., conceptual modelling, multi-language resource labelling, content
annotation with ontologies, concept/entity similarity recognition, …
Crowdsourcing can help to engage users and involve them in executing tasks:
e.g., wikis for semantic content authoring, folksonomies to bootstrap formal
ontologies, human computation approaches, …
Semantic Crowdsourcing [9]
Many tasks in Semantic Web data management/curation can exploit Crowdsourcing
Fact level
Schema level
Collection Creation CorrectionValidation Filtering Ranking Linking
Conceptual
modelling
Ontology
population
Quality
assessment
Ontology re-
engineering
Ontology
pruning
Ontology
elicitation
Knowledge
acquisition
Ontology
repair
Knowledge
base update
Data search/
selection Link
generation
Ontology
alignment
Ontology
matching
Focus on Data Linking
Creation of links in the form of RDF triples (subject, predicate, object)
Within the same dataset (i.e. generating new connections between resources of
the same dataset)
Across different datasets (i.e. creating RDF links, as named in the Linked Data world)
Notes:
Generated links can have an associated score σ ∈ 0,1 expressing a sort of “confidence” in the
truth value or in the “relevance” of the triple
In literature, data linking often means finding equivalent resources (similarly to record linkage in
database research), i.e. triples with correspondence/match predicate (e.g. owl:sameAs)  in the
following, data linking is intended in its broader meaning (i.e. links with any predicate)
Subject: 𝑟𝑠 ∈ {Milano cultural heritage assets}
Predicate: foaf:depiction  Goal: create <asset> foaf:depiction <photo>
Object: ? ∈ {photos}
Knowledge acquisition
Citizen science
campaign
http://bit.ly/picmiapp
Level badges as
intrinsic incentives
(gamification)
Contributions with
attribution/recognition
Set of all links: <asset> foaf:depiction <photo>
Goal: assign score 𝜎 to rank links on their “recognisability”/“representativeness”
Link ranking [10]
http://bit.ly/indomilando
Pure GWAP with
hidden purpose
Points, badges,
leaderboard as
intrinsic reward
The score 𝜎 is a
function of 𝑋 𝑁
where 𝑋 is the no. of
successes (=recogni-
tions) and 𝑁 the no.
of trials of the
Bernoulli process
(guess or not guess)
realized by the game
Link ranking is a result
of the “agreement”
between players
Link validation [11]
http://bit.ly/foss4game
Set of links: <land-area> clc:hasLandCover <land-cover>
Automatic classifications: <land-cover-assigned-by-DUSAF> ≠ <land-cover-assigned-by-GL30>
Goal: assign score 𝜎 to each link to discover the “right” land cover class
Pure GWAP with
not-so-hidden purpose
(played by “experts”)
Points, badges,
leaderboard as
intrinsic reward
https://youtu.be/Q0ru1hhDM9Q
A player scores if he/she
guess one of the two
disagreeing classifications
Score 𝜎 of each link is
updated on the basis of
players’ choices
(incremented if link
selected, decremented if
link not selected)
When the score of a link
overcomes a threshold
𝜎 ≥ 𝑡 , the link is
considered “true”
Link validation is a result
of the “agreement”
between players
Caveat 1: Mice and Men (or: keep it simple)
Crowdsourcing workers behave like mice [12]
Mice prefer to use their motor skills (biologically cheap, e.g. pressing a lever to get
food) rather than their cognitive skills (biologically expensive, e.g. going through a
labyrinth to get food)
Workers prefer/are better at simple tasks (e.g. those that can be solved at first
sight) and discard/are worse at more complex tasks (e.g. those that require logics)
Crowdsourcing tasks should be carefully designed
Tasks as simple as possible for the workers to solve
Complex tasks together with other incentives (e.g. variety/novelty)
Suggestion 1: Divide et impera (or: Find-Fix-Verify)
Find-Fix-Verify crowd programming pattern [13]
A long and “expensive” task…
Summarize a text to shorten its total length
…is decomposed in more atomic tasks…
1. find sentences that need to be shortened
2. fix a sentence by shortening it
3. verify which summarized sentence maintains original meaning
…and the complex task is turned into a workflow of simple
tasks, and each step is outsourced to a crowd
Caveat 2: aggregation and disagreement
Are all contributors “created equal”?
Contributions/results on the same task are usually aggregated on different workers
(“wisdom of crowds”, “collective intelligence”)
Update formula for 𝜎 score should weight contributions differently by including
some evaluation of contributors’ reliability (e.g. gold standard)
Is there always a “right answer”? Or is there a “crowd truth”? [14]
Not always true/false, because of human subjectivity, ambiguity and uncertainty
Disagreement across contributors is not necessarily bad, but a sign of: different
opinions, interpretations, contexts, perspectives, …
Suggestion 2: compare and contrast
From “wisdom of crowds” to “wisdom of the crowdsourcing methods”: different
approaches to solve the same problem could be put in parallel to compare results
Which is the best crowdsourcing approach
for a specific use case?
Which is the most suitable crowd?
Is crowdsourcing better/faster/cheaper
than automatic means (e.g. AI)?
Examples:
Detecting quality issues in DBpedia [15]: find-verify strategy
with different crowds (experts and workers) behind the find step
Employing people for ontology alignment [16]: outcomes comparable to results of OAEI systems
input
task
output
solution
Citizen Science
Human Computation
Crowdsourcing
Automatic/machine
computation
Bibliography (1/2)
SSWS 2016 - Bertinoro, 22th July 2016
[1] James Surowiecki. The wisdom of crowds, Anchor, 2005.
[2] Alan Irwin. Citizen science: A study of people, expertise and sustainable development. Psychology
Press, 1995.
[3] Jeff Howe. Crowdsourcing: How the power of the crowd is driving the future of business. Random
House, 2008.
[4] Edith Law and Luis von Ahn. Human computation. Synthesis Lectures on Artificial Intelligence and
Machine Learning, 5(3):1–121, 2011.
[5] Jane Mc Gonigal. Reality is broken: Why games make us better and how they can change the world.
Penguin, 2011.
[6] Kevin Werbach and Dan Hunter. For The Win: How Game Thinking Can Revolutionize Your Business.
Wharton Digital Press, 2012.
[7] Luis Von Ahn. Games with a purpose. Computer, 39(6):92–94, 2006.
[8] Luis Von Ahn and Laura Dabbish. Designing games with a purpose. Communications of the ACM,
51(8):58–67, 2008.
Bibliography (2/2)
SSWS 2016 - Bertinoro, 22th July 2016
[9] Cristina Sarasua, Elena Simperl, Natasha Noy, Abraham Bernstein, Jan Marco Leimeister.
Crowdsourcing and the Semantic Web: A Research Manifesto, Human Computation 2 (1), 3-17, 2015.
[10] Irene Celino, Andrea Fiano, and Riccardo Fino. Analysis of a Cultural Heritage Game with a Purpose
with an Educational Incentive, ICWE 2016 Proceedings, pp. 422-430, 2016.
[11] Maria Antonia Brovelli, Irene Celino, Monia Molinari, Vijay Charan Venkatachalam. A crowdsourcing-
based game for land cover validation, ESA Living Planet Symposium 2016 Proceedings, 2016.
[12] Panos Ipeirotis. On Mice and Men: The Role of Biology in Crowdsourcing, Keynote talk at Collective
Intelligence, 2012.
[13] M. Bernstein, G. Little, R. Miller, B. Hartmann, M. Ackerman, D. Karger, D. Crowell, K. Panovich.
Soylent: A Word Processor with a Crowd Inside, UIST Proceedings, 2010.
[14] Lora Aroyo, Chris Welty. Truth is a Lie: 7 Myths about Human Annotation, AI Magazine 2014.
[15] Maribel Acosta, Amrapali Zaveri, Elena Simperl, Dimitris Kontokostas, Fabian Flöck, Jens Lehmann.
Detecting Linked Data Quality Issues via Crowdsourcing: A DBpedia Study, Semantic Web Journal, 2016.
[16] Cristina Sarasua, Elena Simperl, Natasha Noy. Crowdmap: Crowdsourcing ontology alignment with
microtasks, ISWC 2012 Proceedings, pp. 525-541, 2012.
Other relevant work (1/2)
SSWS 2016 - Bertinoro, 22th July 2016
Cultural heritage annotation:
C. Wieser, F. Bry, A. Bérard and R. Lagrange. ARTigo: building an artwork search engine with games and
higher-order latent semantic analysis. In First AAAI Conference on Human Computation and
Crowdsourcing, 2013.
Ranking triples for relevance:
J. Hees, T. Roth-Berghofer, R. Biedert, B. Adrian and A. Dengel. BetterRelations: using a game to rate
linked data triples. In Annual Conference on Artificial Intelligence, 2011.
I. Celino, E. Della Valle and R. Gualandris. On the effectiveness of a Mobile Puzzle Game UI to
Crowdsource Linked Data Management tasks. In CrowdUI workshop, 2014.
DBpedia data cleansing:
J. Waitelonis, N. Ludwig, M. Knuth and H. Sack. WhoKnows? Evaluating Linked Data Heuristics with a
Quiz that cleans up DBpedia. Interactive Technology and Smart Education, 8(4), 2011.
Urban Games on spatial knowledge:
I. Celino, S. Contessa, M. Corubolo, D. Dell'Aglio, E. Della Valle, S. Fumeo and T. Krüger. Linking Smart
Cities Datasets with Human Computation – the case of UrbanMatch, In ISWC 2012.
I. Celino, D. Cerizza, S. Contessa, M. Corubolo, D. Dell'Aglio, E. Della Valle and S. Fumeo. Urbanopoly – a
Social and Location-based Game with a Purpose to Crowdsource your Urban Data, Proceedings of
SoHuman 2012, 2012.
Other relevant work (2/2)
SSWS 2016 - Bertinoro, 22th July 2016
Crowdsourcing ontology engineering tasks or SPARQL querying:
N. Noy, J. Mortensen, M. Musen and P. Alexander. Mechanical turk as an ontology engineer?: using
microtasks as a component of an ontology-engineering workflow. In WebSci 2013.
G. Wohlgenannt, M. Sabou and F. Hanika. Crowd-based ontology engineering with the uComp Protégé
plugin. Semantic Web, 7(4), 2016.
M. Acosta, E. Simperl, F. Flöck and M.E. Vidal. HARE: A Hybrid SPARQL Engine to Enhance Query Answers
via Crowdsourcing. K-CAP 2015.
Crowdsourced contributions and crowd quality:
R. Kern, H. Thies, C. Zirpins and G. Satzger,. Dynamic and Goal-Based Quality Management for Human-
Based Electronic Services. Int. J. Cooperative Inf. Syst. 21, 1, 2012.
T. Schulze, S. Krug and M. Schader. Workers’ Task Choice in Crowdsourcing and Human Computation
Markets. In ICIS Association for Information Systems, 2012.
D. Difallah, G. Demartini and P. Cudré-Mauroux. Pick-a-crowd: tell me what you like, and I'll tell you what
to do. In WWW 2013.
M. Feldman and A. Bernstein. Cognition-based Task Routing: Towards Highly-Effective Task-Assignments
in Crowdsourcing Settings. In ICIS 2014.
Mixed crowdsourcing approaches:
M. S. Bernstein. Crowd-Powered Systems. KI 27, 1, 69–73, 2013.

Mais conteúdo relacionado

Mais procurados

Sexier, smarter, faster Information architecture with topic Maps
Sexier, smarter, faster Information architecture with topic MapsSexier, smarter, faster Information architecture with topic Maps
Sexier, smarter, faster Information architecture with topic MapsAlexander Johannesen
 
Philosophy of Deep Learning
Philosophy of Deep LearningPhilosophy of Deep Learning
Philosophy of Deep LearningMelanie Swan
 
Data visualization through network graphing
Data visualization through network graphingData visualization through network graphing
Data visualization through network graphinggesinaphillips
 
Graph Neural Networks for Recommendations
Graph Neural Networks for RecommendationsGraph Neural Networks for Recommendations
Graph Neural Networks for RecommendationsWQ Fan
 
Mega Collaboration Interface
Mega Collaboration InterfaceMega Collaboration Interface
Mega Collaboration Interfaceguest8c177f
 
Algorithmic Accountability & Learning Analytics (UCL)
Algorithmic Accountability & Learning Analytics (UCL)Algorithmic Accountability & Learning Analytics (UCL)
Algorithmic Accountability & Learning Analytics (UCL)Simon Buckingham Shum
 

Mais procurados (10)

Sexier, smarter, faster Information architecture with topic Maps
Sexier, smarter, faster Information architecture with topic MapsSexier, smarter, faster Information architecture with topic Maps
Sexier, smarter, faster Information architecture with topic Maps
 
Empirical AI Research
Empirical AI Research Empirical AI Research
Empirical AI Research
 
Web Politics 2.0
Web Politics 2.0Web Politics 2.0
Web Politics 2.0
 
Philosophy of Deep Learning
Philosophy of Deep LearningPhilosophy of Deep Learning
Philosophy of Deep Learning
 
Data visualization through network graphing
Data visualization through network graphingData visualization through network graphing
Data visualization through network graphing
 
BCII 2016 - Visualizing Complexity
BCII 2016 - Visualizing ComplexityBCII 2016 - Visualizing Complexity
BCII 2016 - Visualizing Complexity
 
Graph Neural Networks for Recommendations
Graph Neural Networks for RecommendationsGraph Neural Networks for Recommendations
Graph Neural Networks for Recommendations
 
Mega Collaboration Interface
Mega Collaboration InterfaceMega Collaboration Interface
Mega Collaboration Interface
 
Human Computation
Human ComputationHuman Computation
Human Computation
 
Algorithmic Accountability & Learning Analytics (UCL)
Algorithmic Accountability & Learning Analytics (UCL)Algorithmic Accountability & Learning Analytics (UCL)
Algorithmic Accountability & Learning Analytics (UCL)
 

Destaque

Open Data, Open Government & Open Minds - by Nalaka Gunawardene - 15 Oct 2015
Open Data, Open Government & Open Minds - by Nalaka Gunawardene - 15 Oct 2015Open Data, Open Government & Open Minds - by Nalaka Gunawardene - 15 Oct 2015
Open Data, Open Government & Open Minds - by Nalaka Gunawardene - 15 Oct 2015Nalaka Gunawardene
 
Espinoza salas edgar alonso129
Espinoza salas edgar alonso129Espinoza salas edgar alonso129
Espinoza salas edgar alonso129ESPINOZAS47
 
Sistema operativo android
Sistema operativo android Sistema operativo android
Sistema operativo android anviurhez
 
L listat caspe2015
L listat caspe2015L listat caspe2015
L listat caspe2015manelmarine
 
24-10-2014 Gobierno del Estado entrega uniformes escolares gratuitos a estudi...
24-10-2014 Gobierno del Estado entrega uniformes escolares gratuitos a estudi...24-10-2014 Gobierno del Estado entrega uniformes escolares gratuitos a estudi...
24-10-2014 Gobierno del Estado entrega uniformes escolares gratuitos a estudi...Guillermo Padrés Elías
 
10-13_Feature (MBA Executive Education)_Supplement 15.02_v1
10-13_Feature (MBA Executive Education)_Supplement 15.02_v110-13_Feature (MBA Executive Education)_Supplement 15.02_v1
10-13_Feature (MBA Executive Education)_Supplement 15.02_v1Sham Majid
 
How to make your website work for you
How to make your website work for youHow to make your website work for you
How to make your website work for youKatrina Aaslaid
 
Copy of June 5th Presentaton (1)
Copy of June 5th Presentaton (1)Copy of June 5th Presentaton (1)
Copy of June 5th Presentaton (1)KirienSangha
 
Entrepreneurship 101: Commercializing University / Hospital Technologies
Entrepreneurship 101: Commercializing University / Hospital TechnologiesEntrepreneurship 101: Commercializing University / Hospital Technologies
Entrepreneurship 101: Commercializing University / Hospital TechnologiesMaRS Discovery District
 
From research to business: the Web of linked data
From research to business: the Web of linked dataFrom research to business: the Web of linked data
From research to business: the Web of linked dataIrene Celino
 
Η Ιστορία των Σταυροφοριών - Σταυροφορίες κατά των Τούρκων 2. Η Σταυροφορία τ...
Η Ιστορία των Σταυροφοριών - Σταυροφορίες κατά των Τούρκων 2. Η Σταυροφορία τ...Η Ιστορία των Σταυροφοριών - Σταυροφορίες κατά των Τούρκων 2. Η Σταυροφορία τ...
Η Ιστορία των Σταυροφοριών - Σταυροφορίες κατά των Τούρκων 2. Η Σταυροφορία τ...Peter Tzagarakis
 
Mootrashmari wsr to urolithiasis
Mootrashmari wsr to urolithiasisMootrashmari wsr to urolithiasis
Mootrashmari wsr to urolithiasisKamal Sharma
 
ppt on open office.org
ppt on open office.orgppt on open office.org
ppt on open office.orgDeepansh Goel
 
O LÚDICO NO PROCESSO DE ALFABETIZAÇÃO DA CRIANÇA
O LÚDICO NO PROCESSO DE ALFABETIZAÇÃO DA CRIANÇAO LÚDICO NO PROCESSO DE ALFABETIZAÇÃO DA CRIANÇA
O LÚDICO NO PROCESSO DE ALFABETIZAÇÃO DA CRIANÇASandra Lourenco
 
Kaumarbhrutya tantra ( ayurvedic pediatrics ) Syllabus PPT
Kaumarbhrutya tantra ( ayurvedic pediatrics ) Syllabus PPTKaumarbhrutya tantra ( ayurvedic pediatrics ) Syllabus PPT
Kaumarbhrutya tantra ( ayurvedic pediatrics ) Syllabus PPTrajendra deshpande
 

Destaque (19)

Bird calendar 2016 template ppt
Bird calendar 2016 template pptBird calendar 2016 template ppt
Bird calendar 2016 template ppt
 
Open Data, Open Government & Open Minds - by Nalaka Gunawardene - 15 Oct 2015
Open Data, Open Government & Open Minds - by Nalaka Gunawardene - 15 Oct 2015Open Data, Open Government & Open Minds - by Nalaka Gunawardene - 15 Oct 2015
Open Data, Open Government & Open Minds - by Nalaka Gunawardene - 15 Oct 2015
 
DH-HowYouSayMatters-25Jul
DH-HowYouSayMatters-25JulDH-HowYouSayMatters-25Jul
DH-HowYouSayMatters-25Jul
 
Espinoza salas edgar alonso129
Espinoza salas edgar alonso129Espinoza salas edgar alonso129
Espinoza salas edgar alonso129
 
Sistema operativo android
Sistema operativo android Sistema operativo android
Sistema operativo android
 
L listat caspe2015
L listat caspe2015L listat caspe2015
L listat caspe2015
 
24-10-2014 Gobierno del Estado entrega uniformes escolares gratuitos a estudi...
24-10-2014 Gobierno del Estado entrega uniformes escolares gratuitos a estudi...24-10-2014 Gobierno del Estado entrega uniformes escolares gratuitos a estudi...
24-10-2014 Gobierno del Estado entrega uniformes escolares gratuitos a estudi...
 
10-13_Feature (MBA Executive Education)_Supplement 15.02_v1
10-13_Feature (MBA Executive Education)_Supplement 15.02_v110-13_Feature (MBA Executive Education)_Supplement 15.02_v1
10-13_Feature (MBA Executive Education)_Supplement 15.02_v1
 
How to make your website work for you
How to make your website work for youHow to make your website work for you
How to make your website work for you
 
Copy of June 5th Presentaton (1)
Copy of June 5th Presentaton (1)Copy of June 5th Presentaton (1)
Copy of June 5th Presentaton (1)
 
Entrepreneurship 101: Commercializing University / Hospital Technologies
Entrepreneurship 101: Commercializing University / Hospital TechnologiesEntrepreneurship 101: Commercializing University / Hospital Technologies
Entrepreneurship 101: Commercializing University / Hospital Technologies
 
From research to business: the Web of linked data
From research to business: the Web of linked dataFrom research to business: the Web of linked data
From research to business: the Web of linked data
 
Η Ιστορία των Σταυροφοριών - Σταυροφορίες κατά των Τούρκων 2. Η Σταυροφορία τ...
Η Ιστορία των Σταυροφοριών - Σταυροφορίες κατά των Τούρκων 2. Η Σταυροφορία τ...Η Ιστορία των Σταυροφοριών - Σταυροφορίες κατά των Τούρκων 2. Η Σταυροφορία τ...
Η Ιστορία των Σταυροφοριών - Σταυροφορίες κατά των Τούρκων 2. Η Σταυροφορία τ...
 
Mootrashmari wsr to urolithiasis
Mootrashmari wsr to urolithiasisMootrashmari wsr to urolithiasis
Mootrashmari wsr to urolithiasis
 
ppt on open office.org
ppt on open office.orgppt on open office.org
ppt on open office.org
 
11 dicas para escolher a melhor escola Infantil para seu filho
11 dicas para escolher a melhor escola Infantil para seu filho11 dicas para escolher a melhor escola Infantil para seu filho
11 dicas para escolher a melhor escola Infantil para seu filho
 
браузеры
браузерыбраузеры
браузеры
 
O LÚDICO NO PROCESSO DE ALFABETIZAÇÃO DA CRIANÇA
O LÚDICO NO PROCESSO DE ALFABETIZAÇÃO DA CRIANÇAO LÚDICO NO PROCESSO DE ALFABETIZAÇÃO DA CRIANÇA
O LÚDICO NO PROCESSO DE ALFABETIZAÇÃO DA CRIANÇA
 
Kaumarbhrutya tantra ( ayurvedic pediatrics ) Syllabus PPT
Kaumarbhrutya tantra ( ayurvedic pediatrics ) Syllabus PPTKaumarbhrutya tantra ( ayurvedic pediatrics ) Syllabus PPT
Kaumarbhrutya tantra ( ayurvedic pediatrics ) Syllabus PPT
 

Semelhante a SSSW 2016 Cognition Tutorial

Human computation @ Data Semantics
Human computation @ Data SemanticsHuman computation @ Data Semantics
Human computation @ Data SemanticsIrene Celino
 
Social machines: theory design and incentives
Social machines: theory design and incentivesSocial machines: theory design and incentives
Social machines: theory design and incentivesElena Simperl
 
Tom Malone - Program for the Future Dec. 8
Tom Malone - Program for the Future Dec. 8Tom Malone - Program for the Future Dec. 8
Tom Malone - Program for the Future Dec. 8TechVirtual
 
Patterns for collaborative creativity
Patterns for collaborative creativityPatterns for collaborative creativity
Patterns for collaborative creativityJohn Thomas
 
Insemtives at the KIT
Insemtives at the KIT Insemtives at the KIT
Insemtives at the KIT Roberta Cuel
 
Sweeny group think-ias2015
Sweeny group think-ias2015Sweeny group think-ias2015
Sweeny group think-ias2015Marianne Sweeny
 
KMD 1001 Design Brief and Ontology Task
KMD 1001 Design Brief and Ontology TaskKMD 1001 Design Brief and Ontology Task
KMD 1001 Design Brief and Ontology TaskStian Håklev
 
Technology Integration @ St. James
Technology Integration @ St. JamesTechnology Integration @ St. James
Technology Integration @ St. Jamesguesta06b8be6
 
New Frontiers in IA: Design in the Era of Cognitive Computing
New Frontiers in IA: Design in the Era of Cognitive ComputingNew Frontiers in IA: Design in the Era of Cognitive Computing
New Frontiers in IA: Design in the Era of Cognitive ComputingPaul King
 
AtGentive: Attentive Agents for Collaborative Learners
AtGentive: Attentive Agents for Collaborative LearnersAtGentive: Attentive Agents for Collaborative Learners
AtGentive: Attentive Agents for Collaborative LearnersThierry Nabeth
 
Proposing a System to Support Crowdsourcing
Proposing a System to Support CrowdsourcingProposing a System to Support Crowdsourcing
Proposing a System to Support CrowdsourcingCarlos J. Costa
 
Proactive Displays IIIA 20080627
Proactive Displays IIIA 20080627Proactive Displays IIIA 20080627
Proactive Displays IIIA 20080627Joe McCarthy
 
Proactive Displays CSCW2008
Proactive Displays CSCW2008Proactive Displays CSCW2008
Proactive Displays CSCW2008Joe McCarthy
 
Artificial Intelligence power point presentation document
Artificial Intelligence power point presentation documentArtificial Intelligence power point presentation document
Artificial Intelligence power point presentation documentDavid Raj Kanthi
 
Cognitive Computing for Tacit Knowledge1
Cognitive Computing for Tacit Knowledge1Cognitive Computing for Tacit Knowledge1
Cognitive Computing for Tacit Knowledge1Lucia Gradinariu
 
Diseño de escenarios interactivos de aprendizaje con realidad aumentada para...
 Diseño de escenarios interactivos de aprendizaje con realidad aumentada para... Diseño de escenarios interactivos de aprendizaje con realidad aumentada para...
Diseño de escenarios interactivos de aprendizaje con realidad aumentada para...Facultad de Informática UCM
 
From Algorithms to Diagrams: How to Study Platforms?
From Algorithms to Diagrams: How to Study Platforms?From Algorithms to Diagrams: How to Study Platforms?
From Algorithms to Diagrams: How to Study Platforms?Bernhard Rieder
 
Big Data in Learning Analytics - Analytics for Everyday Learning
Big Data in Learning Analytics - Analytics for Everyday LearningBig Data in Learning Analytics - Analytics for Everyday Learning
Big Data in Learning Analytics - Analytics for Everyday LearningStefan Dietze
 
Re-Empower the Public with Data Visualization and Game Design
Re-Empower the Public with Data Visualization and Game DesignRe-Empower the Public with Data Visualization and Game Design
Re-Empower the Public with Data Visualization and Game DesignSam Pottinger
 

Semelhante a SSSW 2016 Cognition Tutorial (20)

Human computation @ Data Semantics
Human computation @ Data SemanticsHuman computation @ Data Semantics
Human computation @ Data Semantics
 
Social machines: theory design and incentives
Social machines: theory design and incentivesSocial machines: theory design and incentives
Social machines: theory design and incentives
 
Tom Malone - Program for the Future Dec. 8
Tom Malone - Program for the Future Dec. 8Tom Malone - Program for the Future Dec. 8
Tom Malone - Program for the Future Dec. 8
 
Patterns for collaborative creativity
Patterns for collaborative creativityPatterns for collaborative creativity
Patterns for collaborative creativity
 
Insemtives at the KIT
Insemtives at the KIT Insemtives at the KIT
Insemtives at the KIT
 
Community as an Asset
Community as an AssetCommunity as an Asset
Community as an Asset
 
Sweeny group think-ias2015
Sweeny group think-ias2015Sweeny group think-ias2015
Sweeny group think-ias2015
 
KMD 1001 Design Brief and Ontology Task
KMD 1001 Design Brief and Ontology TaskKMD 1001 Design Brief and Ontology Task
KMD 1001 Design Brief and Ontology Task
 
Technology Integration @ St. James
Technology Integration @ St. JamesTechnology Integration @ St. James
Technology Integration @ St. James
 
New Frontiers in IA: Design in the Era of Cognitive Computing
New Frontiers in IA: Design in the Era of Cognitive ComputingNew Frontiers in IA: Design in the Era of Cognitive Computing
New Frontiers in IA: Design in the Era of Cognitive Computing
 
AtGentive: Attentive Agents for Collaborative Learners
AtGentive: Attentive Agents for Collaborative LearnersAtGentive: Attentive Agents for Collaborative Learners
AtGentive: Attentive Agents for Collaborative Learners
 
Proposing a System to Support Crowdsourcing
Proposing a System to Support CrowdsourcingProposing a System to Support Crowdsourcing
Proposing a System to Support Crowdsourcing
 
Proactive Displays IIIA 20080627
Proactive Displays IIIA 20080627Proactive Displays IIIA 20080627
Proactive Displays IIIA 20080627
 
Proactive Displays CSCW2008
Proactive Displays CSCW2008Proactive Displays CSCW2008
Proactive Displays CSCW2008
 
Artificial Intelligence power point presentation document
Artificial Intelligence power point presentation documentArtificial Intelligence power point presentation document
Artificial Intelligence power point presentation document
 
Cognitive Computing for Tacit Knowledge1
Cognitive Computing for Tacit Knowledge1Cognitive Computing for Tacit Knowledge1
Cognitive Computing for Tacit Knowledge1
 
Diseño de escenarios interactivos de aprendizaje con realidad aumentada para...
 Diseño de escenarios interactivos de aprendizaje con realidad aumentada para... Diseño de escenarios interactivos de aprendizaje con realidad aumentada para...
Diseño de escenarios interactivos de aprendizaje con realidad aumentada para...
 
From Algorithms to Diagrams: How to Study Platforms?
From Algorithms to Diagrams: How to Study Platforms?From Algorithms to Diagrams: How to Study Platforms?
From Algorithms to Diagrams: How to Study Platforms?
 
Big Data in Learning Analytics - Analytics for Everyday Learning
Big Data in Learning Analytics - Analytics for Everyday LearningBig Data in Learning Analytics - Analytics for Everyday Learning
Big Data in Learning Analytics - Analytics for Everyday Learning
 
Re-Empower the Public with Data Visualization and Game Design
Re-Empower the Public with Data Visualization and Game DesignRe-Empower the Public with Data Visualization and Game Design
Re-Empower the Public with Data Visualization and Game Design
 

Mais de Irene Celino

Knowledge Technologies group at Cefriel
Knowledge Technologies group at CefrielKnowledge Technologies group at Cefriel
Knowledge Technologies group at CefrielIrene Celino
 
Human-in-the-loop @ ISWS 2019
Human-in-the-loop @ ISWS 2019Human-in-the-loop @ ISWS 2019
Human-in-the-loop @ ISWS 2019Irene Celino
 
Interplay of Game Incentives, Player Profiles and Task Difficulty in Games with ...
Interplay of Game Incentives, Player Profiles and Task Difficulty in Games with ...Interplay of Game Incentives, Player Profiles and Task Difficulty in Games with ...
Interplay of Game Incentives, Player Profiles and Task Difficulty in Games with ...Irene Celino
 
A Framework to build Games with a Purpose for Linked Data Refinement
A Framework to build Games with a Purpose  for Linked Data RefinementA Framework to build Games with a Purpose  for Linked Data Refinement
A Framework to build Games with a Purpose for Linked Data RefinementIrene Celino
 
Involving people in Citizen Science through game incentives: the case of the ...
Involving people in Citizen Science through game incentives: the case of the ...Involving people in Citizen Science through game incentives: the case of the ...
Involving people in Citizen Science through game incentives: the case of the ...Irene Celino
 
Ninja Riders: sensibilizzare i giovani a una mobilità più sicura attraverso i...
Ninja Riders: sensibilizzare i giovani a una mobilità più sicura attraverso i...Ninja Riders: sensibilizzare i giovani a una mobilità più sicura attraverso i...
Ninja Riders: sensibilizzare i giovani a una mobilità più sicura attraverso i...Irene Celino
 
Human Computation for VGI Management
Human Computation for VGI ManagementHuman Computation for VGI Management
Human Computation for VGI ManagementIrene Celino
 
Ninja Riders - Youth and Road Safety: Discovering Urban Mobility Behaviours
Ninja Riders - Youth and Road Safety: Discovering Urban Mobility BehavioursNinja Riders - Youth and Road Safety: Discovering Urban Mobility Behaviours
Ninja Riders - Youth and Road Safety: Discovering Urban Mobility BehavioursIrene Celino
 
BotDCAT-AP: An Extension of the DCAT Application Profile for Describing Datas...
BotDCAT-AP: An Extension of the DCAT Application Profile for Describing Datas...BotDCAT-AP: An Extension of the DCAT Application Profile for Describing Datas...
BotDCAT-AP: An Extension of the DCAT Application Profile for Describing Datas...Irene Celino
 
Give and Take in Citizen Science
Give and Take in Citizen ScienceGive and Take in Citizen Science
Give and Take in Citizen ScienceIrene Celino
 
Ninja Riders @ Human Factory Day 2017
Ninja Riders @ Human Factory Day 2017Ninja Riders @ Human Factory Day 2017
Ninja Riders @ Human Factory Day 2017Irene Celino
 
Night Knights: exploiting games to engage people in a citizen science campaign
Night Knights: exploiting games to engage people in a citizen science campaignNight Knights: exploiting games to engage people in a citizen science campaign
Night Knights: exploiting games to engage people in a citizen science campaignIrene Celino
 
STARS4ALL-CAPSSI-Workshop
STARS4ALL-CAPSSI-WorkshopSTARS4ALL-CAPSSI-Workshop
STARS4ALL-CAPSSI-WorkshopIrene Celino
 
Towards Talkin'Piazza: Engaging Citizens through Playful Interaction with Urb...
Towards Talkin'Piazza: Engaging Citizens through Playful Interaction with Urb...Towards Talkin'Piazza: Engaging Citizens through Playful Interaction with Urb...
Towards Talkin'Piazza: Engaging Citizens through Playful Interaction with Urb...Irene Celino
 
Analysis of a Cultural Heritage Game with a Purpose with an Educational Incen...
Analysis of a Cultural Heritage Game with a Purpose with an Educational Incen...Analysis of a Cultural Heritage Game with a Purpose with an Educational Incen...
Analysis of a Cultural Heritage Game with a Purpose with an Educational Incen...Irene Celino
 
Supporting Geo-Ontology Engineering through Spatial Data Analytics
Supporting Geo-Ontology Engineering through Spatial Data AnalyticsSupporting Geo-Ontology Engineering through Spatial Data Analytics
Supporting Geo-Ontology Engineering through Spatial Data AnalyticsIrene Celino
 
Smart City Semantics - Data Analytics and Human Computation to understand the...
Smart City Semantics - Data Analytics and Human Computation to understand the...Smart City Semantics - Data Analytics and Human Computation to understand the...
Smart City Semantics - Data Analytics and Human Computation to understand the...Irene Celino
 
Towards a Semantic City Service Ecosystem
Towards a Semantic City Service EcosystemTowards a Semantic City Service Ecosystem
Towards a Semantic City Service EcosystemIrene Celino
 
Living Land Use - Telecom Big Data Challenge - Trento ICT Days 2014
Living Land Use - Telecom Big Data Challenge - Trento ICT Days 2014Living Land Use - Telecom Big Data Challenge - Trento ICT Days 2014
Living Land Use - Telecom Big Data Challenge - Trento ICT Days 2014Irene Celino
 
Urbanopoly @ PlanetData review
Urbanopoly @ PlanetData reviewUrbanopoly @ PlanetData review
Urbanopoly @ PlanetData reviewIrene Celino
 

Mais de Irene Celino (20)

Knowledge Technologies group at Cefriel
Knowledge Technologies group at CefrielKnowledge Technologies group at Cefriel
Knowledge Technologies group at Cefriel
 
Human-in-the-loop @ ISWS 2019
Human-in-the-loop @ ISWS 2019Human-in-the-loop @ ISWS 2019
Human-in-the-loop @ ISWS 2019
 
Interplay of Game Incentives, Player Profiles and Task Difficulty in Games with ...
Interplay of Game Incentives, Player Profiles and Task Difficulty in Games with ...Interplay of Game Incentives, Player Profiles and Task Difficulty in Games with ...
Interplay of Game Incentives, Player Profiles and Task Difficulty in Games with ...
 
A Framework to build Games with a Purpose for Linked Data Refinement
A Framework to build Games with a Purpose  for Linked Data RefinementA Framework to build Games with a Purpose  for Linked Data Refinement
A Framework to build Games with a Purpose for Linked Data Refinement
 
Involving people in Citizen Science through game incentives: the case of the ...
Involving people in Citizen Science through game incentives: the case of the ...Involving people in Citizen Science through game incentives: the case of the ...
Involving people in Citizen Science through game incentives: the case of the ...
 
Ninja Riders: sensibilizzare i giovani a una mobilità più sicura attraverso i...
Ninja Riders: sensibilizzare i giovani a una mobilità più sicura attraverso i...Ninja Riders: sensibilizzare i giovani a una mobilità più sicura attraverso i...
Ninja Riders: sensibilizzare i giovani a una mobilità più sicura attraverso i...
 
Human Computation for VGI Management
Human Computation for VGI ManagementHuman Computation for VGI Management
Human Computation for VGI Management
 
Ninja Riders - Youth and Road Safety: Discovering Urban Mobility Behaviours
Ninja Riders - Youth and Road Safety: Discovering Urban Mobility BehavioursNinja Riders - Youth and Road Safety: Discovering Urban Mobility Behaviours
Ninja Riders - Youth and Road Safety: Discovering Urban Mobility Behaviours
 
BotDCAT-AP: An Extension of the DCAT Application Profile for Describing Datas...
BotDCAT-AP: An Extension of the DCAT Application Profile for Describing Datas...BotDCAT-AP: An Extension of the DCAT Application Profile for Describing Datas...
BotDCAT-AP: An Extension of the DCAT Application Profile for Describing Datas...
 
Give and Take in Citizen Science
Give and Take in Citizen ScienceGive and Take in Citizen Science
Give and Take in Citizen Science
 
Ninja Riders @ Human Factory Day 2017
Ninja Riders @ Human Factory Day 2017Ninja Riders @ Human Factory Day 2017
Ninja Riders @ Human Factory Day 2017
 
Night Knights: exploiting games to engage people in a citizen science campaign
Night Knights: exploiting games to engage people in a citizen science campaignNight Knights: exploiting games to engage people in a citizen science campaign
Night Knights: exploiting games to engage people in a citizen science campaign
 
STARS4ALL-CAPSSI-Workshop
STARS4ALL-CAPSSI-WorkshopSTARS4ALL-CAPSSI-Workshop
STARS4ALL-CAPSSI-Workshop
 
Towards Talkin'Piazza: Engaging Citizens through Playful Interaction with Urb...
Towards Talkin'Piazza: Engaging Citizens through Playful Interaction with Urb...Towards Talkin'Piazza: Engaging Citizens through Playful Interaction with Urb...
Towards Talkin'Piazza: Engaging Citizens through Playful Interaction with Urb...
 
Analysis of a Cultural Heritage Game with a Purpose with an Educational Incen...
Analysis of a Cultural Heritage Game with a Purpose with an Educational Incen...Analysis of a Cultural Heritage Game with a Purpose with an Educational Incen...
Analysis of a Cultural Heritage Game with a Purpose with an Educational Incen...
 
Supporting Geo-Ontology Engineering through Spatial Data Analytics
Supporting Geo-Ontology Engineering through Spatial Data AnalyticsSupporting Geo-Ontology Engineering through Spatial Data Analytics
Supporting Geo-Ontology Engineering through Spatial Data Analytics
 
Smart City Semantics - Data Analytics and Human Computation to understand the...
Smart City Semantics - Data Analytics and Human Computation to understand the...Smart City Semantics - Data Analytics and Human Computation to understand the...
Smart City Semantics - Data Analytics and Human Computation to understand the...
 
Towards a Semantic City Service Ecosystem
Towards a Semantic City Service EcosystemTowards a Semantic City Service Ecosystem
Towards a Semantic City Service Ecosystem
 
Living Land Use - Telecom Big Data Challenge - Trento ICT Days 2014
Living Land Use - Telecom Big Data Challenge - Trento ICT Days 2014Living Land Use - Telecom Big Data Challenge - Trento ICT Days 2014
Living Land Use - Telecom Big Data Challenge - Trento ICT Days 2014
 
Urbanopoly @ PlanetData review
Urbanopoly @ PlanetData reviewUrbanopoly @ PlanetData review
Urbanopoly @ PlanetData review
 

Último

🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
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
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 

Último (20)

🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
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
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 

SSSW 2016 Cognition Tutorial

  • 1. Cognition for the Semantic Web Involving Humans in Semantic Data Management Irene Celino (irene.celino@cefriel.com) CEFRIEL – Milano, Italy
  • 2. Agenda Methods to involve people (a.k.a. crowdsourcing and its brothers) Motivation and incentives (a.k.a. let’s have fun with games) Crowdsourcing and the Semantic Web (a.k.a. this is SSSW after all…)
  • 3. Methods to involve people What goals can humans help machines to achieve? Which scientific communities “exploit” people? How to involve a crowd of persons? - Citizen Science - Crowdsourcing - Human Computation
  • 4. Wisdom of crowds [1] “Why the Many Are Smarter Than the Few and How Collective Wisdom Shapes Business, Economies, Societies and Nations” Criteria for a wise crowd Diversity of opinion (importance of interpretation) Independence (not a “single mind”) Decentralization (importance of local knowledge) Aggregation (aim to get a collective decision) The are also failures/risks in crowd decisions: Homogeneity, centralization, division, imitation, emotionality
  • 5. Citizen Science [2] Problem: a scientific experiment requires the execution of a lot of simple tasks, but researchers are busy Solution: engage the general audience in solving those tasks, explaining that they are contributing to science, research and the public good Example: https://www.zooniverse.org/
  • 6. Crowdsourcing [3] Problem: a company needs to execute a lot of simple tasks, but cannot afford hiring a person to do that job Solution: pack tasks in bunches (human intellingence tasks or HITs) and outsource them to a very cheap workforce through an online platform Example: https://www.mturk.com/
  • 7. Human Computation [4] Problem: an Artificial Intelligence algorithm is unable to achieve an adequate result with a satisfactory level of confidence Solution: ask people to intervene when the AI system fails, “masking” the task within another human process Example: https://www.google.com/recaptcha/
  • 8. Spot the difference… Similarities: - Involvement of people - No automatic replacement Variations: - Motivation - Reward (glory, money, passion) Hybrids or parallel! Citizen Science Crowdsourcing Human Computation
  • 9. Motivation and incentives Apart from extrinsic rewards (money, prizes, etc.) what are the intrinsic incentives we can adopt to motivate people? How can we leverage “fun” through games and game-like applications? - Gamification - Games with a Purpose (GWAP)
  • 10. Gamification [5,6] Problem: motivate people to execute boring or mandatory tasks (especially in cooperative environments) that they are usually not very happy to do Solution: introduce typical game elements (e.g. points, badges, leaderboards) within the more traditional processes and systems Example: https://badgeville.com/
  • 11. Games with a Purpose (GWAP) [7,8] Problem: same of Human Computation (ask humans when AI fails) Solution: hide the task within a game, so that users are motivated by game challenges, often remaining unaware of the hidden purpose, task solution comes from agreement between players Example: http://www.gwap.com/
  • 12. Crowdsourcing and the Semantic Web Can we involve people in Semantic Web systems? What semantic data management tasks can we effectively “outsource” to humans?
  • 13. Why Crowdsourcing in the Semantic Web? Knowledge-intensive and/or context-specific character of Semantic Web tasks: e.g., conceptual modelling, multi-language resource labelling, content annotation with ontologies, concept/entity similarity recognition, … Crowdsourcing can help to engage users and involve them in executing tasks: e.g., wikis for semantic content authoring, folksonomies to bootstrap formal ontologies, human computation approaches, …
  • 14. Semantic Crowdsourcing [9] Many tasks in Semantic Web data management/curation can exploit Crowdsourcing Fact level Schema level Collection Creation CorrectionValidation Filtering Ranking Linking Conceptual modelling Ontology population Quality assessment Ontology re- engineering Ontology pruning Ontology elicitation Knowledge acquisition Ontology repair Knowledge base update Data search/ selection Link generation Ontology alignment Ontology matching
  • 15. Focus on Data Linking Creation of links in the form of RDF triples (subject, predicate, object) Within the same dataset (i.e. generating new connections between resources of the same dataset) Across different datasets (i.e. creating RDF links, as named in the Linked Data world) Notes: Generated links can have an associated score σ ∈ 0,1 expressing a sort of “confidence” in the truth value or in the “relevance” of the triple In literature, data linking often means finding equivalent resources (similarly to record linkage in database research), i.e. triples with correspondence/match predicate (e.g. owl:sameAs)  in the following, data linking is intended in its broader meaning (i.e. links with any predicate)
  • 16. Subject: 𝑟𝑠 ∈ {Milano cultural heritage assets} Predicate: foaf:depiction  Goal: create <asset> foaf:depiction <photo> Object: ? ∈ {photos} Knowledge acquisition Citizen science campaign http://bit.ly/picmiapp Level badges as intrinsic incentives (gamification) Contributions with attribution/recognition
  • 17. Set of all links: <asset> foaf:depiction <photo> Goal: assign score 𝜎 to rank links on their “recognisability”/“representativeness” Link ranking [10] http://bit.ly/indomilando Pure GWAP with hidden purpose Points, badges, leaderboard as intrinsic reward The score 𝜎 is a function of 𝑋 𝑁 where 𝑋 is the no. of successes (=recogni- tions) and 𝑁 the no. of trials of the Bernoulli process (guess or not guess) realized by the game Link ranking is a result of the “agreement” between players
  • 18. Link validation [11] http://bit.ly/foss4game Set of links: <land-area> clc:hasLandCover <land-cover> Automatic classifications: <land-cover-assigned-by-DUSAF> ≠ <land-cover-assigned-by-GL30> Goal: assign score 𝜎 to each link to discover the “right” land cover class Pure GWAP with not-so-hidden purpose (played by “experts”) Points, badges, leaderboard as intrinsic reward https://youtu.be/Q0ru1hhDM9Q A player scores if he/she guess one of the two disagreeing classifications Score 𝜎 of each link is updated on the basis of players’ choices (incremented if link selected, decremented if link not selected) When the score of a link overcomes a threshold 𝜎 ≥ 𝑡 , the link is considered “true” Link validation is a result of the “agreement” between players
  • 19. Caveat 1: Mice and Men (or: keep it simple) Crowdsourcing workers behave like mice [12] Mice prefer to use their motor skills (biologically cheap, e.g. pressing a lever to get food) rather than their cognitive skills (biologically expensive, e.g. going through a labyrinth to get food) Workers prefer/are better at simple tasks (e.g. those that can be solved at first sight) and discard/are worse at more complex tasks (e.g. those that require logics) Crowdsourcing tasks should be carefully designed Tasks as simple as possible for the workers to solve Complex tasks together with other incentives (e.g. variety/novelty)
  • 20. Suggestion 1: Divide et impera (or: Find-Fix-Verify) Find-Fix-Verify crowd programming pattern [13] A long and “expensive” task… Summarize a text to shorten its total length …is decomposed in more atomic tasks… 1. find sentences that need to be shortened 2. fix a sentence by shortening it 3. verify which summarized sentence maintains original meaning …and the complex task is turned into a workflow of simple tasks, and each step is outsourced to a crowd
  • 21. Caveat 2: aggregation and disagreement Are all contributors “created equal”? Contributions/results on the same task are usually aggregated on different workers (“wisdom of crowds”, “collective intelligence”) Update formula for 𝜎 score should weight contributions differently by including some evaluation of contributors’ reliability (e.g. gold standard) Is there always a “right answer”? Or is there a “crowd truth”? [14] Not always true/false, because of human subjectivity, ambiguity and uncertainty Disagreement across contributors is not necessarily bad, but a sign of: different opinions, interpretations, contexts, perspectives, …
  • 22. Suggestion 2: compare and contrast From “wisdom of crowds” to “wisdom of the crowdsourcing methods”: different approaches to solve the same problem could be put in parallel to compare results Which is the best crowdsourcing approach for a specific use case? Which is the most suitable crowd? Is crowdsourcing better/faster/cheaper than automatic means (e.g. AI)? Examples: Detecting quality issues in DBpedia [15]: find-verify strategy with different crowds (experts and workers) behind the find step Employing people for ontology alignment [16]: outcomes comparable to results of OAEI systems input task output solution Citizen Science Human Computation Crowdsourcing Automatic/machine computation
  • 23. Bibliography (1/2) SSWS 2016 - Bertinoro, 22th July 2016 [1] James Surowiecki. The wisdom of crowds, Anchor, 2005. [2] Alan Irwin. Citizen science: A study of people, expertise and sustainable development. Psychology Press, 1995. [3] Jeff Howe. Crowdsourcing: How the power of the crowd is driving the future of business. Random House, 2008. [4] Edith Law and Luis von Ahn. Human computation. Synthesis Lectures on Artificial Intelligence and Machine Learning, 5(3):1–121, 2011. [5] Jane Mc Gonigal. Reality is broken: Why games make us better and how they can change the world. Penguin, 2011. [6] Kevin Werbach and Dan Hunter. For The Win: How Game Thinking Can Revolutionize Your Business. Wharton Digital Press, 2012. [7] Luis Von Ahn. Games with a purpose. Computer, 39(6):92–94, 2006. [8] Luis Von Ahn and Laura Dabbish. Designing games with a purpose. Communications of the ACM, 51(8):58–67, 2008.
  • 24. Bibliography (2/2) SSWS 2016 - Bertinoro, 22th July 2016 [9] Cristina Sarasua, Elena Simperl, Natasha Noy, Abraham Bernstein, Jan Marco Leimeister. Crowdsourcing and the Semantic Web: A Research Manifesto, Human Computation 2 (1), 3-17, 2015. [10] Irene Celino, Andrea Fiano, and Riccardo Fino. Analysis of a Cultural Heritage Game with a Purpose with an Educational Incentive, ICWE 2016 Proceedings, pp. 422-430, 2016. [11] Maria Antonia Brovelli, Irene Celino, Monia Molinari, Vijay Charan Venkatachalam. A crowdsourcing- based game for land cover validation, ESA Living Planet Symposium 2016 Proceedings, 2016. [12] Panos Ipeirotis. On Mice and Men: The Role of Biology in Crowdsourcing, Keynote talk at Collective Intelligence, 2012. [13] M. Bernstein, G. Little, R. Miller, B. Hartmann, M. Ackerman, D. Karger, D. Crowell, K. Panovich. Soylent: A Word Processor with a Crowd Inside, UIST Proceedings, 2010. [14] Lora Aroyo, Chris Welty. Truth is a Lie: 7 Myths about Human Annotation, AI Magazine 2014. [15] Maribel Acosta, Amrapali Zaveri, Elena Simperl, Dimitris Kontokostas, Fabian Flöck, Jens Lehmann. Detecting Linked Data Quality Issues via Crowdsourcing: A DBpedia Study, Semantic Web Journal, 2016. [16] Cristina Sarasua, Elena Simperl, Natasha Noy. Crowdmap: Crowdsourcing ontology alignment with microtasks, ISWC 2012 Proceedings, pp. 525-541, 2012.
  • 25. Other relevant work (1/2) SSWS 2016 - Bertinoro, 22th July 2016 Cultural heritage annotation: C. Wieser, F. Bry, A. Bérard and R. Lagrange. ARTigo: building an artwork search engine with games and higher-order latent semantic analysis. In First AAAI Conference on Human Computation and Crowdsourcing, 2013. Ranking triples for relevance: J. Hees, T. Roth-Berghofer, R. Biedert, B. Adrian and A. Dengel. BetterRelations: using a game to rate linked data triples. In Annual Conference on Artificial Intelligence, 2011. I. Celino, E. Della Valle and R. Gualandris. On the effectiveness of a Mobile Puzzle Game UI to Crowdsource Linked Data Management tasks. In CrowdUI workshop, 2014. DBpedia data cleansing: J. Waitelonis, N. Ludwig, M. Knuth and H. Sack. WhoKnows? Evaluating Linked Data Heuristics with a Quiz that cleans up DBpedia. Interactive Technology and Smart Education, 8(4), 2011. Urban Games on spatial knowledge: I. Celino, S. Contessa, M. Corubolo, D. Dell'Aglio, E. Della Valle, S. Fumeo and T. Krüger. Linking Smart Cities Datasets with Human Computation – the case of UrbanMatch, In ISWC 2012. I. Celino, D. Cerizza, S. Contessa, M. Corubolo, D. Dell'Aglio, E. Della Valle and S. Fumeo. Urbanopoly – a Social and Location-based Game with a Purpose to Crowdsource your Urban Data, Proceedings of SoHuman 2012, 2012.
  • 26. Other relevant work (2/2) SSWS 2016 - Bertinoro, 22th July 2016 Crowdsourcing ontology engineering tasks or SPARQL querying: N. Noy, J. Mortensen, M. Musen and P. Alexander. Mechanical turk as an ontology engineer?: using microtasks as a component of an ontology-engineering workflow. In WebSci 2013. G. Wohlgenannt, M. Sabou and F. Hanika. Crowd-based ontology engineering with the uComp Protégé plugin. Semantic Web, 7(4), 2016. M. Acosta, E. Simperl, F. Flöck and M.E. Vidal. HARE: A Hybrid SPARQL Engine to Enhance Query Answers via Crowdsourcing. K-CAP 2015. Crowdsourced contributions and crowd quality: R. Kern, H. Thies, C. Zirpins and G. Satzger,. Dynamic and Goal-Based Quality Management for Human- Based Electronic Services. Int. J. Cooperative Inf. Syst. 21, 1, 2012. T. Schulze, S. Krug and M. Schader. Workers’ Task Choice in Crowdsourcing and Human Computation Markets. In ICIS Association for Information Systems, 2012. D. Difallah, G. Demartini and P. Cudré-Mauroux. Pick-a-crowd: tell me what you like, and I'll tell you what to do. In WWW 2013. M. Feldman and A. Bernstein. Cognition-based Task Routing: Towards Highly-Effective Task-Assignments in Crowdsourcing Settings. In ICIS 2014. Mixed crowdsourcing approaches: M. S. Bernstein. Crowd-Powered Systems. KI 27, 1, 69–73, 2013.