SlideShare a Scribd company logo
Automated Content Analysis of Cognitive Presence
Improving the quality of inquiry-based social learning
Vitomir Kovanovi´c
School of Informatics,
University of Edinburgh
Edinburgh, United Kingdom
v.kovanovic@ed.ac.uk
May 4 2015,
University of Michigan,
Ann Arbor, USA
Research overview
Overall idea
Use Learning Analytics to provide in-depth understanding of
the Community of Inquiry CoI model of distance education.
Vitomir Kovanovi´c (EDI) Automated Cognitive Presence Analysis May 4, 2015 1 / 13
Community of Inquiry (CoI) model
Community of Inquiry model (Garrison, Anderson, and Archer, 1999)
Conceptual framework outlying important constructs that define worthwhile
educational experience in distance education setting.
Three presences:
• Social presence: relationships and social
climate in a community.
• Cognitive presence: phases of cognitive
engagement and knowledge construction.
• Teaching presence: instructional role
during social learning.
CoI model is:
• Extensively researched and validated.
• Adopts Content Analysis for assessment of
presences.
Vitomir Kovanovi´c (EDI) Automated Cognitive Presence Analysis May 4, 2015 2 / 13
Community of Inquiry (CoI) model
Community of Inquiry model (Garrison, Anderson, and Archer, 1999)
Conceptual framework outlying important constructs that define worthwhile
educational experience in distance education setting.
Three presences:
• Social presence: relationships and social
climate in a community.
• Cognitive presence: phases of cognitive
engagement and knowledge construction.
• Teaching presence: instructional role
during social learning.
CoI model is:
• Extensively researched and validated.
• Adopts Content Analysis for assessment of
presences.
Vitomir Kovanovi´c (EDI) Automated Cognitive Presence Analysis May 4, 2015 2 / 13
Community of Inquiry (CoI) model
Issues and challenges:
• Very labor intensive,
• Crude coding scheme,
• Requires experienced coders,
• Can’t be used for real-time monitoring,
• Not explaining reasons behind observed levels of presences, and
• Used for analysis of learning long after courses are over.
Vitomir Kovanovi´c (EDI) Automated Cognitive Presence Analysis May 4, 2015 3 / 13
Research approach
• Use text analytics to address these problems.
• Develop automated content analysis system for message coding.
• Provide better operationalization of the CoI coding instrument.
Vitomir Kovanovi´c (EDI) Automated Cognitive Presence Analysis May 4, 2015 4 / 13
Cognitive presence
Cognitive Presence
“an extent to which the participants in any particular configuration of a
community of inquiry are able to construct meaning through sustained
communication.” (Garrison, Anderson, and Archer, 1999, p .89)
Four phases of cognitive presence:
1 Triggering event: Some issue, dilemma or problem is identified.
2 Exploration: Students move between private world of reflection and shared
world of social knowledge construction.
3 Integration: Students filter irrelevant information and synthesize new
knowledge.
4 Resolution: Students analyze practical applicability, test different
hypotheses, and start a new learning cycle.
Vitomir Kovanovi´c (EDI) Automated Cognitive Presence Analysis May 4, 2015 5 / 13
Vitomir Kovanovi´c (EDI) Automated Cognitive Presence Analysis May 4, 2015 6 / 13
Vitomir Kovanovi´c (EDI) Automated Cognitive Presence Analysis May 4, 2015 7 / 13
Dataset
• Six offerings of graduate level course in software engineering.
• Total of 1747 messages, 81 students.
• Manually coded by two coders (agreement = 98.1%, Cohen’s κ = 0.974).
ID Phase Messages (%)
0 Other 140 8.01%
1 Triggering Event 308 17.63%
2 Exploration 684 39.17%
3 Integration 508 29.08%
4 Resolution 107 6.12%
All phases 1747 100%
Number of Messages in Different Phases of Cognitive Presence
Vitomir Kovanovi´c (EDI) Automated Cognitive Presence Analysis May 4, 2015 8 / 13
Study approach
• SVM classifier with RBF kernel.
• Accuracy and kernel parameter tuning evaluated using nested 5-fold
cross-validation.
• Extracted features:
• N-grams
• Part-of-Speech N-grams
• Back-Off N-grams
• Dependency Triplets
• Back-Off Dependency Triplets
• Named Entities
• Thread Position Features
• LSA Features
• LIWC Features
Vitomir Kovanovi´c (EDI) Automated Cognitive Presence Analysis May 4, 2015 9 / 13
Results
• We achieved Cohen’s κ of 0.42 for our classification problem.
• Better then the existing Neural Network system (Cohen’s κ=0.31).
• Unigram baseline model achieved Cohen’s κ of 0.33.
Error analysis:
Predicted
Actual Other Trigg. Expl. Integ. Resol.
Other 17 04 05 02 00
Triggering 01 42 ⇒1
14 03 01
Exploration 02 09 98 24 04
Integration 01 03 38 ⇐1,2
56 04
Resolution 00 00 03 15 ⇐2
03
Confusion Matrix
Vitomir Kovanovi´c (EDI) Automated Cognitive Presence Analysis May 4, 2015 10 / 13
Challenges
1 Effect of the large relative size of the
exploration class,
2 Effect of the code-up rule for coding,
3 No relative importance of features, and
4 Context is not taken into the account.
Code-up rule for coding
Vitomir Kovanovi´c (EDI) Automated Cognitive Presence Analysis May 4, 2015 11 / 13
In progress: Making use of tread context
• Discussions (and students’ learning) progresses from triggering to resolutions.
• Content of a message depends on the content of the previous messages.
• Content of a message depends on the learning progress of a given student.
Model for message classification
Vitomir Kovanovi´c (EDI) Automated Cognitive Presence Analysis May 4, 2015 12 / 13
Approach: Hidden Markov models (HMMs) & Conditional
random fields (CRFs)
• Hidden Markov Models:
• HMMs used to models system states and their transitions in a variety of
contexts.
• Widely used, Bayesian Knowledge Tracing models based on HMMs.
• Challenges with HMM:
• Can this be modeled as HMM (2nd order HMMs?)
• Dependency only on a single previous state,
• One manifest variable for each state
• Conditional random fields:
• Used for structured predictions (e.g., speech recognition)
• For speech recognition, take into the account the classes of all letters in a word.
• Widely used in natural language processing,
• More flexible than HMMs,
• Challenges with CRF:
• Too many parameters to estimate with little data
Vitomir Kovanovi´c (EDI) Automated Cognitive Presence Analysis May 4, 2015 13 / 13
Thank you
Vitomir Kovanovic
v.kovanovic@ed.ac.uk
References I
Garrison, D. Randy, Terry Anderson, and Walter Archer (1999). “Critical
Inquiry in a Text-Based Environment: Computer Conferencing in Higher
Education”. In: The Internet and Higher Education 2.2–3, pp. 87–105.

