SlideShare une entreprise Scribd logo
1  sur  29
EC-TEL 2014 
A Recommender 
System for Students 
Based on Social 
Knowledge and 
Assessment Data of 
Competences 
Oscar Chavarriaga, Beatriz Florian-Gaviria, and Oswaldo 
Solarte 
EISC, University of Valle, Cali - Colombia 
{oscar.chavarriaga, beatriz.florian, 
oswaldo.solarte}@correounivalle.edu.co
The Authors 
o Oscar Chavarriaga 
– Computer Science Engineering pre-grade student, 
EISC, University of Valle, Colombia 
o Beatriz Florian-Gaviria 
– Assisstant Professor at EISC, University of Valle, 
Colombia 
– Ph.D. Information Technology, University of Girona, 
Spain 
o Oswaldo Solarte 
– Assisstant Professor at University of Valle, Colombia 
– M.Sc., University of Valle, Colombia 
A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, 
Austria 
2
Our University 
3 A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, 
Austria 
CALI 
BUENAVENTURA 
CARTAGO 
PALMIRA 
S. QUILICHAO
Overview 
o Motivation 
o Background 
o Recommender System Process 
o Prototype and Functional Testing 
o Conclusions 
o On-going Research 
A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, 
Austria 
4
Motivation 
How the idea comes? 
5 A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, 
Austria
Motivation 
Recommender Systems Strategies 
6 A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, 
Austria
Motivation 
TEL Recommender Systems 
A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, 
Austria 
7
Motivation 
Retrival good experiences 
Like-minded students not necessarily are students with similar learning performance. 
Like-minded students not necessarily can give/or receive good learning advice to/from 
In TEL RecSys is not always about what you like, sometimes it is about 
something that is good for your learning, even if you do not like it (or your 
like-minded peers do not like it). 
having similar opinions and interests 
their friends. 
8 A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, 
Austria
Motivation 
Social Assessment 
9 A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, 
Austria 
Data 
of 
Competences 
Social Knowledge 
Management 
of 
Good Learning 
Experiences
Background 
What are the pillars of this recommender system? 
10 A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, 
Austria
Social Knowledge and 
TEL Recommender Systems 
• Adolphs in [10] describes social knowledge as knowledge of the 
11 A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, 
Austria 
minds of others. 
• According to [1], social knowledge is the one about the larger 
community of users other than the target user. Furthermore, social 
knowledge enables the use of collaborative algorithms in which 
predictions about individuals are extrapolated from their community 
opinions [1]. 
Input data Goal Technique 
Recommender 
System 
Using typical 
data 
(Demographic, 
preferences, 
behavior) 
Using other 
type of data 
Using time 
parameter that 
may change 
decisions 
Taking into 
account 
competence 
development 
Taking into 
account social 
knowledge 
Finding good 
items 
Helping to 
improve 
learning 
performance 
Knowledge 
based 
Collaborative 
Filtering 
[6] x x x 
[4] x x x 
[5] x x x x 
[8] x x x x x 
[9] x x x x
Background 
ONTO-EQF CC-DESIGN RUBRICS-360 WEB SOLAR 
[15] 
Florian-Gaviria, B. ; Glahn, C. ; Fabregat Gesa, R. 
A Software Suite for Efficient Use of the European Qualifications 
Framework in Online and Blended Courses 
Published in: 
Learning Technologies, IEEE Transactions on (Volume:6 , Issue: 3 ) 
12 A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, 
Austria
Adding successful experiences of students 
Adding ratings of students’ experiences 
Mobile SOLAR 
Background 
ONTO-QF CC-DESIGN RUBRICS-360 Web SOLAR 
13 A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, 
Austria 
TEL 
RecSys for Students 
Calculating 
personalized 
recommendations 
Adding other 
qualification frameworks 
[14]
Recommender System 
Process 
The algorithm, step by step 
14 A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, 
Austria
Recommender System 
Process 
15 A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, 
Austria
Preprocessing Data 
• The system collects: 
– students' qualifications 
linked to the course in 
the past 
– up-to-date qualifications 
of a current student 
16 A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, 
Austria
Filtering Former Students 
Candidates 
Selecting former 
students who 
achieved next 
planned 
competence level 
17 A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, 
Austria 
FILTER
Calculating similarity 
Qualification coincidences in their learning curve give the similarity. 
18 A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, 
Austria 
The Jaccard’s coefficient 
AA1 AA2 AA3 AA4 Similarity 
Current 1 2 2 2 
Andy 1 2 2 2 1 
Bob 1 2 2 3 ¾ 
Alice 1 2 3 3 ½ 
RESULT
Ranking and retrieving 
recommendation items 
Student Andy Andy Bob Bob Alice Alice Alice 
Item I1 I2 I1 I2 I1 I3 I4 
Rate 4 3 4 4 5 2 3 
19 A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, 
Austria 
I1 = (1*4)+(¾*4)+(½*5) = 7,5 
I2 = (1*3)+(¾*4) = 4 
I3 = (½*2) = 1 
I4 = (½*3) = 1,5 
1 
2 
3 
4 
AA1 AA2 AA3 AA4 Similarity 
Current 1 2 2 2 
Andy 1 2 2 2 1 
Bob 1 2 2 3 ¾ 
Alice 1 2 3 3 ½ 
RESULT
Demo and Functional 
Testing 
How the prototype looks? 
20 A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, 
Austria
Prototype 
21 A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, 
Austria
Funtional Testing 
22 A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, 
Austria 
Cold Start -> synthetically data 
3 test 
cases 
using the 
limit value 
technique
Conclusions 
Preliminar findings 
23 A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, 
Austria
Conclusions 
• It is possible to build a TEL RecSys based on documented historic 
experiences and competence assessments of former students 
• Collaborative filtering techniques and knowledge-based techniques 
allow taking advantage of social knowledge and 
competence-based assessment for TEL RecSys 
• TEL RecSys could encourage social knowledge, due to fact that 
the participants of a course can contribute ideas that can be used 
by other students in the future 
• Because many competence qualifications frameworks follow the 
same pattern of definitions this approach may be used to 
implement new recommenders for courses using some of those 
competence frameworks 
• It is necessary to complement this research in real courses. 1) 
More Data, 2) To evaluate the impact on students 
24 A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, 
Austria
On-Going Research 
What we are doing right now? 
What is next? 
25 A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, 
Austria
On-going Research 
26 A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, 
Austria
On-going Research 
27 A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, 
Austria
Acknowledgements 
o University of Valle 
– Thank for funding the research project NUBE-UV (CI 
2756). 
o Professor Martha Millán 
– Thank for her valuable consulting on the Knowledge 
Discovery in Databases Area 
o EISC, University of Valle 
– Thank for inscription, plane tickets, and 
accommodation to assist to EC-TEL 2014 
A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, 
Austria 
28
EC-TEL 2014 
Thanks for your 
attention 
Questions? 
Oscar Chavarriaga, Beatriz Florian-Gaviria, and Oswaldo 
Solarte 
EISC, University of Valle, Cali - Colombia 
{oscar.chavarriaga, beatriz.florian, 
oswaldo.solarte}@correounivalle.edu.co 
A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, Austria 29

