Enhancing Human Learning Via Spaced Repetition Optimization

Total Page:16

File Type:pdf, Size:1020Kb

Enhancing Human Learning Via Spaced Repetition Optimization Enhancing human learning via spaced repetition optimization Behzad Tabibiana,b,1, Utkarsh Upadhyaya, Abir Dea, Ali Zarezadea, Bernhard Scholkopf¨ b, and Manuel Gomez-Rodrigueza aNetworks Learning Group, Max Planck Institute for Software Systems, 67663 Kaiserslautern, Germany; and bEmpirical Inference Department, Max Planck Institute for Intelligent Systems, 72076 Tubingen,¨ Germany Edited by Richard M. Shiffrin, Indiana University, Bloomington, IN, and approved December 14, 2018 (received for review September 3, 2018) Spaced repetition is a technique for efficient memorization which tion algorithms. However, most of the above spaced repetition uses repeated review of content following a schedule determined algorithms are simple rule-based heuristics with a few hard- by a spaced repetition algorithm to improve long-term reten- coded parameters (8), which are unable to fulfill this promise— tion. However, current spaced repetition algorithms are simple adaptive, data-driven algorithms with provable guarantees have rule-based heuristics with a few hard-coded parameters. Here, been largely missing until very recently (14, 15). Among these we introduce a flexible representation of spaced repetition using recent notable exceptions, the work most closely related to ours the framework of marked temporal point processes and then is by Reddy et al. (15), who proposed a queueing network model address the design of spaced repetition algorithms with prov- for a particular spaced repetition method—the Leitner system able guarantees as an optimal control problem for stochastic (9) for reviewing flashcards—and then developed a heuristic differential equations with jumps. For two well-known human approximation algorithm for scheduling reviews. However, their memory models, we show that, if the learner aims to maximize heuristic does not have provable guarantees, it does not adapt recall probability of the content to be learned subject to a cost to the learner’s performance over time, and it is specifically on the reviewing frequency, the optimal reviewing schedule is designed for the Leitner systems. given by the recall probability itself. As a result, we can then In this work, we develop a computational framework to derive develop a simple, scalable online spaced repetition algorithm, optimal spaced repetition algorithms, specially designed to adapt MEMORIZE, to determine the optimal reviewing times. We per- to the learner’s performance, as continuously monitored by mod- form a large-scale natural experiment using data from Duolingo, a ern spaced repetition software and online learning platforms. popular language-learning online platform, and show that learn- More specifically, we first introduce a flexible representation ers who follow a reviewing schedule determined by our algorithm of spaced repetition using the framework of marked temporal memorize more effectively than learners who follow alternative point processes (16). For several well-known human memory schedules determined by several heuristics. models (1, 12, 17–19), we use this presentation to express the dynamics of a learner’s forgetting rates and recall probabilities for the content to be learned by means of a set of stochastic memorization j spaced repetition j human learning j marked temporal point processes j stochastic optimal control Significance Our ability to remember a piece of information depends crit- Understanding human memory has been a long-standing ically on the number of times we have reviewed it, the temporal problem in various scientific disciplines. Early works focused distribution of the reviews, and the time elapsed since the last on characterizing human memory using small-scale controlled review, as first shown by a seminal study by Ebbinghaus (1). The experiments and these empirical studies later motivated the effect of these two factors has been extensively investigated in the design of spaced repetition algorithms for efficient memo- experimental psychology literature (2, 3), particularly in second rization. However, current spaced repetition algorithms are language acquisition research (4–7). Moreover, these empirical rule-based heuristics with hard-coded parameters, which do studies have motivated the use of flashcards, small pieces of not leverage the automated fine-grained monitoring and information a learner repeatedly reviews following a schedule greater degree of control offered by modern online learning determined by a spaced repetition algorithm (8), whose goal is to platforms. In this work, we develop a computational frame- ensure that learners spend more (less) time working on forgotten work to derive optimal spaced repetition algorithms, specially (recalled) information. designed to adapt to the learners’ performance. A large-scale The task of designing spaced repetition algorithms has a rich natural experiment using data from a popular language- history, starting with the Leitner system (9). More recently, learning online platform provides empirical evidence that the several works (10, 11) have proposed heuristic algorithms that spaced repetition algorithms derived using our framework are schedule reviews just as the learner is about to forget an item, significantly superior to alternatives. i.e., when the probability of recall, as given by a memory model of choice (1, 12), falls below a threshold. An orthogonal line of Author contributions: B.T., U.U., B.S., and M.G.-R. designed research; B.T., U.U., A.D., A.Z., research (7, 13) has pursued locally optimal scheduling by iden- and M.G.-R. performed research; B.T. and U.U. analyzed data; and B.T., U.U., and M.G.-R. tifying which item would benefit the most from a review given wrote the paper.y a fixed reviewing time. In doing so, the researchers have also The authors declare no conflict of interest.y proposed heuristic algorithms that decide which item to review This article is a PNAS Direct Submission.y by greedily selecting the item which is closest to its maximum This open access article is distributed under Creative Commons Attribution License 4.0 learning rate. (CC BY).y In recent years, spaced repetition software and online plat- Data deposition: The MEMORIZE algorithm has been deposited on GitHub (https:// forms such as Mnemosyne (mnemosyne-proj.org), Synap (www. github.com/Networks-Learning/memorize).y synap.ac), and Duolingo (www.duolingo.com) have become See Commentary on page 3953.y increasingly popular, often replacing the use of physical flash- 1 To whom correspondence should be addressed. Email: [email protected] cards. The promise of these pieces of software and online This article contains supporting information online at www.pnas.org/lookup/suppl/doi:10. platforms is that automated fine-grained monitoring and greater 1073/pnas.1815156116/-/DCSupplemental.y degree of control will result in more effective spaced repeti- Published online January 22, 2019. 3988–3993 j PNAS j March 5, 2019 j vol. 116 j no. 10 www.pnas.org/cgi/doi/10.1073/pnas.1815156116 Downloaded by guest on September 30, 2021 differential equations (SDEs) with jumps. Then, we can find the counting processes using their corresponding intensities u(t), optimal reviewing schedule for spaced repetition by solving a i.e., E[dN(t)] = u(t)dt, and think of the recall r as their binary stochastic optimal control problem for SDEs with jumps (20–23). marks. Moreover, every time that a learner reviews an item, the SEE COMMENTARY In doing so, we need to introduce a proof technique to find a recall r has been experimentally shown to have an effect on solution to the so-called Hamilton–Jacobi–Bellman (HJB) equa- the forgetting rate of the item (3, 15, 25). Here, we estimate tion (SI Appendix, sections 3 and 4), which is of independent such an effect using half-life regression (25), which implicitly interest. assumes that recalls of an item i during a review have a multi- For two well-known memory models, we show that, if the plicative effect on the forgetting rate ni (t)—a successful recall learner aims to maximize recall probability of the content to be at time tr changes the forgetting rate by (1 − αi ), i.e., ni (t) = learned subject to a cost on the reviewing frequency, the solu- (1 − αi )ni (tr ), αi ≤ 1, while an unsuccessful recall changes the tion uncovers a linear relationship with a negative slope between forgetting rate by (1 + βi ), i.e., ni (t) = (1 + βi )ni (tr ), βi ≥ 0. In the optimal rate of reviewing, or reviewing intensity, and the this context, the initial forgetting rate, ni (0), captures the diffi- recall probability of the content to be learned. As a consequence, culty of the item, with more difficult items having higher initial we can develop a simple, scalable online spaced repetition algo- forgetting rates compared with easier items, and the parame- rithm, which we name MEMORIZE, to determine the optimal ters αi , βi , and ni (0) are estimated using real data (refer to SI reviewing times. Finally, we perform a large-scale natural exper- Appendix, section 8 for more details). iment using data from Duolingo, a popular language-learning Before we proceed farther, we acknowledge that several lab- online platform, and show that learners who follow a reviewing oratory studies (6, 27) have provided empirical evidence that schedule determined by our algorithm memorize more effec- the retention rate follows an inverted U shape, i.e., mass prac- tively than learners who follow alternative schedules determined tice does not improve the forgetting rate—if an item is in a by several heuristics. To facilitate research in this area, we are learner’s short-term memory when the review happens, the long- releasing an open-source implementation of our algorithm (24). term retention does not improve. Thus, one could argue for time-varying parameters αi (t) and βi (t) in our framework. How- Modeling Framework of Spaced Repetition. Our framework is ever, there are several reasons that prevent us from that: (i) The agnostic to the particular choice of memory model—it provides derivation of an optimal reviewing schedule under time-varying a set of techniques to find reviewing schedules that are opti- parameters becomes very challenging; (ii) for the reviewing mal under a memory model.
Recommended publications
  • A Queueing-Theoretic Foundation for Optimal Spaced Repetition
    A Queueing-Theoretic Foundation for Optimal Spaced Repetition Siddharth Reddy [email protected] Department of Computer Science, Cornell University, Ithaca, NY 14850 Igor Labutov [email protected] Department of Electrical and Computer Engineering, Cornell University, Ithaca, NY 14850 Siddhartha Banerjee [email protected] School of Operations Research and Information Engineering, Cornell University, Ithaca, NY 14850 Thorsten Joachims [email protected] Department of Computer Science, Cornell University, Ithaca, NY 14850 1. Extended Abstract way back to 1885 and the pioneering work of Ebbinghaus (Ebbinghaus, 1913), identify two critical variables that de- In the study of human learning, there is broad evidence that termine the probability of recalling an item: reinforcement, our ability to retain a piece of information improves with i.e., repeated exposure to the item, and delay, i.e., time repeated exposure, and that it decays with delay since the since the item was last reviewed. Accordingly, scientists last exposure. This plays a crucial role in the design of ed- have long been proponents of the spacing effect for learn- ucational software, leading to a trade-off between teaching ing: the phenomenon in which periodic, spaced review of new material and reviewing what has already been taught. content improves long-term retention. A common way to balance this trade-off is spaced repe- tition, which uses periodic review of content to improve A significant development in recent years has been a grow- long-term retention. Though spaced repetition is widely ing body of work that attempts to ‘engineer’ the process used in practice, e.g., in electronic flashcard software, there of human learning, creating tools that enhance the learning is little formal understanding of the design of these sys- process by building on the scientific understanding of hu- tems.
    [Show full text]
  • Benefits of Immediate Repetition Versus Long Study Presentation On
    Neuropsychology In the public domain 2010, Vol. 24, No. 4, 457–464 DOI: 10.1037/a0018625 Benefits of Immediate Repetition Versus Long Study Presentation on Memory in Amnesia Mieke Verfaellie and Karen F. LaRocque Suparna Rajaram Memory Disorders Research Center, VA Boston Healthcare Stony Brook University System, and Boston University School of Medicine Objective: This study aimed to resolve discrepant findings in the literature regarding the effects of massed repetition and a single long study presentation on memory in amnesia. Method: Experiment 1 assessed recognition memory in 9 amnesic patients and 18 controls following presentation of a study list that contained items shown for a single short study presentation, a single long study presentation, and three massed repetitions. In Experiment 2, the same encoding conditions were presented in a blocked rather than intermixed format to all participants from Experiment 1. Results: In Experiment 1, control participants showed benefits associated with both types of extended exposure, and massed repetition was more beneficial than long study presentation, F(2, 34) ϭ 14.03, p Ͻ .001, partial ␩2 ϭ .45. In contrast, amnesic participants failed to show benefits of either type of extended exposure, F Ͻ 1. In Experiment 2, both groups benefited from repetition, but did so in different ways, F(2, 50) ϭ 4.80, p ϭ .012, partial ␩2 ϭ .16. Amnesic patients showed significant and equivalent benefit associated with both types of extended exposure, F(2, 16) ϭ 5.58, p ϭ .015, partial ␩2 ϭ .41, but control participants again benefited more from massed repetition than from long study presentation, F(2, 34) ϭ 23.74, p Ͻ .001, partial ␩2 ϭ .58.
    [Show full text]
  • An Evidence-Based Guide for Medical Students: How to Optimize the Use of Expanded-Retrieval Platforms
    Open Access Review Article DOI: 10.7759/cureus.10372 An Evidence-Based Guide for Medical Students: How to Optimize the Use of Expanded-Retrieval Platforms Cyrus A. Pumilia 1 , Spencer Lessans 1 , David Harris 2 1. Medicine, University of Central Florida College of Medicine, Orlando, USA 2. Medical Education, University of Central Florida College of Medicine, Orlando, USA Corresponding author: Spencer Lessans, [email protected] Abstract Recommendations have been made for improving medical education based on the available evidence regarding learning. Traditional learning methods in medical education (e.g. reading from textbooks) do not ensure long-term retention. However, expanded-retrieval studying methods have been shown to improve studying efficiency. Using evidence-based practices to optimize an expanded-retrieval platform has the potential to greatly benefit knowledge acquisition and retention for medical students. This literature review was conducted to identify the best practices of expanded-retrieval platforms. Themes within learning that promote knowledge gain and retention include presentation of related categorical information, schema formation, dual-coding, concrete examples, elaboration, changes in text appearance, and interleaving. Presentation of related categorical material together may mitigate retrieval- induced forgetting (RIF). Spaced retrieval helps to reinforce schema formation by solidifying the framework the individual students form when learning the material. Dual-coding improves learning by creating more neural pathways. Multiple concrete examples can be compared by students to see their respective differences, highlighting the true underlying principle. Variation in text appearance is most useful during the initial, short-term inter-study intervals. Interleaving is a theme where different topics are combined in the same study session and is unpopular with students but shown to be successful.
    [Show full text]
  • The Spaced Interval Repetition Technique
    The Spaced Interval Repetition Technique What is it? The Spaced Interval Repetition (SIR) technique is a memorization technique largely developed in the 1960’s and is a phenomenal way of learning information very efficiently that almost nobody knows about. It is based on the landmark research in memory conducted by famous psychologist, Hermann Ebbinghaus in the late 19th century. Ebbinghaus discovered that when we learn new information, we actually forget it very quickly (within a matter of minutes and hours) and the more time that passes, the more likely we are to forget it (unless it is presented to us again). This is why “cramming” for the test does not allow you to learn/remember everything for the test (and why you don’t remember any of it a week later). SIR software, notably first developed by Piotr A. Woźniak is available to help you learn information like a superhero and even retain it for the rest of your life. The SIR technique can be applied to any kind of learning, but arguably works best when learning discrete pieces of information like dates, definitions, vocabulary, formulas, etc. Why does it work? Memory is a fickle creature. For most people, to really learn something, we need to rehearse it several times; this is how information gets from short‐term memory to long‐ term memory. Research tells us that the best time to rehearse something (like those formulas for your statistics class) is right before you are about to forget it. Obviously, it is very difficult for us to know when we are about to forget an important piece of information.
    [Show full text]
  • One School's Successful Efforts to Raise Its Bar Passage Rates in an Era of Decline
    Florida International University College of Law eCollections Faculty Publications Faculty Scholarship 2019 Using Science to Build Better Learners: One School's Successful Efforts to Raise Its Bar Passage Rates in an Era of Decline Louis N. Schulze Jr. Florida International University College of Law, [email protected] Follow this and additional works at: https://ecollections.law.fiu.edu/faculty_publications Part of the Legal Education Commons Recommended Citation Louis N. Schulze, Jr., Using Science to Build Better Learners: One School's Successful Efforts to Raise Its Bar Passage Rates in an Era of Decline, 68 J. Legal Educ. 230 (2019). This Article is brought to you for free and open access by the Faculty Scholarship at eCollections. It has been accepted for inclusion in Faculty Publications by an authorized administrator of eCollections. For more information, please contact [email protected]. 230 Using Science to Build Better Learners: One School’s Successful Efforts to Raise its Bar Passage Rates in an Era of Decline Louis N. Schulze, Jr. I. Introduction “The wise know their weakness too well to assume infallibility; and he who knows most, knows best how little he knows.” Thomas Jefferson.1 Bar examination pass rates are plummeting. Many laws schools are searching urgently for some way to stem the tide of decline. Silver bullet cure- alls are attractive, all too often adopted, and almost never fruitful. So what should schools do? Should a school teach to the test? Induce less proficient students into not taking the bar exam?2 Reteach doctrine in a bar prep course? Begin bar prep in 1L year? Spoon-feed black-letter law? Require faculty to use only multiple- choice questions in exams? Only essay questions? The answer to all these questions is “no,” but the questions themselves miss the point—like asking a mergers and acquisitions lawyer whether her achievements resulted from taking more depos.
    [Show full text]
  • References Acknowledgements
    Cover Page The handle https://hdl.handle.net/1887/3134566 holds various files of this Leiden University dissertation. Author: Versteeg, M. Title: At the heart of learning: navigating towards educational neuroscience in health professions education Issue Date: 2021-01-21 Supplementary 201019_Proefschrift_naproefdruk.indd 194 23-10-2020 07:41:52 SUPPLEMENTARY Supplementary A | The used literature search term combinations. Spaced [ti] Learning [ti] Spaced learning [tw] Health professions education [tw] Spaced AND Learning OR Spaced training AND Education, Professional [Mesh] Spacing Memory Spacing training Medical educat* Retriev* Training Spaced learning Professional educat* Repetition* Educat* Spacing learning Teach* Recall Spaced interval Medical student* training Mental Spaced interval Biomedical recall learning student* [Mesh] Memory training Pharmacy student* Spaced retrieval Biology student* Spaced retrieving Dental student* Retrieval practic* Nursing student* Mass learning Undergraduate* Massed learning Graduat* Spacing effect Intern* Distributed practic* University Spacing efficacy Universities Spacing practice Resident* sessions Spacing of learning Health professional* Spacing repetition Spacing and repetition Spaced educat* Spaced test* Test-enhaned learning Testing effect* Within each column all terms are searched with the Boolean operator “OR”. 195 201019_Proefschrift_naproefdruk.indd 195 23-10-2020 07:41:52 SUPPLEMENTARY Supplementary B | Frequency distribution of research articles on spaced learning included in this scoping
    [Show full text]
  • Arichardson-Klavehn Rbjork 2002
    1096 Memory, Development of Schneider W and Bjorklund DF (1998) Memory. In: Kuhn Schneider W and Pressley M (1997) Memory Development D and Siegler RS (eds) Handbook of Child Psychology, between 2 and 20, 2nd edn. Mahwah, NJ: Lawrence vol. 2, Cognition, Perception, and Language, 5th edn, Erlbaum. pp. 467±521. New York, NY: John Wiley. Memory, Long-term Introductory article Alan Richardson-Klavehn, Goldsmiths College, University of London, London, UK Robert ABjork, University of California, Los Angeles, USA CONTENTS Definition and classification of long-term memory The constructive character of long-term memory The dynamic character of long-term memory Conclusion Long-term memory is central to cognitive function- interconnected and cannot be understood in ing. Taking a wide variety of forms, from skills to isolation from each other. (See Information Pro- general knowledge to memory for personal experi- cessing) ences, it is characterized by dynamic interactions between encoding and retrieval processes and by constructive processes, and thus differs fundamen- Distinguishing between Short-term and tally from current human-made information storage Long-term Memory systems. In everyday discourse, long-term memory is usu- ally distinguished from short-term memory in DEFINITION AND CLASSIFICATION OF terms of the time that has elapsed since information LONG-TERM MEMORY was encoded. Moreover, it is not unusual to find memory that persists over days or weeks being The ability to retain information over long periods described as short-term memory. In psychology, is fundamental to intelligent thought and behavior. however, the terms long-term and short-term Memory is the `glue', in effect, that holds our intel- memory have come to have specialized meanings lectual processes together, from perception, atten- that stem from a distinction made by William tion, and language, to reasoning, decision-making, James in 1890.
    [Show full text]
  • A Curriculum for Biomedical Writing and Editing: a Second Volley
    DIALOGUE ◆ A Curriculum for Biomedical Writing and Editing: A Second Volley Courses for Biomedical Writers and Editors Core Courses 5. Communication Theory and Research 1. An Overview of Biomedical Research and Publications Forms of communication (interpersonal, mass, computer-assisted) Epistemology and philosophy of science and its alternatives Classical rhetorical theory (argument, persuasion, exposition) The scientific method: biomedical research terms and concepts Diffusion of innovations and marketing communication Practices and ethical principles of animal, pharmaceutical, Research into written communication and clinical research Psychology of meaning-making and interpretation The drug-development process Effect of communication media on messages The scientific literature: journalology Organizational communication Types of biomedical communication and publication Evaluating written communication (protocol analysis, focus groups, Authorship, falsification, fraud, and plagiarism surveys, and so on) Evidence-based medicine 6. Medical Writing 2. Medical Editing Data-collection techniques (interviewing, Internet, libraries) Review of grammar, syntax, and punctuation Audience analysis Review of sentence and paragraph structures Techniques of writing Medical terminology, nomenclature, and discourse Collaborative writing Marking a manuscript, editing and proofreading techniques, and Writing original research articles: the IMRAD format queries Writing review articles, case reports, and chapters Style manuals and electronic information sources
    [Show full text]
  • VAASAN AMMATTIKORKEAKOULU VAASA UNIVERSITY of APPLIED SCIENCES Degree Programme in Information Technology
    Klim Skuridin SPACED REPETITION CLOUD WEBAPP IN JAVA EE AND GOOGLE MATERIAL DESIGN Information Technology 2016 VAASAN AMMATTIKORKEAKOULU VAASA UNIVERSITY OF APPLIED SCIENCES Degree Programme in Information Technology ABSTRACT Author Klim Skuridin Title Spaced Repetition Cloud WebApp in Java EE and Google Material Design Year 2016 Language English Pages 42 Name of Supervisor Pirjo Prosi The aim of this thesis project was to develop a web application using Java with deployment on Amazon Web Services cloud platform within an Elastic Computing 2 VM instance. The developer aims to help users learn new information using the Spaced Repetition principle. The main tools of the project include Java/JSP for back-end development, Twitter Bootstrap framework for front-end development, GitHub Version Control System for code management, MySQL for app data per- sistence, Tomcat server for deployment and Eclipse IDE for coding the back-end. Keywords: Java, WebApp, AWS, Spaced Repetition, Bootstrap, GMD 3(42) CONTENTS 1. INTRODUCTION ............................................................................................ 6 2. PROJECT BACKGROUND & DESCRIPTION ............................................. 8 2.1 Project Description.................................................................................... 8 2.2 Application Algorithm .............................................................................. 9 2.3 Relevant Technologies ............................................................................ 11 3. ANALYSIS & DESIGN ................................................................................
    [Show full text]
  • Teaching the Science of Learning Yana Weinstein1* , Christopher R
    Weinstein et al. Cognitive Research: Principles and Implications (2018) 3:2 Cognitive Research: Principles DOI 10.1186/s41235-017-0087-y and Implications TUTORIALREVIEW Open Access Teaching the science of learning Yana Weinstein1* , Christopher R. Madan2,3 and Megan A. Sumeracki4 Abstract The science of learning has made a considerable contribution to our understanding of effective teaching and learning strategies. However, few instructors outside of the field are privy to this research. In this tutorial review, we focus on six specific cognitive strategies that have received robust support from decades of research: spaced practice, interleaving, retrieval practice, elaboration, concrete examples, and dual coding. We describe the basic research behind each strategy and relevant applied research, present examples of existing and suggested implementation, and make recommendations for further research that would broaden the reach of these strategies. Keywords: Education, Learning, Memory, Teaching Significance educators who might be interested in integrating the Education does not currently adhere to the medical strategies into their teaching practice, (b) science of learn- model of evidence-based practice (Roediger, 2013). ing researchers who are looking for open questions to help However, over the past few decades, our field has made determine future research priorities, and (c) researchers in significant advances in applying cognitive processes to other subfields who are interested in the ways that princi- education. From this work, specific recommendations ples from cognitive psychology have been applied to can be made for students to maximize their learning effi- education. ciency (Dunlosky, Rawson, Marsh, Nathan, & Willing- While the typical teacher may not be exposed to this ham, 2013; Roediger, Finn, & Weinstein, 2012).
    [Show full text]
  • COPYRIGHTED MATERIAL Hack 1: Remember to Remember
    HaleEvans c01.indd V4 - 07/21/2011 Page 1 CHAPTER 1 Memory In classical Greece, Mnemosyne — usually translated as “Memory” — was considered to be the mother of History, Music, Astronomy, and all the other Muses. Memory is fundamental to learning and knowledge, so we’ve placed our chapter of memory-enhancement techniques fi rst. They include how to build memory on previously memorized environments (Hack 2, “Build a Memory Dungeon”), how to use technology to remember most effi ciently (Hack 4, “Space Your Repetitions”), and how to draw old memories that you thought you had lost back to the surface (Hack 5, “Recall Long-Ago Events”). Boosting your memory will help you both gather new information and track where you’ve been in your life, bringing your past with you into the future. Our goal is to help you hold onto all the intangible treasures your academic pursuits and life experience bring you. COPYRIGHTED MATERIAL Hack 1: Remember to Remember Ever use a fancy mnemonic only to forget that you memorized anything at all? Prospective memory is remembering to do something in the future. Learn to cue your prospective memory in ways that go far beyond a string around your fi nger. The traditional method to remind yourself that you need to remember some- thing (and a staple of clip art collections) is a string tied around your fi nger, but 1 cc01.indd01.indd 1 88/9/2011/9/2011 66:26:53:26:53 PPMM HaleEvans c01.indd V4 - 08/05/2011 Page 2 2 Chapter 1 n Memory there are many ways you can improve your prospective memory – or remember- ing to remember.
    [Show full text]
  • Enhancing Human Learning Via Spaced Repetition Optimization
    Enhancing human learning via spaced repetition optimization Behzad Tabibiana,b,1, Utkarsh Upadhyaya, Abir Dea, Ali Zarezadea, Bernhard Scholkopf¨ b, and Manuel Gomez-Rodrigueza aNetworks Learning Group, Max Planck Institute for Software Systems, 67663 Kaiserslautern, Germany; and bEmpirical Inference Department, Max Planck Institute for Intelligent Systems, 72076 Tubingen,¨ Germany Edited by Richard M. Shiffrin, Indiana University, Bloomington, IN, and approved December 14, 2018 (received for review September 3, 2018) Spaced repetition is a technique for efficient memorization which tion algorithms. However, most of the above spaced repetition uses repeated review of content following a schedule determined algorithms are simple rule-based heuristics with a few hard- by a spaced repetition algorithm to improve long-term reten- coded parameters (8), which are unable to fulfill this promise— tion. However, current spaced repetition algorithms are simple adaptive, data-driven algorithms with provable guarantees have rule-based heuristics with a few hard-coded parameters. Here, been largely missing until very recently (14, 15). Among these we introduce a flexible representation of spaced repetition using recent notable exceptions, the work most closely related to ours the framework of marked temporal point processes and then is by Reddy et al. (15), who proposed a queueing network model address the design of spaced repetition algorithms with prov- for a particular spaced repetition method—the Leitner system able guarantees as an optimal control
    [Show full text]