├── LICENSE ├── README.md ├── README_zh.md ├── dataset_example.md ├── examples ├── result_extract_custom_example.py └── result_extract_standard_example.py ├── resources ├── logo.jpg ├── logo.png ├── overview.jpg └── overview.png └── submission_example.json /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CS-EVAL/CS-Eval/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CS-EVAL/CS-Eval/HEAD/README.md -------------------------------------------------------------------------------- /README_zh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CS-EVAL/CS-Eval/HEAD/README_zh.md -------------------------------------------------------------------------------- /dataset_example.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CS-EVAL/CS-Eval/HEAD/dataset_example.md -------------------------------------------------------------------------------- /examples/result_extract_custom_example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CS-EVAL/CS-Eval/HEAD/examples/result_extract_custom_example.py -------------------------------------------------------------------------------- /examples/result_extract_standard_example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CS-EVAL/CS-Eval/HEAD/examples/result_extract_standard_example.py -------------------------------------------------------------------------------- /resources/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CS-EVAL/CS-Eval/HEAD/resources/logo.jpg -------------------------------------------------------------------------------- /resources/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CS-EVAL/CS-Eval/HEAD/resources/logo.png -------------------------------------------------------------------------------- /resources/overview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CS-EVAL/CS-Eval/HEAD/resources/overview.jpg -------------------------------------------------------------------------------- /resources/overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CS-EVAL/CS-Eval/HEAD/resources/overview.png -------------------------------------------------------------------------------- /submission_example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CS-EVAL/CS-Eval/HEAD/submission_example.json --------------------------------------------------------------------------------