Update dataset card
Browse files
README.md
CHANGED
@@ -1,41 +1,3 @@
|
|
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: 56723395.74833957
|
32 |
-
num_examples: 6624
|
33 |
-
- name: test
|
34 |
-
num_bytes: 14189412.251660427
|
35 |
-
num_examples: 1657
|
36 |
-
download_size: 32090539
|
37 |
-
dataset_size: 70912808.0
|
38 |
-
---
|
39 |
|
40 |
# FinQA Dataset (Processed)
|
41 |
|
@@ -46,8 +8,8 @@ The FinQA dataset is designed for numerical reasoning over financial data, conta
|
|
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 |
|
|
|
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:
|