Update README.md
Browse files
README.md
CHANGED
|
@@ -117,6 +117,7 @@ The project code is available at https://github.com/famma-bench/bench-script.
|
|
| 117 |
## NEWS
|
| 118 |
|
| 119 |
🔥 **Latest Updates**:
|
|
|
|
| 120 |
- [2025/03] Release of `release_basic_txt`, a purely textual dataset that utilizes OCR to extract multimodal information and convert it into textual context for each question in `release_basic`.
|
| 121 |
- [2025/03] Add `is_arithmetic` column in the dataset to indicate whether the question involves heavy compuation.
|
| 122 |
- [2025/02] Release of `release_livepro` dataset.
|
|
@@ -139,7 +140,9 @@ The "live" nature of FAMMA means:
|
|
| 139 |
FAMMA is continuously updated with new questions. We provide different versions of the dataset:
|
| 140 |
|
| 141 |
* `release_basic`: The release containing 1935 questions, collected from online sources. Apart from the questions, both answers and explanations are provided.
|
|
|
|
| 142 |
* `release_livepro`: The release containing 103 questions, created by invited experts. Only the questions are provided.
|
|
|
|
| 143 |
|
| 144 |
|
| 145 |
## Dataset Structure
|
|
|
|
| 117 |
## NEWS
|
| 118 |
|
| 119 |
🔥 **Latest Updates**:
|
| 120 |
+
- [2025/04] Release of `release_livepro_txt`, a purely textual dataset that utilizes OCR to extract multimodal information and convert it into textual context for each question in `release_livepro`.
|
| 121 |
- [2025/03] Release of `release_basic_txt`, a purely textual dataset that utilizes OCR to extract multimodal information and convert it into textual context for each question in `release_basic`.
|
| 122 |
- [2025/03] Add `is_arithmetic` column in the dataset to indicate whether the question involves heavy compuation.
|
| 123 |
- [2025/02] Release of `release_livepro` dataset.
|
|
|
|
| 140 |
FAMMA is continuously updated with new questions. We provide different versions of the dataset:
|
| 141 |
|
| 142 |
* `release_basic`: The release containing 1935 questions, collected from online sources. Apart from the questions, both answers and explanations are provided.
|
| 143 |
+
* `release_basic_txt`: A textual version of `release_basic`, where OCR has been used to extract multimodal information and convert it into contextual text for each question.
|
| 144 |
* `release_livepro`: The release containing 103 questions, created by invited experts. Only the questions are provided.
|
| 145 |
+
* `release_livepro_txt`: A textual version of `release_livepro`, generated using OCR to extract and represent the questions in text format.
|
| 146 |
|
| 147 |
|
| 148 |
## Dataset Structure
|