More Related Content

What's hot

Penetrating the black box of time-on-task estimation
Penetrating the black box of time-on-task estimationPenetrating the black box of time-on-task estimation
Penetrating the black box of time-on-task estimation
Vitomir Kovanovic
 
Topic Modeling for Learning Analytics Researchers LAK15 Tutorial
Topic Modeling for Learning Analytics Researchers LAK15 TutorialTopic Modeling for Learning Analytics Researchers LAK15 Tutorial
Topic Modeling for Learning Analytics Researchers LAK15 Tutorial
Vitomir Kovanovic
 
MOOCs in the news- A European perspective
MOOCs in the news- A European perspectiveMOOCs in the news- A European perspective
MOOCs in the news- A European perspective
Vitomir Kovanovic
 
Analysis of Metadata and Topic Modeling for
Analysis of Metadata and Topic Modeling forAnalysis of Metadata and Topic Modeling for
Analysis of Metadata and Topic Modeling forJigar Mehta
 
A novel model of cognitive presence assessment using automated learning analy...
A novel model of cognitive presence assessment using automated learning analy...A novel model of cognitive presence assessment using automated learning analy...
A novel model of cognitive presence assessment using automated learning analy...
Vitomir Kovanovic
 
Asia-Pacific LSP & Professional Communication, 2017: Developing research meth...
Asia-Pacific LSP & Professional Communication, 2017: Developing research meth...Asia-Pacific LSP & Professional Communication, 2017: Developing research meth...
Asia-Pacific LSP & Professional Communication, 2017: Developing research meth...
cahafner
 
Introduction to OpenSemcq
Introduction to OpenSemcqIntroduction to OpenSemcq
Introduction to OpenSemcq
mbtosic
 
Opening up higher education in Rwanda
Opening up higher education in RwandaOpening up higher education in Rwanda
Opening up higher education in Rwanda
Global OER Graduate Network
 
What questions are MOOCs asking? An evidence based investigation
What questions are MOOCs asking? An evidence based investigationWhat questions are MOOCs asking? An evidence based investigation
What questions are MOOCs asking? An evidence based investigation
Eamon Costello
 
Use of Open Education Resources in Distance Education and Training Institutes...
Use of Open Education Resources in Distance Education and Training Institutes...Use of Open Education Resources in Distance Education and Training Institutes...
Use of Open Education Resources in Distance Education and Training Institutes...
Global OER Graduate Network
 
Bark & Martin - Essential information skills for researchers: a collaborative...
Bark & Martin - Essential information skills for researchers: a collaborative...Bark & Martin - Essential information skills for researchers: a collaborative...
Bark & Martin - Essential information skills for researchers: a collaborative...IL Group (CILIP Information Literacy Group)
 
How useful are semantic links for the detection of implicit references in csc...
How useful are semantic links for the detection of implicit references in csc...How useful are semantic links for the detection of implicit references in csc...
How useful are semantic links for the detection of implicit references in csc...
Traian Rebedea
 
Kovanović et al. 2017 - developing a mooc experimentation platform: insight...
Kovanović et al.   2017 - developing a mooc experimentation platform: insight...Kovanović et al.   2017 - developing a mooc experimentation platform: insight...
Kovanović et al. 2017 - developing a mooc experimentation platform: insight...
Vitomir Kovanovic
 
