Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,21 +1,34 @@
|
|
|
|
1 |
---
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
dtype: string
|
10 |
-
splits:
|
11 |
-
- name: train
|
12 |
-
num_bytes: 1250207
|
13 |
-
num_examples: 500
|
14 |
-
download_size: 517004
|
15 |
-
dataset_size: 1250207
|
16 |
-
configs:
|
17 |
-
- config_name: default
|
18 |
-
data_files:
|
19 |
-
- split: train
|
20 |
-
path: data/train-*
|
21 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
---
|
3 |
+
license: apache-2.0
|
4 |
+
task_categories:
|
5 |
+
- question-answering
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
size_categories:
|
9 |
+
- n<1K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
+
|
12 |
+
# Dataset Card for Processed FinanceBench
|
13 |
+
|
14 |
+
## Dataset Description
|
15 |
+
|
16 |
+
This dataset is derived from the PatronusAI/financebench-test dataset, containing only the PASS examples processed into a clean format for question-answering tasks in the financial domain.
|
17 |
+
|
18 |
+
### Dataset Summary
|
19 |
+
|
20 |
+
The dataset contains financial questions, their corresponding document contexts, and human-written answers that have been verified as faithful to the source documents.
|
21 |
+
|
22 |
+
### Columns:
|
23 |
+
|
24 |
+
- `question`: The financial question being asked
|
25 |
+
- `document`: The source document containing relevant information
|
26 |
+
- `answer`: The verified answer that is faithful to the document
|
27 |
+
|
28 |
+
### Dataset Creation
|
29 |
+
|
30 |
+
This dataset was created by processing the original PatronusAI/financebench-test dataset, extracting only the examples marked as PASS and reformatting them into a cleaner structure for easier use in question-answering tasks.
|
31 |
+
|
32 |
+
### Source Data
|
33 |
+
|
34 |
+
The original data comes from [PatronusAI/financebench-test](https://huggingface.co/datasets/PatronusAI/financebench-test)
|