Upload dataset
Browse files
README.md
CHANGED
|
@@ -9,7 +9,7 @@ tags:
|
|
| 9 |
- numerical-reasoning
|
| 10 |
- japanese
|
| 11 |
- edinet
|
| 12 |
-
pretty_name:
|
| 13 |
size_categories:
|
| 14 |
- n<1K
|
| 15 |
task_categories:
|
|
@@ -20,14 +20,14 @@ configs:
|
|
| 20 |
data_files:
|
| 21 |
- split: test
|
| 22 |
path: all/test-*
|
| 23 |
-
- config_name: numerical_reasoning
|
| 24 |
-
data_files:
|
| 25 |
-
- split: test
|
| 26 |
-
path: numerical_reasoning/test-*
|
| 27 |
- config_name: consistency_checking
|
| 28 |
data_files:
|
| 29 |
- split: test
|
| 30 |
path: consistency_checking/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
- config_name: temporal_reasoning
|
| 32 |
data_files:
|
| 33 |
- split: test
|
|
@@ -71,6 +71,47 @@ dataset_info:
|
|
| 71 |
splits:
|
| 72 |
- name: test
|
| 73 |
num_examples: 927
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 74 |
---
|
| 75 |
|
| 76 |
# jfinqa: Japanese Financial Numerical Reasoning QA Benchmark
|
|
|
|
| 9 |
- numerical-reasoning
|
| 10 |
- japanese
|
| 11 |
- edinet
|
| 12 |
+
pretty_name: 'jfinqa: Japanese Financial QA Benchmark'
|
| 13 |
size_categories:
|
| 14 |
- n<1K
|
| 15 |
task_categories:
|
|
|
|
| 20 |
data_files:
|
| 21 |
- split: test
|
| 22 |
path: all/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
- config_name: consistency_checking
|
| 24 |
data_files:
|
| 25 |
- split: test
|
| 26 |
path: consistency_checking/test-*
|
| 27 |
+
- config_name: numerical_reasoning
|
| 28 |
+
data_files:
|
| 29 |
+
- split: test
|
| 30 |
+
path: numerical_reasoning/test-*
|
| 31 |
- config_name: temporal_reasoning
|
| 32 |
data_files:
|
| 33 |
- split: test
|
|
|
|
| 71 |
splits:
|
| 72 |
- name: test
|
| 73 |
num_examples: 927
|
| 74 |
+
- config_name: consistency_checking
|
| 75 |
+
features:
|
| 76 |
+
- name: id
|
| 77 |
+
dtype: string
|
| 78 |
+
- name: subtask
|
| 79 |
+
dtype: string
|
| 80 |
+
- name: company_name
|
| 81 |
+
dtype: string
|
| 82 |
+
- name: edinet_code
|
| 83 |
+
dtype: string
|
| 84 |
+
- name: source_doc_id
|
| 85 |
+
dtype: string
|
| 86 |
+
- name: filing_year
|
| 87 |
+
dtype: string
|
| 88 |
+
- name: accounting_standard
|
| 89 |
+
dtype: string
|
| 90 |
+
- name: scale
|
| 91 |
+
dtype: string
|
| 92 |
+
- name: pre_text
|
| 93 |
+
list: string
|
| 94 |
+
- name: post_text
|
| 95 |
+
list: string
|
| 96 |
+
- name: table_headers
|
| 97 |
+
list: string
|
| 98 |
+
- name: table_rows
|
| 99 |
+
list:
|
| 100 |
+
list: string
|
| 101 |
+
- name: question
|
| 102 |
+
dtype: string
|
| 103 |
+
- name: answer
|
| 104 |
+
dtype: string
|
| 105 |
+
- name: program
|
| 106 |
+
list: string
|
| 107 |
+
- name: gold_evidence
|
| 108 |
+
list: int64
|
| 109 |
+
splits:
|
| 110 |
+
- name: test
|
| 111 |
+
num_bytes: 165266
|
| 112 |
+
num_examples: 200
|
| 113 |
+
download_size: 41849
|
| 114 |
+
dataset_size: 165266
|
| 115 |
---
|
| 116 |
|
| 117 |
# jfinqa: Japanese Financial Numerical Reasoning QA Benchmark
|
consistency_checking/test-00000-of-00001.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b8bbc4a0b3c1c3bc9728aafd6902c5e060294d9b0c20ce4edab677f8577afc31
|
| 3 |
+
size 41849
|