To submit your results to the HLCE leaderboard, you need to create a Pull Request (PR) in this repository. Follow the steps below to ensure your submission is correctly formatted:
-
Create a Folder:
- Name the folder after your model, for example,
Claude-3.7-Sonnet. - Inside this folder, create two subfolders:
ICPCandIOI.
- Name the folder after your model, for example,
-
Add Evaluation Files:
- In the
ICPCfolder, include the fileicpc_filter_merge_codegeneration_output_eval_all.json. This file should contain the results generated after completing the ICPC evaluation. - In the
IOIfolder, include the fileioi_xxx.jsonl. This file should contain the results generated after completing the IOI evaluation.
- In the
-
Create a Pull Request:
- Ensure your PR includes the URL of your model.
- The PR should merge your folder and its contents into the repository.
your-model-name/
├── ICPC/
│ └── icpc_filter_merge_codegeneration_output_eval_all.json
└── IOI/
└── ioi_xxx.jsonl
- Make sure all filenames and folder names are correctly spelled and formatted.
- Double-check that the results files are properly generated and contain all necessary data.
By following these guidelines, you can ensure a smooth submission process for your results to the HLCE leaderboard. Thank you for your contribution!