paper2code

Category: Development & Coding | Uploader: PrathamLearnsToCodePrathamLearnsToCode | Downloads: 0 | Version: v1.0(Latest)

Converts an arxiv paper into a minimal, citation-anchored Python implementation. Trigger when user runs /paper2code with an arxiv URL or paper ID, says "implement this paper", or pastes an arxiv link asking for implementation. Flags all ambiguities honestly. Never invents implementation details not stated in the paper.

Changelog: Source: GitHub https://github.com/PrathamLearnsToCode/paper2code

Directory Structure

Current level: tree/main/skills/paper2code/

  • 📁 guardrails/
    • 📄 badly_written_papers.md 8.8 KB
    • 📄 hallucination_prevention.md 8.1 KB
    • 📄 scope_enforcement.md 7.9 KB
  • 📁 knowledge/
    • 📄 loss_functions.md 9.8 KB
    • 📄 paper_to_code_mistakes.md 10.3 KB
    • 📄 training_recipes.md 9.1 KB
    • 📄 transformer_components.md 14.0 KB
  • 📁 pipeline/
    • 📄 01_paper_acquisition.md 7.0 KB
    • 📄 02_contribution_identification.md 8.4 KB
    • 📄 03_ambiguity_audit.md 10.5 KB
    • 📄 04_code_generation.md 11.1 KB
    • 📄 05_walkthrough_notebook.md 6.8 KB
  • 📁 scaffolds/
    • 📄 config_template.yaml 2.6 KB
    • 📄 data_template.py 3.2 KB
    • 📄 evaluate_template.py 1.7 KB
    • 📄 loss_template.py 1.4 KB
    • 📄 model_template.py 4.1 KB
    • 📄 readme_template.md 1.8 KB
    • 📄 reproduction_notes_template.md 3.5 KB
    • 📄 train_template.py 5.7 KB
  • 📁 scripts/
    • 📄 extract_structure.py 11.0 KB
    • 📄 fetch_paper.py 15.4 KB
  • 📁 worked/
    • 📁 attention_is_all_you_need/
      • 📁 configs/
        • 📄 base.yaml 3.4 KB
      • 📁 notebooks/
        • 📄 walkthrough.ipynb 26.9 KB
      • 📁 src/
        • 📄 data.py 5.9 KB
        • 📄 evaluate.py 2.2 KB
        • 📄 loss.py 2.9 KB
        • 📄 model.py 22.6 KB
        • 📄 train.py 3.4 KB
        • 📄 utils.py 3.1 KB
      • 📄 README.md 2.6 KB
      • 📄 REPRODUCTION_NOTES.md 5.9 KB
      • 📄 requirements.txt 39 B
      • 📄 review.md 5.1 KB
    • 📁 ddpm/
      • 📁 configs/
        • 📄 base.yaml 3.8 KB
      • 📁 notebooks/
        • 📄 walkthrough.ipynb 13.7 KB
      • 📁 src/
        • 📄 data.py 3.2 KB
        • 📄 evaluate.py 8.0 KB
        • 📄 loss.py 1.9 KB
        • 📄 model.py 14.5 KB
        • 📄 train.py 6.5 KB
        • 📄 utils.py 8.0 KB
      • 📄 README.md 2.8 KB
      • 📄 REPRODUCTION_NOTES.md 6.1 KB
      • 📄 requirements.txt 39 B
      • 📄 review.md 4.4 KB
  • 📄 SKILL.md 5.2 KB

SKILL.md

Login to download/like/favorite ❤ 39 | ★ 0
Comments 0

Please login before commenting.

Loading comments...