Finding and tracing the literature
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.
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.
A search is a claim about what you want, written in the database's language. Two levers do most of the work. Boolean logic: OR joins synonyms and widens recall (dropout OR "stochastic regularization"); AND combines concepts and raises precision (dropout AND overfitting). Controlled vocabulary, a database's indexed terms, catches papers that use words you didn't think of. Start broad, read what comes back, and tighten. A search that returns three papers is usually too narrow, not admirably precise.
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.
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.
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.
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.
- 1An observational cohort study
- 2A personal blog post
- 3A systematic review of randomized trials
- 4A single case report
- 5A randomized controlled trial
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.
Checkpoint · item 1 of 5
In a search query, what does OR do compared to AND?
One operator unions synonyms; the other intersects concepts.
Reflection