Views
No views yet
0_368500_filtered_v2_ds25.sced.jsonl is as follows:{
"problem_description": <the problem description of the function>,
"io_requirements": <the input/output requirements and constraints>,
"refcode": <the reference code, including imported packages (optional), auxiliary functions (optional) and main entrypoint function>,
"funcname": <the function name for the entrypoint function>,
"ios": [
{
"input": <the input arguments>,
"output":<the returned value>
},
...
],
"source": <the source of the raw code files>,
"category": <the reasoning type we assign to this sample>,
"meta": <meta information about this sample>
}ios are empty. The reason is that when executing the code, the input/output sizes are too large and exceed our required constraints. Thus, they are not stored or used later.