Contenu connexe

Tendances

Learning Analytics Dashboards
Learning Analytics DashboardsLearning Analytics Dashboards
Learning Analytics DashboardsSten Govaerts
 
Open Research in Ireland: Skills, Incentives & Rewards for Open Research
Open Research in Ireland: Skills, Incentives & Rewards for Open ResearchOpen Research in Ireland: Skills, Incentives & Rewards for Open Research
Open Research in Ireland: Skills, Incentives & Rewards for Open Researchdri_ireland
 
Dissemination of the results of Educational Science Projects in Europe
Dissemination of the results of Educational Science Projects in EuropeDissemination of the results of Educational Science Projects in Europe
Dissemination of the results of Educational Science Projects in EuropeBrussels, Belgium
 
2021_01_15 «Applying Learning Analytics in Living Labs for Educational Innova...
2021_01_15 «Applying Learning Analytics in Living Labs for Educational Innova...2021_01_15 «Applying Learning Analytics in Living Labs for Educational Innova...
2021_01_15 «Applying Learning Analytics in Living Labs for Educational Innova...eMadrid network
 
Using learning analytics to support applied research and innovation in higher...
Using learning analytics to support applied research and innovation in higher...Using learning analytics to support applied research and innovation in higher...
Using learning analytics to support applied research and innovation in higher...Julià Minguillón
 
