Update FinAuditing dataset card: task categories, paper title, and GitHub link
Browse filesThis PR improves the dataset card for FinAuditing by:
- Updating the `task_categories` in the metadata to `['text-retrieval', 'text-classification', 'question-answering']` to accurately reflect the benchmark's focus as described in the paper abstract.
- Correcting the paper title in both the metadata's `papers` section and the dataset card content to the full, official title: "FinAuditing: A Financial Taxonomy-Structured Multi-Document Benchmark for Evaluating LLMs".
- Adding a direct link to the main GitHub repository for the project: https://github.com/The-FinAI/FinAuditing.git.
- Enhancing the content with an "Overview" and "Datasets Released" section from the GitHub README, providing detailed descriptions of the sub-datasets and linking to their Hugging Face dataset pages.
These updates provide a more precise and comprehensive overview of the FinAuditing benchmark, making it easier for users to understand its purpose and navigate associated resources.
|
@@ -1,4 +1,11 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
dataset_info:
|
| 3 |
features:
|
| 4 |
- name: query
|
|
@@ -20,28 +27,24 @@ configs:
|
|
| 20 |
data_files:
|
| 21 |
- split: test
|
| 22 |
path: data/test-*
|
| 23 |
-
task_categories:
|
| 24 |
-
- text-generation
|
| 25 |
-
license: cc-by-4.0
|
| 26 |
-
language:
|
| 27 |
-
- en
|
| 28 |
papers:
|
| 29 |
-
- title:
|
|
|
|
| 30 |
authors:
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
url:
|
| 44 |
-
conference:
|
| 45 |
tags:
|
| 46 |
- finance
|
| 47 |
- auditing
|
|
@@ -55,5 +58,24 @@ tags:
|
|
| 55 |
# 🧾 FinAuditing Benchmark
|
| 56 |
|
| 57 |
This dataset is introduced in the paper
|
| 58 |
-
**[FinAuditing: Taxonomy-
|
| 59 |
-
by Yan Wang, Keyi Wang, Shanshan Yang, Jaisal Patel, Jeff Zhao, Fengran Mo, Xueqing Peng, Lingfei Qian, Jimin Huang, Guojun Xiong, Xiao-Yang Liu, and Jian-Yun Nie (2025).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
license: cc-by-4.0
|
| 5 |
+
task_categories:
|
| 6 |
+
- text-retrieval
|
| 7 |
+
- text-classification
|
| 8 |
+
- question-answering
|
| 9 |
dataset_info:
|
| 10 |
features:
|
| 11 |
- name: query
|
|
|
|
| 27 |
data_files:
|
| 28 |
- split: test
|
| 29 |
path: data/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
papers:
|
| 31 |
+
- title: 'FinAuditing: A Financial Taxonomy-Structured Multi-Document Benchmark for
|
| 32 |
+
Evaluating LLMs'
|
| 33 |
authors:
|
| 34 |
+
- Yan Wang
|
| 35 |
+
- Keyi Wang
|
| 36 |
+
- Shanshan Yang
|
| 37 |
+
- Jaisal Patel
|
| 38 |
+
- Jeff Zhao
|
| 39 |
+
- Fengran Mo
|
| 40 |
+
- Xueqing Peng
|
| 41 |
+
- Lingfei Qian
|
| 42 |
+
- Jimin Huang
|
| 43 |
+
- Guojun Xiong
|
| 44 |
+
- Xiao-Yang Liu
|
| 45 |
+
- Jian-Yun Nie
|
| 46 |
+
url: https://arxiv.org/abs/2510.08886
|
| 47 |
+
conference: arXiv preprint, 2025
|
| 48 |
tags:
|
| 49 |
- finance
|
| 50 |
- auditing
|
|
|
|
| 58 |
# 🧾 FinAuditing Benchmark
|
| 59 |
|
| 60 |
This dataset is introduced in the paper
|
| 61 |
+
**[FinAuditing: A Financial Taxonomy-Structured Multi-Document Benchmark for Evaluating LLMs](https://arxiv.org/abs/2510.08886)**
|
| 62 |
+
by Yan Wang, Keyi Wang, Shanshan Yang, Jaisal Patel, Jeff Zhao, Fengran Mo, Xueqing Peng, Lingfei Qian, Jimin Huang, Guojun Xiong, Xiao-Yang Liu, and Jian-Yun Nie (2025).
|
| 63 |
+
|
| 64 |
+
The FinAuditing benchmark is designed to evaluate Large Language Models (LLMs) on financial auditing tasks, particularly their ability to reason over structured, interdependent, and taxonomy-driven financial documents. It addresses the challenges posed by the complexity of Generally Accepted Accounting Principles (GAAP) and the hierarchical structure of eXtensible Business Reporting Language (XBRL) filings. The benchmark defines three complementary subtasks: FinSM for semantic consistency, FinRE for relational consistency, and FinMR for numerical consistency, each targeting a distinct aspect of structured auditing reasoning.
|
| 65 |
+
|
| 66 |
+
Code: https://github.com/The-FinAI/FinAuditing.git
|
| 67 |
+
|
| 68 |
+
## 🌟 Overview
|
| 69 |
+
|
| 70 |
+
The FinAuditing benchmark dataset is built from real US-GAAP-compliant XBRL filings and provides evaluation sets for various subtasks. For the evaluation framework, please refer to the [FinBen repository](https://github.com/The-FinAI/FinBen).
|
| 71 |
+
|
| 72 |
+
### 📚 Datasets Released
|
| 73 |
+
|
| 74 |
+
The following evaluation datasets are part of the FinAuditing benchmark:
|
| 75 |
+
|
| 76 |
+
* [**FinSM**](https://huggingface.co/datasets/TheFinAI/FinSM) - Evaluation set for the FinSM subtask within FinAuditing benchmark. This task follows an information retrieval paradigm: given a query describing a financial term (representing either currency or concentration of credit risk), an XBRL filing, and a US-GAAP taxonomy, the output is the set of mismatched US-GAAP tags after retrieval.
|
| 77 |
+
* [**FinRE**](https://huggingface.co/datasets/TheFinAI/FinRE) - Evaluation set for the FinRE subtask within FinAuditing benchmark. This is a relation extraction task: given two specific elements $e_1$ and $e_2$, an XBRL filing, and a US-GAAP taxonomy, the goal is to classify three relation error types.
|
| 78 |
+
* [**FinMR**](https://huggingface.co/datasets/TheFinAI/FinMR) - Evaluation set for the FinMR subtask within FinAuditing benchmark. This is a mathematical reasoning task: given two questions $q_1$ and $q_2$ (where $q_1$ concerns the extraction of a reported value and $q_2$ pertains to the calculation of the corresponding real value), an XBRL filing, and a US-GAAP taxonomy, the task is to extract the reported value for a given instance in the XBRL filing and to compute the numeric value for that instance, which is then used to verify whether the reported value is correct.
|
| 79 |
+
* [**FinSM\_Sub**](https://huggingface.co/datasets/TheFinAI/FinSM_Sub) - FinSM subset for ICAIF 2025.
|
| 80 |
+
* [**FinRE\_Sub**](https://huggingface.co/datasets/TheFinAI/FinRE_Sub) - FinRE subset for ICAIF 2025.
|
| 81 |
+
* [**FinMR\_Sub**](https://huggingface.co/datasets/TheFinAI/FinMR_Sub) - FinMR subset for ICAIF 2025.
|