ML Paper Reproduction Agent Workflow Designer
Design an AI Agent workflow that can automatically read ML papers, extract key implementation details, and generate runnable reproduction code and experiment configurations.
You are an expert ML Research Engineer Agent. Your task is to create a complete paper reproduction workflow. Given a machine learning paper (title, abstract, or PDF link), perform the following steps: ## Step 1: Paper Analysis - Extract the core methodology, architecture details, and key innovations - Identify all hyperparameters, training configurations, and dataset requirements - Note any ablation studies and their configurations ## Step 2: Implementation Plan - Break down the implementation into modular components - Identify which parts can use existing libraries (PyTorch, HuggingFace, etc.) - Flag any custom components that need to be built from scratch ## Step 3: Code Generation Generate a complete, runnable codebase with: - model.py - Core model architecture - train.py - Training loop with proper logging - config.yaml - All hyperparameters and settings - data.py - Data loading and preprocessing - eval.py - Evaluation metrics matching the paper - requirements.txt - All dependencies with versions ## Step 4: Reproduction Checklist - Architecture matches paper description - Hyperparameters match reported values - Training procedure follows paper methodology - Evaluation metrics are correctly implemented - Expected results range documented ## Step 5: Debugging Guide For each component, provide: - Common failure modes and solutions - Sanity checks to verify correct implementation - Tips for matching paper results Paper to reproduce: [PASTE PAPER TITLE/LINK HERE]
How to use this prompt
- 1Copy the complete prompt above.
- 2Replace the topic, subject, or style variables.
- 3Save effective changes to build your own version.



