SlideShare a Scribd company logo
1 of 38
Predicting Peer-Review Participation at Large
Scale Using an Ensemble Learning Method
Erkan Er | Eduardo Gómez-Sánchez | Miguel Luis Bote-Lorenzo
Yannis Dimitriadis | Juan Ignacio Asensio-Pérez
Project ID: VA082U16, Funded by Junta de Castilla y León.
GSIC-EMIC Research Group, Universidad de Valladolid
Peer Reviews in MOOCs
• Learning benefits for both parties [1, 2].
• Impossible to assess thousands of student artefacts.
• Receive constructive feedback,
• BUT ALSO get graded to continue
Feedback to
improve!
Higher-order
thinking!
2
Peer Reviews in MOOCs
• Problems with peer reviews at large scale
LOW
PARTICIPATION
Diversity among
MOOC Learners No Instructor
Facilitation
DROPOUTS
UNGRADED
SUBMISSIONS
MISSED
LEARNING
BENEFITS
3
Proposed Solution and Motivation
4
Predicting student engagement in peer-reviews
The number
of peer work
that students
will review
Proposed Solution and Motivation
5
Predicting student engagement in peer-reviews
Peer reviews #1 Peer reviews #2 Peer reviews #3 Peer reviews #4
Proposed Solution and Motivation
Effective peer-review
sessions
Effective collaborative
learning activities
• Peer reviews based on the
expected level of
engagement
• Allotting adaptive time
periods
• Providing incentives to
motivate students
• Inter-homogeneous groups in
terms of having some members
• with desire to review
teammates’ work
6
Our preceding work
• Predicting Student Participation in Peer Reviews in MOOCs
5th European MOOCs Stakeholders Summit,
Madrid, Spain, May 2017.
Our preceding work
• Limitations:
• The model was built with
• A large part of the error was accounted for students:
8
Assignment
time
Peer-review
time
versus
Particular to
the context.
A large
feature set
Overfit small
data set
Current Work
• Reduced yet predictive feature set
• Helps minimize the probability of overfit,
• Enhances transferability
9
MOOC 1
Current Work
• Students with ZERO participation in peer reviews
10
REGRESSION
MODEL
PREDICTIONS
PERFORMANCE
ALL DATA
STUDENTS
WITH ZERO
PEER REVIEW
STUDENTS
WITH PEER
REVIEWS
CLASSIFICATION
MODEL
ALL
DATA
Context
• Canvas Network course (from dataverse)
• No contextual information regarding the courses,
• we do not know their learning design,
• we do not know the content/purpose of the activities.
• Therefore, we make some inferences based on the log data at
hand.
11
Context
• 3567 enrollments
• 4 assignments requiring peer reviews
12
Feature Generation
Discussion features
disc_activity_count,
disc_active_days,
disc_avg_time_inbtwn,
disc_entry_count,
disc_charcount_mean
disc_entry_days,
13
Quiz features
quiz_activity_count,
quiz_active_days,
quiz_avg_time_inbtwn,
quiz_counts_uncomp,
quiz_total_attempts_ttl,
quiz_timespent_ttl,
quiz_scores_mean
Assignment features
assign_activity_count,
assign_active_days,
assign_avg_time_inbtwn,
assign_score
Peer-review features
pr_subs_count,
pr_count,
pr_avg,
Sequence features
da_count, qa_count, ca_count,
ad_count, qd_count, cd_count,
ac_count, ac_count, dc_count
Method
• 10-fold cross-validation,
• LASSO as the regression method,
• Logistic regression as the classifier,
• Scikit-learn implementation of the predictors.
• Mean absolute error (MAE) as the performance metric
14
Results
15
SESSION APPROACH 0 1 2 3 4 TOTAL PREV
1st Peer
Reviews
Regression 2.06 1.08 0.24 0.75 1.68 1.04
1.02
Ensemble 2.06 1.08 0.24 0.76 1.68 1.04
2nd Peer
Reviews
Regression 1.73 0.71 0.76 0.23 1.31 0.60
0.66
Ensemble 1.59 0.83 0.79 0.24 1.30 0.59
3rd Peer
Reviews
Regression 1.19 0.78 0.82 0.20 0.88 0.49
0.56
Ensemble 0.74 1.08 1.05 0.20 1.06 0.45
4th Peer
Reviews
Regression 1.06 1.03 0.73 0.21 0.98 0.52
0.58
Ensemble 0.73 1.28 0.97 0.23 0.98 0.50
Discussion
• Better prediction performance with ensemble approach
• A classification phase before the regression model
• Standard Deviation of actual peer-review participation
• Ranging between 2.41-2.62,
• The performance of the ensemble method seem to be
promising,
• Ranging between 0.45 to 1.04.
16
Discussion
• However, error increased in the prediction of other levels
• Due to poor classification performance.
• More work needed on the classification model.
17
PEER-REVIEW PREDICTION
PART II
18
Classification and Transferability
Classification: Under-participation vs…
Recommended
participation
[e.g., 3 reviews]
19
Practicality!
20
Course
Start
Course
End
PREDICTION
MODEL
Practicality!
• Experimentation with post-hoc predictions [3]
• Useful in demonstrating relationships
• Exam scores  Dropouts
• No practical use.
21
Practicality!
• Using only the information available at the time of
prediction,
• Making prediction when it is useful to instructor.
22
• Using TRANSFER LEARNING approaches [4] to create
operational prediction models.
Transfer learning: Practical predictions
• In-situ learning: Transferring a model across different weeks
23
Course
start
nth peer
reviews
(features)n
(MODEL) n
Predicting (n+1)th peer-reviews
(n+1)th
assignment
submissions
(features)n+1
using (MODEL)n
fed with (features)n+1
Transfer learning: Practical predictions
• Across contexts: Transferring a model across different courses
Course A
Course B
nth peer reviews1st peer reviews 2nd peer reviews
(MODEL)1 (MODEL)2 (MODEL)n
nth peer
reviews
1st peer
reviews
2nd peer
reviews
Context
• Course #1
• 3567 enrollments
• 4 peer-review sessions
25
Context
• Course #2
• 3632 enrollments
• 4 peer-review sessions
26
Context
• Course #3
• 5248 enrollments
• 7 peer-review sessions
27
Feature Generation
Discussion entries
dentry_count,
dentry_charcount_mean
dentry_charcount_ttl,
dentry_depth_mean,
dentry_linecount_mean,
dentry_linecount_ttl,
dentry_wordcount_mean,
dentry_wordcount_ttl,
28
Quiz activities
finished_quiz_how_early,
quiz_scores_mean,
quiz_scores_ttl,
quiz_timespent_mean,
quiz_timespent_ttl,
quiz_total_attempts_mean,
quiz_total_attempts_ttl,
uncomp_quiz_counts
Assignment activities
assign_attempt
assign_score
assign_submt_how_early
Peer-review activities
PR_SUBS_COUNT,
PR_COUNT,
PR_AVG,
message_size_ttl,
message_size_avg,
message_size_multby_timespent,
message_size_dvdby_timespent,
pr_timespent_mean,
pr_timespent_ttl,
review_days_after_submission
Method
• 10-fold cross-validation vs transfer learning approaches,
• Logistic regression as the classifier,
• Scikit-learn
• Offers parameters to deal with imbalanced class distributions
• AUC scores were used as the metrics of performance.
• More rigorous when the class distributions are imbalanced.
• 0.9-1.0: Excellent,
0.8-0.9: Good,
0.7-0.8: Fair,
0.6-0.7: Poor,
0.5-06: Fail
29
Results
Course #1
Course #2
Course #3
30
1st Peer reviews 2nd Peer reviews 3rd Peer reviews 4th Peer reviews
CV - 0.629 0.895 0.891
I-S - 0.606 0.863 0.849
1st Peer reviews 2nd Peer reviews 3rd Peer reviews 4th Peer reviews
CV - 0.690 0.766 0.821
I-S - 0.678 0.741 0.797
1st Peer
reviews
2nd Peer
reviews
3rd Peer
reviews
4th Peer
reviews
5th Peer
reviews
6th Peer
reviews
7th Peer
reviews
CV - 0.680 0.681 0.724 0.735 0.787 0.822
I-S - 0.631 0.615 0.720 0.723 0.742 0.751
Results
• Transfer between Course #1 and Course #2
31
Using Course #1 to predict Course #2 on a weekly base
Week #1 Week #2 Week #3 Week #4
Week #1 0.559
Week #2 0.681
Week #3 0.656
Week #4 0.717
Using Course #2 to predict Course #1 on a weekly base
Week #1 Week #2 Week #3 Week #4
Week #1 0.552
Week #2 0.735
Week #3 0.779
Week #4 0.762
Results
• Transfer between Course #1 and Course #2
32
Using Course #2 to predict Course #1 on a weekly base
Week #2 Week #3 Week #4
0.787 0.802 0.806
Using Course #1 to predict Course #2 on a weekly base
Week #2 Week #3 Week #4
0.672 0.716 0.751
Discussion
• Using in-situ approach, the classification model has potential to be
utilized in an ongoing MOOC.
• Transferable over the weeks of the same course.
33
Discussion
• Transferable in both directions, but accuracy was not the same
• Training using whole course seems to perform better.
• More data points  better trained model.
• Prediction of the participation in the first peer reviews is a challenge.
34
The classification model seems to be transferable
across different courses.
Future Work
Limitation -> Context was UNKNOWN
Connecting with Learning Design
• Replicating the model in one of our own MOOCs:
• Features that are informed by the learning design
• Transferring across KNOWN courses
• The role of the learning design and the context
35
Future Work
• Using this classification model in practice
• to produce a relevant input to the group-formation task,
• to offer peer-review related interventions
• Exploring other characteristics of peer-review engagement:
• Whether students are likely to provide feedback or not,
• The quality of feedback: related factors?
36
References
[1] Topping, K.: Peer assessment between students in colleges and universities. Rev. Educ. Res.
68, 249–276 (1998).
[2] Wen, M.L., Tsai, C.C., Chang, C.Y.: Attitudes towards peer assessment: a comparison of the
perspectives of pre‐service and in‐service teachers. Innov. Educ. Teach. Int. 43, 83–92 (2006).
[3] Kurka, D.B., Godoy, A., Von Zuben, F.J.: Delving Deeper into MOOC Student Dropout
Prediction. CEUR Workshop Proc. 1691, 21–27 (2016).
[4] Champaign, J., McCalla, G.: Transfer Learning for Predictive Models in Massive Open
Online Courses. Lect. Notes Comput. Sci. (including Subser. Lect. Notes Artif. Intell. Lect. Notes
Bioinformatics). 9112, 883 (2015).
37
Thanks!
• Questions?
38

More Related Content

What's hot

Lecture 3. Computer-based assessment
Lecture 3. Computer-based assessmentLecture 3. Computer-based assessment
Lecture 3. Computer-based assessmentGeorgiy Gerkushenko
 
Online Assessment (ASSIGNMENT)
Online Assessment (ASSIGNMENT)Online Assessment (ASSIGNMENT)
Online Assessment (ASSIGNMENT)raseefa
 
Assessment strategies for online learning
Assessment strategies for online learningAssessment strategies for online learning
Assessment strategies for online learningCaroline Conlon
 
An Introduction To The Dick & Carey Instructional Design Model
An Introduction To The Dick & Carey Instructional Design ModelAn Introduction To The Dick & Carey Instructional Design Model
An Introduction To The Dick & Carey Instructional Design ModelLarry Weas
 
Assessment for LI sessions
Assessment for LI sessionsAssessment for LI sessions
Assessment for LI sessionsDiana Hyatt
 
Ajjawi online eassessment conference final
Ajjawi online eassessment conference finalAjjawi online eassessment conference final
Ajjawi online eassessment conference finalr_ajjawi
 
CBME and Assessment
CBME and Assessment CBME and Assessment
CBME and Assessment jakinyi
 
Three Purposes of the Instructional Design Process
Three Purposes of the Instructional Design ProcessThree Purposes of the Instructional Design Process
Three Purposes of the Instructional Design ProcessMichael Payne
 
Equitable assessment of the practical component of scientific modules
Equitable assessment of the practical component of scientific modulesEquitable assessment of the practical component of scientific modules
Equitable assessment of the practical component of scientific moduleslinioti
 
Comportamento organizacional
Comportamento organizacionalComportamento organizacional
Comportamento organizacionalCarlos Valentim
 
Corporate portfolio 28 jan2015-la
Corporate portfolio 28 jan2015-laCorporate portfolio 28 jan2015-la
Corporate portfolio 28 jan2015-lalarceneaux
 
The NEST Project: An innovative approach to teacher training
The NEST Project: An innovative approach to teacher trainingThe NEST Project: An innovative approach to teacher training
The NEST Project: An innovative approach to teacher traininglinioti
 
Aace assessment of teacher candidate reflection in e-portfolios
Aace   assessment of teacher candidate reflection in e-portfoliosAace   assessment of teacher candidate reflection in e-portfolios
Aace assessment of teacher candidate reflection in e-portfoliosDaihong Chen
 
Emily dick and carey model
Emily dick and carey modelEmily dick and carey model
Emily dick and carey modelMastura Ghani
 
EPE 312 Evaluating of learning objects
EPE 312 Evaluating of learning objectsEPE 312 Evaluating of learning objects
EPE 312 Evaluating of learning objectsLey Leal
 
Educational assessment in the 4 ir
Educational assessment in the 4 irEducational assessment in the 4 ir
Educational assessment in the 4 irCarlo Magno
 
Instructional Design Concepts
Instructional Design ConceptsInstructional Design Concepts
Instructional Design ConceptsRuth
 
Assessment of Student by Ashley Compton (Nov 2015)
Assessment of Student by Ashley Compton (Nov 2015)Assessment of Student by Ashley Compton (Nov 2015)
Assessment of Student by Ashley Compton (Nov 2015)CGe2015
 

What's hot (20)

