Add dataset description and paper link
#2
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,15 +1,19 @@
|
|
| 1 |
---
|
| 2 |
-
task_categories:
|
| 3 |
-
- table-question-answering
|
| 4 |
language:
|
| 5 |
- zh
|
| 6 |
-
tags:
|
| 7 |
-
- finance
|
| 8 |
size_categories:
|
| 9 |
- n<1K
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
configs:
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
language:
|
| 3 |
- zh
|
|
|
|
|
|
|
| 4 |
size_categories:
|
| 5 |
- n<1K
|
| 6 |
+
task_categories:
|
| 7 |
+
- table-question-answering
|
| 8 |
+
tags:
|
| 9 |
+
- finance
|
| 10 |
configs:
|
| 11 |
+
- config_name: finindice_test
|
| 12 |
+
data_files:
|
| 13 |
+
- split: test
|
| 14 |
+
path: test.jsonl
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
+
# FinIndices
|
| 18 |
+
|
| 19 |
+
FinIndices is a benchmark evaluating the data-processing fidelity and financial reasoning capabilities of Large Language Models (LLMs) over uncropped financial statements, introduced in the paper [Are the Financial Reasoning from LLMs Credible? A Real World Test over Long-Horizon Statements](https://huggingface.co/papers/2607.28661).
|