«Implicaciones de datos de aprendizaje procedentes de MOOCs», por Edmundo Tov...
«Implicaciones de datos de aprendizaje procedentes de MOOCs», por Edmundo Tov...«Implicaciones de datos de aprendizaje procedentes de MOOCs», por Edmundo Tov...
«Implicaciones de datos de aprendizaje procedentes de MOOCs», por Edmundo Tov...
eMadrid network
 
Preservice Teachers' Dispositions Toward Technology Integration
Preservice Teachers' Dispositions Toward Technology IntegrationPreservice Teachers' Dispositions Toward Technology Integration
Preservice Teachers' Dispositions Toward Technology Integration
Joan E. Hughes, Ph.D.
 
The current state of accessibility of MOOCs: What are the next steps?
The current state of accessibility of MOOCs: What are the next steps?The current state of accessibility of MOOCs: What are the next steps?
The current state of accessibility of MOOCs: What are the next steps?
Global OER Graduate Network
 
Lilac 2012 Essential information skills for researchers: A collaborative proj...
Lilac 2012 Essential information skills for researchers: A collaborative proj...Lilac 2012 Essential information skills for researchers: A collaborative proj...
Lilac 2012 Essential information skills for researchers: A collaborative proj...
Chris Bark
 
Expert Perceptions of the Feasibility of MOOCs
Expert Perceptions of the Feasibility of MOOCsExpert Perceptions of the Feasibility of MOOCs
Expert Perceptions of the Feasibility of MOOCs
Shalin Hai-Jew
 
Some Methodological Thoughts on Using Text Mining for Frame Analysis of Media...
Some Methodological Thoughts on Using Text Mining for Frame Analysis of Media...Some Methodological Thoughts on Using Text Mining for Frame Analysis of Media...
Some Methodological Thoughts on Using Text Mining for Frame Analysis of Media...Yuwei Lin
 
How inclusive is the "Openness" of Open Education?
How inclusive is the "Openness" of Open Education?How inclusive is the "Openness" of Open Education?
How inclusive is the "Openness" of Open Education?
Sarah Lambert
 

What's hot (20)

Penetrating the black box of time-on-task estimation
Penetrating the black box of time-on-task estimationPenetrating the black box of time-on-task estimation
Penetrating the black box of time-on-task estimation
 
Topic Modeling for Learning Analytics Researchers LAK15 Tutorial
Topic Modeling for Learning Analytics Researchers LAK15 TutorialTopic Modeling for Learning Analytics Researchers LAK15 Tutorial
Topic Modeling for Learning Analytics Researchers LAK15 Tutorial
 
MOOCs in the news- A European perspective
MOOCs in the news- A European perspectiveMOOCs in the news- A European perspective
MOOCs in the news- A European perspective
 
Analysis of Metadata and Topic Modeling for
Analysis of Metadata and Topic Modeling forAnalysis of Metadata and Topic Modeling for
Analysis of Metadata and Topic Modeling for
 
A novel model of cognitive presence assessment using automated learning analy...
A novel model of cognitive presence assessment using automated learning analy...A novel model of cognitive presence assessment using automated learning analy...
A novel model of cognitive presence assessment using automated learning analy...
 
Asia-Pacific LSP & Professional Communication, 2017: Developing research meth...
Asia-Pacific LSP & Professional Communication, 2017: Developing research meth...Asia-Pacific LSP & Professional Communication, 2017: Developing research meth...
Asia-Pacific LSP & Professional Communication, 2017: Developing research meth...
 
Introduction to OpenSemcq
Introduction to OpenSemcqIntroduction to OpenSemcq
Introduction to OpenSemcq
 
Opening up higher education in Rwanda
Opening up higher education in RwandaOpening up higher education in Rwanda
Opening up higher education in Rwanda
 
What questions are MOOCs asking? An evidence based investigation
What questions are MOOCs asking? An evidence based investigationWhat questions are MOOCs asking? An evidence based investigation
What questions are MOOCs asking? An evidence based investigation
 
Use of Open Education Resources in Distance Education and Training Institutes...
Use of Open Education Resources in Distance Education and Training Institutes...Use of Open Education Resources in Distance Education and Training Institutes...
Use of Open Education Resources in Distance Education and Training Institutes...
 
Bark & Martin - Essential information skills for researchers: a collaborative...
Bark & Martin - Essential information skills for researchers: a collaborative...Bark & Martin - Essential information skills for researchers: a collaborative...
Bark & Martin - Essential information skills for researchers: a collaborative...
 
How useful are semantic links for the detection of implicit references in csc...
How useful are semantic links for the detection of implicit references in csc...How useful are semantic links for the detection of implicit references in csc...
How useful are semantic links for the detection of implicit references in csc...
 
Kovanović et al. 2017 - developing a mooc experimentation platform: insight...
Kovanović et al.   2017 - developing a mooc experimentation platform: insight...Kovanović et al.   2017 - developing a mooc experimentation platform: insight...
Kovanović et al. 2017 - developing a mooc experimentation platform: insight...
 
