SlideShare uma empresa Scribd logo
1 de 31
Denis studying/working to be a faculty/researcher (Denis Parra || Denis Parra-Santander) PhD Student http://www.sis.pitt.edu/~dparra/ 1 March 18th 2011 PAWS Lab – School of information Sciences – University of Pittsburgh
What is this presentation about? A short introduction of myself A description of my research interests and what I have been doing about it in the latest years 2
I.1 Where are you from? I am from Chile, a country that looks like a chile pepper, but, paradoxically, people don’t eat much spicy food. Chile ≠ [red hot chile pepper]      &&      Chile ≠ México 3
I.2 Are youfrom Santiago, the capital? Good try. One third of the 16 million Chileans lives in Santiago. But Chile is a looong country, in the north is hot and dry, in the south is very cold. I live in Valdivia, a city with rainy weather. Very Hot! Here I Live! Valdivia Very Cold! 4
I.3 Which activities do you like to do? I like playing tennis, running & rowing I like writing poetry. Check some poems herein Spanish (translated to English) I like reading novels, my favorite authors are J. L. Borges, Fyodor Dostoyevsky & James Joyce (right now I’m reading a Roberto Bolaño’s novel) I like listening to music, from Blues to Lady Gaga, passing by Pink Floyd, Radiohead and Los Jaivas. I like watching movies like “A Clockwork Orange” by S. Kubrick and “Underground” by E. Kusturica. I also like surrealistic movies like “The Holy Mountain” by Alejandro Jodorowsky. 5
I.4 OK, but now let’s talk about work… (1997 - 2002) I have BS in Engineering with emphasis in Informatics from Universidad Austral de Chile. This is a 6 year program, my undergrad thesis was titled “SPORAS: An Adaptive Web Platform based on a Multiagent System and Ontologies” (my first link to Dr. Brusilovsky’s field, Adaptive Hypermedia) Then, I worked in several projects of e-learning, developing on Open Source LMS such as Dokeos and Moodle (2003-2004) later on, I worked as IT Manager and consultant for an aquaculture company, Aqua Cards, in the South of Chile (2005-2007) I was also teaching OOP (Java), Matlab, and Introduction to Software Engineering (2004, 2006-2007) In 2007 I co-founded a company, Perceptum TI. 6
I.5 … and what about research? In 2008 I started the PhD program and I joined the PAWS lab (lead by Dr. Brusilovsky) … so here is where this presentation starts Tag-based recommendations Spreading Activation for recommender systems Related projects CourseAgent TagTheMap Conference Navigator Latent Communities This Presentation “Walk the Talk”: Mapping explicit  7
I.6.1 Tag-based recommendations Main topic: Lack of ratings in most items of many systems pushes to look for alternatives to apply user and item-based Collaborative Filtering. We explore 2 variants: neighbor-weighted and tag-based BM25. Presented a workshop paper in HT’09, p1 Presented a short-paper (poster) at Recsys ’09, p2 Presented a short-paper at WI 09, p3 8
I.6.2 Spreading activation Presented a paper in a Workshop of Recsys 2009, p4 Look for a way to apply Spreading activation for recommendations in order to: Make use of the multidimensional network structure of Folksonomies (users, items, tags) Find an scalable algorithm (compared to state-of-the art FolkRank, SVD and LDA-based) that makes use of local topology/neighborhood 9
I.6.3. Related Projects 10
Part II: so finally… This project is based on the work of my internship at Telefónica Research (Barcelona, Spain) in the Summer of 2010 Paper submitted to UMAP 2011:  Walk the Talk Analyzing the relation between implicit and explicit feedback for preference elicitation (I am co-author with Dr. Xavier Amatriain) 11
II.1 Introduction (1/2) Explicit feedback: scarcity (people are not especially eager to rate) Implicit feedback: Is less scarce, but (Hu et al., 2008) There’s no negative feedback Noisy Preference v/s Confidence Lack of evaluation metrics 12
II.1 Introduction (2/2) Which variables better account for the amount of times a user listens to online albums?  Is it possible to map implicit behavior to explicit preference (ratings)? Study with Last.fm users:  Part I: demographics and online music consumption Part II: Rating 100 albums collected from their last.fm user profile 13
II.2 About last.fm 14
II.2.1 Survey Screenshots Requirements: 18 y.o.,  scrobblings > 5000 15
II.2.2 Survey Part I Pre-req: 18 years old & 5,000 min playcount (scrobblings) # Users: 151 users started, 127 completed, 114 after filtering outliers. 82% were male and 18% were female.  From 23 different countries, main were Spain (25 users), U.S. (15 users), and UK (16 users). 80% used 20 or more hours per week of internet. 50% of users listening to music for over 20 hours per week. 9% did not attend music concerts. 30% went to 11 or more concerts a year. 35% said that they only read music magazines or blogs sometimes, but 20% did it every week. 50% of our subjects admitted rating music online never or seldom. 45% of our subjects said they bought 1 to 10 physical records a year. However, a non-negligible 18% said they did not buy any. 35% of our subjects report never buy music online, 8% say they do it once a month or more. 14% preferred to listen to single tracks while over 45% preferred listening to full albums. The other 40% reported listening to music either way. 16
II.2.3 Survey Part II For item (album) sampling, we accounted for Implicit Feedback (IF): playcount for a user on a given item. Changed to scale [1-3], 3 means being more listened to. Global Popularity (GP): global playcount for all users on a given item [1-3]. Changed to scale [1-3], 3 means being more listened to.  Recentness (R) : time ellapsed since user played a given item. Changed to scale [1-3], 3 means being listened to more recently. 17
II.3 General Analysis Initial assumption: Rating and IF (# playcount) must be strongly correlated. 18
II.3.1 Distribution of ratings Average rating: ,[object Object],3.206316 ,[object Object],3.611144 19
II.3.2 Implicit Feedback  5 1 0 20
II.3.3 Recentness 5 0 1 21
II.3.4 Global  Popularity 5 0 1 22
Effect of Track or CD 5 0 1 23
II.3.5 General Analysis - Findings We “see” strong positive correlation between ratings and implicit feedback We “see” some level of  positive correlation between ratings and recentness We don’t expect a significant relations between ratings and global popularity. On demographic data: Just listening to track or album shows a significant effect (using ANOVA) 24
II.4 Regression Analysis Including Recentness increases R2 in more than 10% [ 1  -> 2] Including GP increases R2, not much compared to RE + IF [ 1 -> 3] Not Including GP, but including interaction between IF and RE improves the variance of the DV explained by the regression model. [ 2 -> 4 ] 25
II.4.1 Regression Analysis We tested conclusions of regression analysis by predicting the score, using RMSE and 10-fold cross validations Results of regression analysis are supported. 26
II.4.2 Regression Analysis Including track or CD Including this variable that seemed to have an effect in the general analysis, helped to improve accuracy of the model 27
II.5 Conclusions Using a linear model, Implicit feedback and recentness can help to predict explicit feedback (playcount) Global popularity doesn’t show a significant improvement in the prediction task (discussion) Our model can help to relate implicit and explicit feedback, helping to evaluate and compare explicit and implicit recommender systems. Ongoing Work? 28
THANKS for spending your time listening to this talk  Questions? dap89@pitt.edu 29
Survey part I results 30
Graphics comparing % of ratings given 2 variables 31

Mais conteúdo relacionado

Semelhante a Denis studying to become faculty researcher through PhD research on music recommendations

Tolerance Essay In English For Students. Online assignment writing service.
Tolerance Essay In English For Students. Online assignment writing service.Tolerance Essay In English For Students. Online assignment writing service.
Tolerance Essay In English For Students. Online assignment writing service.Sarah Meza
 
Reflection AssignmentThis week there will be no formal discu.docx
Reflection AssignmentThis week there will be no formal discu.docxReflection AssignmentThis week there will be no formal discu.docx
Reflection AssignmentThis week there will be no formal discu.docxringrid1
 
Spreading the Word! Librarians and OER (OER14, April 2014)
Spreading the Word! Librarians and OER (OER14, April 2014)  Spreading the Word! Librarians and OER (OER14, April 2014)
Spreading the Word! Librarians and OER (OER14, April 2014) Beck Pitt
 
Spreading the Word! Librarians and OER (OER14, April 2014)
Spreading the Word! Librarians and OER (OER14, April 2014) Spreading the Word! Librarians and OER (OER14, April 2014)
Spreading the Word! Librarians and OER (OER14, April 2014) OER Hub
 
Essay On Internet. Advantages and Disadvantages of Internet Essay
Essay On Internet. Advantages and Disadvantages of Internet EssayEssay On Internet. Advantages and Disadvantages of Internet Essay
Essay On Internet. Advantages and Disadvantages of Internet EssayNaomi Davis
 
Does iTunes Provide Everything You Need To Be Entertained. Anywhere. Anytime?
Does iTunes Provide Everything You Need To Be Entertained. Anywhere. Anytime?Does iTunes Provide Everything You Need To Be Entertained. Anywhere. Anytime?
Does iTunes Provide Everything You Need To Be Entertained. Anywhere. Anytime?Joe Dawson
 
Due Date 1159 p.m. EST, Sunday of Unit 4 Points
 Due Date  1159 p.m. EST, Sunday of Unit 4 Points   Due Date  1159 p.m. EST, Sunday of Unit 4 Points
Due Date 1159 p.m. EST, Sunday of Unit 4 Points MargaritoWhitt221
 
Data matters-bournemouth-2015
Data matters-bournemouth-2015Data matters-bournemouth-2015
Data matters-bournemouth-2015Alan Dix
 
Siguse 2009 Symposium Program
Siguse 2009 Symposium ProgramSiguse 2009 Symposium Program
Siguse 2009 Symposium Programsiguse_history
 
Reu13 orientation
Reu13 orientationReu13 orientation
Reu13 orientationgestrine
 
Open debate setting-the-scene-v2_270315
Open debate setting-the-scene-v2_270315Open debate setting-the-scene-v2_270315
Open debate setting-the-scene-v2_270315Fraser Henderson
 
Module 3 reflections - literacies
Module 3 reflections - literaciesModule 3 reflections - literacies
Module 3 reflections - literacieslorettamartin3
 
The Pragmatic Environmentalist
The Pragmatic EnvironmentalistThe Pragmatic Environmentalist
The Pragmatic Environmentalistjsonnenschein
 
Studying and Using Social Media in Academic Research_Paton_Chris
Studying and Using Social Media in Academic Research_Paton_ChrisStudying and Using Social Media in Academic Research_Paton_Chris
Studying and Using Social Media in Academic Research_Paton_Chrisyan_stanford
 
StevenCurtis_Thesis_LivingLabsforSustainability
StevenCurtis_Thesis_LivingLabsforSustainabilityStevenCurtis_Thesis_LivingLabsforSustainability
StevenCurtis_Thesis_LivingLabsforSustainabilitySteven Curtis
 
Social network innovation in the internet’s global coffeehouses
Social network innovation in the internet’s global coffeehousesSocial network innovation in the internet’s global coffeehouses
Social network innovation in the internet’s global coffeehousesUniversity of the West of England
 
Using Social Media in Canadian Academic Libraries: A 2010 CARL ABRC Libraries...
Using Social Media in Canadian Academic Libraries: A 2010 CARL ABRC Libraries...Using Social Media in Canadian Academic Libraries: A 2010 CARL ABRC Libraries...
Using Social Media in Canadian Academic Libraries: A 2010 CARL ABRC Libraries...CARLsurvey2010
 
Using A Mixed Methods Approach
Using A Mixed Methods ApproachUsing A Mixed Methods Approach
Using A Mixed Methods ApproachDeb Birch
 
Communities of interpretation2014
Communities of interpretation2014Communities of interpretation2014
Communities of interpretation2014John Griffiths
 

Semelhante a Denis studying to become faculty researcher through PhD research on music recommendations (20)

Tolerance Essay In English For Students. Online assignment writing service.
Tolerance Essay In English For Students. Online assignment writing service.Tolerance Essay In English For Students. Online assignment writing service.
Tolerance Essay In English For Students. Online assignment writing service.
 
Reflection AssignmentThis week there will be no formal discu.docx
Reflection AssignmentThis week there will be no formal discu.docxReflection AssignmentThis week there will be no formal discu.docx
Reflection AssignmentThis week there will be no formal discu.docx
 
Spreading the Word! Librarians and OER (OER14, April 2014)
Spreading the Word! Librarians and OER (OER14, April 2014)  Spreading the Word! Librarians and OER (OER14, April 2014)
Spreading the Word! Librarians and OER (OER14, April 2014)
 
Spreading the Word! Librarians and OER (OER14, April 2014)
Spreading the Word! Librarians and OER (OER14, April 2014) Spreading the Word! Librarians and OER (OER14, April 2014)
Spreading the Word! Librarians and OER (OER14, April 2014)
 
Essay On Internet. Advantages and Disadvantages of Internet Essay
Essay On Internet. Advantages and Disadvantages of Internet EssayEssay On Internet. Advantages and Disadvantages of Internet Essay
Essay On Internet. Advantages and Disadvantages of Internet Essay
 
Why OER?
Why OER?Why OER?
Why OER?
 
Does iTunes Provide Everything You Need To Be Entertained. Anywhere. Anytime?
Does iTunes Provide Everything You Need To Be Entertained. Anywhere. Anytime?Does iTunes Provide Everything You Need To Be Entertained. Anywhere. Anytime?
Does iTunes Provide Everything You Need To Be Entertained. Anywhere. Anytime?
 
Due Date 1159 p.m. EST, Sunday of Unit 4 Points
 Due Date  1159 p.m. EST, Sunday of Unit 4 Points   Due Date  1159 p.m. EST, Sunday of Unit 4 Points
Due Date 1159 p.m. EST, Sunday of Unit 4 Points
 
Data matters-bournemouth-2015
Data matters-bournemouth-2015Data matters-bournemouth-2015
Data matters-bournemouth-2015
 
Siguse 2009 Symposium Program
Siguse 2009 Symposium ProgramSiguse 2009 Symposium Program
Siguse 2009 Symposium Program
 
Reu13 orientation
Reu13 orientationReu13 orientation
Reu13 orientation
 
Open debate setting-the-scene-v2_270315
Open debate setting-the-scene-v2_270315Open debate setting-the-scene-v2_270315
Open debate setting-the-scene-v2_270315
 
Module 3 reflections - literacies
Module 3 reflections - literaciesModule 3 reflections - literacies
Module 3 reflections - literacies
 
The Pragmatic Environmentalist
The Pragmatic EnvironmentalistThe Pragmatic Environmentalist
The Pragmatic Environmentalist
 
Studying and Using Social Media in Academic Research_Paton_Chris
Studying and Using Social Media in Academic Research_Paton_ChrisStudying and Using Social Media in Academic Research_Paton_Chris
Studying and Using Social Media in Academic Research_Paton_Chris
 
StevenCurtis_Thesis_LivingLabsforSustainability
StevenCurtis_Thesis_LivingLabsforSustainabilityStevenCurtis_Thesis_LivingLabsforSustainability
StevenCurtis_Thesis_LivingLabsforSustainability
 
Social network innovation in the internet’s global coffeehouses
Social network innovation in the internet’s global coffeehousesSocial network innovation in the internet’s global coffeehouses
Social network innovation in the internet’s global coffeehouses
 
Using Social Media in Canadian Academic Libraries: A 2010 CARL ABRC Libraries...
Using Social Media in Canadian Academic Libraries: A 2010 CARL ABRC Libraries...Using Social Media in Canadian Academic Libraries: A 2010 CARL ABRC Libraries...
Using Social Media in Canadian Academic Libraries: A 2010 CARL ABRC Libraries...
 
Using A Mixed Methods Approach
Using A Mixed Methods ApproachUsing A Mixed Methods Approach
Using A Mixed Methods Approach
 
Communities of interpretation2014
Communities of interpretation2014Communities of interpretation2014
Communities of interpretation2014
 

Mais de Denis Parra Santander

The Effect of Explanations & Algorithmic Accuracy on Visual Recommender Syste...
The Effect of Explanations & Algorithmic Accuracy on Visual Recommender Syste...The Effect of Explanations & Algorithmic Accuracy on Visual Recommender Syste...
The Effect of Explanations & Algorithmic Accuracy on Visual Recommender Syste...Denis Parra Santander
 
Do Better ImageNet Models Transfer Better... for Image Recommendation?
Do Better ImageNet Models Transfer Better... for Image Recommendation?Do Better ImageNet Models Transfer Better... for Image Recommendation?
Do Better ImageNet Models Transfer Better... for Image Recommendation?Denis Parra Santander
 
Human-Centered Machine Learning: Harnessing Visualization and Interactivity f...
Human-Centered Machine Learning: Harnessing Visualization and Interactivity f...Human-Centered Machine Learning: Harnessing Visualization and Interactivity f...
Human-Centered Machine Learning: Harnessing Visualization and Interactivity f...Denis Parra Santander
 
Social Aspects of Interactive Recommender Systems
Social Aspects of Interactive Recommender SystemsSocial Aspects of Interactive Recommender Systems
Social Aspects of Interactive Recommender SystemsDenis Parra Santander
 
Data Fusion for Dealing with the Recommendation Problem
Data Fusion for Dealing with the Recommendation ProblemData Fusion for Dealing with the Recommendation Problem
Data Fusion for Dealing with the Recommendation ProblemDenis Parra Santander
 
Research on Recommender Systems: Beyond Ratings and Lists
Research on Recommender Systems: Beyond Ratings and ListsResearch on Recommender Systems: Beyond Ratings and Lists
Research on Recommender Systems: Beyond Ratings and ListsDenis Parra Santander
 
The Effect of Different Set-based Visualizations on User Exploration of Reco...
The Effect of Different Set-based  Visualizations on User Exploration of Reco...The Effect of Different Set-based  Visualizations on User Exploration of Reco...
The Effect of Different Set-based Visualizations on User Exploration of Reco...Denis Parra Santander
 
Network Visualization guest lecture at #DataVizQMSS at @Columbia / #SNA at PU...
Network Visualization guest lecture at #DataVizQMSS at @Columbia / #SNA at PU...Network Visualization guest lecture at #DataVizQMSS at @Columbia / #SNA at PU...
Network Visualization guest lecture at #DataVizQMSS at @Columbia / #SNA at PU...Denis Parra Santander
 

Mais de Denis Parra Santander (9)

The Effect of Explanations & Algorithmic Accuracy on Visual Recommender Syste...
The Effect of Explanations & Algorithmic Accuracy on Visual Recommender Syste...The Effect of Explanations & Algorithmic Accuracy on Visual Recommender Syste...
The Effect of Explanations & Algorithmic Accuracy on Visual Recommender Syste...
 
Do Better ImageNet Models Transfer Better... for Image Recommendation?
Do Better ImageNet Models Transfer Better... for Image Recommendation?Do Better ImageNet Models Transfer Better... for Image Recommendation?
Do Better ImageNet Models Transfer Better... for Image Recommendation?
 
Human-Centered Machine Learning: Harnessing Visualization and Interactivity f...
Human-Centered Machine Learning: Harnessing Visualization and Interactivity f...Human-Centered Machine Learning: Harnessing Visualization and Interactivity f...
Human-Centered Machine Learning: Harnessing Visualization and Interactivity f...
 
Social Aspects of Interactive Recommender Systems
Social Aspects of Interactive Recommender SystemsSocial Aspects of Interactive Recommender Systems
Social Aspects of Interactive Recommender Systems
 
Interactive Recommender Systems
Interactive Recommender SystemsInteractive Recommender Systems
Interactive Recommender Systems
 
Data Fusion for Dealing with the Recommendation Problem
Data Fusion for Dealing with the Recommendation ProblemData Fusion for Dealing with the Recommendation Problem
Data Fusion for Dealing with the Recommendation Problem
 
Research on Recommender Systems: Beyond Ratings and Lists
Research on Recommender Systems: Beyond Ratings and ListsResearch on Recommender Systems: Beyond Ratings and Lists
Research on Recommender Systems: Beyond Ratings and Lists
 
The Effect of Different Set-based Visualizations on User Exploration of Reco...
The Effect of Different Set-based  Visualizations on User Exploration of Reco...The Effect of Different Set-based  Visualizations on User Exploration of Reco...
The Effect of Different Set-based Visualizations on User Exploration of Reco...
 
Network Visualization guest lecture at #DataVizQMSS at @Columbia / #SNA at PU...
Network Visualization guest lecture at #DataVizQMSS at @Columbia / #SNA at PU...Network Visualization guest lecture at #DataVizQMSS at @Columbia / #SNA at PU...
Network Visualization guest lecture at #DataVizQMSS at @Columbia / #SNA at PU...
 

Último

Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4JOYLYNSAMANIEGO
 
Scientific Writing :Research Discourse
Scientific  Writing :Research  DiscourseScientific  Writing :Research  Discourse
Scientific Writing :Research DiscourseAnita GoswamiGiri
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxlancelewisportillo
 
ClimART Action | eTwinning Project
ClimART Action    |    eTwinning ProjectClimART Action    |    eTwinning Project
ClimART Action | eTwinning Projectjordimapav
 
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...Nguyen Thanh Tu Collection
 
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQ-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQuiz Club NITW
 
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxMan or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxDhatriParmar
 
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnvESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnvRicaMaeCastro1
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Seán Kennedy
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQ-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQuiz Club NITW
 
Mythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWMythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWQuiz Club NITW
 
Congestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationCongestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationdeepaannamalai16
 
Using Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea DevelopmentUsing Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea Developmentchesterberbo7
 
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptxDhatriParmar
 
4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptx4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptxmary850239
 
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxGrade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxkarenfajardo43
 

Último (20)

Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4
 
Scientific Writing :Research Discourse
Scientific  Writing :Research  DiscourseScientific  Writing :Research  Discourse
Scientific Writing :Research Discourse
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
 
ClimART Action | eTwinning Project
ClimART Action    |    eTwinning ProjectClimART Action    |    eTwinning Project
ClimART Action | eTwinning Project
 
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
 
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQ-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
 
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxMan or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
 
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnvESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQ-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
 
Mythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWMythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITW
 
Paradigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTAParadigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTA
 
Congestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationCongestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentation
 
Using Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea DevelopmentUsing Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea Development
 
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
 
4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptx4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptx
 
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxGrade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
 

Denis studying to become faculty researcher through PhD research on music recommendations

  • 1. Denis studying/working to be a faculty/researcher (Denis Parra || Denis Parra-Santander) PhD Student http://www.sis.pitt.edu/~dparra/ 1 March 18th 2011 PAWS Lab – School of information Sciences – University of Pittsburgh
  • 2. What is this presentation about? A short introduction of myself A description of my research interests and what I have been doing about it in the latest years 2
  • 3. I.1 Where are you from? I am from Chile, a country that looks like a chile pepper, but, paradoxically, people don’t eat much spicy food. Chile ≠ [red hot chile pepper] && Chile ≠ México 3
  • 4. I.2 Are youfrom Santiago, the capital? Good try. One third of the 16 million Chileans lives in Santiago. But Chile is a looong country, in the north is hot and dry, in the south is very cold. I live in Valdivia, a city with rainy weather. Very Hot! Here I Live! Valdivia Very Cold! 4
  • 5. I.3 Which activities do you like to do? I like playing tennis, running & rowing I like writing poetry. Check some poems herein Spanish (translated to English) I like reading novels, my favorite authors are J. L. Borges, Fyodor Dostoyevsky & James Joyce (right now I’m reading a Roberto Bolaño’s novel) I like listening to music, from Blues to Lady Gaga, passing by Pink Floyd, Radiohead and Los Jaivas. I like watching movies like “A Clockwork Orange” by S. Kubrick and “Underground” by E. Kusturica. I also like surrealistic movies like “The Holy Mountain” by Alejandro Jodorowsky. 5
  • 6. I.4 OK, but now let’s talk about work… (1997 - 2002) I have BS in Engineering with emphasis in Informatics from Universidad Austral de Chile. This is a 6 year program, my undergrad thesis was titled “SPORAS: An Adaptive Web Platform based on a Multiagent System and Ontologies” (my first link to Dr. Brusilovsky’s field, Adaptive Hypermedia) Then, I worked in several projects of e-learning, developing on Open Source LMS such as Dokeos and Moodle (2003-2004) later on, I worked as IT Manager and consultant for an aquaculture company, Aqua Cards, in the South of Chile (2005-2007) I was also teaching OOP (Java), Matlab, and Introduction to Software Engineering (2004, 2006-2007) In 2007 I co-founded a company, Perceptum TI. 6
  • 7. I.5 … and what about research? In 2008 I started the PhD program and I joined the PAWS lab (lead by Dr. Brusilovsky) … so here is where this presentation starts Tag-based recommendations Spreading Activation for recommender systems Related projects CourseAgent TagTheMap Conference Navigator Latent Communities This Presentation “Walk the Talk”: Mapping explicit 7
  • 8. I.6.1 Tag-based recommendations Main topic: Lack of ratings in most items of many systems pushes to look for alternatives to apply user and item-based Collaborative Filtering. We explore 2 variants: neighbor-weighted and tag-based BM25. Presented a workshop paper in HT’09, p1 Presented a short-paper (poster) at Recsys ’09, p2 Presented a short-paper at WI 09, p3 8
  • 9. I.6.2 Spreading activation Presented a paper in a Workshop of Recsys 2009, p4 Look for a way to apply Spreading activation for recommendations in order to: Make use of the multidimensional network structure of Folksonomies (users, items, tags) Find an scalable algorithm (compared to state-of-the art FolkRank, SVD and LDA-based) that makes use of local topology/neighborhood 9
  • 11. Part II: so finally… This project is based on the work of my internship at Telefónica Research (Barcelona, Spain) in the Summer of 2010 Paper submitted to UMAP 2011: Walk the Talk Analyzing the relation between implicit and explicit feedback for preference elicitation (I am co-author with Dr. Xavier Amatriain) 11
  • 12. II.1 Introduction (1/2) Explicit feedback: scarcity (people are not especially eager to rate) Implicit feedback: Is less scarce, but (Hu et al., 2008) There’s no negative feedback Noisy Preference v/s Confidence Lack of evaluation metrics 12
  • 13. II.1 Introduction (2/2) Which variables better account for the amount of times a user listens to online albums? Is it possible to map implicit behavior to explicit preference (ratings)? Study with Last.fm users: Part I: demographics and online music consumption Part II: Rating 100 albums collected from their last.fm user profile 13
  • 15. II.2.1 Survey Screenshots Requirements: 18 y.o., scrobblings > 5000 15
  • 16. II.2.2 Survey Part I Pre-req: 18 years old & 5,000 min playcount (scrobblings) # Users: 151 users started, 127 completed, 114 after filtering outliers. 82% were male and 18% were female. From 23 different countries, main were Spain (25 users), U.S. (15 users), and UK (16 users). 80% used 20 or more hours per week of internet. 50% of users listening to music for over 20 hours per week. 9% did not attend music concerts. 30% went to 11 or more concerts a year. 35% said that they only read music magazines or blogs sometimes, but 20% did it every week. 50% of our subjects admitted rating music online never or seldom. 45% of our subjects said they bought 1 to 10 physical records a year. However, a non-negligible 18% said they did not buy any. 35% of our subjects report never buy music online, 8% say they do it once a month or more. 14% preferred to listen to single tracks while over 45% preferred listening to full albums. The other 40% reported listening to music either way. 16
  • 17. II.2.3 Survey Part II For item (album) sampling, we accounted for Implicit Feedback (IF): playcount for a user on a given item. Changed to scale [1-3], 3 means being more listened to. Global Popularity (GP): global playcount for all users on a given item [1-3]. Changed to scale [1-3], 3 means being more listened to. Recentness (R) : time ellapsed since user played a given item. Changed to scale [1-3], 3 means being listened to more recently. 17
  • 18. II.3 General Analysis Initial assumption: Rating and IF (# playcount) must be strongly correlated. 18
  • 19.
  • 22. II.3.4 Global Popularity 5 0 1 22
  • 23. Effect of Track or CD 5 0 1 23
  • 24. II.3.5 General Analysis - Findings We “see” strong positive correlation between ratings and implicit feedback We “see” some level of positive correlation between ratings and recentness We don’t expect a significant relations between ratings and global popularity. On demographic data: Just listening to track or album shows a significant effect (using ANOVA) 24
  • 25. II.4 Regression Analysis Including Recentness increases R2 in more than 10% [ 1 -> 2] Including GP increases R2, not much compared to RE + IF [ 1 -> 3] Not Including GP, but including interaction between IF and RE improves the variance of the DV explained by the regression model. [ 2 -> 4 ] 25
  • 26. II.4.1 Regression Analysis We tested conclusions of regression analysis by predicting the score, using RMSE and 10-fold cross validations Results of regression analysis are supported. 26
  • 27. II.4.2 Regression Analysis Including track or CD Including this variable that seemed to have an effect in the general analysis, helped to improve accuracy of the model 27
  • 28. II.5 Conclusions Using a linear model, Implicit feedback and recentness can help to predict explicit feedback (playcount) Global popularity doesn’t show a significant improvement in the prediction task (discussion) Our model can help to relate implicit and explicit feedback, helping to evaluate and compare explicit and implicit recommender systems. Ongoing Work? 28
  • 29. THANKS for spending your time listening to this talk  Questions? dap89@pitt.edu 29
  • 30. Survey part I results 30
  • 31. Graphics comparing % of ratings given 2 variables 31