UOW presentation ALTC project 4.05.2011
UOW presentation ALTC project 4.05.2011UOW presentation ALTC project 4.05.2011
UOW presentation ALTC project 4.05.2011Ruth Walker
 
Every Learner Counts V3
Every Learner Counts V3Every Learner Counts V3
Every Learner Counts V3Paul Bailey
 
Christine Wihak - The challenge of non-formal learning
Christine Wihak - The challenge of non-formal learningChristine Wihak - The challenge of non-formal learning
Christine Wihak - The challenge of non-formal learningEAEA2015
 
2021_01_15 «Learning Analytics for Large Scale Data».
2021_01_15 «Learning Analytics for Large Scale Data».2021_01_15 «Learning Analytics for Large Scale Data».
2021_01_15 «Learning Analytics for Large Scale Data».eMadrid network
 
Engaging students with learning analytics fears and desires
Engaging students with learning analytics fears and desiresEngaging students with learning analytics fears and desires
Engaging students with learning analytics fears and desiresYi-Shan Tsai
 
EC presentation for the AVA seminar
EC presentation for the AVA seminar  EC presentation for the AVA seminar
EC presentation for the AVA seminar EAEA2015
 
Clare Dunn - Recognition of short learning programmes and microcredentials
Clare Dunn - Recognition of short learning programmes and microcredentialsClare Dunn - Recognition of short learning programmes and microcredentials
Clare Dunn - Recognition of short learning programmes and microcredentialsEADTU
 
Presentation of the iene 7 project
Presentation of the iene 7 projectPresentation of the iene 7 project
Presentation of the iene 7 projectVictor Dudau
 
2016-05-31 Venia Legendi (CEITER): Sergey Sosnovsky
2016-05-31 Venia Legendi (CEITER): Sergey Sosnovsky2016-05-31 Venia Legendi (CEITER): Sergey Sosnovsky
2016-05-31 Venia Legendi (CEITER): Sergey Sosnovskyifi8106tlu
 
MS Research Proposal
MS Research ProposalMS Research Proposal
MS Research ProposalFalguni Roy
 
Assessing Students and Tutors with Learning Analytics Dashboards
Assessing Students and Tutors with Learning Analytics DashboardsAssessing Students and Tutors with Learning Analytics Dashboards
Assessing Students and Tutors with Learning Analytics DashboardsEADTU
 

Tendances (18)

Learning Analytics Dashboards
Learning Analytics DashboardsLearning Analytics Dashboards
Learning Analytics Dashboards
 
Open Research in Ireland: Skills, Incentives & Rewards for Open Research
Open Research in Ireland: Skills, Incentives & Rewards for Open ResearchOpen Research in Ireland: Skills, Incentives & Rewards for Open Research
Open Research in Ireland: Skills, Incentives & Rewards for Open Research
 
Dissemination of the results of Educational Science Projects in Europe
Dissemination of the results of Educational Science Projects in EuropeDissemination of the results of Educational Science Projects in Europe
Dissemination of the results of Educational Science Projects in Europe
 
2021_01_15 «Applying Learning Analytics in Living Labs for Educational Innova...
2021_01_15 «Applying Learning Analytics in Living Labs for Educational Innova...2021_01_15 «Applying Learning Analytics in Living Labs for Educational Innova...
2021_01_15 «Applying Learning Analytics in Living Labs for Educational Innova...
 
Using learning analytics to support applied research and innovation in higher...
Using learning analytics to support applied research and innovation in higher...Using learning analytics to support applied research and innovation in higher...
Using learning analytics to support applied research and innovation in higher...
 
UOW presentation ALTC project 4.05.2011
UOW presentation ALTC project 4.05.2011UOW presentation ALTC project 4.05.2011
UOW presentation ALTC project 4.05.2011
 