«Implicaciones de datos de aprendizaje procedentes de MOOCs», por Edmundo Tov...
«Implicaciones de datos de aprendizaje procedentes de MOOCs», por Edmundo Tov...«Implicaciones de datos de aprendizaje procedentes de MOOCs», por Edmundo Tov...
«Implicaciones de datos de aprendizaje procedentes de MOOCs», por Edmundo Tov...
 
Preservice Teachers' Dispositions Toward Technology Integration
Preservice Teachers' Dispositions Toward Technology IntegrationPreservice Teachers' Dispositions Toward Technology Integration
Preservice Teachers' Dispositions Toward Technology Integration
 
The current state of accessibility of MOOCs: What are the next steps?
The current state of accessibility of MOOCs: What are the next steps?The current state of accessibility of MOOCs: What are the next steps?
The current state of accessibility of MOOCs: What are the next steps?
 
Lilac 2012 Essential information skills for researchers: A collaborative proj...
Lilac 2012 Essential information skills for researchers: A collaborative proj...Lilac 2012 Essential information skills for researchers: A collaborative proj...
Lilac 2012 Essential information skills for researchers: A collaborative proj...
 
Expert Perceptions of the Feasibility of MOOCs
Expert Perceptions of the Feasibility of MOOCsExpert Perceptions of the Feasibility of MOOCs
Expert Perceptions of the Feasibility of MOOCs
 
Some Methodological Thoughts on Using Text Mining for Frame Analysis of Media...
Some Methodological Thoughts on Using Text Mining for Frame Analysis of Media...Some Methodological Thoughts on Using Text Mining for Frame Analysis of Media...
Some Methodological Thoughts on Using Text Mining for Frame Analysis of Media...
 
How inclusive is the "Openness" of Open Education?
How inclusive is the "Openness" of Open Education?How inclusive is the "Openness" of Open Education?
How inclusive is the "Openness" of Open Education?
 

Similar to Automated content analysis of cognitive presence: Improving the quality of inquiry-based social learning

A Novel Model of Cognitive Presence Assessment Using Automated Learning Analy...
A Novel Model of Cognitive Presence Assessment Using Automated Learning Analy...A Novel Model of Cognitive Presence Assessment Using Automated Learning Analy...
A Novel Model of Cognitive Presence Assessment Using Automated Learning Analy...
Vitomir Kovanovic
 
Automated System for Cognitive Presence Coding
Automated System for Cognitive Presence CodingAutomated System for Cognitive Presence Coding
Automated System for Cognitive Presence Coding
Vitomir Kovanovic
 
Learning Analytics for Communities of Inquiry
Learning Analytics for Communities of InquiryLearning Analytics for Communities of Inquiry
Learning Analytics for Communities of Inquiry
Vitomir Kovanovic
 
Integrating an intelligent tutoring system into a virtual world
Integrating an intelligent tutoring system into a virtual worldIntegrating an intelligent tutoring system into a virtual world
Integrating an intelligent tutoring system into a virtual world
Parvati Dev
 
Self directed learning in trial future learn courses
Self directed learning in trial future learn coursesSelf directed learning in trial future learn courses
Self directed learning in trial future learn courses
Inge de Waard
 
Assessing cognitive presence using automated learning analytics methods
Assessing cognitive presence using automated learning analytics methodsAssessing cognitive presence using automated learning analytics methods
Assessing cognitive presence using automated learning analytics methods
Vitomir Kovanovic
 
[slide] A Compare-Aggregate Model with Latent Clustering for Answer Selection
[slide] A Compare-Aggregate Model with Latent Clustering for Answer Selection[slide] A Compare-Aggregate Model with Latent Clustering for Answer Selection
[slide] A Compare-Aggregate Model with Latent Clustering for Answer Selection
Seoul National University
 
Rising to the challenge of flexible learner transition: A pre-induction socia...
Rising to the challenge of flexible learner transition: A pre-induction socia...Rising to the challenge of flexible learner transition: A pre-induction socia...
Rising to the challenge of flexible learner transition: A pre-induction socia...
Eamon Costello
 
Open Knowledge Extraction at ESWC2016
Open Knowledge Extraction at ESWC2016Open Knowledge Extraction at ESWC2016
Open Knowledge Extraction at ESWC2016
Anna Lisa Gentile
 
VII Jornadas eMadrid "Education in exponential times". Mesa redonda eMadrid L...
VII Jornadas eMadrid "Education in exponential times". Mesa redonda eMadrid L...VII Jornadas eMadrid "Education in exponential times". Mesa redonda eMadrid L...
VII Jornadas eMadrid "Education in exponential times". Mesa redonda eMadrid L...
eMadrid network
 
2014 e learning innovations conference chao mbogo open education resources pa...
2014 e learning innovations conference chao mbogo open education resources pa...2014 e learning innovations conference chao mbogo open education resources pa...
2014 e learning innovations conference chao mbogo open education resources pa...
eLearning Innovations Conference
 
Student Content Evaluation UC & R April 2009
Student Content Evaluation UC & R April 2009Student Content Evaluation UC & R April 2009
Student Content Evaluation UC & R April 2009
Kaye Towlson
 
