Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
File size: 3,978 Bytes
fa8bb0e
1954032
 
 
 
 
 
 
fa8bb0e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1c83775
1954032
 
1c83775
1954032
 
 
 
 
 
 
 
 
 
 
 
 
 
1c83775
 
 
 
 
 
 
 
08084d3
 
 
 
 
1954032
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
---
language:
- en
license: cc-by-4.0
task_categories:
- text-retrieval
- text-classification
- question-answering
dataset_info:
  features:
  - name: query
    dtype: string
  - name: dqc_id
    dtype: string
  - name: answer
    dtype: string
  - name: id
    dtype: int64
  splits:
  - name: test
    num_bytes: 35959685
    num_examples: 330
  download_size: 2881818
  dataset_size: 35959685
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
papers:
- title: 'FinAuditing: A Financial Taxonomy-Structured Multi-Document Benchmark for
    Evaluating LLMs'
  authors:
  - Yan Wang
  - Keyi Wang
  - Shanshan Yang
  - Jaisal Patel
  - Jeff Zhao
  - Fengran Mo
  - Xueqing Peng
  - Lingfei Qian
  - Jimin Huang
  - Guojun Xiong
  - Xiao-Yang Liu
  - Jian-Yun Nie
  url: https://arxiv.org/abs/2510.08886
  conference: arXiv preprint, 2025
tags:
- finance
- auditing
- xbrl
- gaap
- llm
- benchmark
- financial-reasoning
---

# 🧾 FinAuditing Benchmark

This dataset is introduced in the paper  
**[FinAuditing: A Financial Taxonomy-Structured Multi-Document Benchmark for Evaluating LLMs](https://arxiv.org/abs/2510.08886)**  
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).

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.

Code: https://github.com/The-FinAI/FinAuditing.git

## 🌟 Overview

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).

### 📚 Datasets Released

The following evaluation datasets are part of the FinAuditing benchmark:

*   [**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.
*   [**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.
*   [**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.
*   [**FinSM\_Sub**](https://huggingface.co/datasets/TheFinAI/FinSM_Sub) - FinSM subset for ICAIF 2025.
*   [**FinRE\_Sub**](https://huggingface.co/datasets/TheFinAI/FinRE_Sub) - FinRE subset for ICAIF 2025.
*   [**FinMR\_Sub**](https://huggingface.co/datasets/TheFinAI/FinMR_Sub) - FinMR subset for ICAIF 2025.