metadata
name: Research Problem Contribution
about: Add a new research problem to Frontier-CS
title: '[Research] Add {problem_name}'
labels: research-problem
Problem Overview
Problem Name: Category: Difficulty:
Description
Why This Problem?
Checklist
Required Files
-
config.yaml- Dependencies, datasets, runtime config -
readme- Problem description with API specification -
set_up_env.sh- Environment setup script -
evaluate.sh- Evaluation entry point -
evaluator.py- Scoring logic (outputs 0-100 score) -
resources/- Problem-specific code/data
Problem Structure
research/{problem_name}/
├── config.yaml
├── readme
├── set_up_env.sh
├── evaluate.sh
├── evaluator.py
└── resources/
└── ...
Testing
- Verified
set_up_env.shruns successfully - Verified
evaluate.shruns and outputs a numeric score - Tested with a baseline/reference solution
Test Results (if available):
Baseline solution score:
Test environment: