SlideShare una empresa de Scribd logo
1 de 68
Descargar para leer sin conexión
Recommendations as a
Conversation with the User

Daniel Tunkelang
Principal Data Scientist at LinkedIn

      Recruiting Solutions             1
Introductions




                2
Let’s talk about how we talk with machines…




                                              3
Clifford Nass’s secret:
1) Find a conclusion by a social science researcher.

2) Change

   “People do X when interacting with other people.”

                         to

   “People do X when interacting with a computer.”

3) Profit!


                                                       4
Let’s work on our relationship.




                                  5
Core Message

Recommendations are a conversation with the user.
1) Consider asking vs. guessing.
2) Ask good questions.
3) It's ok to make mistakes…
     if you have a good explanation
     and adapt to feedback.




                                                    6
Our goal:




            http://www.wilsoninfo.com/computerclipart.shtm
            l




                                                             7
Overview

1) Theory


2) Examples


3) Action Items




                  8
1) Theory




            9
Pragmatics: the Study of Conversation




                 Paul Grice

                                        10
Grice’s Maxims of Conversation

Maxim 1: Quality
Maxim 2: Quantity
Maxim 3: Relation
Maxim 4: Manner


H. P. Grice, "Logic and conversation” [1975]



                                               11
Maxim 1: Quality




                   12
Quality: Above All, the Truth




       Xiao, Bo and Benbasat, Izak. 2011. "Product-Related Deception in E-Commerce: A
       Theoretical Perspective," MIS Quarterly, (35: 1) pp.169-195.

                                                                                        13
Don’t Lie

1) Don’t use “recommended” when you really mean
  “sponsored” or “excess inventory”.


2) Optimize for the user’s utility.


3) Apply a standard of evidence (quality, quantity) that
  you believe in.

                                                           14
Maxim 1: Quantity




                    15
Right Amount of Information

1) Exchange small units of information.


2) If recommendations supplement other content,
  consider overall cognitive load.


3) Provide short, meaningful explanations.



                                                  16
Maxim 3: Relation




                    17
Relevant to the User

1) Offer value to the user.


2) Respect task context.


3) Don’t be obnoxious.




                              18
Maxim 4: Manner




                  19
Relevant to the User

1) Eschew obfuscation.


2) Avoid ambiguity.


3) Be brief.


4) Be orderly.

                         20
Another Perspective




              Gary Marchionini
                                 21
Human-Computer Information Retrieval


     Empower people to explore large-scale information

                         but demand that

        people also take responsibility for this control

         by expending cognitive and physical energy.


Marchionini, G., “Toward Human-Computer Information Retrieval” [2006]

                                                                   22
Principles of HCIR

1) Do more than deliver relevant information:
   facilitate sensemaking.

2) Increase user responsibility and control:
   require and reward effort.

3) Adapt to increasingly knowledgeable users over time.

4) Be engaging and fun to use!



                                                          23
Facilitate Sensemaking




                         24
Require and Reward Effort




              http://www.posterenvy.com/catalog/ask_why.jpg



                                                              25
Adapt to User Knowledge




                          26
Be Engaging!




               http://bluenile.com/




                                      27
Applying the theory to…

1) Personalized Recommendations

2) Social Recommendations

3) Item Recommendations




                                  28
Personalized Recommendations

1) Be transparent about model so users gain insight.


2) Allow users to modify models to correct mistakes.


3) Solicit just enough information to provide value.




                                                       29
Social Recommendations

1) Identify the right set of similar users.


2) Allow users to manipulate the social lens.


3) Accommodate users who break your model.




                                                30
Item Recommendations

1) Explain recommendations to users.


2) Watch out for non-sequiturs (e.g., diapers -> beer).


3) Play well with user-controlled filtering and sorting.




                                                           31
2) Examples




              32
33
Initial User Experience




                          34
“It just takes 2 minutes…”




                             35
Asking Before Guessing




                         36
Let’s try some answers:




                          37
Uh oh…




         38
Expressing my gustibus…




                          39
New Star Trek = Yes; New Star Wars = No




                                          40
Testing my patience…




                       41