Every Learner Counts V3
Every Learner Counts V3Every Learner Counts V3
Every Learner Counts V3
 
Christine Wihak - The challenge of non-formal learning
Christine Wihak - The challenge of non-formal learningChristine Wihak - The challenge of non-formal learning
Christine Wihak - The challenge of non-formal learning
 
2021_01_15 «Learning Analytics for Large Scale Data».
2021_01_15 «Learning Analytics for Large Scale Data».2021_01_15 «Learning Analytics for Large Scale Data».
2021_01_15 «Learning Analytics for Large Scale Data».
 
Measuring Impact UK National Agency update
Measuring Impact UK National Agency updateMeasuring Impact UK National Agency update
Measuring Impact UK National Agency update
 
Engaging students with learning analytics fears and desires
Engaging students with learning analytics fears and desiresEngaging students with learning analytics fears and desires
Engaging students with learning analytics fears and desires
 
EC presentation for the AVA seminar
EC presentation for the AVA seminar  EC presentation for the AVA seminar
EC presentation for the AVA seminar
 
Clare Dunn - Recognition of short learning programmes and microcredentials
Clare Dunn - Recognition of short learning programmes and microcredentialsClare Dunn - Recognition of short learning programmes and microcredentials
Clare Dunn - Recognition of short learning programmes and microcredentials
 
Presentation of the iene 7 project
Presentation of the iene 7 projectPresentation of the iene 7 project
Presentation of the iene 7 project
 
2016-05-31 Venia Legendi (CEITER): Sergey Sosnovsky
2016-05-31 Venia Legendi (CEITER): Sergey Sosnovsky2016-05-31 Venia Legendi (CEITER): Sergey Sosnovsky
2016-05-31 Venia Legendi (CEITER): Sergey Sosnovsky
 
MS Research Proposal
MS Research ProposalMS Research Proposal
MS Research Proposal
 
Assessing Students and Tutors with Learning Analytics Dashboards
Assessing Students and Tutors with Learning Analytics DashboardsAssessing Students and Tutors with Learning Analytics Dashboards
Assessing Students and Tutors with Learning Analytics Dashboards
 
Texas Sta Rpowerp
Texas Sta RpowerpTexas Sta Rpowerp
Texas Sta Rpowerp
 

Similaire à A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences

Krakow presentation speak_appsmngm_final
Krakow presentation speak_appsmngm_finalKrakow presentation speak_appsmngm_final
Krakow presentation speak_appsmngm_finalSpeakApps Project
 
SAAIR 2014 keynote Sharon Slade
SAAIR 2014 keynote Sharon SladeSAAIR 2014 keynote Sharon Slade
SAAIR 2014 keynote Sharon SladeSharon Slade
 
FACT2 Learning Analytics Task Group Phase 2 report - CIT2014
FACT2 Learning Analytics Task Group Phase 2 report - CIT2014FACT2 Learning Analytics Task Group Phase 2 report - CIT2014
FACT2 Learning Analytics Task Group Phase 2 report - CIT2014Greg Ketcham
 
Prospect for learning analytics to achieve adaptive learning model
Prospect for learning analytics to achieve adaptive learning modelProspect for learning analytics to achieve adaptive learning model
Prospect for learning analytics to achieve adaptive learning modelOpen Cyber University of Korea
 
Learning analytics research informed institutional practice
Learning analytics research informed institutional practiceLearning analytics research informed institutional practice
Learning analytics research informed institutional practiceYi-Shan Tsai
 
Technology-based Assessment: Challenges and Promises
Technology-based Assessment: Challenges and PromisesTechnology-based Assessment: Challenges and Promises
Technology-based Assessment: Challenges and PromisesEDEN Digital Learning Europe
 
Implementing analytics - Rob Wyn Jones, Shri Footring and Rebecca Davies
Implementing analytics - Rob Wyn Jones, Shri Footring and Rebecca DaviesImplementing analytics - Rob Wyn Jones, Shri Footring and Rebecca Davies
Implementing analytics - Rob Wyn Jones, Shri Footring and Rebecca DaviesJisc
 
