File size: 854 Bytes
ded9a5f |
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 |
---
license: apache-2.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
dataset_info:
features:
- name: question
dtype: string
- name: answer
dtype: string
- name: task
dtype: string
- name: context
dtype: string
- name: context_type
dtype: string
- name: options
sequence: string
- name: program
dtype: string
splits:
- name: train
num_bytes: 52823429
num_examples: 14377
- name: test
num_bytes: 15720371
num_examples: 4673
download_size: 23760863
dataset_size: 68543800
---
# BizBench: A Quantitative Reasoning Benchmark for Business and Finance
Dataset for [BizBench](https://arxiv.org/abs/2311.06602).
For the curated leaderboard, see: [https://benchmarks.kensho.com/](https://benchmarks.kensho.com/)
|