Bring on the quality!




                        42
And continue the conversation.




                                 43
Learning from Netflix

1) Ask the user for help up front. But not too much help.

2) Pay attention to what the user tells you!

3) Give users value early and often.




75% of Netflix views result from recommendations


                                                        44
45
Initial User Experience




                          46
Seed with an artist…




                       47
Or track or genre.




                     48
Goo Goo G'joob!




                  49
Ease user into recommendation space…




                                       50
And go wild!




               51
Shared Product: Personalized Stream




                                      52
Positive and Negative Feedback




                                 53
Learning from Pandora

1) Get meaningful input from user in one step.

2) Explain recommendations to users.

3) Solicit feedback and act on it immediately.




                                                 54
55
My home page…




                56
Explanations and Humility




                            57
Explain What and Why




                       58
Recommendations as a Starting Point




                                      59
Learning from Amazon

1) Show the factors that drive your conclusions.

2) Distinguish different kinds of recommendations.

3) Combine recommendations with user control.



Amazon: 35% of sales result from recommendations



                                                     60
3) Action Items




                  61
Increase explainability.

Explanations can be even more important than the
recommendations themselves.


Herlocker et al., “Explaining collaborative filtering recommendations” [2000]

Sinha and Swearingen, “The role of transparency in recommender systems”
[2002]

Tintarev and Masthoff, “Effective explanations of recommendations: User-
centered design” [2007]

(via Òscar Celma’s book, Music Recommendation and Discovery: The Long
Tail, Long Fail, and Long Play in the Digital Music Space)


                                                                                62
Some models more explainable than others.

1) Consider decision trees and rule-based systems.

2) Avoid using latent, unlabeled features.

3) If the model is opaque, use examples as surrogates.




                                                     63
Make a good first impression.

Your user’s first experience is critical.

Use popularity as a default if it makes sense.

Solicit one valuable piece of information as quickly and
painlessly as possible.



“Do you like the taste of beer?”
http://blog.okcupid.com/index.php/the-best-questions-for-first-dates/


                                                                        64
Design feedback into your system.

You can make mistakes, if users can easily fix them.

Challenging if models use offline computation.

Respond instantly; generalize as quickly as possible.




Agarwal and Chen, “Machine Learning for Large Scale Recommender Systems”
[ICML 2011 Tutorial]


                                                                       65
Integrate recommendations with search.
Recommend next steps, not just items.

In a task context, recommendations are just another
source of information scent.

Be careful in integrating offline recommendations with
online features like search and navigation.




Pirolli, Information Foraging Theory: Adaptive Interaction with Information [2007]


                                                                                 66
Summary

Recommendations are a conversation with the user.

1) Consider asking vs. guessing.

2) Ask good questions.

3) It's ok to make mistakes…
     if you have a good explanation
     and adapt to feedback.




                                                    67
Thank You!
                  Questions?


                    Contact:
             dtunkelang@linkedin.com


                  We’re Hiring!
        http://engineering.linkedin.com/


                                           68

Más contenido relacionado

La actualidad más candente

Course outline s1 pragmatics
Course outline s1 pragmaticsCourse outline s1 pragmatics
Course outline s1 pragmaticsSusilo Ma'ruf
 
Critical Linguist and Critycal Discourse Analysis
Critical Linguist and Critycal Discourse AnalysisCritical Linguist and Critycal Discourse Analysis
Critical Linguist and Critycal Discourse Analysisliveistoshare
 
A lesson plan in english using suggestopedia
A lesson plan in english using suggestopediaA lesson plan in english using suggestopedia
A lesson plan in english using suggestopediaKat Lutao
 
Speech error and slip of tongue
Speech error and slip of tongueSpeech error and slip of tongue
Speech error and slip of tongueHikmah Pravitasari
 
Principles and Parameters in Syntax
Principles and Parameters in SyntaxPrinciples and Parameters in Syntax
Principles and Parameters in SyntaxOusama Bziker
 
Pragmatics implicature 2
Pragmatics implicature 2Pragmatics implicature 2
Pragmatics implicature 2phannguyen161
 