Lecture 3. Computer-based assessment
Lecture 3. Computer-based assessmentLecture 3. Computer-based assessment
Lecture 3. Computer-based assessment
 
Assessment Rubrics
Assessment RubricsAssessment Rubrics
Assessment Rubrics
 
Online Assessment (ASSIGNMENT)
Online Assessment (ASSIGNMENT)Online Assessment (ASSIGNMENT)
Online Assessment (ASSIGNMENT)
 
Assessment strategies for online learning
Assessment strategies for online learningAssessment strategies for online learning
Assessment strategies for online learning
 
An Introduction To The Dick & Carey Instructional Design Model
An Introduction To The Dick & Carey Instructional Design ModelAn Introduction To The Dick & Carey Instructional Design Model
An Introduction To The Dick & Carey Instructional Design Model
 
Assessment for LI sessions
Assessment for LI sessionsAssessment for LI sessions
Assessment for LI sessions
 
Ajjawi online eassessment conference final
Ajjawi online eassessment conference finalAjjawi online eassessment conference final
Ajjawi online eassessment conference final
 
CBME and Assessment
CBME and Assessment CBME and Assessment
CBME and Assessment
 
Three Purposes of the Instructional Design Process
Three Purposes of the Instructional Design ProcessThree Purposes of the Instructional Design Process
Three Purposes of the Instructional Design Process
 
Contribution300 a
Contribution300 aContribution300 a
Contribution300 a
 
Equitable assessment of the practical component of scientific modules
Equitable assessment of the practical component of scientific modulesEquitable assessment of the practical component of scientific modules
Equitable assessment of the practical component of scientific modules
 
Comportamento organizacional
Comportamento organizacionalComportamento organizacional
Comportamento organizacional
 
Corporate portfolio 28 jan2015-la
Corporate portfolio 28 jan2015-laCorporate portfolio 28 jan2015-la
Corporate portfolio 28 jan2015-la
 
The NEST Project: An innovative approach to teacher training
The NEST Project: An innovative approach to teacher trainingThe NEST Project: An innovative approach to teacher training
The NEST Project: An innovative approach to teacher training
 
Aace assessment of teacher candidate reflection in e-portfolios
Aace   assessment of teacher candidate reflection in e-portfoliosAace   assessment of teacher candidate reflection in e-portfolios
Aace assessment of teacher candidate reflection in e-portfolios
 
Emily dick and carey model
Emily dick and carey modelEmily dick and carey model
Emily dick and carey model
 
EPE 312 Evaluating of learning objects
EPE 312 Evaluating of learning objectsEPE 312 Evaluating of learning objects
EPE 312 Evaluating of learning objects
 
Educational assessment in the 4 ir
Educational assessment in the 4 irEducational assessment in the 4 ir
Educational assessment in the 4 ir
 
Instructional Design Concepts
Instructional Design ConceptsInstructional Design Concepts
Instructional Design Concepts
 
Assessment of Student by Ashley Compton (Nov 2015)
Assessment of Student by Ashley Compton (Nov 2015)Assessment of Student by Ashley Compton (Nov 2015)
Assessment of Student by Ashley Compton (Nov 2015)
 

Similar to VII Jornadas eMadrid "Education in exponential times". Erkan Er: "Predicting Peer-Review Participation at Large Scale Using an Ensemble Learning Method". 04/07/2017.

Online assessment
Online assessmentOnline assessment
Online assessmentNisha Singh
 
Understanding Student Learning Using Learning Management Systems and Basic An...
Understanding Student Learning Using Learning Management Systems and Basic An...Understanding Student Learning Using Learning Management Systems and Basic An...
Understanding Student Learning Using Learning Management Systems and Basic An...Michael Wilder
 
Assessment presentation
Assessment presentationAssessment presentation
Assessment presentationElleh Rachelle
 
Addictive links, Keynote talk at WWW 2014 workshop
Addictive links, Keynote talk at WWW 2014 workshopAddictive links, Keynote talk at WWW 2014 workshop
Addictive links, Keynote talk at WWW 2014 workshopPeter Brusilovsky
 
CIT-eA Project Presentation January 2015
CIT-eA Project Presentation January 2015CIT-eA Project Presentation January 2015
CIT-eA Project Presentation January 2015JC-Ed-Tech-COGC
 
Interactions of reading and assessment activities
Interactions of reading and assessment activitiesInteractions of reading and assessment activities
Interactions of reading and assessment activitiesSergey Sosnovsky
 
Collaborative work 2, Group 5
Collaborative work 2, Group 5Collaborative work 2, Group 5
Collaborative work 2, Group 5Cristina Tamayo
 
Investigating learning strategies in a dispositional learning analytics conte...
Investigating learning strategies in a dispositional learning analytics conte...Investigating learning strategies in a dispositional learning analytics conte...
Investigating learning strategies in a dispositional learning analytics conte...Bart Rienties
 
Richard Lai 2014 - An assessment ePortfoilo for developing the reflective thi...
Richard Lai 2014 - An assessment ePortfoilo for developing the reflective thi...Richard Lai 2014 - An assessment ePortfoilo for developing the reflective thi...
Richard Lai 2014 - An assessment ePortfoilo for developing the reflective thi...ePortfolios Australia
 
Id introduction instructional design for e learning
Id introduction  instructional design for e learning Id introduction  instructional design for e learning
Id introduction instructional design for e learning Vaikunthan Rajaratnam
 
Winter School defense simulation: Visualizing Activities for Self-reflection ...
Winter School defense simulation: Visualizing Activities for Self-reflection ...Winter School defense simulation: Visualizing Activities for Self-reflection ...
Winter School defense simulation: Visualizing Activities for Self-reflection ...Sten Govaerts
 
Educational Reforms in Assessment
Educational Reforms in Assessment Educational Reforms in Assessment
Educational Reforms in Assessment Thiyagu K
 
Project Based Learning- Ashish K Chaurdia
Project Based Learning- Ashish K ChaurdiaProject Based Learning- Ashish K Chaurdia
Project Based Learning- Ashish K ChaurdiaDipayan Sarkar
 

Similar to VII Jornadas eMadrid "Education in exponential times". Erkan Er: "Predicting Peer-Review Participation at Large Scale Using an Ensemble Learning Method". 04/07/2017. (20)

Online assessment
Online assessmentOnline assessment
Online assessment
 
Understanding Student Learning Using Learning Management Systems and Basic An...
Understanding Student Learning Using Learning Management Systems and Basic An...Understanding Student Learning Using Learning Management Systems and Basic An...
Understanding Student Learning Using Learning Management Systems and Basic An...
 
Dick Carey Key
Dick Carey KeyDick Carey Key
Dick Carey Key
 
Assessment presentation
Assessment presentationAssessment presentation
Assessment presentation
 
Addictive links, Keynote talk at WWW 2014 workshop
Addictive links, Keynote talk at WWW 2014 workshopAddictive links, Keynote talk at WWW 2014 workshop
Addictive links, Keynote talk at WWW 2014 workshop
 
WFI10_Jarmon_PM
WFI10_Jarmon_PMWFI10_Jarmon_PM
WFI10_Jarmon_PM
 
