Paper To Code

Reproduce a paper's method in minimal, direct PyTorch when no official code is available, to check whether the method works as claimed. Use whenever the user says "reproduce this paper", "implement this paper's method", "there's no code for this paper", "I want to check if this paper actually works", "turn this algorithm/equation into code", or shares a paper/arXiv link and wants a working implementation of its core mechanism. The output is a small, single-file, readable implementation plus staged verification gates (shape checks → overfit tiny batch → baseline comparison at toy scale) and an explicit assumptions ledger for everything the paper left underspecified. Do NOT use for designing training recipes for your own experiments (pytorch-training-recipe / jax-training-recipe), auditing an existing released artifact (reproducibility-audit), or structuring a research repo (research-codebase).

jurgendn 1a7d4f6 3 files · 16.2 KB Updated

File contents

jurgendn/agent-skills/tree/main/skills/research-engineering/paper-to-code commit 1a7d4f61a5

Frequently asked questions

npx skillmds@latest add jurgendn/paper-to-code