Using Comparative Judgement to Assess Student e-Portfolios
Using Comparative Judgement to Assess Student e-PortfoliosUsing Comparative Judgement to Assess Student e-Portfolios
Using Comparative Judgement to Assess Student e-PortfoliosKenji Lamb
 
SHEILA-CRLI seminar
SHEILA-CRLI seminarSHEILA-CRLI seminar
SHEILA-CRLI seminarYi-Shan Tsai
 
Existing criteria determining course quality in distance education
Existing criteria determining course quality in distance educationExisting criteria determining course quality in distance education
Existing criteria determining course quality in distance educationGülay Ekren
 
Data-based EMIS and learning analytics
Data-based EMIS and learning analyticsData-based EMIS and learning analytics
Data-based EMIS and learning analyticsPaulaValverde5
 
UCISA digital capabilities survey
UCISA digital capabilities surveyUCISA digital capabilities survey
UCISA digital capabilities surveyJisc
 
Technology-Supported Large-Scale Transformative Innovations for the 21st Cent...
Technology-Supported Large-Scale Transformative Innovations for the 21st Cent...Technology-Supported Large-Scale Transformative Innovations for the 21st Cent...
Technology-Supported Large-Scale Transformative Innovations for the 21st Cent...Demetrios G. Sampson
 
Alert 2014-progress-johnston
Alert 2014-progress-johnstonAlert 2014-progress-johnston
Alert 2014-progress-johnstonINSPIRE_Network
 
SHEILA Results – Conference 5 June 2018
SHEILA Results – Conference 5 June 2018SHEILA Results – Conference 5 June 2018
SHEILA Results – Conference 5 June 2018LACE Project
 
Future possibilities: analytics and enhancement
Future possibilities: analytics and enhancementFuture possibilities: analytics and enhancement
Future possibilities: analytics and enhancementRebecca Ferguson
 

Similaire à A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences (20)

Krakow presentation speak_appsmngm_final
Krakow presentation speak_appsmngm_finalKrakow presentation speak_appsmngm_final
Krakow presentation speak_appsmngm_final
 
SAAIR 2014 keynote Sharon Slade
SAAIR 2014 keynote Sharon SladeSAAIR 2014 keynote Sharon Slade
SAAIR 2014 keynote Sharon Slade
 
FACT2 Learning Analytics Task Group Phase 2 report - CIT2014
FACT2 Learning Analytics Task Group Phase 2 report - CIT2014FACT2 Learning Analytics Task Group Phase 2 report - CIT2014
FACT2 Learning Analytics Task Group Phase 2 report - CIT2014
 
Sampson@eli4 05032015
Sampson@eli4 05032015Sampson@eli4 05032015
Sampson@eli4 05032015
 
Prospect for learning analytics to achieve adaptive learning model
Prospect for learning analytics to achieve adaptive learning modelProspect for learning analytics to achieve adaptive learning model
Prospect for learning analytics to achieve adaptive learning model
 
Learning analytics research informed institutional practice
Learning analytics research informed institutional practiceLearning analytics research informed institutional practice
Learning analytics research informed institutional practice
 
Technology-based Assessment: Challenges and Promises
Technology-based Assessment: Challenges and PromisesTechnology-based Assessment: Challenges and Promises
Technology-based Assessment: Challenges and Promises
 
Implementing analytics - Rob Wyn Jones, Shri Footring and Rebecca Davies
Implementing analytics - Rob Wyn Jones, Shri Footring and Rebecca DaviesImplementing analytics - Rob Wyn Jones, Shri Footring and Rebecca Davies
Implementing analytics - Rob Wyn Jones, Shri Footring and Rebecca Davies
 
Using Comparative Judgement to Assess Student e-Portfolios
Using Comparative Judgement to Assess Student e-PortfoliosUsing Comparative Judgement to Assess Student e-Portfolios
Using Comparative Judgement to Assess Student e-Portfolios
 
SHEILA-CRLI seminar
SHEILA-CRLI seminarSHEILA-CRLI seminar
SHEILA-CRLI seminar
 
