Paper Reproduction
Read ../references/workflow.md, ../references/venues.md, and ../references/review-rubric.md.
Use the bundled templates:
- assets/reproduction-brief-template.md
- assets/ambiguity-log-template.md
- assets/reconstruction-matrix-template.md
- assets/reproduction-verdict-template.md
Treat reproduction as a structured audit, not a vague attempt to "see if it runs."
Core outputs:
- Reproduction brief.
- Claim extraction.
- Method reconstruction.
- Experiment reconstruction matrix.
- Ambiguity log.
- Reproduction verdict.
Work in this order:
- Extract the paper's top claims and intended contribution.
- Identify the exact experiments, datasets, workloads, metrics, and baselines that support those claims.
- Reconstruct the minimal environment and dependency assumptions needed to rerun the evidence.
- List missing or ambiguous details before pretending the paper is reproducible.
- Decide which experiments are mandatory for a faithful reproduction and which are nice-to-have.
- Distinguish four outcomes clearly:
- reproduced
- partially reproduced
- blocked by ambiguity or missing assets
- contradicted by rerun evidence
Be explicit about failure sources:
- paper underspecification,
- code-release mismatch,
- environment mismatch,
- hidden tuning or preprocessing,
- unstable results,
- invalid assumptions by the reproducer.
Do not equate "result mismatch" with "paper is wrong" unless the evidence is strong enough to support that conclusion.
When a repository is available, connect this skill to:
researchstack-experiment-designfor the reproduced experiment matrix,researchstack-experiment-opsfor run tracking,researchstack-artifact-auditfor provenance and credibility,researchstack-peer-reviewfor reviewer-style reproducibility critique.