SlideShare a Scribd company logo
Using Semantics of Textbook Highlights
to Predict Student Comprehension
and Knowledge Retention
David Y.J. Kim
Tyler R. Scott, Debshila Basu Mallick, and Michael C. Mozer
Motivation
With adoption of digital
textbooks, we have the opportunity
to observe students as they first
engage with material.
Observations include highlights,
gaze, scrolling patterns, etc.
Can these observations be useful for
predicting comprehension and
knowledge retention?
https://www.wan-ifra.org/articles/2013/08/19/more-people-are-reading-the-morning-paper-the-night-before
Past Research
Winchell et al. (2020)
• 30-minute Mechanical Turk experiment
• Use highlight pattern to predict accuracy on individual quiz questions
Waters et al. (2020)
• Data from OpenStax (authentic learning environment)
• Did highlighting a sentence in the text improve memory for that sentence?
Kim et al. (2020)
• Data from OpenStax
• Use highlight pattern to predict overall quiz accuracy
Limitations of past research
• All models used a positional encoding of highlights
• E.g., sentences 14, 27, and 36 were highlighted
• E.g., words 19-25, 45-60, and 191-212 were highlighted
To overcome
• Use semantic encoding
• Concern about the nature of information that highlights provide
• Perhaps students who highlight score better because generally they are more
motivated, not because specific highlights reflect better understanding
To overcome
• Incorporate latent factor representing a student’s ability (as in item-response theory)
Data (OpenStax 2019)
Waters et al.(2020)
Group #
Students 11,134
Sections 897
Student-Sections 830,320
Student-Sections
With Highlights
27,019
Q. What is semantic information in
highlights?
On a global scale, many researchers are committed to finding ways to protect the planet,
solve environmental issues, and reduce the effects of climate change. All of these diverse
endeavors are related to different facets of the discipline of biology. Escherichia coli (E.
coli) bacteria, in this scanning electron micrograph, are normal residents of our digestive
tracts that aid in absorbing vitamin K and other nutrients. However, virulent strains are
sometimes responsible for disease outbreaks. (credit: Eric Erbe, digital colorization by
Christopher Pooley, both of USDA, ARS, EMU) The Process of Science Biology is a science,
but what exactly is science? What does the study of biology share with other scientific
disciplines? We can define science (from the Latin scientia, meaning “knowledge”) as
knowledge that covers general truths or the operation of general laws, especially when
acquired and tested by the scientific method. It becomes clear from this definition that
applying scientific method plays a major role in science. The scientific method is a method
of research with defined steps that include experiments and careful observation. We will
examine scientific method steps in detail later, but one of the most important aspects of
this method is the testing of hypotheses by means of repeatable experiments. A
hypothesis is a suggested explanation for an event, which one can test. Although using the
scientific method is inherent to science, it is inadequate in determining what science is.
This is because it is relatively easy to apply the scientific method to disciplines such as
physics and chemistry, but when it comes to disciplines like archaeology, psychology, and
geology, the scientific method becomes less applicable as repeating experiments becomes
more difficult. These areas of study are still sciences, however. Consider archaeology—
even though one cannot perform repeatable experiments, hypotheses may still be
supported. For instance, an archaeologist can hypothesize that an ancient culture existed
based on finding a piece of pottery. He or she could make further hypotheses about
various characteristics of this culture, which could be correct or false through continued
support or contradictions from other findings. A hypothesis may become a verified theory.
A theory is a tested and confirmed explanation for observations or phenomena.
Dark Yellow : less related to the
question
Light Yellow : more related to the
question
Framework for the semantic analysis
non-
highlighted
sentence
non-
highlighted
sentence
non-
highlighted
sentence
highlighted
sentence
highlighted
sentence
highlighted
sentence
Framework for the semantic analysis
non-
highlighted
sentence
non-
highlighted
sentence
non-
highlighted
sentence
highlighted
sentence
highlighted
sentence
highlighted
sentence
S
S
Framework for the semantic analysis
c
o
m
p
a
r
i
s
o
n
match
scores
non-
highlighted
sentence
non-
highlighted
sentence
non-
highlighted
sentence
highlighted
sentence
highlighted
sentence
highlighted
sentence
S
S
Framework for the semantic analysis
c
o
m
p
a
r
i
s
o
n
match
scores
correctness
prediction
regression
model
non-
highlighted
sentence
non-
highlighted
sentence
non-
highlighted
sentence
highlighted
sentence
highlighted
sentence
highlighted
sentence
S
S
Which sentence of the text best matches the
question according to SBERT?
When multiple sentences are highlighted,
how do we summarize the match scores?
• Each sentence 𝑠 is matched to question 𝑞
to obtain SBERT match score 𝐵(𝑠, 𝑞)
• In the example here, we obtain four
scores.
• What is a good summary statistic?
• The mean will tell us the average
relevance of sentences the student
highlighted.
• The maximum will tell us the most
relevant highlighted sentence.
1
2
3
4
For a set of sentences 𝑆 = 𝑠1, 𝑠2, … , 𝑠𝑛 ,
if 𝑥 is the vector of BERT match scores
between each sentence and question 𝑞,
𝑥 = 𝐵 𝑠1, 𝑞 𝐵 𝑠2, 𝑞 … 𝐵 𝑠𝑛, 𝑞
mean
𝑛−1
𝑥 1 ≤ 𝑛−1/2
𝑥 2 ≤ 𝑛−2/3
𝑥 3 ≤ ⋯
max
𝑥 ∞
𝑆𝑢𝑚𝑚𝑎𝑟𝑦𝑆𝑐𝑜𝑟𝑒𝑝,𝑞(𝑆) = 𝑛−(𝑝−1)/𝑝
𝑥 𝑝 = 𝑛−1
𝑠∈𝑆
𝐵(𝑠, 𝑞)𝑝
1/𝑝
• Match of question to set of highlighted sentences 𝑆
𝐻𝑀𝑆𝑞 = 𝑗 𝛼𝑞,𝑗𝑆𝑢𝑚𝑚𝑎𝑟𝑦𝑆𝑐𝑜𝑟𝑒𝑝𝑗,𝑞(𝑆)
• Match of question to set of non-highlighted sentences (𝑆)
𝑁𝐻𝑀𝑆𝑞 = 𝑗 𝛽𝑞,𝑗𝑆𝑢𝑚𝑚𝑎𝑟𝑦𝑆𝑐𝑜𝑟𝑒𝑝𝑗,𝑞(𝑆)
• 𝑃 𝑦𝑞,𝑠 = 1 = 𝑙𝑜𝑔𝑖𝑠𝑡𝑖𝑐(𝑎𝑏𝑖𝑙𝑖𝑡𝑦𝑠 − 𝑑𝑖𝑓𝑓𝑖𝑐𝑢𝑙𝑡𝑦𝑞 + 𝐻𝑀𝑆𝑞 + 𝑁𝐻𝑀𝑆𝑞)
Methodology
• Model each section separately
• Perform 5-fold cross validation on each section
• train on 4 partitions of data
• test on remaining
• repeat 5 times
• Two evaluation measures, each with some advantages
• AUC – area under the ROC curve
• PRC – precision recall curve
Cross validation on {student, question} pairs
Cross validation on held out students
Cross validation on held out questions
Highlighting improves predictions across
levels of the Bloom taxonomy
recall understand synthesize
apply evaluate
create
recall understand synthesize
apply evaluate
create
Comparing positional and semantic
representations of highlights
baseline positional
highlight
features
semantic
highlight
features
baseline positional
highlight
features
semantic
highlight
features
Conclusions
• We explored the relationship between student highlighting patterns and
question-answering performance using an encoding of highlights based on
deep neural net embeddings of text and question content.
• Augmenting a baseline model with highlighting features improves
predictions of whether a student will answer a specific question correctly.
• This improvement is found for held out student-question pairs and held out students,
but not held out questions.
• Our models predict well for across all levels of the Bloom Taxonomy
(conceptual difficulty)
• We found that the semantic encoding of highlights is superior to a
positional encoding.
• We haven’t yet looked at the combination but are anxious to do so!
Questions