Colin Paton
Colin PatonColin Paton
Colin Paton
 
Existing criteria determining course quality in distance education
Existing criteria determining course quality in distance educationExisting criteria determining course quality in distance education
Existing criteria determining course quality in distance education
 
Data-based EMIS and learning analytics
Data-based EMIS and learning analyticsData-based EMIS and learning analytics
Data-based EMIS and learning analytics
 
UCISA digital capabilities survey
UCISA digital capabilities surveyUCISA digital capabilities survey
UCISA digital capabilities survey
 
Technology-Supported Large-Scale Transformative Innovations for the 21st Cent...
Technology-Supported Large-Scale Transformative Innovations for the 21st Cent...Technology-Supported Large-Scale Transformative Innovations for the 21st Cent...
Technology-Supported Large-Scale Transformative Innovations for the 21st Cent...
 
Adaptive software based feedback acquisition a personas-based design
Adaptive software based feedback acquisition a personas-based designAdaptive software based feedback acquisition a personas-based design
Adaptive software based feedback acquisition a personas-based design
 
Alert 2014-progress-johnston
Alert 2014-progress-johnstonAlert 2014-progress-johnston
Alert 2014-progress-johnston
 
Tam esg ossiannilsson2019
Tam esg ossiannilsson2019Tam esg ossiannilsson2019
Tam esg ossiannilsson2019
 
SHEILA Results – Conference 5 June 2018
SHEILA Results – Conference 5 June 2018SHEILA Results – Conference 5 June 2018
SHEILA Results – Conference 5 June 2018
 
Future possibilities: analytics and enhancement
Future possibilities: analytics and enhancementFuture possibilities: analytics and enhancement
Future possibilities: analytics and enhancement
 

Dernier

Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Orbitshub
 
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
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
Cyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfCyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfOverkill Security
 
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
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Zilliz
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Angeliki Cooney
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdfSandro Moreira
 
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
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024The Digital Insurer
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamUiPathCommunity
 

Dernier (20)

Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
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...
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Cyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfCyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].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
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
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
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 

