Chenbo Yu avatar

Chenbo Yu

Community

@yyccbb · Singapore

4Followers
|
35Public Repos
|
10Published Skills

Yu Chenbo \\ Computer Science and Statistics undergraduate student @ National University of Singapore

Skills Distribution
DomainAI Models & ...AI Models & Machin.. (55%)Developer Tooling .. (25%)Cloud & Compute In.. (10%)Data Systems & Dat.. (10%)

Agent Skills by Chenbo Yu

Showing 10 vetted skills indexed across 1 GitHub repositories.

Frequently Asked Questions About Chenbo Yu

FAQPage Schema
What tasks can I accomplish with yyccbb's paper-reproduction skills?▼

You can reproduce ML papers end to end: scope experiments from the PDF, download datasets and checkpoints, build conda environments, validate mock runs with git-tracked fixes, launch full-length training runs, reproduce baseline comparisons, regenerate paper tables from actual logs, and audit the evidence chain for a per-experiment verdict.

Who are these reproduction pipeline skills designed for?▼

ML researchers, graduate students, and reproducibility engineers who need to verify published results. The skills assume familiarity with research codebases, GPU training, and hyperparameter configs, and suit anyone validating a paper's claimed numbers against actual runs.

How do I run the paper-reproduction pipeline in practice?▼

Clone the paper's codebase, place the paper PDF inside it, then invoke the paper-reproduction driver. It runs experiment-scoping, resource-download, environment-setup, run-validation, run-experiment, optional baseline-reproduction, result-analysis, and reproduction-audit sequentially, gating each stage on the prior stage's report.

What are the prerequisites for using these skills?▼

You need a cloned paper repository containing the paper's PDF, plus hardware with sufficient VRAM, RAM, and disk for the planned experiments, which the resource-download stage checks. Individual stages require the earlier stages' reports written under the .paper-reproduction/ directory.

Can I run a single stage instead of the full pipeline?▼

Yes. Each stage skill, such as environment-setup or run-experiment, works standalone when its prerequisite reports exist under .paper-reproduction/. The paper-reproduction driver is only for full end-to-end runs and explicitly skips work already recorded by earlier stages.