More Related Content

What's hot

System Approach to Instructional Design, Models of Instructional Design and E...
System Approach to Instructional Design, Models of Instructional Design and E...System Approach to Instructional Design, Models of Instructional Design and E...
System Approach to Instructional Design, Models of Instructional Design and E...
Michael J Leo
 
Qualitative and descriptive research
Qualitative and descriptive researchQualitative and descriptive research
Qualitative and descriptive research
colombo americano ibague
 
Quantitative And Qualitative Research
Quantitative And Qualitative ResearchQuantitative And Qualitative Research
Quantitative And Qualitative Research
doha07
 
Explicit Teaching Approach Versus ASEI-PDSI Approach in Teaching Science in S...
Explicit Teaching Approach Versus ASEI-PDSI Approach in Teaching Science in S...Explicit Teaching Approach Versus ASEI-PDSI Approach in Teaching Science in S...
Explicit Teaching Approach Versus ASEI-PDSI Approach in Teaching Science in S...
Mabuza Moses
 
Yan Zhu_Dissertation Abtract
Yan Zhu_Dissertation AbtractYan Zhu_Dissertation Abtract
Yan Zhu_Dissertation Abtract
Yan Zhu
 
Ch03 ppt-theory
Ch03 ppt-theoryCh03 ppt-theory
Ch03 ppt-theory
atimhenshaw
 
Qualitative research and use of Nvivo
Qualitative research and use of NvivoQualitative research and use of Nvivo
Qualitative research and use of Nvivo
Centre for Social Initiative and Management
 
Case study Research metod
Case study Research metodCase study Research metod
Case study Research metod
Prakasha SN
 
The language of research
The language of researchThe language of research
The language of research
elymar soriano
 
EDUC8102-6 MD7Assgn4: Research Application Paper #1.
EDUC8102-6 MD7Assgn4: Research Application Paper #1. EDUC8102-6 MD7Assgn4: Research Application Paper #1.
EDUC8102-6 MD7Assgn4: Research Application Paper #1.
eckchela
 
Case study jackeline oviedo
Case study   jackeline oviedoCase study   jackeline oviedo
Case study jackeline oviedo
katerinegomezj
 
Russo Whatif Presentation
Russo Whatif PresentationRusso Whatif Presentation
Technical Writing Notes
Technical Writing NotesTechnical Writing Notes
Technical Writing Notes
Rhenzel
 
The tao of knowledge, revisited
The tao of knowledge, revisitedThe tao of knowledge, revisited
The tao of knowledge, revisited
Valentina Tamma
 
Experimental research sd
Experimental research sdExperimental research sd
Experimental research sd
Chandra Mohan Gaddam
 
