ChenghaoYang nielsr HF Staff commited on
Commit
1fd1bee
·
verified ·
1 Parent(s): a0bfe47

Improve FinSearchComp dataset card: Add paper link, project page, and comprehensive metadata (#2)

Browse files

- Improve FinSearchComp dataset card: Add paper link, project page, and comprehensive metadata (c73e4d6bb03d52102d3a1919cbf60d44ddbe4f63)


Co-authored-by: Niels Rogge <[email protected]>

Files changed (1) hide show
  1. README.md +21 -3
README.md CHANGED
@@ -1,3 +1,21 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.