Interpersonal meaning
Interpersonal meaningInterpersonal meaning
Interpersonal meaningJanet Tibaldo
 
Morpheme, morphological analysis and morphemic analysis
Morpheme, morphological analysis and morphemic analysisMorpheme, morphological analysis and morphemic analysis
Morpheme, morphological analysis and morphemic analysissyerencs
 
Pragmatics intro to linguistic
Pragmatics intro to linguisticPragmatics intro to linguistic
Pragmatics intro to linguisticUlil Fauziyah
 
Presupposition And Entailment By Dr.Shadia
Presupposition And Entailment By Dr.ShadiaPresupposition And Entailment By Dr.Shadia
Presupposition And Entailment By Dr.ShadiaDr. Shadia Banjar
 

La actualidad más candente (20)

Pragmatics:Adjacency pairs
Pragmatics:Adjacency pairsPragmatics:Adjacency pairs
Pragmatics:Adjacency pairs
 
Conversation analysis
Conversation analysisConversation analysis
Conversation analysis
 
Course outline s1 pragmatics
Course outline s1 pragmaticsCourse outline s1 pragmatics
Course outline s1 pragmatics
 
Critical Linguist and Critycal Discourse Analysis
Critical Linguist and Critycal Discourse AnalysisCritical Linguist and Critycal Discourse Analysis
Critical Linguist and Critycal Discourse Analysis
 
PRAGMATICS: CONCEPT OF IMPLICATURE
PRAGMATICS: CONCEPT OF IMPLICATUREPRAGMATICS: CONCEPT OF IMPLICATURE
PRAGMATICS: CONCEPT OF IMPLICATURE
 
A lesson plan in english using suggestopedia
A lesson plan in english using suggestopediaA lesson plan in english using suggestopedia
A lesson plan in english using suggestopedia
 
Speech error and slip of tongue
Speech error and slip of tongueSpeech error and slip of tongue
Speech error and slip of tongue
 
Binding theory
Binding theoryBinding theory
Binding theory
 
Flouting and violating maxims
Flouting and violating maximsFlouting and violating maxims
Flouting and violating maxims
 
Reference and inference
Reference and inferenceReference and inference
Reference and inference
 
Psycholinguistics
PsycholinguisticsPsycholinguistics
Psycholinguistics
 
Principles and Parameters in Syntax
Principles and Parameters in SyntaxPrinciples and Parameters in Syntax
Principles and Parameters in Syntax
 
Adjacency pair
Adjacency pairAdjacency pair
Adjacency pair
 
Pragmatics implicature 2
Pragmatics implicature 2Pragmatics implicature 2
Pragmatics implicature 2
 
Hedging maxims
Hedging maximsHedging maxims
Hedging maxims
 
Interpersonal meaning
Interpersonal meaningInterpersonal meaning
Interpersonal meaning
 
Morpheme, morphological analysis and morphemic analysis
Morpheme, morphological analysis and morphemic analysisMorpheme, morphological analysis and morphemic analysis
Morpheme, morphological analysis and morphemic analysis
 
Pragmatics intro to linguistic
Pragmatics intro to linguisticPragmatics intro to linguistic
Pragmatics intro to linguistic
 
Presupposition And Entailment By Dr.Shadia
Presupposition And Entailment By Dr.ShadiaPresupposition And Entailment By Dr.Shadia
Presupposition And Entailment By Dr.Shadia
 
Ambiguity
AmbiguityAmbiguity
Ambiguity
 

Destacado

Grice's theory of conversational implicature
Grice's theory of conversational implicatureGrice's theory of conversational implicature
Grice's theory of conversational implicatureLahcen Graid
 
Cooperative principles and implicatures
Cooperative principles and implicaturesCooperative principles and implicatures
Cooperative principles and implicaturesAhmed Qadoury Abed
 
A recommendation report-Amanda ariel Mitchell
A recommendation report-Amanda ariel Mitchell A recommendation report-Amanda ariel Mitchell
A recommendation report-Amanda ariel Mitchell Amanda Mitchell
 