Quantitative research design
Quantitative research design Quantitative research design
Quantitative research design
Kiranbir Kaur
 
Types of science investigations
Types of science investigationsTypes of science investigations
Types of science investigations
mvo1
 

What's hot (17)

System Approach to Instructional Design, Models of Instructional Design and E...
System Approach to Instructional Design, Models of Instructional Design and E...System Approach to Instructional Design, Models of Instructional Design and E...
System Approach to Instructional Design, Models of Instructional Design and E...
 
Qualitative and descriptive research
Qualitative and descriptive researchQualitative and descriptive research
Qualitative and descriptive research
 
Quantitative And Qualitative Research
Quantitative And Qualitative ResearchQuantitative And Qualitative Research
Quantitative And Qualitative Research
 
Explicit Teaching Approach Versus ASEI-PDSI Approach in Teaching Science in S...
Explicit Teaching Approach Versus ASEI-PDSI Approach in Teaching Science in S...Explicit Teaching Approach Versus ASEI-PDSI Approach in Teaching Science in S...
Explicit Teaching Approach Versus ASEI-PDSI Approach in Teaching Science in S...
 
Yan Zhu_Dissertation Abtract
Yan Zhu_Dissertation AbtractYan Zhu_Dissertation Abtract
Yan Zhu_Dissertation Abtract
 
Ch03 ppt-theory
Ch03 ppt-theoryCh03 ppt-theory
Ch03 ppt-theory
 
Qualitative research and use of Nvivo
Qualitative research and use of NvivoQualitative research and use of Nvivo
Qualitative research and use of Nvivo
 
Case study Research metod
Case study Research metodCase study Research metod
Case study Research metod
 
The language of research
The language of researchThe language of research
The language of research
 
EDUC8102-6 MD7Assgn4: Research Application Paper #1.
EDUC8102-6 MD7Assgn4: Research Application Paper #1. EDUC8102-6 MD7Assgn4: Research Application Paper #1.
EDUC8102-6 MD7Assgn4: Research Application Paper #1.
 
Case study jackeline oviedo
Case study   jackeline oviedoCase study   jackeline oviedo
Case study jackeline oviedo
 
Russo Whatif Presentation
Russo Whatif PresentationRusso Whatif Presentation
Russo Whatif Presentation
 
Technical Writing Notes
Technical Writing NotesTechnical Writing Notes
Technical Writing Notes
 
The tao of knowledge, revisited
The tao of knowledge, revisitedThe tao of knowledge, revisited
The tao of knowledge, revisited
 
Experimental research sd
Experimental research sdExperimental research sd
Experimental research sd
 
Quantitative research design
Quantitative research design Quantitative research design
Quantitative research design
 
Types of science investigations
Types of science investigationsTypes of science investigations
Types of science investigations
 

Similar to Using Semantics of Textbook Highlights to Predict Student Comprehension and Knowledge Retention

Visionlearning. Carpi & Lents, Sloan C 10.2009
Visionlearning. Carpi & Lents, Sloan C 10.2009Visionlearning. Carpi & Lents, Sloan C 10.2009
Visionlearning. Carpi & Lents, Sloan C 10.2009
acarpi
 
Research design and experimentation
Research design and experimentationResearch design and experimentation
Research design and experimentation
Dr NEETHU ASOKAN
 
Research definition (1) word
Research definition (1) wordResearch definition (1) word
Research definition (1) word
Marileen Maglaque
 
Principles of Natural Science.pptx
Principles of Natural Science.pptxPrinciples of Natural Science.pptx
Principles of Natural Science.pptx
JasminePaulaPanes
 
Translating research experiences to employability skills: using evidence to m...
Translating research experiences to employability skills: using evidence to m...Translating research experiences to employability skills: using evidence to m...
Translating research experiences to employability skills: using evidence to m...
Kirsten Zimbardi
 
StudyDesign.ppt
StudyDesign.pptStudyDesign.ppt
StudyDesign.ppt
PatricioIsaran
 
Introduction to educational research pismp
Introduction to educational  research pismpIntroduction to educational  research pismp
Introduction to educational research pismp
share with me
 
9.00 k4 e swinbank
9.00 k4 e swinbank9.00 k4 e swinbank
9.00 k4 e swinbank
NZIP
 
A
AA
Unit1 revision
Unit1 revisionUnit1 revision
Unit1 revision
Jamie Davies
 
Bio 199 Lecture 1 (Research) 2009
Bio 199 Lecture 1 (Research) 2009Bio 199 Lecture 1 (Research) 2009
Bio 199 Lecture 1 (Research) 2009
Marilen Parungao
 
TSL3133 Topic 1 introduction to education research
TSL3133 Topic 1 introduction to education researchTSL3133 Topic 1 introduction to education research
TSL3133 Topic 1 introduction to education research
Yee Bee Choo
 
Parts of research paper
Parts of research paperParts of research paper
Parts of research paper
AllanAdem
 
PRACTICAL-RESEARCH-1.pdf
PRACTICAL-RESEARCH-1.pdfPRACTICAL-RESEARCH-1.pdf
PRACTICAL-RESEARCH-1.pdf
ConradZapantaObrial2
 
Assessing inquiry
Assessing inquiryAssessing inquiry
Assessing inquiry
Petal James
 
Relevance of experimental design
 Relevance of experimental design Relevance of experimental design
Relevance of experimental design
Alexander Decker
 
Relevance of experimental design
 Relevance of experimental design Relevance of experimental design