Semantic Technologies in HE Seminar - Learning Societies Lab
Semantic Technologies in HE Seminar - Learning Societies LabSemantic Technologies in HE Seminar - Learning Societies Lab
Semantic Technologies in HE Seminar - Learning Societies Labthanassis
 
ashu ppt final.pptx
ashu ppt final.pptxashu ppt final.pptx
ashu ppt final.pptx
VekariyaDarshana2
 
Impact of mobile access on learner interactions in a mooc method and findings
Impact of mobile access on learner interactions in a mooc method and findingsImpact of mobile access on learner interactions in a mooc method and findings
Impact of mobile access on learner interactions in a mooc method and findings
Inge de Waard
 
Humanizing Online Instruction: A MOOC project report
Humanizing Online Instruction: A MOOC project reportHumanizing Online Instruction: A MOOC project report
Humanizing Online Instruction: A MOOC project report
Whitney Kilgore
 
eAssessment in practice
eAssessment in practiceeAssessment in practice
eAssessment in practice
Ian Brown
 
NE7012- SOCIAL NETWORK ANALYSIS
NE7012- SOCIAL NETWORK ANALYSISNE7012- SOCIAL NETWORK ANALYSIS
NE7012- SOCIAL NETWORK ANALYSIS
rathnaarul
 
2023-08-22 CoLLAs Tutorial - Beyond CIL.pdf
2023-08-22 CoLLAs Tutorial - Beyond CIL.pdf2023-08-22 CoLLAs Tutorial - Beyond CIL.pdf
2023-08-22 CoLLAs Tutorial - Beyond CIL.pdf
Vincenzo Lomonaco
 
Moodle Analytic Admin Tool Plugin for Student Performance Predict
Moodle Analytic Admin Tool Plugin for Student Performance PredictMoodle Analytic Admin Tool Plugin for Student Performance Predict
Moodle Analytic Admin Tool Plugin for Student Performance Predict
Manjula Lakshakumara
 

Similar to Automated content analysis of cognitive presence: Improving the quality of inquiry-based social learning (20)

A Novel Model of Cognitive Presence Assessment Using Automated Learning Analy...
A Novel Model of Cognitive Presence Assessment Using Automated Learning Analy...A Novel Model of Cognitive Presence Assessment Using Automated Learning Analy...
A Novel Model of Cognitive Presence Assessment Using Automated Learning Analy...
 
Automated System for Cognitive Presence Coding
Automated System for Cognitive Presence CodingAutomated System for Cognitive Presence Coding
Automated System for Cognitive Presence Coding
 
Learning Analytics for Communities of Inquiry
Learning Analytics for Communities of InquiryLearning Analytics for Communities of Inquiry
Learning Analytics for Communities of Inquiry
 
Integrating an intelligent tutoring system into a virtual world
Integrating an intelligent tutoring system into a virtual worldIntegrating an intelligent tutoring system into a virtual world
Integrating an intelligent tutoring system into a virtual world
 
Self directed learning in trial future learn courses
Self directed learning in trial future learn coursesSelf directed learning in trial future learn courses
Self directed learning in trial future learn courses
 
Assessing cognitive presence using automated learning analytics methods
Assessing cognitive presence using automated learning analytics methodsAssessing cognitive presence using automated learning analytics methods
Assessing cognitive presence using automated learning analytics methods
 
[slide] A Compare-Aggregate Model with Latent Clustering for Answer Selection
[slide] A Compare-Aggregate Model with Latent Clustering for Answer Selection[slide] A Compare-Aggregate Model with Latent Clustering for Answer Selection
[slide] A Compare-Aggregate Model with Latent Clustering for Answer Selection
 
Rising to the challenge of flexible learner transition: A pre-induction socia...
Rising to the challenge of flexible learner transition: A pre-induction socia...Rising to the challenge of flexible learner transition: A pre-induction socia...
Rising to the challenge of flexible learner transition: A pre-induction socia...
 
Open Knowledge Extraction at ESWC2016
Open Knowledge Extraction at ESWC2016Open Knowledge Extraction at ESWC2016
Open Knowledge Extraction at ESWC2016
 
VII Jornadas eMadrid "Education in exponential times". Mesa redonda eMadrid L...
VII Jornadas eMadrid "Education in exponential times". Mesa redonda eMadrid L...VII Jornadas eMadrid "Education in exponential times". Mesa redonda eMadrid L...
VII Jornadas eMadrid "Education in exponential times". Mesa redonda eMadrid L...
 
2014 e learning innovations conference chao mbogo open education resources pa...
2014 e learning innovations conference chao mbogo open education resources pa...2014 e learning innovations conference chao mbogo open education resources pa...
2014 e learning innovations conference chao mbogo open education resources pa...
 
Student Content Evaluation UC & R April 2009
Student Content Evaluation UC & R April 2009Student Content Evaluation UC & R April 2009
Student Content Evaluation UC & R April 2009
 
Semantic Technologies in HE Seminar - Learning Societies Lab
Semantic Technologies in HE Seminar - Learning Societies LabSemantic Technologies in HE Seminar - Learning Societies Lab
Semantic Technologies in HE Seminar - Learning Societies Lab
 
