Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Libraries:
Datasets
pandas
kutayis commited on
Commit
93f9fb8
·
verified ·
1 Parent(s): 831cadb

Add/Update FinQA with train/dev/test

Browse files
FinQA/dev-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:231c5483fd6a74461d1279e60894b71a1ee455e7fdddd1791824d2ef2a04daf4
3
+ size 1315944
FinQA/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:345b64c77cc0641ff2fa007ee336e87fbb636fd88fa9dc0d0a04fc84e7526222
3
+ size 2050842
FinQA/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b95969b001881c840d1fc4dbdcae7e0936bf984401a9b431ac838204b1759674
3
+ size 22197984
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: FinQA
4
+ features:
5
+ - name: id
6
+ dtype: string
7
+ - name: context_id
8
+ dtype: string
9
+ - name: split
10
+ dtype: string
11
+ - name: question
12
+ dtype: string
13
+ - name: program_answer
14
+ dtype: string
15
+ - name: original_answer
16
+ dtype: string
17
+ - name: context
18
+ dtype: string
19
+ - name: table
20
+ dtype: string
21
+ - name: pre_text
22
+ dtype: string
23
+ - name: post_text
24
+ dtype: string
25
+ - name: file_name
26
+ dtype: string
27
+ - name: company_name
28
+ dtype: string
29
+ - name: company_symbol
30
+ dtype: string
31
+ - name: report_year
32
+ dtype: int64
33
+ - name: page_number
34
+ dtype: int64
35
+ - name: company_sector
36
+ dtype: string
37
+ - name: company_industry
38
+ dtype: string
39
+ - name: company_headquarters
40
+ dtype: string
41
+ - name: company_date_added
42
+ dtype: timestamp[s]
43
+ - name: company_cik
44
+ dtype: int64
45
+ - name: company_founded
46
+ dtype: string
47
+ splits:
48
+ - name: train
49
+ num_bytes: 59744049
50
+ num_examples: 6251
51
+ - name: dev
52
+ num_bytes: 8303106
53
+ num_examples: 883
54
+ - name: test
55
+ num_bytes: 10714223
56
+ num_examples: 1147
57
+ download_size: 25564770
58
+ dataset_size: 78761378
59
+ configs:
60
+ - config_name: FinQA
61
+ data_files:
62
+ - split: train
63
+ path: FinQA/train-*
64
+ - split: dev
65
+ path: FinQA/dev-*
66
+ - split: test
67
+ path: FinQA/test-*
68
+ ---