Relevance of experimental design
Alexander Decker
 
Relevance of experimental design
 Relevance of experimental design Relevance of experimental design
Relevance of experimental design
Alexander Decker
 
The Scientific MethodSteps in the Scientific MethodThere is a .docx
The Scientific MethodSteps in the Scientific MethodThere is a .docxThe Scientific MethodSteps in the Scientific MethodThere is a .docx
The Scientific MethodSteps in the Scientific MethodThere is a .docx
ssusera34210
 
Evaluating an Instructional Sequence with Interactive Simulations (ISIS)
Evaluating an Instructional Sequence with Interactive Simulations (ISIS)Evaluating an Instructional Sequence with Interactive Simulations (ISIS)
Evaluating an Instructional Sequence with Interactive Simulations (ISIS)
David Geelan
 

Similar to Using Semantics of Textbook Highlights to Predict Student Comprehension and Knowledge Retention (20)

Visionlearning. Carpi & Lents, Sloan C 10.2009
Visionlearning. Carpi & Lents, Sloan C 10.2009Visionlearning. Carpi & Lents, Sloan C 10.2009
Visionlearning. Carpi & Lents, Sloan C 10.2009
 
Research design and experimentation
Research design and experimentationResearch design and experimentation
Research design and experimentation
 
Research definition (1) word
Research definition (1) wordResearch definition (1) word
Research definition (1) word
 
Principles of Natural Science.pptx
Principles of Natural Science.pptxPrinciples of Natural Science.pptx
Principles of Natural Science.pptx
 
Translating research experiences to employability skills: using evidence to m...
Translating research experiences to employability skills: using evidence to m...Translating research experiences to employability skills: using evidence to m...
Translating research experiences to employability skills: using evidence to m...
 
StudyDesign.ppt
StudyDesign.pptStudyDesign.ppt
StudyDesign.ppt
 
Introduction to educational research pismp
Introduction to educational  research pismpIntroduction to educational  research pismp
Introduction to educational research pismp
 
9.00 k4 e swinbank
9.00 k4 e swinbank9.00 k4 e swinbank
9.00 k4 e swinbank
 
A
AA
A
 
Unit1 revision
Unit1 revisionUnit1 revision
Unit1 revision
 
Bio 199 Lecture 1 (Research) 2009
Bio 199 Lecture 1 (Research) 2009Bio 199 Lecture 1 (Research) 2009
Bio 199 Lecture 1 (Research) 2009
 
TSL3133 Topic 1 introduction to education research
TSL3133 Topic 1 introduction to education researchTSL3133 Topic 1 introduction to education research
TSL3133 Topic 1 introduction to education research
 
Parts of research paper
Parts of research paperParts of research paper
Parts of research paper
 
PRACTICAL-RESEARCH-1.pdf
PRACTICAL-RESEARCH-1.pdfPRACTICAL-RESEARCH-1.pdf
PRACTICAL-RESEARCH-1.pdf
 
Assessing inquiry
Assessing inquiryAssessing inquiry
Assessing inquiry
 
Relevance of experimental design
 Relevance of experimental design Relevance of experimental design
Relevance of experimental design
 
Relevance of experimental design
 Relevance of experimental design Relevance of experimental design
Relevance of experimental design
 
Relevance of experimental design
 Relevance of experimental design Relevance of experimental design
Relevance of experimental design
 
The Scientific MethodSteps in the Scientific MethodThere is a .docx
The Scientific MethodSteps in the Scientific MethodThere is a .docxThe Scientific MethodSteps in the Scientific MethodThere is a .docx
The Scientific MethodSteps in the Scientific MethodThere is a .docx
 
Evaluating an Instructional Sequence with Interactive Simulations (ISIS)
Evaluating an Instructional Sequence with Interactive Simulations (ISIS)Evaluating an Instructional Sequence with Interactive Simulations (ISIS)
Evaluating an Instructional Sequence with Interactive Simulations (ISIS)
 

More from Sergey Sosnovsky

Harnessing Textbooks for High-Quality Labeled Data: An Approach to Automatic ...
Harnessing Textbooks for High-Quality Labeled Data: An Approach to Automatic ...Harnessing Textbooks for High-Quality Labeled Data: An Approach to Automatic ...
Harnessing Textbooks for High-Quality Labeled Data: An Approach to Automatic ...
Sergey Sosnovsky
 
Toward Eliminating Hallucinations: GPT-based Explanatory AI for Intelligent T...
Toward Eliminating Hallucinations: GPT-based Explanatory AI for Intelligent T...Toward Eliminating Hallucinations: GPT-based Explanatory AI for Intelligent T...
Toward Eliminating Hallucinations: GPT-based Explanatory AI for Intelligent T...
Sergey Sosnovsky
 
Layout- and Activity-based Textbook Modeling for Automatic PDF Textbook Extra...
Layout- and Activity-based Textbook Modeling for Automatic PDF Textbook Extra...Layout- and Activity-based Textbook Modeling for Automatic PDF Textbook Extra...
Layout- and Activity-based Textbook Modeling for Automatic PDF Textbook Extra...
Sergey Sosnovsky
 
Exploring the Content Ecosystem of the First Open-source Adaptive Tutor and i...
Exploring the Content Ecosystem of the First Open-source Adaptive Tutor and i...Exploring the Content Ecosystem of the First Open-source Adaptive Tutor and i...
Exploring the Content Ecosystem of the First Open-source Adaptive Tutor and i...
Sergey Sosnovsky
 