ashu ppt final.pptx
ashu ppt final.pptxashu ppt final.pptx
ashu ppt final.pptx
 
Impact of mobile access on learner interactions in a mooc method and findings
Impact of mobile access on learner interactions in a mooc method and findingsImpact of mobile access on learner interactions in a mooc method and findings
Impact of mobile access on learner interactions in a mooc method and findings
 
Humanizing Online Instruction: A MOOC project report
Humanizing Online Instruction: A MOOC project reportHumanizing Online Instruction: A MOOC project report
Humanizing Online Instruction: A MOOC project report
 
eAssessment in practice
eAssessment in practiceeAssessment in practice
eAssessment in practice
 
NE7012- SOCIAL NETWORK ANALYSIS
NE7012- SOCIAL NETWORK ANALYSISNE7012- SOCIAL NETWORK ANALYSIS
NE7012- SOCIAL NETWORK ANALYSIS
 
2023-08-22 CoLLAs Tutorial - Beyond CIL.pdf
2023-08-22 CoLLAs Tutorial - Beyond CIL.pdf2023-08-22 CoLLAs Tutorial - Beyond CIL.pdf
2023-08-22 CoLLAs Tutorial - Beyond CIL.pdf
 
Moodle Analytic Admin Tool Plugin for Student Performance Predict
Moodle Analytic Admin Tool Plugin for Student Performance PredictMoodle Analytic Admin Tool Plugin for Student Performance Predict
Moodle Analytic Admin Tool Plugin for Student Performance Predict
 

More from Vitomir Kovanovic

Introduction to Learning Analytics for High School Teachers and Managers
Introduction to Learning Analytics for High School Teachers and ManagersIntroduction to Learning Analytics for High School Teachers and Managers
Introduction to Learning Analytics for High School Teachers and Managers
Vitomir Kovanovic
 
Extending video interactions to support self-regulated learning in an online ...
Extending video interactions to support self-regulated learning in an online ...Extending video interactions to support self-regulated learning in an online ...
Extending video interactions to support self-regulated learning in an online ...
Vitomir Kovanovic
 
Analysing social presence in online discussions through network and text anal...
Analysing social presence in online discussions through network and text anal...Analysing social presence in online discussions through network and text anal...
Analysing social presence in online discussions through network and text anal...
Vitomir Kovanovic
 
Automated Analysis of Cognitive Presence in Online Discussions Written in Por...
Automated Analysis of Cognitive Presence in Online Discussions Written in Por...Automated Analysis of Cognitive Presence in Online Discussions Written in Por...
Automated Analysis of Cognitive Presence in Online Discussions Written in Por...
Vitomir Kovanovic
 
Validating a theorized model of engagement in learning analytics
Validating a theorized model of engagement in learning analyticsValidating a theorized model of engagement in learning analytics
Validating a theorized model of engagement in learning analytics
Vitomir Kovanovic
 
Examining the Value of Learning Analytics for Supporting Work-integrated Lear...
Examining the Value of Learning Analytics for Supporting Work-integrated Lear...Examining the Value of Learning Analytics for Supporting Work-integrated Lear...
Examining the Value of Learning Analytics for Supporting Work-integrated Lear...
Vitomir Kovanovic
 
Developing Self-regulated Learning in High-school Students: The Role of Learn...
Developing Self-regulated Learning in High-school Students: The Role of Learn...Developing Self-regulated Learning in High-school Students: The Role of Learn...
Developing Self-regulated Learning in High-school Students: The Role of Learn...
Vitomir Kovanovic
 
Unsupervised Learning for Learning Analytics Researchers
Unsupervised Learning for Learning Analytics ResearchersUnsupervised Learning for Learning Analytics Researchers
Unsupervised Learning for Learning Analytics Researchers
Vitomir Kovanovic
 
Introduction to R for Learning Analytics Researchers
Introduction to R for Learning Analytics ResearchersIntroduction to R for Learning Analytics Researchers
Introduction to R for Learning Analytics Researchers
Vitomir Kovanovic
 
Introduction to Learning Analytics
Introduction to Learning AnalyticsIntroduction to Learning Analytics
Introduction to Learning Analytics
Vitomir Kovanovic
 
Introduction to Epistemic Network Analysis
Introduction to Epistemic Network AnalysisIntroduction to Epistemic Network Analysis
Introduction to Epistemic Network Analysis
Vitomir Kovanovic
 
Understand students’ self-reflections through learning analytics
Understand students’ self-reflections through learning analyticsUnderstand students’ self-reflections through learning analytics
Understand students’ self-reflections through learning analytics
Vitomir Kovanovic
 

More from Vitomir Kovanovic (12)

Introduction to Learning Analytics for High School Teachers and Managers
Introduction to Learning Analytics for High School Teachers and ManagersIntroduction to Learning Analytics for High School Teachers and Managers
Introduction to Learning Analytics for High School Teachers and Managers
 
Extending video interactions to support self-regulated learning in an online ...
Extending video interactions to support self-regulated learning in an online ...Extending video interactions to support self-regulated learning in an online ...
Extending video interactions to support self-regulated learning in an online ...
 