Tourism and Web 2.0 Mix (2008)
Tourism and Web 2.0 Mix (2008)Tourism and Web 2.0 Mix (2008)
Tourism and Web 2.0 Mix (2008)ron mader
 
Recommendation Report Final
Recommendation Report FinalRecommendation Report Final
Recommendation Report FinalCasey Scheffler
 
Conclusion paragraph
Conclusion paragraphConclusion paragraph
Conclusion paragraphBreeze Brinks
 
REPORT (RECOMMENDATION REPORT)
REPORT (RECOMMENDATION REPORT)REPORT (RECOMMENDATION REPORT)
REPORT (RECOMMENDATION REPORT)Ferl Odette Abdala
 
Speech Acts
Speech ActsSpeech Acts
Speech Actslingueek
 
direct and indirect speech
direct and indirect speechdirect and indirect speech
direct and indirect speechmunsif123
 
Cooperative principle
Cooperative principleCooperative principle
Cooperative principleDiyar Mustafa
 
Friendbook a semantic based friend recommendation system for social networks
Friendbook a semantic based friend recommendation system for social networksFriendbook a semantic based friend recommendation system for social networks
Friendbook a semantic based friend recommendation system for social networksNagamalleswararao Tadikonda
 
Polished recommendation report
Polished recommendation reportPolished recommendation report
Polished recommendation reportJoseph Legan
 
Gricean maxims.howtoavoid pdf
Gricean maxims.howtoavoid pdfGricean maxims.howtoavoid pdf
Gricean maxims.howtoavoid pdfthuong do
 
Grice maxims and implicature in waiting for godot
Grice maxims  and implicature in waiting for godotGrice maxims  and implicature in waiting for godot
Grice maxims and implicature in waiting for godotrizwan shabbir
 

Destacado (20)

Grice's theory of conversational implicature
Grice's theory of conversational implicatureGrice's theory of conversational implicature
Grice's theory of conversational implicature
 
Grice maxims
Grice maximsGrice maxims
Grice maxims
 
Cooperative principles and implicatures
Cooperative principles and implicaturesCooperative principles and implicatures
Cooperative principles and implicatures
 
The cooperative principle
The cooperative principleThe cooperative principle
The cooperative principle
 
Examen ngf2012
Examen ngf2012Examen ngf2012
Examen ngf2012
 
Recommendation report tcn (1)
Recommendation report tcn (1)Recommendation report tcn (1)
Recommendation report tcn (1)
 
A recommendation report-Amanda ariel Mitchell
A recommendation report-Amanda ariel Mitchell A recommendation report-Amanda ariel Mitchell
A recommendation report-Amanda ariel Mitchell
 
Tourism and Web 2.0 Mix (2008)
Tourism and Web 2.0 Mix (2008)Tourism and Web 2.0 Mix (2008)
Tourism and Web 2.0 Mix (2008)
 
Recommendation Report Final
Recommendation Report FinalRecommendation Report Final
Recommendation Report Final
 
Conclusion paragraph
Conclusion paragraphConclusion paragraph
Conclusion paragraph
 
REPORT (RECOMMENDATION REPORT)
REPORT (RECOMMENDATION REPORT)REPORT (RECOMMENDATION REPORT)
REPORT (RECOMMENDATION REPORT)
 
Speech Acts
Speech ActsSpeech Acts
Speech Acts
 
direct and indirect speech
direct and indirect speechdirect and indirect speech
direct and indirect speech
 
Cooperative principle
Cooperative principleCooperative principle
Cooperative principle
 
Friendbook a semantic based friend recommendation system for social networks
Friendbook a semantic based friend recommendation system for social networksFriendbook a semantic based friend recommendation system for social networks
Friendbook a semantic based friend recommendation system for social networks
 
Polished recommendation report
Polished recommendation reportPolished recommendation report
Polished recommendation report
 
Gricean maxims.howtoavoid pdf
Gricean maxims.howtoavoid pdfGricean maxims.howtoavoid pdf
Gricean maxims.howtoavoid pdf
 
Grice maxims and implicature in waiting for godot
Grice maxims  and implicature in waiting for godotGrice maxims  and implicature in waiting for godot
Grice maxims and implicature in waiting for godot
 