Advancing Intelligent Textbooks with Automatically Generated Practice: A Larg...
Advancing Intelligent Textbooks with Automatically Generated Practice: A Larg...Advancing Intelligent Textbooks with Automatically Generated Practice: A Larg...
Advancing Intelligent Textbooks with Automatically Generated Practice: A Larg...
Sergey Sosnovsky
 
Creating Session Data from eTextbook Event Streams
Creating Session Data from eTextbook Event StreamsCreating Session Data from eTextbook Event Streams
Creating Session Data from eTextbook Event Streams
Sergey Sosnovsky
 
Augmenting Digital Textbooks with Reusable Smart Learning Content: Solutions ...
Augmenting Digital Textbooks with Reusable Smart Learning Content: Solutions ...Augmenting Digital Textbooks with Reusable Smart Learning Content: Solutions ...
Augmenting Digital Textbooks with Reusable Smart Learning Content: Solutions ...
Sergey Sosnovsky
 
Interactions of reading and assessment activities
Interactions of reading and assessment activitiesInteractions of reading and assessment activities
Interactions of reading and assessment activities
Sergey Sosnovsky
 
Parallel Construction: A Parallel Corpus Approach for Automatic Question Gene...
Parallel Construction: A Parallel Corpus Approach for Automatic Question Gene...Parallel Construction: A Parallel Corpus Approach for Automatic Question Gene...
Parallel Construction: A Parallel Corpus Approach for Automatic Question Gene...
Sergey Sosnovsky
 
YAI4Edu: an Explanatory AI to Generate Interactive e-Books for Education
YAI4Edu: an Explanatory AI to Generate Interactive e-Books for EducationYAI4Edu: an Explanatory AI to Generate Interactive e-Books for Education
YAI4Edu: an Explanatory AI to Generate Interactive e-Books for Education
Sergey Sosnovsky
 
Automatic Question Generation for Evidence-based Online Courseware Engineering
Automatic Question Generation for Evidence-based Online Courseware EngineeringAutomatic Question Generation for Evidence-based Online Courseware Engineering
Automatic Question Generation for Evidence-based Online Courseware Engineering
Sergey Sosnovsky
 
Reading Comprehension Quiz Generation using Generative Pre-trained Transformers
Reading Comprehension Quiz Generation using Generative Pre-trained TransformersReading Comprehension Quiz Generation using Generative Pre-trained Transformers
Reading Comprehension Quiz Generation using Generative Pre-trained Transformers
Sergey Sosnovsky
 
Mathematical Language Processing via Tree Embeddings
Mathematical Language Processing via Tree EmbeddingsMathematical Language Processing via Tree Embeddings
Mathematical Language Processing via Tree Embeddings
Sergey Sosnovsky
 
Contextual Definition Generation
Contextual Definition GenerationContextual Definition Generation
Contextual Definition Generation
Sergey Sosnovsky
 
Transforming Textbooks into Learning by Doing Environments: An Evaluation of ...
Transforming Textbooks into Learning by Doing Environments: An Evaluation of ...Transforming Textbooks into Learning by Doing Environments: An Evaluation of ...
Transforming Textbooks into Learning by Doing Environments: An Evaluation of ...
Sergey Sosnovsky
 
Generation of Assessment Questions from Textbooks Enriched with Knowledge Models
Generation of Assessment Questions from Textbooks Enriched with Knowledge ModelsGeneration of Assessment Questions from Textbooks Enriched with Knowledge Models
Generation of Assessment Questions from Textbooks Enriched with Knowledge Models
Sergey Sosnovsky
 
Dental TutorBot: Exploitation of Dental Textbooks for Automated Learning
Dental TutorBot: Exploitation of Dental Textbooks for Automated LearningDental TutorBot: Exploitation of Dental Textbooks for Automated Learning
Dental TutorBot: Exploitation of Dental Textbooks for Automated Learning
Sergey Sosnovsky
 
What's in a textbook
What's in a textbookWhat's in a textbook
What's in a textbook
Sergey Sosnovsky
 
Using Programmed Instruction to Help Students Engage with eTextbook Content
Using Programmed Instruction to Help Students Engage with eTextbook Content Using Programmed Instruction to Help Students Engage with eTextbook Content
Using Programmed Instruction to Help Students Engage with eTextbook Content
Sergey Sosnovsky
 
Adding Intelligence to a Textbook for Human Anatomy with a Causal Concept Map...
Adding Intelligence to a Textbook for Human Anatomy with a Causal Concept Map...Adding Intelligence to a Textbook for Human Anatomy with a Causal Concept Map...
Adding Intelligence to a Textbook for Human Anatomy with a Causal Concept Map...
Sergey Sosnovsky
 

More from Sergey Sosnovsky (20)

Harnessing Textbooks for High-Quality Labeled Data: An Approach to Automatic ...
Harnessing Textbooks for High-Quality Labeled Data: An Approach to Automatic ...Harnessing Textbooks for High-Quality Labeled Data: An Approach to Automatic ...
Harnessing Textbooks for High-Quality Labeled Data: An Approach to Automatic ...
 
Toward Eliminating Hallucinations: GPT-based Explanatory AI for Intelligent T...
Toward Eliminating Hallucinations: GPT-based Explanatory AI for Intelligent T...Toward Eliminating Hallucinations: GPT-based Explanatory AI for Intelligent T...
Toward Eliminating Hallucinations: GPT-based Explanatory AI for Intelligent T...
 
