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/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.
|
@@ -176,6 +177,7 @@ Fristly, clone the repository and install the dependencies:
|
|
176 |
git clone https://github.com/famma-bench/bench-script.git
|
177 |
cd bench-script
|
178 |
pip install -r requirements.txt
|
|
|
179 |
```
|
180 |
|
181 |
To download the dataset, run the following command:
|
@@ -196,6 +198,9 @@ Options:
|
|
196 |
|
197 |
After downloading, the dataset will be saved in the local directory `./data` in json format.
|
198 |
|
|
|
|
|
|
|
199 |
## Citation
|
200 |
If you use FAMMA in your research, please cite our paper as follows:
|
201 |
|
|
|
117 |
## NEWS
|
118 |
|
119 |
🔥 **Latest Updates**:
|
120 |
+
- [2025/04] Release of an interactive notebook [](https://github.com/famma-bench/bench-script/blob/main/notebooks/FAMMA_1_dataset_inspection.ipynb) for exploring and analyzing the FAMMA dataset.
|
121 |
- [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`.
|
122 |
- [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`.
|
123 |
- [2025/03] Add `is_arithmetic` column in the dataset to indicate whether the question involves heavy compuation.
|
|
|
177 |
git clone https://github.com/famma-bench/bench-script.git
|
178 |
cd bench-script
|
179 |
pip install -r requirements.txt
|
180 |
+
pip install -e .
|
181 |
```
|
182 |
|
183 |
To download the dataset, run the following command:
|
|
|
198 |
|
199 |
After downloading, the dataset will be saved in the local directory `./data` in json format.
|
200 |
|
201 |
+
An alternative example can be found at our interactive notebook [](https://github.com/famma-bench/bench-script/blob/main/notebooks/FAMMA_1_dataset_inspection.ipynb) for exploring and analyzing the FAMMA dataset. This notebook provides a comprehensive walkthrough of dataset inspection, visualization, and analysis techniques. Try it directly in Google Colab to get hands-on experience with the dataset!
|
202 |
+
|
203 |
+
|
204 |
## Citation
|
205 |
If you use FAMMA in your research, please cite our paper as follows:
|
206 |
|