| { | |
| "@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-block_analysis_c", | |
| "schema:description": "Dataset for block based code reasoning for C Language", | |
| "schema:license": "CC-BY-4.0", | |
| "schema:url": "https://huggingface.co/datasets/codesense-bench/codesense/blob/main/Task%20Specific%20Datasets/block_analysis_c.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/block_analysis_c.jsonl", | |
| "schema:encodingFormat": "application/jsonl", | |
| "schema:name": "block_analysis_c", | |
| "schema:sha256": "891b8450d5b2e7bae0fb514f8ad1f2b17e34f314ef013e09c7a81d7a2c5fcb57" | |
| } | |
| ], | |
| "recordSet": [ | |
| { | |
| "name": "block_analysis_c", | |
| "description": "Annotated samples for block size analysis for C codes.", | |
| "field": [ | |
| { | |
| "name": "Programming Language", | |
| "dataType": "sc:Text", | |
| "description": "Programming language of the Source Code." | |
| }, | |
| { | |
| "name": "Source Code", | |
| "dataType": "sc:Text", | |
| "description": "Code snippet used for benchmarking." | |
| }, | |
| { | |
| "name": "Selected Statement", | |
| "dataType": "sc:Text", | |
| "description": "Statement selected for block reasoning." | |
| }, | |
| { | |
| "name": "Function Input", | |
| "dataType": "sc:StructuredValue", | |
| "description": "Input of Source Code." | |
| }, | |
| { | |
| "name": "Variable Values Before Statement", | |
| "dataType": "sc:StructuredValue", | |
| "description": "Variable values before the execution of the statement." | |
| }, | |
| { | |
| "name": "Value After Statement Execution", | |
| "dataType": "sc:Text", | |
| "description": "Ground Truth. Contains the value of the statement after execution." | |
| }, | |
| { | |
| "name": "Block_Size", | |
| "dataType": "sc:Integer", | |
| "description": "Block Size of the Selected Statement." | |
| }, | |
| { | |
| "name": "Project Information", | |
| "dataType": "sc:Text", | |
| "description": "Source Codes project information." | |
| } | |
| ] | |
| } | |
| ] | |
| } |