Jump to content

Incremental reading

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by WikHead (talk | contribs) at 22:31, 24 January 2011 (Filling in 2 references using Reflinks). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Incremental reading is a method for learning and retaining information from reading that might otherwise be forgotten. It is particularly targeted to people who are trying to learn a large amount of information at once, particularly if that information is varied.

Incremental reading is based on psychological principles of long-term memory storage and retrieval, in particular the spacing effect.

Information is broken into chunks, and an algorithm (usually computer software) organises the user's reading and calculates the ideal time for the reader to review each chunk. The method itself is often credited to the Polish software developer Piotr Wozniak.

Until recently, Wozniak's SuperMemo was the only implementation of incremental reading (as opposed to simply spaced repetition of questions and cloze deletions etc.). Anki has an 'experimental' plugin[1].

There is also incremental reading support for the text editors Emacs[2] and Yi[3].

Method

With incremental reading, a load of material is subdivided into articles and its extracts. All articles and extracts are processed according to the rules of spaced repetition. This means that all processed pieces of information are presented at increasing intervals. Individual articles are read in portions proportional to the attention span, which depends on the user, his mood, the article, etc.

The name "incremental" comes from "reading in portions". Without the use of spaced repetition, the reader would quickly get lost in the glut of information when studying dozens of subjects at the same time. However, spaced repetition makes it possible to retain traces of the processed material in memory. Incremental reading makes it possible to read hundreds of articles at the same time with a substantial gain to attention.

For incremental reading to leave a permanent mark in long-term memory, the processed material must be gradually converted into material based on active recall. This means that extracts such as "George Washington was the first U.S. President" must be changed to questions such as "Who was the first U.S. President?", "Who was George Washington?", etc.

References

  1. ^ "Incremental Reading with Anki | Frank's Place in the Digital Void". Frankraiser.de. Retrieved 2011-01-24.
  2. ^ Last edited 2007-03-06 07:09 UTC by ChrisForno (diff) (2007-03-06). "Incremental Reading". EmacsWiki. Retrieved 2011-01-24. {{cite web}}: |author= has generic name (help)CS1 maint: numeric names: authors list (link)
  3. ^ http://code.haskell.org/yi/src/Yi/Mode/IReader.hs