Layout- and Activity-based Textbook Modeling for Automatic PDF Textbook Extra...
Layout- and Activity-based Textbook Modeling for Automatic PDF Textbook Extra...Layout- and Activity-based Textbook Modeling for Automatic PDF Textbook Extra...
Layout- and Activity-based Textbook Modeling for Automatic PDF Textbook Extra...
 
Exploring the Content Ecosystem of the First Open-source Adaptive Tutor and i...
Exploring the Content Ecosystem of the First Open-source Adaptive Tutor and i...Exploring the Content Ecosystem of the First Open-source Adaptive Tutor and i...
Exploring the Content Ecosystem of the First Open-source Adaptive Tutor and i...
 
Advancing Intelligent Textbooks with Automatically Generated Practice: A Larg...
Advancing Intelligent Textbooks with Automatically Generated Practice: A Larg...Advancing Intelligent Textbooks with Automatically Generated Practice: A Larg...
Advancing Intelligent Textbooks with Automatically Generated Practice: A Larg...
 
Creating Session Data from eTextbook Event Streams
Creating Session Data from eTextbook Event StreamsCreating Session Data from eTextbook Event Streams
Creating Session Data from eTextbook Event Streams
 
Augmenting Digital Textbooks with Reusable Smart Learning Content: Solutions ...
Augmenting Digital Textbooks with Reusable Smart Learning Content: Solutions ...Augmenting Digital Textbooks with Reusable Smart Learning Content: Solutions ...
Augmenting Digital Textbooks with Reusable Smart Learning Content: Solutions ...
 
Interactions of reading and assessment activities
Interactions of reading and assessment activitiesInteractions of reading and assessment activities
Interactions of reading and assessment activities
 
Parallel Construction: A Parallel Corpus Approach for Automatic Question Gene...
Parallel Construction: A Parallel Corpus Approach for Automatic Question Gene...Parallel Construction: A Parallel Corpus Approach for Automatic Question Gene...
Parallel Construction: A Parallel Corpus Approach for Automatic Question Gene...
 
YAI4Edu: an Explanatory AI to Generate Interactive e-Books for Education
YAI4Edu: an Explanatory AI to Generate Interactive e-Books for EducationYAI4Edu: an Explanatory AI to Generate Interactive e-Books for Education
YAI4Edu: an Explanatory AI to Generate Interactive e-Books for Education
 
Automatic Question Generation for Evidence-based Online Courseware Engineering
Automatic Question Generation for Evidence-based Online Courseware EngineeringAutomatic Question Generation for Evidence-based Online Courseware Engineering
Automatic Question Generation for Evidence-based Online Courseware Engineering
 
Reading Comprehension Quiz Generation using Generative Pre-trained Transformers
Reading Comprehension Quiz Generation using Generative Pre-trained TransformersReading Comprehension Quiz Generation using Generative Pre-trained Transformers
Reading Comprehension Quiz Generation using Generative Pre-trained Transformers
 
Mathematical Language Processing via Tree Embeddings
Mathematical Language Processing via Tree EmbeddingsMathematical Language Processing via Tree Embeddings
Mathematical Language Processing via Tree Embeddings
 
Contextual Definition Generation
Contextual Definition GenerationContextual Definition Generation
Contextual Definition Generation
 
Transforming Textbooks into Learning by Doing Environments: An Evaluation of ...
Transforming Textbooks into Learning by Doing Environments: An Evaluation of ...Transforming Textbooks into Learning by Doing Environments: An Evaluation of ...
Transforming Textbooks into Learning by Doing Environments: An Evaluation of ...
 
Generation of Assessment Questions from Textbooks Enriched with Knowledge Models
Generation of Assessment Questions from Textbooks Enriched with Knowledge ModelsGeneration of Assessment Questions from Textbooks Enriched with Knowledge Models
Generation of Assessment Questions from Textbooks Enriched with Knowledge Models
 
Dental TutorBot: Exploitation of Dental Textbooks for Automated Learning
Dental TutorBot: Exploitation of Dental Textbooks for Automated LearningDental TutorBot: Exploitation of Dental Textbooks for Automated Learning
Dental TutorBot: Exploitation of Dental Textbooks for Automated Learning
 
What's in a textbook
What's in a textbookWhat's in a textbook
What's in a textbook
 
Using Programmed Instruction to Help Students Engage with eTextbook Content
Using Programmed Instruction to Help Students Engage with eTextbook Content Using Programmed Instruction to Help Students Engage with eTextbook Content
Using Programmed Instruction to Help Students Engage with eTextbook Content
 
Adding Intelligence to a Textbook for Human Anatomy with a Causal Concept Map...
Adding Intelligence to a Textbook for Human Anatomy with a Causal Concept Map...Adding Intelligence to a Textbook for Human Anatomy with a Causal Concept Map...
Adding Intelligence to a Textbook for Human Anatomy with a Causal Concept Map...
 

Recently uploaded

BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
Nguyen Thanh Tu Collection
 
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptxNEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
iammrhaywood
 
Chapter wise All Notes of First year Basic Civil Engineering.pptx
Chapter wise All Notes of First year Basic Civil Engineering.pptxChapter wise All Notes of First year Basic Civil Engineering.pptx
Chapter wise All Notes of First year Basic Civil Engineering.pptx
Denish Jangid
 
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
mulvey2
 
clinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdfclinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdf
Priyankaranawat4
 
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
PECB
 
How to deliver Powerpoint Presentations.pptx
How to deliver Powerpoint  Presentations.pptxHow to deliver Powerpoint  Presentations.pptx
How to deliver Powerpoint Presentations.pptx
HajraNaeem15
 
Wound healing PPT
Wound healing PPTWound healing PPT
Wound healing PPT
Jyoti Chand
 
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdfবাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
eBook.com.bd (প্রয়োজনীয় বাংলা বই)
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
WaniBasim
 
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
Nguyen Thanh Tu Collection
 
How to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRMHow to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRM
Celine George
 
How to Create a More Engaging and Human Online Learning Experience
How to Create a More Engaging and Human Online Learning Experience How to Create a More Engaging and Human Online Learning Experience
How to Create a More Engaging and Human Online Learning Experience
Wahiba Chair Training & Consulting
 
The basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptxThe basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptx
heathfieldcps1
 
Film vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movieFilm vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movie
Nicholas Montgomery
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
Nicholas Montgomery
 
Leveraging Generative AI to Drive Nonprofit Innovation
Leveraging Generative AI to Drive Nonprofit InnovationLeveraging Generative AI to Drive Nonprofit Innovation
Leveraging Generative AI to Drive Nonprofit Innovation
TechSoup
 
A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
Jean Carlos Nunes Paixão
 
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptxBeyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
EduSkills OECD
 
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skillsspot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
haiqairshad
 

Recently uploaded (20)

BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
 
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptxNEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
 
Chapter wise All Notes of First year Basic Civil Engineering.pptx
Chapter wise All Notes of First year Basic Civil Engineering.pptxChapter wise All Notes of First year Basic Civil Engineering.pptx
Chapter wise All Notes of First year Basic Civil Engineering.pptx
 
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
 
clinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdfclinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdf
 
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
 
How to deliver Powerpoint Presentations.pptx
How to deliver Powerpoint  Presentations.pptxHow to deliver Powerpoint  Presentations.pptx
How to deliver Powerpoint Presentations.pptx
 
Wound healing PPT
Wound healing PPTWound healing PPT
Wound healing PPT
 
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdfবাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
 
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
 
How to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRMHow to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRM
 
How to Create a More Engaging and Human Online Learning Experience
How to Create a More Engaging and Human Online Learning Experience How to Create a More Engaging and Human Online Learning Experience
How to Create a More Engaging and Human Online Learning Experience
 
The basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptxThe basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptx
 
Film vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movieFilm vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movie
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
 
Leveraging Generative AI to Drive Nonprofit Innovation
Leveraging Generative AI to Drive Nonprofit InnovationLeveraging Generative AI to Drive Nonprofit Innovation
Leveraging Generative AI to Drive Nonprofit Innovation
 
A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
 
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptxBeyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
 
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skillsspot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
 