The conclusion paragraph
The conclusion paragraphThe conclusion paragraph
The conclusion paragraph
 
Speech acts
Speech actsSpeech acts
Speech acts
 

Similar a Recommendations as a Conversation with the User

Macadamian - Product Camp - Top10 researchsecretswebinar dan_arra_march,2013
Macadamian - Product Camp - Top10 researchsecretswebinar dan_arra_march,2013Macadamian - Product Camp - Top10 researchsecretswebinar dan_arra_march,2013
Macadamian - Product Camp - Top10 researchsecretswebinar dan_arra_march,2013Dan Arra
 
Designing Interactions Downloadable PDF Doc
Designing Interactions Downloadable PDF DocDesigning Interactions Downloadable PDF Doc
Designing Interactions Downloadable PDF DocConnie Malamed
 
April 22, 2011 MIT talk
April 22, 2011 MIT talkApril 22, 2011 MIT talk
April 22, 2011 MIT talkCliff Lampe
 
Usability and User Experience Training Seminar
Usability and User Experience Training SeminarUsability and User Experience Training Seminar
Usability and User Experience Training Seminarlabecvar
 
Using Design Thinking to Develop Visitor-Centered Experiences
Using Design Thinking to Develop Visitor-Centered ExperiencesUsing Design Thinking to Develop Visitor-Centered Experiences
Using Design Thinking to Develop Visitor-Centered ExperiencesWest Muse
 
Don't let assumptions kill good ideas web con 2021
Don't let assumptions kill good ideas   web con 2021Don't let assumptions kill good ideas   web con 2021
Don't let assumptions kill good ideas web con 2021Lauren Liss
 
Design Research (is not Market Research)
Design Research (is not Market Research)Design Research (is not Market Research)
Design Research (is not Market Research)Joyce Chou
 
Modern "Social" Online Qualitative Research
Modern "Social" Online Qualitative ResearchModern "Social" Online Qualitative Research
Modern "Social" Online Qualitative ResearchRamius
 
Human Factors in Innovation: Designing for Adoption
Human Factors in Innovation: Designing for AdoptionHuman Factors in Innovation: Designing for Adoption
Human Factors in Innovation: Designing for AdoptionJim Kalbach
 
Understanding Users
Understanding UsersUnderstanding Users
Understanding UsersAbby Covert
 
EARCOS 2015 Emergent leadership -people, culture and collective intelligence
EARCOS 2015 Emergent leadership -people, culture and collective intelligenceEARCOS 2015 Emergent leadership -people, culture and collective intelligence
EARCOS 2015 Emergent leadership -people, culture and collective intelligenceChris Jansen
 
Collaborative analysis techniques for user reseaerch
Collaborative analysis techniques for user reseaerchCollaborative analysis techniques for user reseaerch
Collaborative analysis techniques for user reseaerchDana Chisnell
 
форсайт управление думая о будущем 2
форсайт управление думая о будущем 2форсайт управление думая о будущем 2
форсайт управление думая о будущем 2Денис Семыкин
 
27 creativity and innovation tools - in one-pagers!
27 creativity and innovation tools - in one-pagers!27 creativity and innovation tools - in one-pagers!
27 creativity and innovation tools - in one-pagers!Marc Heleven
 
BEST PRACTICES FOR COMMUNICATING WITH KEY PROJECT STAKEHOLDERS A Case Study
BEST PRACTICES FOR COMMUNICATING WITH KEY PROJECT STAKEHOLDERS A Case StudyBEST PRACTICES FOR COMMUNICATING WITH KEY PROJECT STAKEHOLDERS A Case Study
BEST PRACTICES FOR COMMUNICATING WITH KEY PROJECT STAKEHOLDERS A Case StudyEna Arel
 
MCC Technology Class (April 2012)
MCC Technology Class (April 2012) MCC Technology Class (April 2012)
MCC Technology Class (April 2012) Michael Rawlins
 
