File size: 4,248 Bytes
898c4b4 56ccddf 898c4b4 56ccddf fcdfb26 56ccddf fcdfb26 56ccddf fcdfb26 56ccddf fcdfb26 56ccddf fcdfb26 56ccddf fcdfb26 56ccddf fcdfb26 56ccddf fcdfb26 56ccddf fcdfb26 56ccddf fcdfb26 56ccddf fcdfb26 56ccddf fcdfb26 56ccddf fcdfb26 56ccddf 7126f1e f249d8c 7126f1e 56ccddf 898c4b4 2f75099 d9320b0 2f75099 d9320b0 2f75099 d9320b0 898c4b4 6eea38b 898c4b4 2f75099 d9320b0 2f75099 bdc26d8 2f75099 6eea38b 2f75099 6eea38b 2f75099 |
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 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 |
---
language:
- en
- zh
- fr
license: apache-2.0
size_categories:
- 1K<n<10K
task_categories:
- question-answering
- multiple-choice
pretty_name: 'FAMMA: A Benchmark for Financial Domain Multilingual Multimodal Question
Answering'
tags:
- finance
dataset_info:
features:
- name: idx
dtype: int32
- name: question_id
dtype: string
- name: context
dtype: string
- name: question
dtype: string
- name: options
sequence: string
- name: image_1
dtype: image
- name: image_2
dtype: image
- name: image_3
dtype: image
- name: image_4
dtype: image
- name: image_5
dtype: image
- name: image_6
dtype: image
- name: image_7
dtype: image
- name: image_type
dtype: string
- name: answers
dtype: string
- name: explanation
dtype: string
- name: topic_difficulty
dtype: string
- name: question_type
dtype: string
- name: subfield
dtype: string
- name: language
dtype: string
- name: main_question_id
dtype: string
- name: sub_question_id
dtype: string
- name: ans_image_1
dtype: image
- name: ans_image_2
dtype: image
- name: ans_image_3
dtype: image
- name: ans_image_4
dtype: image
- name: ans_image_5
dtype: image
- name: ans_image_6
dtype: image
- name: release
dtype: string
splits:
- name: release_v2406
num_bytes: 88209168.664
num_examples: 1534
download_size: 82533346
dataset_size: 88209168.664
configs:
- config_name: default
data_files:
- split: release_v2406
path: data/release_v2406-*
---
## Introduction
FAMMA dataset consists of 1,758 meticulously collected multimodal questions. The questions encompass three heterogeneous image types - tables, charts and text & math screenshots - and span eight subfields in finance, comprehensively covering topics across major asset classes. Additionally, all the questions are categorized by three difficulty levels — easy, medium, and hard - and are available in three languages — English, Chinese, and French. Furthermore, the questions are divided into two types: multiple-choice and open questions.
The leaderboard is regularly updated and can be accessed at https://famma-bench.github.io/famma/.
** Note: we are reconstructing the dataset again, which will be finihsed before Feb. **
## Dataset Structure
### features
- idx:a unique identifier for the index of the question in the dataset.
- question_id: a unique identifier for the question across the whole dataset: {language}_{main_question_id}_{sub_question_id}_{release_version}.
- context: relevant background information related to the question.
- question: the specific query being asked.
- options: the specific query being asked.
- image_1- image_7: directories of images referenced in the context or question.
- image_type: type of the image, e.g., chart, table, screenshot.
- answers: a concise and accurate response. **(public on release v2406, non-public on the live set release v2501)**
- explanation:a detailed justification for the answer. **(public on release v2406, non-public on the live set release v2501)**
- topic_difficulty: a measure of the question's complexity based on the level of reasoning required.
- question_type: categorized as either multiple-choice or open-ended.
- subfield: the specific area of expertise to which the question belongs, categorized into eight subfields.
- language:the language in which the question text is written.
- main_question_id:a unique identifier for the question within its context; questions with the same context share the same ID.
- sub_question_id:a unique identifier for the question within its corresponding main question.
- ans_image_1 - ans_image_6: **(public on release v2406, non-public on the live set release v2501)**
### dataset splits
## Citation
If you use FAMMA in your research, please cite our paper as follows:
```latex
@article{xue2024famma,
title={FAMMA: A Benchmark for Financial Domain Multilingual Multimodal Question Answering},
author={Siqiao Xue, Tingting Chen, Fan Zhou, Qingyang Dai, Zhixuan Chu, and Hongyuan Mei},
journal={arXiv preprint arXiv:2410.04526},
year={2024},
url={https://arxiv.org/abs/2410.04526}
}
``` |