speed commited on
Commit
cfa4946
·
verified ·
1 Parent(s): cc895df

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -122,6 +122,7 @@ language:
122
  - ja
123
  tags:
124
  - finance
 
125
  size_categories:
126
  - 1K<n<10K
127
  ---
@@ -148,7 +149,7 @@ For detailed information, please read our paper and code.
148
  **Acounting fraud detection**
149
 
150
  This task is a binary classification problem aimed at predicting whether a given annual report is fraudulent.
151
- The label is either fraud (1) or non-fraud (0).
152
 
153
  ```python
154
  >>> from datasets import load_dataset
@@ -203,10 +204,24 @@ DatasetDict({
203
  })
204
  ```
205
 
 
 
 
 
 
 
 
 
 
206
  ## LICENSE
207
 
208
  EDINET-Bench is licensed under the [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/deed.en) in accordance with [EDINET's Terms of Use](https://disclosure2dl.edinet-fsa.go.jp/guide/static/disclosure/WZEK0030.html).
209
 
 
 
 
 
 
210
  ## Citation
211
 
212
  ```
 
122
  - ja
123
  tags:
124
  - finance
125
+ - accounting
126
  size_categories:
127
  - 1K<n<10K
128
  ---
 
149
  **Acounting fraud detection**
150
 
151
  This task is a binary classification problem aimed at predicting whether a given annual report is fraudulent.
152
+ The label is either fraud (1) or non-fraud (0). The explanation includes the reasons why the LLM determined that the contents of the amended report are related to accounting fraud.
153
 
154
  ```python
155
  >>> from datasets import load_dataset
 
204
  })
205
  ```
206
 
207
+ ## Limitation
208
+
209
+ - **Mislabeling**: When constructing the benchmark dataset for the accounting fraud detection task, we assume that only cases explicitly reported as fraudulent are labeled as such, while all others are considered non-fraudulent. However, there may be undiscovered fraud cases that remain unreported, introducing potential label noise into the dataset.
210
+ Additionally, our fraud examples are constructed by having the LLM read the contents of the amended reports and determine whether they are related to fraudulent activities. Due to the hallucination problem inherent in LLMs, there is a risk that some cases may be incorrectly identified as fraudulent.
211
+
212
+ - **Intrinsic difficulty**: Among the tasks in our benchmark, the fraud detection and earnings forecasting tasks may be intrinsically challenging with a performance upper bound, as the LLM relies solely on information from a single annual report for its predictions.
213
+ Future research directions could explore the development of benchmark task designs that enable the model to utilize information beyond the annual report with novel agentic pipelines.
214
+
215
+
216
  ## LICENSE
217
 
218
  EDINET-Bench is licensed under the [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/deed.en) in accordance with [EDINET's Terms of Use](https://disclosure2dl.edinet-fsa.go.jp/guide/static/disclosure/WZEK0030.html).
219
 
220
+
221
+ ## ⚠️ Warnings
222
+ EDINET-Bench is intended solely for advancing LLM applications in finance and must not be used to target or harm any real companies included in the dataset.
223
+
224
+
225
  ## Citation
226
 
227
  ```