Search the atlas

Esc to close · Cmd/Ctrl + K to open

  1. 1

    Choose a research mode: strict reproduction, method reproduction, modern rerun, or a new experiment.

  2. 2

    Set the paper, role, update method, resources, access, and reproducibility constraints.

  3. 3

    Read why candidates enter, what risks remain, and what still needs verification before comparing them.

  4. 4

    Export the decision record with its task, candidates, comparisons, and evidence context.

Concept map

Build a shared language for model choice

Move from concepts to real models and research tasks.

Base / Instruct / Thinking

Base is closer to continuation training; Instruct is tuned for instruction following; Thinking often adds explicit reasoning behavior or test-time compute. They are not a universal ranking, so reproduction must match the checkpoint type.

Checkpoint and model version

A checkpoint is a saved weight snapshot from a training stage. One family may have Base, Instruct, Thinking, and Coder checkpoints; reproduction must pin the checkpoint and revision, not only the family name.

Open weight is not open source

Downloadable weights do not imply open training code, data, licensing, or a complete implementation. Check weights, base checkpoints, licenses, and derivative-distribution conditions separately.

API, weights, and licenses

API access lowers deployment friction but introduces version pinning, service availability, and data-boundary concerns. Local weights add hardware and licensing responsibilities. Callable does not mean reproducible.

Model requirements for LoRA / SFT / RL

LoRA usually updates adapters, SFT needs supervised data and a training recipe, and RL additionally needs an environment, reward, or evaluation loop. Inference suitability does not imply suitability for every update method.

How to read evidence status

Verified means the current record has sufficient supporting sources; partial means only some fields are evidenced. not_reported, not_disclosed, and not_verified are not false. Check sources and dates before strict reproduction.

Three research paths

Strict reproduction controls the original model and environment; method reproduction controls method variables while allowing comparable substitutes; modern reruns test whether conclusions transfer to current-generation models. Their success criteria differ.

Dense / MoE and parameter scale

Dense models use the same parameter set per token; MoE models activate only some experts. Total and active parameters are different quantities, so the site keeps them separate and shows missing values as unknown.

LoRA, SFT, RL, and self-evolution

LoRA updates adapters, SFT updates weights through supervised training, and RL needs an environment, reward, and evaluation loop. External memory or prompt self-evolution is not weight updating; weight-updating self-evolution requires training and saving a new checkpoint.

Checkpoint, templates, and reproducibility boundaries

Reproduction is more than a model name: pin the checkpoint, model revision, tokenizer, config, chat template, API version, and hardware conditions. When a paper does not report a field, keep not_reported or not_verified instead of filling a plausible value.

Glossary

Explain key terms in place

checkpoint

A saved weight snapshot at a training stage; Base, Instruct, and Thinking may be different checkpoints.

evidence_note

A note explaining what a source supports, what it does not support, and why an unknown state remains.

revision pin

Pinning a model revision, commit, or API version so reproduction does not drift with service updates.

Hardware tiers are coarse research metadata, not an exact VRAM calculator.