Muller - Grounded Theory Method (revised 2012)
Muller - Grounded Theory Method (revised 2012)Muller - Grounded Theory Method (revised 2012)
Muller - Grounded Theory Method (revised 2012)Michael Muller
 
Grounded Theory Method - Muller
Grounded Theory Method - MullerGrounded Theory Method - Muller
Grounded Theory Method - MullerMichael Muller
 

Similar a Recommendations as a Conversation with the User (20)

Macadamian - Product Camp - Top10 researchsecretswebinar dan_arra_march,2013
Macadamian - Product Camp - Top10 researchsecretswebinar dan_arra_march,2013Macadamian - Product Camp - Top10 researchsecretswebinar dan_arra_march,2013
Macadamian - Product Camp - Top10 researchsecretswebinar dan_arra_march,2013
 
Designing Interactions Downloadable PDF Doc
Designing Interactions Downloadable PDF DocDesigning Interactions Downloadable PDF Doc
Designing Interactions Downloadable PDF Doc
 
April 22, 2011 MIT talk
April 22, 2011 MIT talkApril 22, 2011 MIT talk
April 22, 2011 MIT talk
 
2012 staff-immediate tech infusion
2012 staff-immediate tech infusion2012 staff-immediate tech infusion
2012 staff-immediate tech infusion
 
Human centered design and Social media
Human centered design and Social mediaHuman centered design and Social media
Human centered design and Social media
 
Usability and User Experience Training Seminar
Usability and User Experience Training SeminarUsability and User Experience Training Seminar
Usability and User Experience Training Seminar
 
Using Design Thinking to Develop Visitor-Centered Experiences
Using Design Thinking to Develop Visitor-Centered ExperiencesUsing Design Thinking to Develop Visitor-Centered Experiences
Using Design Thinking to Develop Visitor-Centered Experiences
 
Don't let assumptions kill good ideas web con 2021
Don't let assumptions kill good ideas   web con 2021Don't let assumptions kill good ideas   web con 2021
Don't let assumptions kill good ideas web con 2021
 
Design Research (is not Market Research)
Design Research (is not Market Research)Design Research (is not Market Research)
Design Research (is not Market Research)
 
Modern "Social" Online Qualitative Research
Modern "Social" Online Qualitative ResearchModern "Social" Online Qualitative Research
Modern "Social" Online Qualitative Research
 
Human Factors in Innovation: Designing for Adoption
Human Factors in Innovation: Designing for AdoptionHuman Factors in Innovation: Designing for Adoption
Human Factors in Innovation: Designing for Adoption
 
Understanding Users
Understanding UsersUnderstanding Users
Understanding Users
 
EARCOS 2015 Emergent leadership -people, culture and collective intelligence
EARCOS 2015 Emergent leadership -people, culture and collective intelligenceEARCOS 2015 Emergent leadership -people, culture and collective intelligence
EARCOS 2015 Emergent leadership -people, culture and collective intelligence
 
Collaborative analysis techniques for user reseaerch
Collaborative analysis techniques for user reseaerchCollaborative analysis techniques for user reseaerch
Collaborative analysis techniques for user reseaerch
 
форсайт управление думая о будущем 2
форсайт управление думая о будущем 2форсайт управление думая о будущем 2
форсайт управление думая о будущем 2
 
27 creativity and innovation tools - in one-pagers!
27 creativity and innovation tools - in one-pagers!27 creativity and innovation tools - in one-pagers!
27 creativity and innovation tools - in one-pagers!
 
BEST PRACTICES FOR COMMUNICATING WITH KEY PROJECT STAKEHOLDERS A Case Study
BEST PRACTICES FOR COMMUNICATING WITH KEY PROJECT STAKEHOLDERS A Case StudyBEST PRACTICES FOR COMMUNICATING WITH KEY PROJECT STAKEHOLDERS A Case Study
BEST PRACTICES FOR COMMUNICATING WITH KEY PROJECT STAKEHOLDERS A Case Study
 
MCC Technology Class (April 2012)
MCC Technology Class (April 2012) MCC Technology Class (April 2012)
MCC Technology Class (April 2012)
 