Analysing social presence in online discussions through network and text anal...
Analysing social presence in online discussions through network and text anal...Analysing social presence in online discussions through network and text anal...
Analysing social presence in online discussions through network and text anal...
 
Automated Analysis of Cognitive Presence in Online Discussions Written in Por...
Automated Analysis of Cognitive Presence in Online Discussions Written in Por...Automated Analysis of Cognitive Presence in Online Discussions Written in Por...
Automated Analysis of Cognitive Presence in Online Discussions Written in Por...
 
Validating a theorized model of engagement in learning analytics
Validating a theorized model of engagement in learning analyticsValidating a theorized model of engagement in learning analytics
Validating a theorized model of engagement in learning analytics
 
Examining the Value of Learning Analytics for Supporting Work-integrated Lear...
Examining the Value of Learning Analytics for Supporting Work-integrated Lear...Examining the Value of Learning Analytics for Supporting Work-integrated Lear...
Examining the Value of Learning Analytics for Supporting Work-integrated Lear...
 
Developing Self-regulated Learning in High-school Students: The Role of Learn...
Developing Self-regulated Learning in High-school Students: The Role of Learn...Developing Self-regulated Learning in High-school Students: The Role of Learn...
Developing Self-regulated Learning in High-school Students: The Role of Learn...
 
Unsupervised Learning for Learning Analytics Researchers
Unsupervised Learning for Learning Analytics ResearchersUnsupervised Learning for Learning Analytics Researchers
Unsupervised Learning for Learning Analytics Researchers
 
Introduction to R for Learning Analytics Researchers
Introduction to R for Learning Analytics ResearchersIntroduction to R for Learning Analytics Researchers
Introduction to R for Learning Analytics Researchers
 
Introduction to Learning Analytics
Introduction to Learning AnalyticsIntroduction to Learning Analytics
Introduction to Learning Analytics
 
Introduction to Epistemic Network Analysis
Introduction to Epistemic Network AnalysisIntroduction to Epistemic Network Analysis
Introduction to Epistemic Network Analysis
 
Understand students’ self-reflections through learning analytics
Understand students’ self-reflections through learning analyticsUnderstand students’ self-reflections through learning analytics
Understand students’ self-reflections through learning analytics
 

Recently uploaded

Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Dr. Vinod Kumar Kanvaria
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
vaibhavrinwa19
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
David Douglas School District
 
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdfMASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
goswamiyash170123
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
TechSoup
 
The Diamond Necklace by Guy De Maupassant.pptx
The Diamond Necklace by Guy De Maupassant.pptxThe Diamond Necklace by Guy De Maupassant.pptx
The Diamond Necklace by Guy De Maupassant.pptx
DhatriParmar
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
tarandeep35
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
camakaiclarkmusic
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
heathfieldcps1
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
Academy of Science of South Africa
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
thanhdowork
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
DhatriParmar
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
Jisc
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
DeeptiGupta154
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
Digital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion DesignsDigital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion Designs
chanes7
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Akanksha trivedi rama nursing college kanpur.
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 

Recently uploaded (20)

Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
 
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdfMASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
 
The Diamond Necklace by Guy De Maupassant.pptx
The Diamond Necklace by Guy De Maupassant.pptxThe Diamond Necklace by Guy De Maupassant.pptx
The Diamond Necklace by Guy De Maupassant.pptx
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
 
Digital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion DesignsDigital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion Designs
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 

