Update dataset card
Browse files
README.md
CHANGED
@@ -1,51 +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: id
|
12 |
-
dtype: string
|
13 |
-
- name: pre_text
|
14 |
-
dtype: string
|
15 |
-
- name: post_text
|
16 |
-
dtype: string
|
17 |
-
- name: table
|
18 |
-
dtype: string
|
19 |
-
- name: qa
|
20 |
-
struct:
|
21 |
-
- name: question
|
22 |
-
dtype: string
|
23 |
-
- name: program
|
24 |
-
dtype: string
|
25 |
-
- name: exe_ans
|
26 |
-
dtype: string
|
27 |
-
splits:
|
28 |
-
- name: train
|
29 |
-
num_bytes: 31018406
|
30 |
-
num_examples: 7134
|
31 |
-
- name: test
|
32 |
-
num_bytes: 4881165
|
33 |
-
num_examples: 1147
|
34 |
-
download_size: 12825988
|
35 |
-
dataset_size: 35899571
|
36 |
-
---
|
37 |
|
38 |
# FinQA Dataset (Processed)
|
39 |
|
40 |
## Dataset Description
|
41 |
|
42 |
### Dataset Summary
|
43 |
-
The FinQA dataset is designed for numerical reasoning over financial data, containing questions that require complex reasoning over tables and text from financial reports.
|
44 |
|
45 |
### Dataset Statistics
|
46 |
- Total examples: 8281
|
47 |
-
- Training set size:
|
48 |
-
- Test set size:
|
49 |
|
50 |
### Dataset Structure
|
51 |
Each example contains:
|
@@ -77,7 +41,6 @@ These sections are joined using random separators (##,
|
|
77 |
This dataset is derived from the FinQA dataset created by Chen et al. The original dataset is available at [FinQA GitHub Repository](https://github.com/czyssrs/FinQA).
|
78 |
|
79 |
### Citation
|
80 |
-
|
81 |
```
|
82 |
@article{chen2021finqa,
|
83 |
title={FinQA: A Dataset of Numerical Reasoning over Financial Data},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
8 |
|
9 |
### Dataset Statistics
|
10 |
- Total examples: 8281
|
11 |
+
- Training set size: 7134 examples
|
12 |
+
- Test set size: 1147 examples
|
13 |
|
14 |
### Dataset Structure
|
15 |
Each example contains:
|
|
|
41 |
This dataset is derived from the FinQA dataset created by Chen et al. The original dataset is available at [FinQA GitHub Repository](https://github.com/czyssrs/FinQA).
|
42 |
|
43 |
### Citation
|
|
|
44 |
```
|
45 |
@article{chen2021finqa,
|
46 |
title={FinQA: A Dataset of Numerical Reasoning over Financial Data},
|