iLampard commited on
Commit
fc7e8ae
·
verified ·
1 Parent(s): 4c8d958

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -89,6 +89,9 @@ configs:
89
 
90
  `FAMMA` is a multi-modal financial Q&A benchmark dataset. The questions encompass three heterogeneous image types - tables, charts and text & math screenshots - and span eight subfields in finance, comprehensively covering topics across major asset classes. Additionally, all the questions are categorized by three difficulty levels — easy, medium, and hard - and are available in three languages — English, Chinese, and French. Furthermore, the questions are divided into two types: multiple-choice and open questions.
91
 
 
 
 
92
  The leaderboard is regularly updated and can be accessed at https://famma-bench.github.io/famma/.
93
 
94
  The project code is available at https://github.com/famma-bench/bench-script.
@@ -98,6 +101,7 @@ The project code is available at https://github.com/famma-bench/bench-script.
98
  ## NEWS
99
 
100
  🔥 **Latest Updates**:
 
101
  - [2025/01] Release of `release_v2406` dataset, now including answers and explanations with enhanced quality.
102
  - [2024/06] Initial public release of `FAMMA` benchmark (based on the `release_v2406` dataset), along with our paper: [FAMMA: A Benchmark for Financial Domain Multilingual Multimodal Question Answering](https://arxiv.org/abs/2410.04526).
103
 
 
89
 
90
  `FAMMA` is a multi-modal financial Q&A benchmark dataset. The questions encompass three heterogeneous image types - tables, charts and text & math screenshots - and span eight subfields in finance, comprehensively covering topics across major asset classes. Additionally, all the questions are categorized by three difficulty levels — easy, medium, and hard - and are available in three languages — English, Chinese, and French. Furthermore, the questions are divided into two types: multiple-choice and open questions.
91
 
92
+ More importantly, `FAMMA` provides a "live" benchmark for evaluating financial analysis capabilities of LLMs. The benchmark continuously collects new questions from real-world financial professionals, ensuring up-to-date and contamination-free evaluation.
93
+
94
+
95
  The leaderboard is regularly updated and can be accessed at https://famma-bench.github.io/famma/.
96
 
97
  The project code is available at https://github.com/famma-bench/bench-script.
 
101
  ## NEWS
102
 
103
  🔥 **Latest Updates**:
104
+ - [2025/02] Release of `release_v2501` dataset.
105
  - [2025/01] Release of `release_v2406` dataset, now including answers and explanations with enhanced quality.
106
  - [2024/06] Initial public release of `FAMMA` benchmark (based on the `release_v2406` dataset), along with our paper: [FAMMA: A Benchmark for Financial Domain Multilingual Multimodal Question Answering](https://arxiv.org/abs/2410.04526).
107