Finding and tracing the literature

Lesson 2 34 minReading

In this lesson

By the end, you’ll be able to

  • Build a search that balances recall and precision with Boolean logic and controlled vocabulary
  • Trace a finding backward and forward through citations, and triage what to read
  • Tell preprints, peer-reviewed work, and predatory outlets apart

Sign in to save your progress

You can keep reading without an account, but completed lessons won’t be saved.

Sign in

You cannot build on work you cannot find, and you cannot find it by reading everything. Finding the literature is a skill with its own moves: constructing a search, following citations, judging what a source is worth, and deciding, fast, what to actually read. Done well, an afternoon of searching saves months of reinventing what already exists. Done badly, you miss the one paper that would have changed your question.

recentfoundational
The literature is a graph. A recent paper (right) points back through its references to earlier work, and forward to the papers that later cite it, trails that converge on a few foundational nodes (left).

Select all that apply

You are searching for studies on whether dropout reduces overfitting in neural networks. Select every change that would make the search MORE effective.

OR for synonyms (recall), AND to combine concepts (precision), controlled vocabulary to catch indexed terms.

How sure?

Once you have one good paper, you rarely need to search again; you follow its citations. Backward chaining reads the paper's own reference list, moving toward older, more foundational work. Forward chaining reads the newer papers that cite it, moving toward developments, replications, and rebuttals. Alternating the two, snowballing, walks you through a whole line of research and is often faster and more complete than keyword search alone.

Signature interactive

Citation Trace

Start from the recent paper and follow its references back to the foundational finding (marked ). Each paper you open costs one of your budget. Reading is a resource-allocation problem, spend opens where the trail is likely to lead.

Opens left: 6Fewest possible: 5

Scaling laws for efficient model training (2021)

A constructed citation graph, for practice.

Not every source carries the same weight. A preprint is public but has not yet passed journal peer review, often current and valuable, but unvetted, so read it critically. A peer-reviewed article has been filtered by independent experts, which lowers (but does not eliminate) error. A predatory outlet charges a fee and guarantees fast publication with fake or absent review; its tell is pay-to-publish, not the fee alone; legitimate open-access journals charge processing fees too. Knowing which you are holding changes how much you should trust it.

Categorize

Sort each source into preprint, peer-reviewed, or predatory.

Preprint = posted but not yet reviewed. Peer-reviewed = vetted by a real journal. Predatory = charges fees and fakes or skips review.

An arXiv manuscript posted last week, not yet reviewed
An article in a Nature journal, published after review
A 'journal' promising publication in 48 hours for a fee, with no real review
A bioRxiv manuscript awaiting journal submission
A study in PLOS ONE after editorial peer review
An outlet that spams authors and lists fake editorial boards
How sure?

Rank in order · strongest to weakest evidence for a treatment's effect

Order these sources from strongest to weakest evidence about whether a treatment works.

Randomization and synthesis strengthen causal evidence; anecdote weakens it.

  1. 1An observational cohort study
  2. 2A personal blog post
  3. 3A systematic review of randomized trials
  4. 4A single case report
  5. 5A randomized controlled trial
How sure?

You will find more than you can read, so reading is triage: spend the cheapest signals first. Screen the title, then the abstract, then the figures, then the methods, and only then the full text, discarding most candidates before you ever open the PDF. The same discipline underlies formal evidence synthesis, where explicit screening at title/abstract stage is what keeps a review tractable and honest.

Categorize

Lab, triage. Your review question: "Does spaced practice improve retention of programming concepts among undergraduates?" For each result title, decide include, exclude, or unclear, then check yourself.

Include: on spaced/distributed practice AND retention AND (programming or directly relevant). Exclude: off-topic. Unclear: right mechanism, wrong population or only tangentially related.

Spaced repetition improves long-term retention of coding syntax in CS1 students
Massed vs distributed practice for undergraduate programming skills: a randomized trial
A new IDE plugin for faster autocomplete
Spaced practice in medical students' anatomy learning
A history of the C programming language
Retrieval and distributed practice in introductory computer science
Sleep and memory consolidation in adults
Student satisfaction with online CS courses
Distributed-practice effects on retention: a cross-domain meta-analysis
How sure?

Checkpoint · item 1 of 5

In a search query, what does OR do compared to AND?

One operator unions synonyms; the other intersects concepts.

How sure?

Reflection