CIT-eA Project Presentation January 2015
CIT-eA Project Presentation January 2015CIT-eA Project Presentation January 2015
CIT-eA Project Presentation January 2015
 
Interactions of reading and assessment activities
Interactions of reading and assessment activitiesInteractions of reading and assessment activities
Interactions of reading and assessment activities
 
Collaborative work 2, Group 5
Collaborative work 2, Group 5Collaborative work 2, Group 5
Collaborative work 2, Group 5
 
Trg evaluation
Trg evaluationTrg evaluation
Trg evaluation
 
Addictive links: Adaptive Navigation Support in College-Level Courses
Addictive links: Adaptive Navigation Support in College-Level CoursesAddictive links: Adaptive Navigation Support in College-Level Courses
Addictive links: Adaptive Navigation Support in College-Level Courses
 
Orientation deliverydeck pucpr
Orientation deliverydeck pucprOrientation deliverydeck pucpr
Orientation deliverydeck pucpr
 
Addie
AddieAddie
Addie
 
Investigating learning strategies in a dispositional learning analytics conte...
Investigating learning strategies in a dispositional learning analytics conte...Investigating learning strategies in a dispositional learning analytics conte...
Investigating learning strategies in a dispositional learning analytics conte...
 
Richard Lai 2014 - An assessment ePortfoilo for developing the reflective thi...
Richard Lai 2014 - An assessment ePortfoilo for developing the reflective thi...Richard Lai 2014 - An assessment ePortfoilo for developing the reflective thi...
Richard Lai 2014 - An assessment ePortfoilo for developing the reflective thi...
 
Id introduction instructional design for e learning
Id introduction  instructional design for e learning Id introduction  instructional design for e learning
Id introduction instructional design for e learning
 
CI retooling and lac.pptx
CI retooling and lac.pptxCI retooling and lac.pptx
CI retooling and lac.pptx
 
Winter School defense simulation: Visualizing Activities for Self-reflection ...
Winter School defense simulation: Visualizing Activities for Self-reflection ...Winter School defense simulation: Visualizing Activities for Self-reflection ...
Winter School defense simulation: Visualizing Activities for Self-reflection ...
 
Educational Reforms in Assessment
Educational Reforms in Assessment Educational Reforms in Assessment
Educational Reforms in Assessment
 
Project Based Learning- Ashish K Chaurdia
Project Based Learning- Ashish K ChaurdiaProject Based Learning- Ashish K Chaurdia
Project Based Learning- Ashish K Chaurdia
 

More from eMadrid network

Recognizing Lifelong Learning Competences: A Report of Two Cases - Edmundo Tovar
Recognizing Lifelong Learning Competences: A Report of Two Cases - Edmundo TovarRecognizing Lifelong Learning Competences: A Report of Two Cases - Edmundo Tovar
Recognizing Lifelong Learning Competences: A Report of Two Cases - Edmundo TovareMadrid network
 
A study about the impact of rewards on student's engagement with the flipped ...
A study about the impact of rewards on student's engagement with the flipped ...A study about the impact of rewards on student's engagement with the flipped ...
A study about the impact of rewards on student's engagement with the flipped ...eMadrid network
 
Assessment and recognition in technical massive open on-line courses with and...
Assessment and recognition in technical massive open on-line courses with and...Assessment and recognition in technical massive open on-line courses with and...
Assessment and recognition in technical massive open on-line courses with and...eMadrid network
 
Recognition of learning: Status, experiences and challenges - Carlos Delgado ...
Recognition of learning: Status, experiences and challenges - Carlos Delgado ...Recognition of learning: Status, experiences and challenges - Carlos Delgado ...
Recognition of learning: Status, experiences and challenges - Carlos Delgado ...eMadrid network
 
Bootstrapping serious games to assess learning through analytics - Baltasar F...
Bootstrapping serious games to assess learning through analytics - Baltasar F...Bootstrapping serious games to assess learning through analytics - Baltasar F...
Bootstrapping serious games to assess learning through analytics - Baltasar F...eMadrid network
 
Meta-review of recognition of learning in LMS and MOOCs - Ruth Cobos
Meta-review of recognition of learning in LMS and MOOCs - Ruth CobosMeta-review of recognition of learning in LMS and MOOCs - Ruth Cobos
Meta-review of recognition of learning in LMS and MOOCs - Ruth CoboseMadrid network
 
Best paper Award - Miguel Castro
Best paper Award - Miguel CastroBest paper Award - Miguel Castro
Best paper Award - Miguel CastroeMadrid network
 
eMadrid Gaming4Coding - Possibilities of game learning analytics for coding l...
eMadrid Gaming4Coding - Possibilities of game learning analytics for coding l...eMadrid Gaming4Coding - Possibilities of game learning analytics for coding l...
eMadrid Gaming4Coding - Possibilities of game learning analytics for coding l...eMadrid network
 
Seminario eMadrid_Curso MOOC_Antonio de Nebrija_Apología del saber.pptx.pdf
Seminario eMadrid_Curso MOOC_Antonio de Nebrija_Apología del saber.pptx.pdfSeminario eMadrid_Curso MOOC_Antonio de Nebrija_Apología del saber.pptx.pdf
Seminario eMadrid_Curso MOOC_Antonio de Nebrija_Apología del saber.pptx.pdfeMadrid network
 
eMadrid-Opportunities and Design Challenges in the Gaming4Coding Project_Pete...
eMadrid-Opportunities and Design Challenges in the Gaming4Coding Project_Pete...eMadrid-Opportunities and Design Challenges in the Gaming4Coding Project_Pete...
eMadrid-Opportunities and Design Challenges in the Gaming4Coding Project_Pete...eMadrid network
 
Open_principles_and_co-creation_for_digital_competences_for_students.pdf
Open_principles_and_co-creation_for_digital_competences_for_students.pdfOpen_principles_and_co-creation_for_digital_competences_for_students.pdf
Open_principles_and_co-creation_for_digital_competences_for_students.pdfeMadrid network
 
Competencias_digitales_del_profesorado_universitario_para_la_educación_abiert...
Competencias_digitales_del_profesorado_universitario_para_la_educación_abiert...Competencias_digitales_del_profesorado_universitario_para_la_educación_abiert...
Competencias_digitales_del_profesorado_universitario_para_la_educación_abiert...eMadrid network
 
eMadrid_KatjaAssaf_DigiCred.pdf
eMadrid_KatjaAssaf_DigiCred.pdfeMadrid_KatjaAssaf_DigiCred.pdf
eMadrid_KatjaAssaf_DigiCred.pdfeMadrid network
 
Presentazione E-Madrid - 12-01-2023 Ruth Kerr.pdf
Presentazione E-Madrid - 12-01-2023 Ruth Kerr.pdfPresentazione E-Madrid - 12-01-2023 Ruth Kerr.pdf
Presentazione E-Madrid - 12-01-2023 Ruth Kerr.pdfeMadrid network
 
EDC-eMadrid_20230113 Ildikó Mázár.pdf
EDC-eMadrid_20230113 Ildikó Mázár.pdfEDC-eMadrid_20230113 Ildikó Mázár.pdf
EDC-eMadrid_20230113 Ildikó Mázár.pdfeMadrid network
 