Muller - Grounded Theory Method (revised 2012)
Muller - Grounded Theory Method (revised 2012)Muller - Grounded Theory Method (revised 2012)
Muller - Grounded Theory Method (revised 2012)
 
Grounded Theory Method - Muller
Grounded Theory Method - MullerGrounded Theory Method - Muller
Grounded Theory Method - Muller
 

Más de Daniel Tunkelang

Query Understanding and Ecommerce
Query Understanding and EcommerceQuery Understanding and Ecommerce
Query Understanding and EcommerceDaniel Tunkelang
 
Semantic Equivalence of e-Commerce Queries
Semantic Equivalence of e-Commerce QueriesSemantic Equivalence of e-Commerce Queries
Semantic Equivalence of e-Commerce QueriesDaniel Tunkelang
 
Helping Searchers Satisfice through Query Understanding
Helping Searchers Satisfice through Query UnderstandingHelping Searchers Satisfice through Query Understanding
Helping Searchers Satisfice through Query UnderstandingDaniel Tunkelang
 
Query Understanding: A Manifesto
Query Understanding: A ManifestoQuery Understanding: A Manifesto
Query Understanding: A ManifestoDaniel Tunkelang
 
Where should you put your data scientists?
Where should you put your data scientists?Where should you put your data scientists?
Where should you put your data scientists?Daniel Tunkelang
 
Data Science: A Mindset for Productivity
Data Science: A Mindset for ProductivityData Science: A Mindset for Productivity
Data Science: A Mindset for ProductivityDaniel Tunkelang
 
My Three Ex’s: A Data Science Approach for Applied Machine Learning
My Three Ex’s: A Data Science Approach for Applied Machine LearningMy Three Ex’s: A Data Science Approach for Applied Machine Learning
My Three Ex’s: A Data Science Approach for Applied Machine LearningDaniel Tunkelang
 
Web science - How is it different?
Web science - How is it different?Web science - How is it different?
Web science - How is it different?Daniel Tunkelang
 
Better Search Through Query Understanding
Better Search Through Query UnderstandingBetter Search Through Query Understanding
Better Search Through Query UnderstandingDaniel Tunkelang
 
Social Search in a Professional Context
Social Search in a Professional ContextSocial Search in a Professional Context
Social Search in a Professional ContextDaniel Tunkelang
 
Find and be Found: Information Retrieval at LinkedIn
Find and be Found: Information Retrieval at LinkedInFind and be Found: Information Retrieval at LinkedIn
Find and be Found: Information Retrieval at LinkedInDaniel Tunkelang
 
Search as Communication: Lessons from a Personal Journey
Search as Communication: Lessons from a Personal JourneySearch as Communication: Lessons from a Personal Journey
Search as Communication: Lessons from a Personal JourneyDaniel Tunkelang
 
Enterprise Search: How do we get there from here?
Enterprise Search: How do we get there from here?Enterprise Search: How do we get there from here?
Enterprise Search: How do we get there from here?Daniel Tunkelang
 
Big Data, We Have a Communication Problem
Big Data, We Have a Communication Problem Big Data, We Have a Communication Problem
Big Data, We Have a Communication Problem Daniel Tunkelang
 
How to Interview a Data Scientist
How to Interview a Data ScientistHow to Interview a Data Scientist
How to Interview a Data ScientistDaniel Tunkelang
 
Information, Attention, and Trust: A Hierarchy of Needs
Information, Attention, and Trust: A Hierarchy of NeedsInformation, Attention, and Trust: A Hierarchy of Needs
Information, Attention, and Trust: A Hierarchy of NeedsDaniel Tunkelang
 
Data By The People, For The People
Data By The People, For The PeopleData By The People, For The People
Data By The People, For The PeopleDaniel Tunkelang
 
Content, Connections, and Context
Content, Connections, and ContextContent, Connections, and Context
Content, Connections, and ContextDaniel Tunkelang
 

Más de Daniel Tunkelang (20)

Query Understanding and Ecommerce
Query Understanding and EcommerceQuery Understanding and Ecommerce
Query Understanding and Ecommerce
 
