File size: 1,258 Bytes
d41bd90 f54dc01 d41bd90 f54dc01 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 |
---
license: apache-2.0
dataset_info:
features:
- name: id
dtype: string
- name: description
dtype: string
- name: lean_code
dtype: string
- name: signature
struct:
- name: name
dtype: string
- name: parameters
sequence:
- name: param_name
dtype: string
- name: param_type
dtype: string
- name: return_type
dtype: string
- name: metadata
struct:
- name: upstream
struct:
- name: name
dtype: string
- name: link
dtype: string
- name: task_id
dtype: string
- name: student_id
sequence: int64
- name: tests
sequence:
- name: input
dtype: string
- name: expected
sequence: string
- name: unexpected
sequence: string
- name: reject_inputs
sequence:
- name: input
dtype: string
- name: difficulty
dtype: string
splits:
- name: train
num_bytes: 609882
num_examples: 189
download_size: 211743
dataset_size: 609882
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
# Verina: Benchmarking Verifiable Code Generation
Check out [GitHub](https://github.com/sunblaze-ucb/verina) for more information. |