Datasets:
Upload folder using huggingface_hub
Browse files- .gitattributes +0 -1
- README.md +21 -0
- finsearchcomp_data.json +0 -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
|
|
|
|
| 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
|
README.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- question-answering
|
| 5 |
+
tags:
|
| 6 |
+
- finance
|
| 7 |
+
- financial-analysis
|
| 8 |
+
- reasoning
|
| 9 |
+
- search
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
This repository contains the FinSearchComp dataset, a benchmark for evaluating financial search and reasoning capabilities of LLM-based agents, as presented in the paper [FinSearchComp: Towards a Realistic, Expert-Level Evaluation of Financial Search and Reasoning](https://huggingface.co/papers/2509.13160).
|
| 13 |
+
|
| 14 |
+
**Project Page:** [https://randomtutu.github.io/FinSearchComp/](https://randomtutu.github.io/FinSearchComp/)
|
| 15 |
+
|
| 16 |
+
FinSearchComp is the first fully open-source agent benchmark designed for realistic, open-domain financial search and reasoning. It comprises three tasks that closely reproduce real-world financial analyst workflows:
|
| 17 |
+
- Time-Sensitive Data Fetching
|
| 18 |
+
- Simple Historical Lookup
|
| 19 |
+
- Complex Historical Investigation
|
| 20 |
+
|
| 21 |
+
The benchmark includes 635 questions spanning global and Greater China markets, meticulously annotated by 70 professional financial experts.
|
finsearchcomp_data.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|