2022_12_16 «“La informática en la educación escolar en Europa”, informe Euryd...
2022_12_16 «“La informática en la educación escolar en Europa”, informe Euryd...2022_12_16 «“La informática en la educación escolar en Europa”, informe Euryd...
2022_12_16 «“La informática en la educación escolar en Europa”, informe Euryd...eMadrid network
 
2022_12_16 «Informatics – A Fundamental Discipline for the 21st Century»
2022_12_16 «Informatics – A Fundamental Discipline for the 21st Century»2022_12_16 «Informatics – A Fundamental Discipline for the 21st Century»
2022_12_16 «Informatics – A Fundamental Discipline for the 21st Century»eMadrid network
 
2022_12_16 «Efecto del uso de lenguajes basados en bloques en el aprendizaje ...
2022_12_16 «Efecto del uso de lenguajes basados en bloques en el aprendizaje ...2022_12_16 «Efecto del uso de lenguajes basados en bloques en el aprendizaje ...
2022_12_16 «Efecto del uso de lenguajes basados en bloques en el aprendizaje ...eMadrid network
 
2022_11_11 «AI and ML methods for Multimodal Learning Analytics»
2022_11_11 «AI and ML methods for Multimodal Learning Analytics»2022_11_11 «AI and ML methods for Multimodal Learning Analytics»
2022_11_11 «AI and ML methods for Multimodal Learning Analytics»eMadrid network
 
2022_11_11 «The promise and challenges of Multimodal Learning Analytics»
2022_11_11 «The promise and challenges of Multimodal Learning Analytics»2022_11_11 «The promise and challenges of Multimodal Learning Analytics»
2022_11_11 «The promise and challenges of Multimodal Learning Analytics»eMadrid network
 

More from eMadrid network (20)

Recognizing Lifelong Learning Competences: A Report of Two Cases - Edmundo Tovar
Recognizing Lifelong Learning Competences: A Report of Two Cases - Edmundo TovarRecognizing Lifelong Learning Competences: A Report of Two Cases - Edmundo Tovar
Recognizing Lifelong Learning Competences: A Report of Two Cases - Edmundo Tovar
 
A study about the impact of rewards on student's engagement with the flipped ...
A study about the impact of rewards on student's engagement with the flipped ...A study about the impact of rewards on student's engagement with the flipped ...
A study about the impact of rewards on student's engagement with the flipped ...
 
Assessment and recognition in technical massive open on-line courses with and...
Assessment and recognition in technical massive open on-line courses with and...Assessment and recognition in technical massive open on-line courses with and...
Assessment and recognition in technical massive open on-line courses with and...
 
Recognition of learning: Status, experiences and challenges - Carlos Delgado ...
Recognition of learning: Status, experiences and challenges - Carlos Delgado ...Recognition of learning: Status, experiences and challenges - Carlos Delgado ...
Recognition of learning: Status, experiences and challenges - Carlos Delgado ...
 
Bootstrapping serious games to assess learning through analytics - Baltasar F...
Bootstrapping serious games to assess learning through analytics - Baltasar F...Bootstrapping serious games to assess learning through analytics - Baltasar F...
Bootstrapping serious games to assess learning through analytics - Baltasar F...
 
Meta-review of recognition of learning in LMS and MOOCs - Ruth Cobos
Meta-review of recognition of learning in LMS and MOOCs - Ruth CobosMeta-review of recognition of learning in LMS and MOOCs - Ruth Cobos
Meta-review of recognition of learning in LMS and MOOCs - Ruth Cobos
 
Best paper Award - Miguel Castro
Best paper Award - Miguel CastroBest paper Award - Miguel Castro
Best paper Award - Miguel Castro
 
eMadrid Gaming4Coding - Possibilities of game learning analytics for coding l...
eMadrid Gaming4Coding - Possibilities of game learning analytics for coding l...eMadrid Gaming4Coding - Possibilities of game learning analytics for coding l...
eMadrid Gaming4Coding - Possibilities of game learning analytics for coding l...
 
Seminario eMadrid_Curso MOOC_Antonio de Nebrija_Apología del saber.pptx.pdf
Seminario eMadrid_Curso MOOC_Antonio de Nebrija_Apología del saber.pptx.pdfSeminario eMadrid_Curso MOOC_Antonio de Nebrija_Apología del saber.pptx.pdf
Seminario eMadrid_Curso MOOC_Antonio de Nebrija_Apología del saber.pptx.pdf
 
eMadrid-Opportunities and Design Challenges in the Gaming4Coding Project_Pete...
eMadrid-Opportunities and Design Challenges in the Gaming4Coding Project_Pete...eMadrid-Opportunities and Design Challenges in the Gaming4Coding Project_Pete...
eMadrid-Opportunities and Design Challenges in the Gaming4Coding Project_Pete...
 
Open_principles_and_co-creation_for_digital_competences_for_students.pdf
Open_principles_and_co-creation_for_digital_competences_for_students.pdfOpen_principles_and_co-creation_for_digital_competences_for_students.pdf
Open_principles_and_co-creation_for_digital_competences_for_students.pdf
 
Competencias_digitales_del_profesorado_universitario_para_la_educación_abiert...
Competencias_digitales_del_profesorado_universitario_para_la_educación_abiert...Competencias_digitales_del_profesorado_universitario_para_la_educación_abiert...
Competencias_digitales_del_profesorado_universitario_para_la_educación_abiert...
 
eMadrid_KatjaAssaf_DigiCred.pdf
eMadrid_KatjaAssaf_DigiCred.pdfeMadrid_KatjaAssaf_DigiCred.pdf
eMadrid_KatjaAssaf_DigiCred.pdf
 
Presentazione E-Madrid - 12-01-2023 Ruth Kerr.pdf
Presentazione E-Madrid - 12-01-2023 Ruth Kerr.pdfPresentazione E-Madrid - 12-01-2023 Ruth Kerr.pdf
Presentazione E-Madrid - 12-01-2023 Ruth Kerr.pdf
 
EDC-eMadrid_20230113 Ildikó Mázár.pdf
EDC-eMadrid_20230113 Ildikó Mázár.pdfEDC-eMadrid_20230113 Ildikó Mázár.pdf
EDC-eMadrid_20230113 Ildikó Mázár.pdf
 
2022_12_16 «“La informática en la educación escolar en Europa”, informe Euryd...
2022_12_16 «“La informática en la educación escolar en Europa”, informe Euryd...2022_12_16 «“La informática en la educación escolar en Europa”, informe Euryd...
2022_12_16 «“La informática en la educación escolar en Europa”, informe Euryd...
 
2022_12_16 «Informatics – A Fundamental Discipline for the 21st Century»
2022_12_16 «Informatics – A Fundamental Discipline for the 21st Century»2022_12_16 «Informatics – A Fundamental Discipline for the 21st Century»
2022_12_16 «Informatics – A Fundamental Discipline for the 21st Century»
 
