Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -132,7 +132,7 @@ EDINET-Bench is a Japanese financial benchmark designed to evaluate the performa
|
|
| 132 |
This dataset is built leveraging [EDINET](https://disclosure2.edinet-fsa.go.jp), a platform managed by the Financial Services Agency (FSA) of Japan that provides access to disclosure documents such as securities reports.
|
| 133 |
|
| 134 |
## Resources
|
| 135 |
-
- 📃**Paper**: Read our paper for detailed dataset construction pipeline and evaluation results at https://
|
| 136 |
- 🏗️**Counstruction Code**: Create a new benchmark dataset at https://github.com/SakanaAI/edinet2dataset
|
| 137 |
- 📊**Evaluation Code**: Evaluate the performance of models on EDINET-Bench at https://github.com/SakanaAI/EDINET-Bench
|
| 138 |
|
|
@@ -234,5 +234,12 @@ EDINET-Bench is intended solely for advancing LLM applications in finance and mu
|
|
| 234 |
## Citation
|
| 235 |
|
| 236 |
```
|
| 237 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 238 |
```
|
|
|
|
| 132 |
This dataset is built leveraging [EDINET](https://disclosure2.edinet-fsa.go.jp), a platform managed by the Financial Services Agency (FSA) of Japan that provides access to disclosure documents such as securities reports.
|
| 133 |
|
| 134 |
## Resources
|
| 135 |
+
- 📃**Paper**: Read our paper for detailed dataset construction pipeline and evaluation results at https://pub.sakana.ai/edinet-bench
|
| 136 |
- 🏗️**Counstruction Code**: Create a new benchmark dataset at https://github.com/SakanaAI/edinet2dataset
|
| 137 |
- 📊**Evaluation Code**: Evaluate the performance of models on EDINET-Bench at https://github.com/SakanaAI/EDINET-Bench
|
| 138 |
|
|
|
|
| 234 |
## Citation
|
| 235 |
|
| 236 |
```
|
| 237 |
+
@misc{sugiura2025edinet,
|
| 238 |
+
author = {Issa Sugiura and Takashi Ishida and Taro Makino and Chieko Tazuke and Takanori Nakagawa and Kosuke Nakago and David Ha},
|
| 239 |
+
title = {{EDINET-Bench: Evaluating LLMs on Complex Financial Tasks using Japanese Financial Statements}},
|
| 240 |
+
institution = {Sakana AI},
|
| 241 |
+
year = {2025},
|
| 242 |
+
month = {June},
|
| 243 |
+
url = {https://pub.sakana.ai/edinet-bench}
|
| 244 |
+
}
|
| 245 |
```
|