A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences

  • 1. EC-TEL 2014 A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences Oscar Chavarriaga, Beatriz Florian-Gaviria, and Oswaldo Solarte EISC, University of Valle, Cali - Colombia {oscar.chavarriaga, beatriz.florian, oswaldo.solarte}@correounivalle.edu.co
  • 2. The Authors o Oscar Chavarriaga – Computer Science Engineering pre-grade student, EISC, University of Valle, Colombia o Beatriz Florian-Gaviria – Assisstant Professor at EISC, University of Valle, Colombia – Ph.D. Information Technology, University of Girona, Spain o Oswaldo Solarte – Assisstant Professor at University of Valle, Colombia – M.Sc., University of Valle, Colombia A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, Austria 2
  • 3. Our University 3 A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, Austria CALI BUENAVENTURA CARTAGO PALMIRA S. QUILICHAO
  • 4. Overview o Motivation o Background o Recommender System Process o Prototype and Functional Testing o Conclusions o On-going Research A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, Austria 4
  • 5. Motivation How the idea comes? 5 A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, Austria
  • 6. Motivation Recommender Systems Strategies 6 A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, Austria
  • 7. Motivation TEL Recommender Systems A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, Austria 7
  • 8. Motivation Retrival good experiences Like-minded students not necessarily are students with similar learning performance. Like-minded students not necessarily can give/or receive good learning advice to/from In TEL RecSys is not always about what you like, sometimes it is about something that is good for your learning, even if you do not like it (or your like-minded peers do not like it). having similar opinions and interests their friends. 8 A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, Austria
  • 9. Motivation Social Assessment 9 A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, Austria Data of Competences Social Knowledge Management of Good Learning Experiences
  • 10. Background What are the pillars of this recommender system? 10 A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, Austria
  • 11. Social Knowledge and TEL Recommender Systems • Adolphs in [10] describes social knowledge as knowledge of the 11 A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, Austria minds of others. • According to [1], social knowledge is the one about the larger community of users other than the target user. Furthermore, social knowledge enables the use of collaborative algorithms in which predictions about individuals are extrapolated from their community opinions [1]. Input data Goal Technique Recommender System Using typical data (Demographic, preferences, behavior) Using other type of data Using time parameter that may change decisions Taking into account competence development Taking into account social knowledge Finding good items Helping to improve learning performance Knowledge based Collaborative Filtering [6] x x x [4] x x x [5] x x x x [8] x x x x x [9] x x x x
  • 12. Background ONTO-EQF CC-DESIGN RUBRICS-360 WEB SOLAR [15] Florian-Gaviria, B. ; Glahn, C. ; Fabregat Gesa, R. A Software Suite for Efficient Use of the European Qualifications Framework in Online and Blended Courses Published in: Learning Technologies, IEEE Transactions on (Volume:6 , Issue: 3 ) 12 A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, Austria
  • 13. Adding successful experiences of students Adding ratings of students’ experiences Mobile SOLAR Background ONTO-QF CC-DESIGN RUBRICS-360 Web SOLAR 13 A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, Austria TEL RecSys for Students Calculating personalized recommendations Adding other qualification frameworks [14]
  • 14. Recommender System Process The algorithm, step by step 14 A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, Austria
  • 15. Recommender System Process 15 A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, Austria
  • 16. Preprocessing Data • The system collects: – students' qualifications linked to the course in the past – up-to-date qualifications of a current student 16 A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, Austria
  • 17. Filtering Former Students Candidates Selecting former students who achieved next planned competence level 17 A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, Austria FILTER
  • 18. Calculating similarity Qualification coincidences in their learning curve give the similarity. 18 A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, Austria The Jaccard’s coefficient AA1 AA2 AA3 AA4 Similarity Current 1 2 2 2 Andy 1 2 2 2 1 Bob 1 2 2 3 ¾ Alice 1 2 3 3 ½ RESULT
  • 19. Ranking and retrieving recommendation items Student Andy Andy Bob Bob Alice Alice Alice Item I1 I2 I1 I2 I1 I3 I4 Rate 4 3 4 4 5 2 3 19 A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, Austria I1 = (1*4)+(¾*4)+(½*5) = 7,5 I2 = (1*3)+(¾*4) = 4 I3 = (½*2) = 1 I4 = (½*3) = 1,5 1 2 3 4 AA1 AA2 AA3 AA4 Similarity Current 1 2 2 2 Andy 1 2 2 2 1 Bob 1 2 2 3 ¾ Alice 1 2 3 3 ½ RESULT
  • 20. Demo and Functional Testing How the prototype looks? 20 A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, Austria
  • 21. Prototype 21 A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, Austria
  • 22. Funtional Testing 22 A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, Austria Cold Start -> synthetically data 3 test cases using the limit value technique
  • 23. Conclusions Preliminar findings 23 A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, Austria
  • 24. Conclusions • It is possible to build a TEL RecSys based on documented historic experiences and competence assessments of former students • Collaborative filtering techniques and knowledge-based techniques allow taking advantage of social knowledge and competence-based assessment for TEL RecSys • TEL RecSys could encourage social knowledge, due to fact that the participants of a course can contribute ideas that can be used by other students in the future • Because many competence qualifications frameworks follow the same pattern of definitions this approach may be used to implement new recommenders for courses using some of those competence frameworks • It is necessary to complement this research in real courses. 1) More Data, 2) To evaluate the impact on students 24 A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, Austria
  • 25. On-Going Research What we are doing right now? What is next? 25 A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, Austria
  • 26. On-going Research 26 A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, Austria
  • 27. On-going Research 27 A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, Austria
  • 28. Acknowledgements o University of Valle – Thank for funding the research project NUBE-UV (CI 2756). o Professor Martha Millán – Thank for her valuable consulting on the Knowledge Discovery in Databases Area o EISC, University of Valle – Thank for inscription, plane tickets, and accommodation to assist to EC-TEL 2014 A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, Austria 28
  • 29. EC-TEL 2014 Thanks for your attention Questions? Oscar Chavarriaga, Beatriz Florian-Gaviria, and Oswaldo Solarte EISC, University of Valle, Cali - Colombia {oscar.chavarriaga, beatriz.florian, oswaldo.solarte}@correounivalle.edu.co A Recommender System for Students Based on Social Knowledge and Assessment Data of Competences – Presented at EC-TEL 2014 – Graz, Austria 29

