Active Recall and Spaced Repetition are Different Things

post by Saul Munn (saul-munn) · 2024-11-08T20:14:56.092Z · LW · GW · 2 comments

This is a link post for https://www.brasstacks.blog/ar-srs-different/

Contents

  I. Active Recall
  II. (Efficiently) Spaced Repetition
  III. The difference
  IV. Implications
None
2 comments

Epistemic status: splitting hairs. Originally published as a shortform [LW(p) · GW(p)]; thanks @Arjun Panickssery [LW · GW] for telling me to publish this as a full post.

There’s been a lot of recent work on memory. This is great, but popular communication of that progress consistently mixes up active recall and spaced repetition. That consistently bugged me — hence this piece.

If you already have a good understanding of active recall and spaced repetition, skim sections I and II, then skip to section III.

Note: this piece doesn’t meticulously cite sources, and will probably be slightly out of date in a few years. I link to some great posts that have far more technical substance at the end, if you’re interested in learning more & actually reading the literature.

I. Active Recall

When you want to learn some new topic, or review something you’ve previously learned, you have different strategies at your disposal. Some examples:

Some of these boil down to “stuff the information into your head” (YouTube video, reviewing notes) and others boil down to “do stuff that requires you to use/remember the information” (doing practice problems, explaining to a friend). Broadly speaking, the second category — doing stuff that requires you to actively recall the information — is way, way more effective.

That’s called “active recall.”

II. (Efficiently) Spaced Repetition

After you learn something, you’re likely to forget it pretty quickly:

Fortunately, reviewing the thing you learned pushes you back up to 100% retention, and this happens each time you “repeat” a review:

That’s a lot better!

…but that’s also a lot of work. You have to review the thing you learned in intervals, which takes time/effort. So, how can you do the least the number of repetitions to keep your retention as high as possible? In other words — what should be the size of the intervals? Should you space them out every day? Every week? Should you change the size of the spaces between repetitions? How?

As it turns out, efficiently spacing out repetitions of reviews is a pretty well-studied problem. The answer is “riiiight before you’re about to forget it:”

Generally speaking, you should do a review right before it crosses some threshold for retention. What that threshold actually is depends on some fiddly details, but the central idea remains the same: repeating a review riiight before you hit that threshold is the most efficient spacing possible.

This is called (efficiently) spaced repetition. Systems that use spaced repetitions — software, methods, etc — are called “spaced repetition systems” or “SRS.”

III. The difference

Active recall and spaced repetition are independent strategies. One of them (active recall) is a method for reviewing material; the other (effective spaced repetition) is a method for how to best time reviews. You can use one, the other, or both:

Examples of their independence:

IV. Implications

Why does this matter?

Mostly, it doesn’t, and I’m just splitting hairs. But occasionally, it does matter — for instance, it's sometimes prohibitively difficult to use spaced repetition and active recall, still quite possible to use just one of the two. In these cases, folks sometimes throw up their hands. But the right response is to do use the method that works nicely!

For example, you can do a bit of efficiently spaced repetition when learning people’s names, by saying their name aloud:

…but it’s a lot more difficult to use active recall to remember people’s names. (The closest I’ve gotten is to try to first bring into my mind’s eye what their face looks like, then to try to remember their name.)

Another example in the opposite direction: learning your way around a city in a car. It’s really easy to do active recall: have Google Maps opened on your phone and ask yourself what the next direction is each time before you look down; guess what the next street is going to be before you get there; etc. But it’s much more difficult to efficiently space your reviews out, since review timing ends up mostly in the hands of your travel schedule. (For more on the topic of deliberately using memory systems to quickly learn the geography of a new place, see this post.)


As promised at the top, if you’re interested in learning more & actually reading the literature, I'd start with "Spaced Repetition for Efficient Learning" (gwern) and "Augmenting Long-term Memory" (Michael Nielson), then reading through the works they cite.

2 comments

Comments sorted by top scores.

comment by npostavs · 2024-11-09T16:56:08.607Z · LW(p) · GW(p)

by saying their name aloud: [...] …but it’s a lot more difficult to use active recall to remember people’s names.

I'm confused, isn't saying their name in a sentence an example of active recall?

Replies from: saul-munn
comment by Saul Munn (saul-munn) · 2024-11-09T22:09:22.862Z · LW(p) · GW(p)

hmm, that's fair — i guess there's another, finer distinction here between "active recall" and chaining the mental motion of recalling of something to some triggering mental motion. i usually think of "active recall" as the process of:

  • mental-state-1
  • ~stuff going on in your brain~
  • mental-state-2

over time, you build up an association between mental-state-1 and mental-state-2. doing this with active recall looks like being shown something that automatically triggers mental-state-1, then being forced to actively recall mental-state-2.

with names/faces, i think that if you were to e.g. look at their face, then try to remember their name, i'd say that probably counts as active recall (where mental-state-1 is "person's face," mental-state-2 is "person's name," and ~stuff going on in your brain~ is the mental motion of going from their face to their name).

thanks for pointing that out!