|
{ |
|
"@context": { |
|
"ml": "http://mlcommons.org/croissant/", |
|
"schema": "https://schema.org/", |
|
"sc": "https://schema.org/", |
|
"codesense": "https://codesense-bench.github.io/schema/" |
|
}, |
|
"@type": "schema:Dataset", |
|
"schema:name": "CodeSense-Bench-conditional_dataset_python", |
|
"schema:description": "Dataset for Branch Prediciton capabilities of LLMs", |
|
"schema:license": "CC-BY-4.0", |
|
"schema:url": "https://huggingface.co/datasets/codesense-bench/codesense/blob/main/Task%20Specific%20Datasets/conditional_dataset_python.jsonl", |
|
"schema:creator": { |
|
"@type": "schema:Organization", |
|
"schema:name": "CodeSense Research Team" |
|
}, |
|
"schema:distribution": [ |
|
{ |
|
"@type": "schema:FileObject", |
|
"schema:contentUrl": "https://huggingface.co/datasets/codesense-bench/codesense/resolve/main/Task%20Specific%20Datasets/conditional_dataset_python.jsonl", |
|
"schema:encodingFormat": "application/jsonl", |
|
"schema:name": "conditional_dataset_python", |
|
"schema:sha256": "9050a7dab251f41f260efaa4080e97a2bc862f59510ba481f923bd246e080e57" |
|
} |
|
], |
|
"recordSet": [ |
|
{ |
|
"name": "conditional_dataset_python", |
|
"description": "Annoated samples for branch prediciton task", |
|
"field": [ |
|
{ |
|
"name": "idx", |
|
"dataType": "sc:Integer", |
|
"description": "Unique identifier for each record in the dataset." |
|
}, |
|
{ |
|
"name": "Source Code", |
|
"dataType": "sc:Text", |
|
"description": "Code snippet used for benchmarking." |
|
}, |
|
{ |
|
"name": "question", |
|
"dataType": "sc:Text", |
|
"description": "Contains specific branch line and question whether that line will be executed based on a function call with input value" |
|
}, |
|
{ |
|
"name": "answer", |
|
"dataType": "sc:Text", |
|
"description": "Ground-Truth, 'Yes' if the branch was taken, 'No' for not taken." |
|
} |
|
] |
|
} |
|
] |
|
} |