/Catalogue/Prompt/OpenRaiser/openraiser-nanoresearch-nanoresearch-experiment

Origin: github

nanoresearch-experiment

Generate a Python code skeleton from an experiment blueprint

by OpenRaiser · updated 1mo ago · imported from GitHub

Installs0+0/7d
Security score92/100
Retention 14d0%
GitHub stars1.4K

Skill logic

Execution graph
User message
Prompt rewrites behaviour
Response

SKILL.md

View on GitHub ↗

Experiment Skill

Purpose

Take the experiment blueprint and produce a runnable Python code skeleton that implements the proposed method, baselines, training loops, evaluation harness, and ablation configurations.

Tools Required

None. This skill operates entirely through LLM code generation based on the experiment blueprint.

Input

  • experiment_blueprint: Path to papers/experiment_blueprint.json produced by the planning skill

Process

  1. Parse the experiment blueprint for datasets, baselines, metrics, and ablation groups
  2. Generate the project directory structure (data loaders, models, training, evaluation, configs)
  3. Produce data loading and preprocessing code for each specified dataset
  4. Implement model architecture stubs for the proposed method and each baseline
  5. Generate training loop with logging, checkpointing, and early stopping
  6. Implement the evaluation harness computing all specified metrics
  7. Create configuration files for each ablation group
  8. Add a main entry point that accepts a config and runs the full train-evaluate pipeline

Output

Produces experiments/ directory containing:

  • data/: Data loading and preprocessing modules
  • models/: Model architecture implementations (proposed method and baselines)
  • training/: Training loop and optimization utilities
  • evaluation/: Metric computation and result aggregation
  • configs/: YAML configuration files for each experiment and ablation variant
  • run.py: Main entry point for launching experiments
  • requirements.txt: Python dependencies

Discussion

No comments yet — start the thread.

Sign in to join the discussion.

/More from OpenRaiser/NanoResearch

OpenRaiser· 1mo agoCommunity
academic-plotting

Prompts · Python · v0.1.0

Generates publication-quality figures for ML papers from research context. Given a paper section or description, extracts system components and relationships to generate architecture diagrams via Gemini. Given experiment results or data, auto-selects chart type and generates data-driven figures via matplotlib/seaborn. Use when creating any figure for a conference paper.

#agent-skills#agents#ai

0 1.4K
OpenRaiser· 1mo agoCommunity
nanoresearch-ideation

Prompts · Python · v0.1.0

Search academic literature and generate research hypotheses

#agent-skills#agents#ai

0 1.4K
OpenRaiser· 1mo agoCommunity
nanoresearch-planning

Prompts · Python · v0.1.0

Produce an experiment blueprint from a research hypothesis

#agent-skills#agents#ai

0 1.4K
OpenRaiser· 1mo agoCommunity
nanoresearch-writing

Prompts · Python · v0.1.0

Draft a LaTeX research paper from all previous stage outputs

#agent-skills#agents#ai

0 1.4K