Upload folder using huggingface_hub
Browse files- .gitattributes +1 -1
- 10-k.zip +3 -0
- README.md +55 -0
- data/train-00000-of-00001.parquet +3 -0
.gitattributes
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
-
*.avro filter=lfs diff=lfs merge=lfs -text
|
| 4 |
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 5 |
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 6 |
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
|
@@ -58,3 +57,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 1 |
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
*.arrow filter=lfs diff=lfs merge=lfs -text
|
|
|
|
| 3 |
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
|
|
|
| 57 |
# Video files - compressed
|
| 58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
data.jsonl filter=lfs diff=lfs merge=lfs -text
|
10-k.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4e1bff2b5e37ba3429d3ddb8a15d447c7903d4fafd59a4efdbefba08a2036aa0
|
| 3 |
+
size 142455472
|
README.md
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-4.0
|
| 3 |
+
dataset_info:
|
| 4 |
+
features:
|
| 5 |
+
- name: _id
|
| 6 |
+
dtype: string
|
| 7 |
+
- name: text
|
| 8 |
+
dtype: string
|
| 9 |
+
- name: reasoning
|
| 10 |
+
dtype: bool
|
| 11 |
+
- name: category
|
| 12 |
+
dtype: string
|
| 13 |
+
- name: references
|
| 14 |
+
sequence: string
|
| 15 |
+
- name: answer
|
| 16 |
+
dtype: string
|
| 17 |
+
- name: type
|
| 18 |
+
dtype: string
|
| 19 |
+
splits:
|
| 20 |
+
- name: train
|
| 21 |
+
num_bytes: 26474135
|
| 22 |
+
num_examples: 5703
|
| 23 |
+
download_size: 13097307
|
| 24 |
+
dataset_size: 26474135
|
| 25 |
+
configs:
|
| 26 |
+
- config_name: default
|
| 27 |
+
data_files:
|
| 28 |
+
- split: train
|
| 29 |
+
path: data/train-*
|
| 30 |
+
---
|
| 31 |
+
|
| 32 |
+
# FinDER: Financial Dataset for Question Answering and Evaluating Retrieval-Augmented Generation
|
| 33 |
+
|
| 34 |
+
**FinDER** is a benchmark dataset designed for evaluating **Retrieval-Augmented Generation (RAG)** in financial question answering. It consists of **5,703 expert-annotated query–evidence–answer triplets** derived from real-world 10-K filings and ambiguous financial queries submitted by industry professionals.
|
| 35 |
+
|
| 36 |
+
This dataset captures the domain-specific challenges of financial QA, including short, acronym-heavy queries and the need for precise retrieval over lengthy, complex documents.
|
| 37 |
+
|
| 38 |
+
## 🔗 Paper
|
| 39 |
+
[arXiv:2504.15800](https://arxiv.org/abs/2504.15800)
|
| 40 |
+
```
|
| 41 |
+
@misc{choi2025finderfinancialdatasetquestion,
|
| 42 |
+
title={FinDER: Financial Dataset for Question Answering and Evaluating Retrieval-Augmented Generation},
|
| 43 |
+
author={Chanyeol Choi and Jihoon Kwon and Jaeseon Ha and Hojun Choi and Chaewoon Kim and Yongjae Lee and Jy-yong Sohn and Alejandro Lopez-Lira},
|
| 44 |
+
year={2025},
|
| 45 |
+
eprint={2504.15800},
|
| 46 |
+
archivePrefix={arXiv},
|
| 47 |
+
primaryClass={cs.IR},
|
| 48 |
+
url={https://arxiv.org/abs/2504.15800},
|
| 49 |
+
}
|
| 50 |
+
```
|
| 51 |
+
|
| 52 |
+
## 📋 Terms of Use
|
| 53 |
+
By using this dataset, you agree to:
|
| 54 |
+
|
| 55 |
+
- Provide **proper citation and attribution** to the original authors in any derived work or publication.
|
data/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:213395beb38a075dcc7b23f8e213ccbd2768df0f5c615479c33e10ce8cc267f1
|
| 3 |
+
size 13097307
|