Automated content analysis of cognitive presence: Improving the quality of inquiry-based social learning

  • 1. Automated Content Analysis of Cognitive Presence Improving the quality of inquiry-based social learning Vitomir Kovanovi´c School of Informatics, University of Edinburgh Edinburgh, United Kingdom v.kovanovic@ed.ac.uk May 4 2015, University of Michigan, Ann Arbor, USA
  • 2. Research overview Overall idea Use Learning Analytics to provide in-depth understanding of the Community of Inquiry CoI model of distance education. Vitomir Kovanovi´c (EDI) Automated Cognitive Presence Analysis May 4, 2015 1 / 13
  • 3. Community of Inquiry (CoI) model Community of Inquiry model (Garrison, Anderson, and Archer, 1999) Conceptual framework outlying important constructs that define worthwhile educational experience in distance education setting. Three presences: • Social presence: relationships and social climate in a community. • Cognitive presence: phases of cognitive engagement and knowledge construction. • Teaching presence: instructional role during social learning. CoI model is: • Extensively researched and validated. • Adopts Content Analysis for assessment of presences. Vitomir Kovanovi´c (EDI) Automated Cognitive Presence Analysis May 4, 2015 2 / 13
  • 4. Community of Inquiry (CoI) model Community of Inquiry model (Garrison, Anderson, and Archer, 1999) Conceptual framework outlying important constructs that define worthwhile educational experience in distance education setting. Three presences: • Social presence: relationships and social climate in a community. • Cognitive presence: phases of cognitive engagement and knowledge construction. • Teaching presence: instructional role during social learning. CoI model is: • Extensively researched and validated. • Adopts Content Analysis for assessment of presences. Vitomir Kovanovi´c (EDI) Automated Cognitive Presence Analysis May 4, 2015 2 / 13
  • 5. Community of Inquiry (CoI) model Issues and challenges: • Very labor intensive, • Crude coding scheme, • Requires experienced coders, • Can’t be used for real-time monitoring, • Not explaining reasons behind observed levels of presences, and • Used for analysis of learning long after courses are over. Vitomir Kovanovi´c (EDI) Automated Cognitive Presence Analysis May 4, 2015 3 / 13
  • 6. Research approach • Use text analytics to address these problems. • Develop automated content analysis system for message coding. • Provide better operationalization of the CoI coding instrument. Vitomir Kovanovi´c (EDI) Automated Cognitive Presence Analysis May 4, 2015 4 / 13
  • 7. Cognitive presence Cognitive Presence “an extent to which the participants in any particular configuration of a community of inquiry are able to construct meaning through sustained communication.” (Garrison, Anderson, and Archer, 1999, p .89) Four phases of cognitive presence: 1 Triggering event: Some issue, dilemma or problem is identified. 2 Exploration: Students move between private world of reflection and shared world of social knowledge construction. 3 Integration: Students filter irrelevant information and synthesize new knowledge. 4 Resolution: Students analyze practical applicability, test different hypotheses, and start a new learning cycle. Vitomir Kovanovi´c (EDI) Automated Cognitive Presence Analysis May 4, 2015 5 / 13
  • 8. Vitomir Kovanovi´c (EDI) Automated Cognitive Presence Analysis May 4, 2015 6 / 13
  • 9. Vitomir Kovanovi´c (EDI) Automated Cognitive Presence Analysis May 4, 2015 7 / 13
  • 10. Dataset • Six offerings of graduate level course in software engineering. • Total of 1747 messages, 81 students. • Manually coded by two coders (agreement = 98.1%, Cohen’s κ = 0.974). ID Phase Messages (%) 0 Other 140 8.01% 1 Triggering Event 308 17.63% 2 Exploration 684 39.17% 3 Integration 508 29.08% 4 Resolution 107 6.12% All phases 1747 100% Number of Messages in Different Phases of Cognitive Presence Vitomir Kovanovi´c (EDI) Automated Cognitive Presence Analysis May 4, 2015 8 / 13
  • 11. Study approach • SVM classifier with RBF kernel. • Accuracy and kernel parameter tuning evaluated using nested 5-fold cross-validation. • Extracted features: • N-grams • Part-of-Speech N-grams • Back-Off N-grams • Dependency Triplets • Back-Off Dependency Triplets • Named Entities • Thread Position Features • LSA Features • LIWC Features Vitomir Kovanovi´c (EDI) Automated Cognitive Presence Analysis May 4, 2015 9 / 13
  • 12. Results • We achieved Cohen’s κ of 0.42 for our classification problem. • Better then the existing Neural Network system (Cohen’s κ=0.31). • Unigram baseline model achieved Cohen’s κ of 0.33. Error analysis: Predicted Actual Other Trigg. Expl. Integ. Resol. Other 17 04 05 02 00 Triggering 01 42 ⇒1 14 03 01 Exploration 02 09 98 24 04 Integration 01 03 38 ⇐1,2 56 04 Resolution 00 00 03 15 ⇐2 03 Confusion Matrix Vitomir Kovanovi´c (EDI) Automated Cognitive Presence Analysis May 4, 2015 10 / 13
  • 13. Challenges 1 Effect of the large relative size of the exploration class, 2 Effect of the code-up rule for coding, 3 No relative importance of features, and 4 Context is not taken into the account. Code-up rule for coding Vitomir Kovanovi´c (EDI) Automated Cognitive Presence Analysis May 4, 2015 11 / 13
  • 14. In progress: Making use of tread context • Discussions (and students’ learning) progresses from triggering to resolutions. • Content of a message depends on the content of the previous messages. • Content of a message depends on the learning progress of a given student. Model for message classification Vitomir Kovanovi´c (EDI) Automated Cognitive Presence Analysis May 4, 2015 12 / 13
  • 15. Approach: Hidden Markov models (HMMs) & Conditional random fields (CRFs) • Hidden Markov Models: • HMMs used to models system states and their transitions in a variety of contexts. • Widely used, Bayesian Knowledge Tracing models based on HMMs. • Challenges with HMM: • Can this be modeled as HMM (2nd order HMMs?) • Dependency only on a single previous state, • One manifest variable for each state • Conditional random fields: • Used for structured predictions (e.g., speech recognition) • For speech recognition, take into the account the classes of all letters in a word. • Widely used in natural language processing, • More flexible than HMMs, • Challenges with CRF: • Too many parameters to estimate with little data Vitomir Kovanovi´c (EDI) Automated Cognitive Presence Analysis May 4, 2015 13 / 13
  • 17. References I Garrison, D. Randy, Terry Anderson, and Walter Archer (1999). “Critical Inquiry in a Text-Based Environment: Computer Conferencing in Higher Education”. In: The Internet and Higher Education 2.2–3, pp. 87–105.