Notes de l'éditeur

  1. Good afternoon. My name is Beatriz Florián-Gaviria. As second author, and on behalf of my co-authors, today I am going to present our paper “…..”. The three of us are affiliated to the University of Valle, Colombia. We are very honor to be here representing Colombia at this International Conference. We are grateful to have the opportunity to share our research with this research community.
  2. The first author of this paper is an enthusiastic pre-grade student, Oscar Chavarriaga. Unfortunately, due to financial issues in funding students’ mobility abroad, Oscar is not here today. As I said earlier, I am the second author, and the third author is my college the professor Oswaldo Solarte.
  3. Before getting down the presentation, I want to spend a half of a minute to tell you about our University and the authors. Colombia is a country in South America. The Valle del Cauca region is located in the south-west of Colombia. The University of Valle have 11 campuses along this region in different cities. Two of them in the main city, Cali, and 9 in other cities. This is a big state university in Colombia using blended education.
  4. So, This is the presentation overview for today: First, I am going to present the motivation of this research. Second, I would like to set the research question Followed, I am going to exposed the pillars of this research. Then, the recommender system process will be explained, going step by step along with a short demo of the system and the functional testing results For the end, some conclusions and the on-going research.
  5. Many RecSys take advantage of users’ logs, feedback and system personalization to produce recommendations for others. For instance: people who bought A-item also bought B-item, people who search X-item also search for Y-item etc.
  6. So do TEL RecSys to Search for good items Predict satisfaction Generating a top list of items (books, papers, learning objects, learning material, etc.) and so on and so for…
  7. However, good recommendations in learning could be far away from “like-minded students” data. “Like-minded” students not necessarely are students with similar learning performance. They could be close friends, but not with similar performance. “Like-minded” students not necessarely can give good advice in learning to their folks. maybe Because not necessarely are studing the same, or maybe because they are good at different subjects than their friends.
  8. So, we are looking for students with similar learning curves. That is, former students similar in learning curves to a current student. We want to take into consideration successful experiences of this kind of similar former students to bring learning recommendations. For us, a successful experience is when a learners achieve a learning goal (competence level) by doing something that they can share with their community (it is important to said that he/she maybe did something that was not planned by the teacher). Thus, we need to build a system that support Social Knowledge Management of successful experiences in the learning path and on the other hand, a systems that manage a social assessment of students. This intellectual capital represents a valuable currency in the new Social Knowledge Learning
  9. Video of 2 minutes to show theTEL RecSys funtionalities
  10. Recommendation items and qualifications were generated synthetically because of the cold start problem. We run 3 funtional testing case scenarios Funtional testing checks for expected results after executing a piece of software. Thus, it assess the correctness of the recommender’s functionality Obtained results correspond to expected results, and the functional tests applied to recommender system were satisfactory
  11. This is the Center for Innovation in Education that was build last year in Universidad del Valle in alliance with the Colombian Government. This is a center to teach, research, and development of educational content.
  12. In this center we are conducting two massive blended courses (TIT@ and CREA-TIC) to teach Colombian teachers of primary and middle school to use ICTs in their learning designs. We are in the first steps to use the software suite and its recommender system in these courses, as to conduct research experiments in this context.
  13. Thank Universidad del Valle for funding the research project NUBE‑UV (CI 2756). Thank professor Martha Millán for her valuable consulting on the Knowledge Discovery in Databases Area Thank EISC, University of Valle for inscription, plane tickets, and accommodation to assist to EC-TEL 2014
  14. Thanks for your attention I am here to receive your questions and comments. Oscar Chavarriaga, Beatriz Florian-Gaviria, and Oswaldo Solarte EISC, University of Valle, Cali - Colombia {oscar.chavarriaga, beatriz.florian, oswaldo.solarte}@correounivalle.edu.co