Update dataset card
Browse files
README.md
CHANGED
@@ -1,53 +1,15 @@
|
|
1 |
-
---
|
2 |
-
configs:
|
3 |
-
- config_name: default
|
4 |
-
data_files:
|
5 |
-
- split: train
|
6 |
-
path: data/train-*
|
7 |
-
- split: test
|
8 |
-
path: data/test-*
|
9 |
-
dataset_info:
|
10 |
-
features:
|
11 |
-
- name: query
|
12 |
-
dtype: string
|
13 |
-
- name: context
|
14 |
-
dtype: string
|
15 |
-
- name: output
|
16 |
-
dtype: string
|
17 |
-
- name: id
|
18 |
-
dtype: string
|
19 |
-
- name: pre_text
|
20 |
-
dtype: string
|
21 |
-
- name: post_text
|
22 |
-
dtype: string
|
23 |
-
- name: table
|
24 |
-
dtype: string
|
25 |
-
- name: program
|
26 |
-
dtype: string
|
27 |
-
- name: exe_ans
|
28 |
-
dtype: string
|
29 |
-
splits:
|
30 |
-
- name: train
|
31 |
-
num_bytes: 61445218.27991788
|
32 |
-
num_examples: 6624
|
33 |
-
- name: test
|
34 |
-
num_bytes: 15370580.720082115
|
35 |
-
num_examples: 1657
|
36 |
-
download_size: 33803565
|
37 |
-
dataset_size: 76815799.0
|
38 |
-
---
|
39 |
|
40 |
# FinQA Dataset (Processed)
|
41 |
|
42 |
## Dataset Description
|
43 |
|
44 |
### Dataset Summary
|
45 |
-
The FinQA dataset is designed for numerical reasoning over financial data, containing questions that require complex reasoning over tables and text from financial reports.
|
46 |
|
47 |
### Dataset Statistics
|
48 |
- Total examples: 8281
|
49 |
-
- Training set size:
|
50 |
-
- Test set size:
|
51 |
|
52 |
### Dataset Structure
|
53 |
Each example contains:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
# FinQA Dataset (Processed)
|
3 |
|
4 |
## Dataset Description
|
5 |
|
6 |
### Dataset Summary
|
7 |
+
The FinQA dataset is designed for numerical reasoning over financial data, containing questions that require complex reasoning over tables and text from financial reports. This processed version is formatted for consistency with other financial reasoning datasets.
|
8 |
|
9 |
### Dataset Statistics
|
10 |
- Total examples: 8281
|
11 |
+
- Training set size: 6624 examples
|
12 |
+
- Test set size: 1657 examples
|
13 |
|
14 |
### Dataset Structure
|
15 |
Each example contains:
|