Datasets:

Modalities:
Text
Formats:
parquet
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
nielsr HF Staff commited on
Commit
98ea54d
·
verified ·
1 Parent(s): bd54035

Add link to paper, benchmark Github code and table question answering task category

Browse files

This PR adds a direct link to the paper associated with the dataset, which can be found at https://huggingface.co/papers/2506.14028. Also a link to the benchmark code is added.
Additionally, it adds the `table-question-answering` task category to improve discoverability of the dataset for relevant tasks.

Files changed (1) hide show
  1. README.md +16 -13
README.md CHANGED
@@ -1,4 +1,17 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  dataset_info:
3
  features:
4
  - name: task_id
@@ -20,21 +33,9 @@ configs:
20
  data_files:
21
  - split: test
22
  path: data/test-*
23
- license: apache-2.0
24
- language:
25
- - en
26
- - zh
27
- - jp
28
- - es
29
- - el
30
  tags:
31
  - finance
32
  - multilingual
33
- pretty_name: PolyFiQA-Easy
34
- size_categories:
35
- - n<1K
36
- task_categories:
37
- - question-answering
38
  ---
39
 
40
  # Dataset Card for PolyFiQA-Easy
@@ -67,7 +68,8 @@ task_categories:
67
 
68
  - **Homepage:** https://huggingface.co/collections/TheFinAI/multifinben-6826f6fc4bc13d8af4fab223
69
  - **Repository:** https://huggingface.co/datasets/TheFinAI/polyfiqa-easy
70
- - **Paper:** MultiFinBen: A Multilingual, Multimodal, and Difficulty-Aware Benchmark for Financial LLM Evaluation
 
71
  - **Leaderboard:** https://huggingface.co/spaces/TheFinAI/Open-FinLLM-Leaderboard
72
 
73
  ### Dataset Summary
@@ -78,6 +80,7 @@ task_categories:
78
 
79
  - **Tasks:**
80
  - question-answering
 
81
  - **Evaluation Metrics:**
82
  - ROUGE-1
83
 
 
1
  ---
2
+ language:
3
+ - en
4
+ - zh
5
+ - jp
6
+ - es
7
+ - el
8
+ license: apache-2.0
9
+ size_categories:
10
+ - n<1K
11
+ task_categories:
12
+ - question-answering
13
+ - table-question-answering
14
+ pretty_name: PolyFiQA-Easy
15
  dataset_info:
16
  features:
17
  - name: task_id
 
33
  data_files:
34
  - split: test
35
  path: data/test-*
 
 
 
 
 
 
 
36
  tags:
37
  - finance
38
  - multilingual
 
 
 
 
 
39
  ---
40
 
41
  # Dataset Card for PolyFiQA-Easy
 
68
 
69
  - **Homepage:** https://huggingface.co/collections/TheFinAI/multifinben-6826f6fc4bc13d8af4fab223
70
  - **Repository:** https://huggingface.co/datasets/TheFinAI/polyfiqa-easy
71
+ - **Paper:** [MultiFinBen: A Multilingual, Multimodal, and Difficulty-Aware Benchmark for Financial LLM Evaluation](https://huggingface.co/papers/2506.14028)
72
+ - **Benchmark Code:** [FinBen Github](https://github.com/XiaoYangLiu/FinBen)
73
  - **Leaderboard:** https://huggingface.co/spaces/TheFinAI/Open-FinLLM-Leaderboard
74
 
75
  ### Dataset Summary
 
80
 
81
  - **Tasks:**
82
  - question-answering
83
+ - table-question-answering
84
  - **Evaluation Metrics:**
85
  - ROUGE-1
86