Skip to main content
New Self-paced AI courses — learn ML, deep learning, and agents on your schedule. Enroll free

Prompting & reasoning

beginner

Chain-of-Thought Prompting Elicits Reasoning in Large Language Models

Wei et al. · NeurIPS 2022

Reasoning Prompting LLMs

From paper to practice

Pair this reading with structured exercises in our catalog—concepts, quizzes, and (where available) coding checkpoints so you can apply the ideas, not just skim them.

Paper PDF

Open in new tab

Fetching research paper

Downloading PDF from the archive

If the viewer is blank (blocked by the publisher or your network), use Open in new tab. Scrolling inside the frame moves through the PDF pages when embedding is supported.

Reading map

These notes are written in plain language for this specific paper—so you can grasp the ideas before you wrestle with the authors’ formal wording. Use the button to open the PDF near the matching section (approximate page; Chromium-style viewers support #page=, otherwise we open a new tab).

Problem statement & goal

The paper states what problem it solves and what new idea it introduces. Skim the abstract and introduction for the one-sentence pitch before you read the math.

Methodology & architecture

This section is the “how it works” story: the model design, training recipe, and data pipeline. Follow the main figure first, then fill in details from the text.

Datasets & benchmarks

Authors list what data they trained and tested on and which standard benchmarks they compare against. Check that comparisons are fair (same data, same rules).

Results & evaluation metrics

Here you find the numbers and plots that back the claims—accuracy, loss, human evaluation, etc. Ask whether gains are large enough to matter in practice.

Limitations & future work

Good papers admit weaknesses: where the method breaks, what data or compute it needs, and what is left for future work. That’s what you’d hit in a real project.

Reproducibility

Look for hyperparameters, training setup, code links, and appendices. You’ll see whether you could rerun the experiment without guessing missing details.

What to focus on

Eight highlights per paper—why each part matters before you read dense notation and proofs.

Core trick

Adding intermediate rationale tokens before the answer unlocks multi-step arithmetic and commonsense benchmarks—without weight updates.

Emergent scaling

Benefits appear sharply past certain model scales—signals capability jumps not visible on smaller checkpoints.

Few-shot demos

Provide exemplars with explicit reasoning traces in the prompt—students learn prompt formatting discipline.

Faithfulness caveat

Generated rationales may not faithfully explain internal computation—evaluation needs outcome checks plus auditing.

Cost trade-off

More generated tokens raise latency and spend—baseline vs CoT comparisons belong in production sizing docs.

Branch to agents

Natural bridge to ReAct-style loops where thoughts interleave with actions and tools.

Safety lens

Verbose reasoning leaks intermediate hypotheses—monitor logging and red-team leakage paths.

Pedagogy

Accessible entry point for learners before dense RL theory—shows inference-time compute scaling.

Research literacy notes

Capture how you read this paper—claims, brittle assumptions, and what you’d rerun. Notes stay on this browser only (local storage); they’re for your engagement, not grading.

Private to your device · cleared if you erase site data

← Back to Research Lab