Update README.md
Browse files
README.md
CHANGED
|
@@ -26,9 +26,24 @@ configs:
|
|
| 26 |
- data/subjective_questions_public_40.json
|
| 27 |
---
|
| 28 |
|
| 29 |
-
# ICBCBench dataset
|
| 30 |
|
| 31 |
-
ICBCBench
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
|
| 33 |
## Data
|
| 34 |
ICBCBench dataset consists of 120 questions with clear and unambiguous answers, covering both Chinese and English. It includes 40 subjective questions and 80 objective questions. The questions are primarily text-based, with a small number of multimodal examples. The dataset is divided into a public validation set and a test set with private answers and metadata.
|
|
|
|
| 26 |
- data/subjective_questions_public_40.json
|
| 27 |
---
|
| 28 |
|
|
|
|
| 29 |
|
| 30 |
+
<h1 align="center">ICBCBench: An Industry Consortium Benchmark for Financial Deep Research</h1>
|
| 31 |
+
|
| 32 |
+
<div align="center">
|
| 33 |
+
<a href="https://arxiv.org/abs/2606.17458" target="_blank"><img src=https://img.shields.io/badge/arXiv-b5212f.svg?logo=arxiv></a>
|
| 34 |
+
<a href="https://github.com/DeepFin-Intelligence/ICBCBench"><img alt="Github" src="https://img.shields.io/badge/GitHub-Repository-181717?logo=github&logoColor=white"></a>
|
| 35 |
+
<a href="https://huggingface.co/spaces/DeepFin-Intelligence/ICBCBench-Leaderboard"><img alt="Leaderboard" src="https://img.shields.io/badge/🏆%20Leaderboard-yellow?color=FFD700"></a>
|
| 36 |
+
</div>
|
| 37 |
+
|
| 38 |
+
|
| 39 |
+
## Overview
|
| 40 |
+
|
| 41 |
+
ICBCBench is an industry consortium benchmark for evaluating financial Deep Research Agents in real-world research scenarios. It consists of bilingual objective and subjective tasks across major financial sectors, including capital markets, banking, insurance, and related financial services. Developed with over 50 contributors from more than 40 financial and academic organizations, ICBCBench combines verifiable question answering with expert-aligned long-form report evaluation to assess retrieval–reasoning accuracy, factual grounding, citation reliability, and end-to-end report quality.
|
| 42 |
+
|
| 43 |
+
<p align="center">
|
| 44 |
+
<img src="./images/overview.png" alt="ICBCBench Overview" width="90%"/>
|
| 45 |
+
</p>
|
| 46 |
+
|
| 47 |
|
| 48 |
## Data
|
| 49 |
ICBCBench dataset consists of 120 questions with clear and unambiguous answers, covering both Chinese and English. It includes 40 subjective questions and 80 objective questions. The questions are primarily text-based, with a small number of multimodal examples. The dataset is divided into a public validation set and a test set with private answers and metadata.
|