Update README.md
Browse files
README.md
CHANGED
@@ -119,7 +119,8 @@ The project code is available at https://github.com/famma-bench/bench-script.
|
|
119 |
## NEWS
|
120 |
|
121 |
🔥 **Latest Updates**:
|
122 |
-
- [2025/
|
|
|
123 |
- [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`.
|
124 |
- [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`.
|
125 |
- [2025/03] Add `is_arithmetic` column in the dataset to indicate whether the question involves heavy compuation.
|
|
|
119 |
## NEWS
|
120 |
|
121 |
🔥 **Latest Updates**:
|
122 |
+
- [2025/05] Release of answers and explanations for `release_livepro`; these reponses are masked via Base64 encoding to prevent data leakage.
|
123 |
+
- [2025/04] Release of an interactive notebook for exploring and analyzing the FAMMA dataset. See [notebook examples](https://github.com/famma-bench/bench-script/tree/main/notebooks)
|
124 |
- [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`.
|
125 |
- [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`.
|
126 |
- [2025/03] Add `is_arithmetic` column in the dataset to indicate whether the question involves heavy compuation.
|