2022_12_16 «Efecto del uso de lenguajes basados en bloques en el aprendizaje ...
2022_12_16 «Efecto del uso de lenguajes basados en bloques en el aprendizaje ...2022_12_16 «Efecto del uso de lenguajes basados en bloques en el aprendizaje ...
2022_12_16 «Efecto del uso de lenguajes basados en bloques en el aprendizaje ...
 
2022_11_11 «AI and ML methods for Multimodal Learning Analytics»
2022_11_11 «AI and ML methods for Multimodal Learning Analytics»2022_11_11 «AI and ML methods for Multimodal Learning Analytics»
2022_11_11 «AI and ML methods for Multimodal Learning Analytics»
 
2022_11_11 «The promise and challenges of Multimodal Learning Analytics»
2022_11_11 «The promise and challenges of Multimodal Learning Analytics»2022_11_11 «The promise and challenges of Multimodal Learning Analytics»
2022_11_11 «The promise and challenges of Multimodal Learning Analytics»
 

Recently uploaded

ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfErwinPantujan2
 
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
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parentsnavabharathschool99
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptxiammrhaywood
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxAshokKarra1
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfVanessa Camilleri
 
Food processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture honsFood processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture honsManeerUddin
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfPatidar M
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxVanesaIglesias10
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 

Recently uploaded (20)

ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
 
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
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parents
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptx
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdf
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
Food processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture honsFood processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture hons
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdf
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptx
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 

VII Jornadas eMadrid "Education in exponential times". Erkan Er: "Predicting Peer-Review Participation at Large Scale Using an Ensemble Learning Method". 04/07/2017.

  • 1. Predicting Peer-Review Participation at Large Scale Using an Ensemble Learning Method Erkan Er | Eduardo Gómez-Sánchez | Miguel Luis Bote-Lorenzo Yannis Dimitriadis | Juan Ignacio Asensio-Pérez Project ID: VA082U16, Funded by Junta de Castilla y León. GSIC-EMIC Research Group, Universidad de Valladolid
  • 2. Peer Reviews in MOOCs • Learning benefits for both parties [1, 2]. • Impossible to assess thousands of student artefacts. • Receive constructive feedback, • BUT ALSO get graded to continue Feedback to improve! Higher-order thinking! 2
  • 3. Peer Reviews in MOOCs • Problems with peer reviews at large scale LOW PARTICIPATION Diversity among MOOC Learners No Instructor Facilitation DROPOUTS UNGRADED SUBMISSIONS MISSED LEARNING BENEFITS 3
  • 4. Proposed Solution and Motivation 4 Predicting student engagement in peer-reviews The number of peer work that students will review
  • 5. Proposed Solution and Motivation 5 Predicting student engagement in peer-reviews Peer reviews #1 Peer reviews #2 Peer reviews #3 Peer reviews #4
  • 6. Proposed Solution and Motivation Effective peer-review sessions Effective collaborative learning activities • Peer reviews based on the expected level of engagement • Allotting adaptive time periods • Providing incentives to motivate students • Inter-homogeneous groups in terms of having some members • with desire to review teammates’ work 6
  • 7. Our preceding work • Predicting Student Participation in Peer Reviews in MOOCs 5th European MOOCs Stakeholders Summit, Madrid, Spain, May 2017.
  • 8. Our preceding work • Limitations: • The model was built with • A large part of the error was accounted for students: 8 Assignment time Peer-review time versus Particular to the context. A large feature set Overfit small data set
  • 9. Current Work • Reduced yet predictive feature set • Helps minimize the probability of overfit, • Enhances transferability 9 MOOC 1
  • 10. Current Work • Students with ZERO participation in peer reviews 10 REGRESSION MODEL PREDICTIONS PERFORMANCE ALL DATA STUDENTS WITH ZERO PEER REVIEW STUDENTS WITH PEER REVIEWS CLASSIFICATION MODEL ALL DATA
  • 11. Context • Canvas Network course (from dataverse) • No contextual information regarding the courses, • we do not know their learning design, • we do not know the content/purpose of the activities. • Therefore, we make some inferences based on the log data at hand. 11
  • 12. Context • 3567 enrollments • 4 assignments requiring peer reviews 12
  • 13. Feature Generation Discussion features disc_activity_count, disc_active_days, disc_avg_time_inbtwn, disc_entry_count, disc_charcount_mean disc_entry_days, 13 Quiz features quiz_activity_count, quiz_active_days, quiz_avg_time_inbtwn, quiz_counts_uncomp, quiz_total_attempts_ttl, quiz_timespent_ttl, quiz_scores_mean Assignment features assign_activity_count, assign_active_days, assign_avg_time_inbtwn, assign_score Peer-review features pr_subs_count, pr_count, pr_avg, Sequence features da_count, qa_count, ca_count, ad_count, qd_count, cd_count, ac_count, ac_count, dc_count
  • 14. Method • 10-fold cross-validation, • LASSO as the regression method, • Logistic regression as the classifier, • Scikit-learn implementation of the predictors. • Mean absolute error (MAE) as the performance metric 14
  • 15. Results 15 SESSION APPROACH 0 1 2 3 4 TOTAL PREV 1st Peer Reviews Regression 2.06 1.08 0.24 0.75 1.68 1.04 1.02 Ensemble 2.06 1.08 0.24 0.76 1.68 1.04 2nd Peer Reviews Regression 1.73 0.71 0.76 0.23 1.31 0.60 0.66 Ensemble 1.59 0.83 0.79 0.24 1.30 0.59 3rd Peer Reviews Regression 1.19 0.78 0.82 0.20 0.88 0.49 0.56 Ensemble 0.74 1.08 1.05 0.20 1.06 0.45 4th Peer Reviews Regression 1.06 1.03 0.73 0.21 0.98 0.52 0.58 Ensemble 0.73 1.28 0.97 0.23 0.98 0.50
  • 16. Discussion • Better prediction performance with ensemble approach • A classification phase before the regression model • Standard Deviation of actual peer-review participation • Ranging between 2.41-2.62, • The performance of the ensemble method seem to be promising, • Ranging between 0.45 to 1.04. 16
  • 17. Discussion • However, error increased in the prediction of other levels • Due to poor classification performance. • More work needed on the classification model. 17
  • 21. Practicality! • Experimentation with post-hoc predictions [3] • Useful in demonstrating relationships • Exam scores  Dropouts • No practical use. 21
  • 22. Practicality! • Using only the information available at the time of prediction, • Making prediction when it is useful to instructor. 22 • Using TRANSFER LEARNING approaches [4] to create operational prediction models.
  • 23. Transfer learning: Practical predictions • In-situ learning: Transferring a model across different weeks 23 Course start nth peer reviews (features)n (MODEL) n Predicting (n+1)th peer-reviews (n+1)th assignment submissions (features)n+1 using (MODEL)n fed with (features)n+1
  • 24. Transfer learning: Practical predictions • Across contexts: Transferring a model across different courses Course A Course B nth peer reviews1st peer reviews 2nd peer reviews (MODEL)1 (MODEL)2 (MODEL)n nth peer reviews 1st peer reviews 2nd peer reviews
  • 25. Context • Course #1 • 3567 enrollments • 4 peer-review sessions 25
  • 26. Context • Course #2 • 3632 enrollments • 4 peer-review sessions 26
  • 27. Context • Course #3 • 5248 enrollments • 7 peer-review sessions 27
  • 28. Feature Generation Discussion entries dentry_count, dentry_charcount_mean dentry_charcount_ttl, dentry_depth_mean, dentry_linecount_mean, dentry_linecount_ttl, dentry_wordcount_mean, dentry_wordcount_ttl, 28 Quiz activities finished_quiz_how_early, quiz_scores_mean, quiz_scores_ttl, quiz_timespent_mean, quiz_timespent_ttl, quiz_total_attempts_mean, quiz_total_attempts_ttl, uncomp_quiz_counts Assignment activities assign_attempt assign_score assign_submt_how_early Peer-review activities PR_SUBS_COUNT, PR_COUNT, PR_AVG, message_size_ttl, message_size_avg, message_size_multby_timespent, message_size_dvdby_timespent, pr_timespent_mean, pr_timespent_ttl, review_days_after_submission
  • 29. Method • 10-fold cross-validation vs transfer learning approaches, • Logistic regression as the classifier, • Scikit-learn • Offers parameters to deal with imbalanced class distributions • AUC scores were used as the metrics of performance. • More rigorous when the class distributions are imbalanced. • 0.9-1.0: Excellent, 0.8-0.9: Good, 0.7-0.8: Fair, 0.6-0.7: Poor, 0.5-06: Fail 29
  • 30. Results Course #1 Course #2 Course #3 30 1st Peer reviews 2nd Peer reviews 3rd Peer reviews 4th Peer reviews CV - 0.629 0.895 0.891 I-S - 0.606 0.863 0.849 1st Peer reviews 2nd Peer reviews 3rd Peer reviews 4th Peer reviews CV - 0.690 0.766 0.821 I-S - 0.678 0.741 0.797 1st Peer reviews 2nd Peer reviews 3rd Peer reviews 4th Peer reviews 5th Peer reviews 6th Peer reviews 7th Peer reviews CV - 0.680 0.681 0.724 0.735 0.787 0.822 I-S - 0.631 0.615 0.720 0.723 0.742 0.751
  • 31. Results • Transfer between Course #1 and Course #2 31 Using Course #1 to predict Course #2 on a weekly base Week #1 Week #2 Week #3 Week #4 Week #1 0.559 Week #2 0.681 Week #3 0.656 Week #4 0.717 Using Course #2 to predict Course #1 on a weekly base Week #1 Week #2 Week #3 Week #4 Week #1 0.552 Week #2 0.735 Week #3 0.779 Week #4 0.762
  • 32. Results • Transfer between Course #1 and Course #2 32 Using Course #2 to predict Course #1 on a weekly base Week #2 Week #3 Week #4 0.787 0.802 0.806 Using Course #1 to predict Course #2 on a weekly base Week #2 Week #3 Week #4 0.672 0.716 0.751
  • 33. Discussion • Using in-situ approach, the classification model has potential to be utilized in an ongoing MOOC. • Transferable over the weeks of the same course. 33
  • 34. Discussion • Transferable in both directions, but accuracy was not the same • Training using whole course seems to perform better. • More data points  better trained model. • Prediction of the participation in the first peer reviews is a challenge. 34 The classification model seems to be transferable across different courses.
  • 35. Future Work Limitation -> Context was UNKNOWN Connecting with Learning Design • Replicating the model in one of our own MOOCs: • Features that are informed by the learning design • Transferring across KNOWN courses • The role of the learning design and the context 35
  • 36. Future Work • Using this classification model in practice • to produce a relevant input to the group-formation task, • to offer peer-review related interventions • Exploring other characteristics of peer-review engagement: • Whether students are likely to provide feedback or not, • The quality of feedback: related factors? 36
  • 37. References [1] Topping, K.: Peer assessment between students in colleges and universities. Rev. Educ. Res. 68, 249–276 (1998). [2] Wen, M.L., Tsai, C.C., Chang, C.Y.: Attitudes towards peer assessment: a comparison of the perspectives of pre‐service and in‐service teachers. Innov. Educ. Teach. Int. 43, 83–92 (2006). [3] Kurka, D.B., Godoy, A., Von Zuben, F.J.: Delving Deeper into MOOC Student Dropout Prediction. CEUR Workshop Proc. 1691, 21–27 (2016). [4] Champaign, J., McCalla, G.: Transfer Learning for Predictive Models in Massive Open Online Courses. Lect. Notes Comput. Sci. (including Subser. Lect. Notes Artif. Intell. Lect. Notes Bioinformatics). 9112, 883 (2015). 37