Semantic Equivalence of e-Commerce Queries
Semantic Equivalence of e-Commerce QueriesSemantic Equivalence of e-Commerce Queries
Semantic Equivalence of e-Commerce Queries
 
Helping Searchers Satisfice through Query Understanding
Helping Searchers Satisfice through Query UnderstandingHelping Searchers Satisfice through Query Understanding
Helping Searchers Satisfice through Query Understanding
 
MMM, Search!
MMM, Search!MMM, Search!
MMM, Search!
 
Enterprise Intelligence
Enterprise IntelligenceEnterprise Intelligence
Enterprise Intelligence
 
Query Understanding: A Manifesto
Query Understanding: A ManifestoQuery Understanding: A Manifesto
Query Understanding: A Manifesto
 
Where should you put your data scientists?
Where should you put your data scientists?Where should you put your data scientists?
Where should you put your data scientists?
 
Data Science: A Mindset for Productivity
Data Science: A Mindset for ProductivityData Science: A Mindset for Productivity
Data Science: A Mindset for Productivity
 
My Three Ex’s: A Data Science Approach for Applied Machine Learning
My Three Ex’s: A Data Science Approach for Applied Machine LearningMy Three Ex’s: A Data Science Approach for Applied Machine Learning
My Three Ex’s: A Data Science Approach for Applied Machine Learning
 
Web science - How is it different?
Web science - How is it different?Web science - How is it different?
Web science - How is it different?
 
Better Search Through Query Understanding
Better Search Through Query UnderstandingBetter Search Through Query Understanding
Better Search Through Query Understanding
 
Social Search in a Professional Context
Social Search in a Professional ContextSocial Search in a Professional Context
Social Search in a Professional Context
 
Find and be Found: Information Retrieval at LinkedIn
Find and be Found: Information Retrieval at LinkedInFind and be Found: Information Retrieval at LinkedIn
Find and be Found: Information Retrieval at LinkedIn
 
Search as Communication: Lessons from a Personal Journey
Search as Communication: Lessons from a Personal JourneySearch as Communication: Lessons from a Personal Journey
Search as Communication: Lessons from a Personal Journey
 
Enterprise Search: How do we get there from here?
Enterprise Search: How do we get there from here?Enterprise Search: How do we get there from here?
Enterprise Search: How do we get there from here?
 
Big Data, We Have a Communication Problem
Big Data, We Have a Communication Problem Big Data, We Have a Communication Problem
Big Data, We Have a Communication Problem
 
How to Interview a Data Scientist
How to Interview a Data ScientistHow to Interview a Data Scientist
How to Interview a Data Scientist
 
Information, Attention, and Trust: A Hierarchy of Needs
Information, Attention, and Trust: A Hierarchy of NeedsInformation, Attention, and Trust: A Hierarchy of Needs
Information, Attention, and Trust: A Hierarchy of Needs
 
Data By The People, For The People
Data By The People, For The PeopleData By The People, For The People
Data By The People, For The People
 
Content, Connections, and Context
Content, Connections, and ContextContent, Connections, and Context
Content, Connections, and Context
 

Último

Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsRavi Sanghani
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesKari Kakkonen
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesThousandEyes
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfNeo4j
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterMydbops
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentPim van der Noll
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationKnoldus Inc.
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityIES VE
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesMuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesManik S Magar
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
QCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesQCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesBernd Ruecker
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality AssuranceInflectra
 
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...itnewsafrica
 
React Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkReact Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkPixlogix Infotech
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 

Último (20)

Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and Insights
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examples
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdf
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL Router
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog Presentation
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a reality
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesMuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
QCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesQCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architectures
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
 
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
 
React Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkReact Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App Framework
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 

Recommendations as a Conversation with the User

Notas del editor

  1. Herlockerer al: “Explanations provide us with a mechanism for handling errors that come with a recommendation…most users value the explanations and would like to see them added”Sinha and Swearingen: “Meanlikingwas significantly higher for transparent than non-transparent recommendations…Mean Confidence showed a similar trend”Tintarev and Mastoff: “Feature selection in explanations needs to be tailored to the user [and] context…Features can be selected from a relatively short list…Explanation source matters”