MPSC
1.0.0
pip install -r requirements.txtdata Dir로 벤치 마크 데이터 세트를 다운로드하십시오runtime [곧 사용 가능합니다!]api.py 자신의 OpenAI 구성으로 업데이트하십시오 | - - data # four code generation datasets
| - - runtime # runtime files including LLM generated results and inter-consistency measurements
| - - src
| - - pipeline . py # the entry point for LLM sampling & inter-consistency measurements. All results will be saved in `runtime`.
| - - graph . py # the entry point of MPSC
| - - evaluation . py , _evaluation . py # evaluation metrics
| - - execution . py , _execution . py # execution process for inter-consistency measurements
| - - api . py # OpenAI api
| - - exemplars # ICL exemplars for test case generation python3 graph.py
python3 pipeline.py
python3 graph.py
또한 MPSC DIR의 다른 작업에 대한 MPSC의 코드 스 니펫도 제공합니다.