Datasets:

Modalities:
Text
Formats:
json
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
lxl3129 commited on
Commit
6837c03
·
verified ·
1 Parent(s): c2cb329

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # FinCDM-FinEval-KQA
2
+
3
+ **Repository**: [NextGenWhu/FinCDM-FinEval-KQA](https://huggingface.co/datasets/NextGenWhu/FinCDM-FinEval-KQA)
4
+
5
+ ## 📖 Overview
6
+
7
+ **FinCDM-FinEval-KQA** is a specialized dataset for financial knowledge-based question answering, derived from the research presented in:
8
+
9
+ > ["From Scores to Skills: A Cognitive Diagnosis Framework for Evaluating Financial Large Language Models"](https://arxiv.org/abs/2508.13491)
10
+
11
+ This dataset is designed to evaluate large language models (LLMs) on their ability to perform **financial knowledge reasoning**, **compliance assessment**, and **knowledge-based question answering**. It serves as a robust benchmark for assessing how well models understand and apply financial domain knowledge, making it valuable for both research and practical applications in finance.
12
+
13
+ ## 📊 Dataset Description
14
+
15
+ The dataset is provided in **JSON format** and consists of multiple-choice questions tailored to financial knowledge. Each entry includes the following fields:
16
+
17
+ - **`id`**: Unique identifier for the question.
18
+ - **`query`**: The question text, including multiple-choice options.
19
+ - **`answer`**: The correct option (e.g., A, B, C, or D).
20
+ - **`choices`**: A list of option labels (e.g., ["A", "B", "C", "D"]).
21
+ - **`gold`**: The 0-based index of the correct answer in the `choices` list.
22
+ - **`text`**: The correct option with a brief explanation.
23
+
24
+ ## 🚀 Use Cases
25
+
26
+ - **Benchmarking LLMs**: Evaluate the financial knowledge reasoning capabilities of large language models.
27
+ - **Training QA Systems**: Develop and fine-tune question-answering systems for financial applications.
28
+ - **Compliance and Auditing**: Support tasks related to financial compliance, risk assessment, and auditing.
29
+
30
+ ## 📝 Citation
31
+
32
+ If you use this dataset in your research or applications, please cite the following paper:
33
+
34
+ ```bibtex
35
+ @article{FinCDM2025,
36
+ title={From Scores to Skills: A Cognitive Diagnosis Framework for Evaluating Financial Large Language Models},
37
+ author={},
38
+ journal={arXiv preprint arXiv:2508.13491},
39
+ year={2025},
40
+ url={https://arxiv.org/abs/2508.13491}
41
+ }