Using Semantics of Textbook Highlights to Predict Student Comprehension and Knowledge Retention

  • 1. Using Semantics of Textbook Highlights to Predict Student Comprehension and Knowledge Retention David Y.J. Kim Tyler R. Scott, Debshila Basu Mallick, and Michael C. Mozer
  • 2. Motivation With adoption of digital textbooks, we have the opportunity to observe students as they first engage with material. Observations include highlights, gaze, scrolling patterns, etc. Can these observations be useful for predicting comprehension and knowledge retention? https://www.wan-ifra.org/articles/2013/08/19/more-people-are-reading-the-morning-paper-the-night-before
  • 3. Past Research Winchell et al. (2020) • 30-minute Mechanical Turk experiment • Use highlight pattern to predict accuracy on individual quiz questions Waters et al. (2020) • Data from OpenStax (authentic learning environment) • Did highlighting a sentence in the text improve memory for that sentence? Kim et al. (2020) • Data from OpenStax • Use highlight pattern to predict overall quiz accuracy
  • 4. Limitations of past research • All models used a positional encoding of highlights • E.g., sentences 14, 27, and 36 were highlighted • E.g., words 19-25, 45-60, and 191-212 were highlighted To overcome • Use semantic encoding • Concern about the nature of information that highlights provide • Perhaps students who highlight score better because generally they are more motivated, not because specific highlights reflect better understanding To overcome • Incorporate latent factor representing a student’s ability (as in item-response theory)
  • 5. Data (OpenStax 2019) Waters et al.(2020) Group # Students 11,134 Sections 897 Student-Sections 830,320 Student-Sections With Highlights 27,019
  • 6. Q. What is semantic information in highlights? On a global scale, many researchers are committed to finding ways to protect the planet, solve environmental issues, and reduce the effects of climate change. All of these diverse endeavors are related to different facets of the discipline of biology. Escherichia coli (E. coli) bacteria, in this scanning electron micrograph, are normal residents of our digestive tracts that aid in absorbing vitamin K and other nutrients. However, virulent strains are sometimes responsible for disease outbreaks. (credit: Eric Erbe, digital colorization by Christopher Pooley, both of USDA, ARS, EMU) The Process of Science Biology is a science, but what exactly is science? What does the study of biology share with other scientific disciplines? We can define science (from the Latin scientia, meaning “knowledge”) as knowledge that covers general truths or the operation of general laws, especially when acquired and tested by the scientific method. It becomes clear from this definition that applying scientific method plays a major role in science. The scientific method is a method of research with defined steps that include experiments and careful observation. We will examine scientific method steps in detail later, but one of the most important aspects of this method is the testing of hypotheses by means of repeatable experiments. A hypothesis is a suggested explanation for an event, which one can test. Although using the scientific method is inherent to science, it is inadequate in determining what science is. This is because it is relatively easy to apply the scientific method to disciplines such as physics and chemistry, but when it comes to disciplines like archaeology, psychology, and geology, the scientific method becomes less applicable as repeating experiments becomes more difficult. These areas of study are still sciences, however. Consider archaeology— even though one cannot perform repeatable experiments, hypotheses may still be supported. For instance, an archaeologist can hypothesize that an ancient culture existed based on finding a piece of pottery. He or she could make further hypotheses about various characteristics of this culture, which could be correct or false through continued support or contradictions from other findings. A hypothesis may become a verified theory. A theory is a tested and confirmed explanation for observations or phenomena. Dark Yellow : less related to the question Light Yellow : more related to the question
  • 7. Framework for the semantic analysis non- highlighted sentence non- highlighted sentence non- highlighted sentence highlighted sentence highlighted sentence highlighted sentence
  • 8. Framework for the semantic analysis non- highlighted sentence non- highlighted sentence non- highlighted sentence highlighted sentence highlighted sentence highlighted sentence S S
  • 9. Framework for the semantic analysis c o m p a r i s o n match scores non- highlighted sentence non- highlighted sentence non- highlighted sentence highlighted sentence highlighted sentence highlighted sentence S S
  • 10. Framework for the semantic analysis c o m p a r i s o n match scores correctness prediction regression model non- highlighted sentence non- highlighted sentence non- highlighted sentence highlighted sentence highlighted sentence highlighted sentence S S
  • 11. Which sentence of the text best matches the question according to SBERT?
  • 12. When multiple sentences are highlighted, how do we summarize the match scores? • Each sentence 𝑠 is matched to question 𝑞 to obtain SBERT match score 𝐵(𝑠, 𝑞) • In the example here, we obtain four scores. • What is a good summary statistic? • The mean will tell us the average relevance of sentences the student highlighted. • The maximum will tell us the most relevant highlighted sentence. 1 2 3 4
  • 13. For a set of sentences 𝑆 = 𝑠1, 𝑠2, … , 𝑠𝑛 , if 𝑥 is the vector of BERT match scores between each sentence and question 𝑞, 𝑥 = 𝐵 𝑠1, 𝑞 𝐵 𝑠2, 𝑞 … 𝐵 𝑠𝑛, 𝑞 mean 𝑛−1 𝑥 1 ≤ 𝑛−1/2 𝑥 2 ≤ 𝑛−2/3 𝑥 3 ≤ ⋯ max 𝑥 ∞ 𝑆𝑢𝑚𝑚𝑎𝑟𝑦𝑆𝑐𝑜𝑟𝑒𝑝,𝑞(𝑆) = 𝑛−(𝑝−1)/𝑝 𝑥 𝑝 = 𝑛−1 𝑠∈𝑆 𝐵(𝑠, 𝑞)𝑝 1/𝑝
  • 14. • Match of question to set of highlighted sentences 𝑆 𝐻𝑀𝑆𝑞 = 𝑗 𝛼𝑞,𝑗𝑆𝑢𝑚𝑚𝑎𝑟𝑦𝑆𝑐𝑜𝑟𝑒𝑝𝑗,𝑞(𝑆) • Match of question to set of non-highlighted sentences (𝑆) 𝑁𝐻𝑀𝑆𝑞 = 𝑗 𝛽𝑞,𝑗𝑆𝑢𝑚𝑚𝑎𝑟𝑦𝑆𝑐𝑜𝑟𝑒𝑝𝑗,𝑞(𝑆) • 𝑃 𝑦𝑞,𝑠 = 1 = 𝑙𝑜𝑔𝑖𝑠𝑡𝑖𝑐(𝑎𝑏𝑖𝑙𝑖𝑡𝑦𝑠 − 𝑑𝑖𝑓𝑓𝑖𝑐𝑢𝑙𝑡𝑦𝑞 + 𝐻𝑀𝑆𝑞 + 𝑁𝐻𝑀𝑆𝑞)
  • 15. Methodology • Model each section separately • Perform 5-fold cross validation on each section • train on 4 partitions of data • test on remaining • repeat 5 times • Two evaluation measures, each with some advantages • AUC – area under the ROC curve • PRC – precision recall curve
  • 16. Cross validation on {student, question} pairs
  • 17. Cross validation on held out students
  • 18. Cross validation on held out questions
  • 19. Highlighting improves predictions across levels of the Bloom taxonomy recall understand synthesize apply evaluate create recall understand synthesize apply evaluate create
  • 20. Comparing positional and semantic representations of highlights baseline positional highlight features semantic highlight features baseline positional highlight features semantic highlight features
  • 21. Conclusions • We explored the relationship between student highlighting patterns and question-answering performance using an encoding of highlights based on deep neural net embeddings of text and question content. • Augmenting a baseline model with highlighting features improves predictions of whether a student will answer a specific question correctly. • This improvement is found for held out student-question pairs and held out students, but not held out questions. • Our models predict well for across all levels of the Bloom Taxonomy (conceptual difficulty) • We found that the semantic encoding of highlights is superior to a positional encoding. • We haven’t yet looked at the combination but are anxious to do so!