File size: 1,315 Bytes
7f2a58b
97c0ed5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7f2a58b
308ed14
 
870c001
97c0ed5
308ed14
 
870c001
7f2a58b
 
97c0ed5
 
 
 
 
 
 
 
 
 
 
 
 
 
dfd04e1
97c0ed5
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
license: apache-2.0
task_categories:
- text-generation
- question-answering
language:
- en
- zh
size_categories:
- n<1K
tags:
- deep-research
- benchmark
- evaluation
- research-agent
- long-form-generation
- RACE
pretty_name: ICBCBench Dataset
configs:
  - config_name: objective_questions
    data_files:
      - data/objective_questions_public_80.json

  - config_name: subjective_questions
    data_files:
      - data/subjective_questions_public_40.json
---

# ICBCBench dataset

ICBCBench is a benchmark which aims at evaluating next-generation LLMs (LLMs with augmented capabilities due to added tooling, efficient prompting, access to search, etc.), containing questions that predominantly cover finance and politics.

## Data
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.

---

## Directory Structure

```
data/
|-- objective_questions_public_80.json              # 80 objective questions
|-- subjective_questions_public_40.json             # 40 subjective report questions
```

---