Editor's Notes

  1. Hello, my name is Erkan. I am a postdoctoral researcher at the GSIC research group. Today, I will present one of our recent work, which is about …..
  2. Peer reviews have been already used a lot in the literature before MOOCs, and it has learning benefits not only for students whose work is reviewed but also for students who does the review. For example, when students perform a peer review they need to have a critical perspective using their existing knowledge, which may improve their higher-order thinking skills. Also, students whose works are reviewed, can receive valuable feedback that they can use to improve their learning. However, the main motivation behind the use of peer reviews in MOOCs is not its learning benefits. It is mainly used because instructors cannot assess thousands of student artifacts and give individual feedback to each. But with peer reviews in MOOCs, it is good that students get some feedback as a formative assessment, but also they receive grade for their submission so that they can continue or complete the course.
  3. When peer reviews take place at large scale, some problems emerge. One big issue with peer reviews in MOOC contexts is the low participation. Actually, this is not very surprising considering the diversity among MOOC learners. And, such a diverse set of learners may not behave as desired especially when there is no instructor facilitation. When the participation in peer-reviews are low, then it is likely that many students won’t receive neither a grade to move on in the course, nor feedback to improve their learning. And, such students are more likely to get disengaged in time and dropout.
  4. So, what we propose a solution to this problem is to predict student engagement in peer-reviews using their preceding course activities. And, what I mean is predicting the number of peer work that students will review.
  5. And we want to make this prediction at each prediction activity, for example if the course has 4 assignments that require peer-reviews, then we make this prediction 4 different times.
  6. Why would this prediction should matter? Why we are interested in this? Well, because it can offer many pedagogical utilities in MOOCs. First, instructors can possible create effective peer-review activities. For example, students who seem to under-participate can be assigned less number of peer reviews and vice versa. Also, students with low participation might be given longer times to complete their peer reviews. Moreover, instructors may want to provide some incentives to motivate students to participate in peer review if in overall the class seem to be uninterested. Other than peer reviews, instructors can also use this prediction model for designing effective collaborative learning activities. For example, using the prediction results as another grouping criteria, instructors can form inter-homogeneous groups in terms of having members with desire to review teammates’ work. In this way, these groups may function better and more effectively.
  7. Actually, this is our follow up work. In the first study, we have worked on the same prediction task
  8. but there were several issues. The model was built with a large feature set, that were particular to the context. Not only this may make the prediction model very hard to transfer to other contexts, but also it may also lead to the overfit problem. Second, we observed that A large part of the error was accounted for students who submitted their assignment but did not review any peer submission
  9. So, what we have done differently in the current study. First, we reduce the feature set to a smaller yet predictive set, which helps minimize the porbabilty of overfit and enhaces the transferability of the model within the same MOOC and also across MOOCs, and more on this later.
  10. And, to reduce the error caused by students who has ZERO participation in peer reviews, we proposed an ensemble approach. So, here is the regular regression based prediction model. The regression model receives the data and produces the predictions then we evaluate its performance. With the ensemble approach we use a classification model to identify students with zero peer reviews versus others. Then, we feed the regression model only with students who have some peer review participation. Then, for assessing the overall performance of the model, we combine the students that were predicted to have ZERO participation with the predictions obtained from the regression model.
  11. The course was a Canvas Network Course, and the data was obtained from dataverse.
  12. This course has more than three thousand five hundred enrollments. And, it has 4 particular assignments with peer reviews. Therefore, there are 4 peer review sessions. And, here is the distribution of number of peer-reviews performed by each student at each session. For example, here in the first peer reviews more than 100 students did not do any peer reviews even though they submitted their assignments. And, the other bar for students with 1 peer reviews, and 2, 3, and finally 4. As you may have already notice most of the students at each session has performed 3 peer reviews, which might be because they were enforced or recommended to do 3 peer reviews.
  13. We have generated features based on four types of student activities, their quiz activities, discussion activities, assignment activities, peer-review activities. One thing to highlight is that previously we have found that past peer-review activities are good predictors of future peer-review participation. For this reason, we have generated more futures regarding students’ past peer review participations.
  14. Let’s quickly look at the results. You may see that the ensemble approach that combine classification and regression models yield to better accuracy for predicting students with 0 participation.. Also, the overall accuracy was higher with the ensemble approach compared to what we have obtained in our previous study. However, the improvement of the accuracy was limited since the classification error led to some problems in predicting participation at different levels.
  15. And now I would like to present you the peer-review prediction PART II, Classification and Transferability. This is the most recent research work that we have conducted about peer-review prediction.
  16. In this follow-up research, we worked on the same problem but this time we framed it as a classification problem instead of regression. Here we have this bar, which represents the recommended level of participation in peer reviews. And, which is in general 3 in the courses that we have examined. And, what we propose here is to identify early in a course which students will do the recommended number of peer reviews or more, and which students will do less than what is required. We thought such a classification of students could be more useful for instructors, rather than predicting exactly if student will do 1, 2 reviews.
  17. What makes this follow-up research different is that we propose a classification model that has some practical value. What I mean is a model that produces predictions to be used for designing interventions in real MOOC contexts, while the course is still continuing.
  18. Previous research have been mostly based on post-hoc predictions that are useful in demonstrating relationships between the input variables and the target variable. For example, exam scores are important predictors of dropouts. However, these predictions are post-hoc, meaning that they are possible only after we know that students had really dropped out. Therefore, they cannot be used in practice.
  19. So, what we do differently is to build a prediction model using only the information available at the time of prediction, and making this prediction early enough when it is useful for the instructor. For this purpose we use transfer learning approaches.
  20. The first transfer learning approach that we use is called in-situ learning approach by which we can transfer a model across different weeks in the same course. So let’s say we want to predict students’ peer-review participation for assignment n+1. For this we train a model using past peer review activities that took place in the same course. Then, we use this MODEL N, along with features n+1 to make a prediction for the n+1 th assignment. I hope this makes some sense.
  21. The second transfer approach involves transferring a model across different courses. So, let’s say we have course A that was completed before Course B, and we want to use Course A to train models for each week, and use each of them to predict the participation at the corresponding week of Course B.
  22. So, here is the first course, we name it course number one. It has more than three thousand five hundred enrollments. And, it has 4 particular assignments with peer reviews. Therefore, there are 4 peer review sessions. And, here is the distribution of number of peer-reviews performed by each student at each session. For example, here in the first peer reviews more than 100 students did not do any peer reviews even though they submitted their assignments. And, the other bar for students with 1 peer reviews, and 2, 3, and finally 4. As you may have already notice most of the students at each session has performed 3 peer reviews, which might be because they were enforced or recommended to do 3 peer reviews.
  23. The second course has 3632 enrollments, and similar to the course #1, it has 4 peer-review sessions. The pattern in students’ peer-review participation is also similar. Except that in this course most of the students have done 4 peer reviews, which makes us think that the recommended or the required number of peer reviews in this course was probably 4.
  24. In the third course in this study, there were even more enrollments, and higher number of peer-review sessions. Also, there was a sharp decrease in peer-review participation compared to previous 2 courses.
  25. We have generated features based on four types of student activities, their quiz activities, discussion activities, assignment activities, peer-review activities. One thing to highlight is that previously we have found that past peer-review activities are good predictors of future peer-review participation. For this reason, we have generated more futures regarding students’ past peer review participations.
  26. I won’t go into too much details, just we used AUC as the performance metric since it is not sensitive to imbalance data.
  27. Let’s move to the results. First, using cross validation, we obtain a good level of accuracy for all weeks. One may argue that these results are highly optimistic since they are based on cross validation. However, almost the same prediction performance was achieved using in-situ approach. That is, the classification model built in one week was useful for making a prediction in the following week. And, this transferability was achieved in three different courses. This tells us that this model has much practical value. Accuracy was much better starting from the 3rd reviews, these models included features regarding past peer reviews.
  28. Also, we trained models using weekly data from one course, to make predictions for the corresponding week of another course. The prediction performance was pretty good, especially after the first week.
  29. As another way of transferring models between these two courses, we have attempted to train a single model using the whole course data and use the same model to make predictions in the other course for each week. So, here first we have one model trained using Course 2, and we have predictions for Week 2, 3, and 4 of Course 1. And, the accuracy of the predictions seem to be better than when we train models separately for each week. And again, just for exploration we have repeated the same thing in reverse order of the courses. And the results were good, but not as accurate as the first one.
  30. So, students’ level of peer-review participation can be predicted using past course activities (quizzes, discussions, assignments, peer-reviews). However, features about past peer-review activities seem to be the most important. Using in-situ approach, the classification model can be utilized in an ongoing MOOC because a model trained using one-week can be transferable over to the following week in the same course
  31. The classification model seems to be transferable also across different courses, and the transferable was in both directions, but accuracy was not the same. In some courses predicting student engagement might be harder. Training a model using the whole course (rather than weekly) seems to perform better. With more data points, with more diversity in the dataset, we were better able to train the model, which was then more accurate in predicting weekly peer-review participations.
  32. So, one big limitation of this research was that context was unknown. The data provider decontextualized all the data for privacy concerns. So, we have some future work in our agenda to connect this work with learning design. First, we want to replicate this model in …. Where we can generate features that are informed by the learning design actually. Also, we need to explore transferring across KNOWN courses, and examine the role of the learning design and the context of these courses in efficiently transferring predictive models