Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -194,7 +194,7 @@ tags:
|
|
194 |
|
195 |
## Dataset Description
|
196 |
|
197 |
-
|
198 |
EMMA tasks demand advanced cross-modal reasoning that cannot be solved by thinking separately in each modality, offering an enhanced test suite for MLLMs' reasoning capabilities.
|
199 |
|
200 |
EMMA is composed of 2,788 problems, of which 1,796 are newly constructed, across four domains. Within each subject, we further provide fine-grained labels for each question based on the specific skills it measures.
|
@@ -209,18 +209,6 @@ EMMA is composed of 2,788 problems, of which 1,796 are newly constructed, across
|
|
209 |
- Code: https://github.com/hychaochao/EMMA
|
210 |
- Project: https://emma-benchmark.github.io/
|
211 |
|
212 |
-
## Dataset Usage
|
213 |
-
|
214 |
-
### Data Downloading
|
215 |
-
|
216 |
-
You can download the dataset by the following command (Taking downloading math data as an example):
|
217 |
-
|
218 |
-
```python
|
219 |
-
from datasets import load_dataset
|
220 |
-
|
221 |
-
dataset = load_dataset("luckychao/EMMA", "Math", split="test")
|
222 |
-
```
|
223 |
-
|
224 |
|
225 |
### Data Format
|
226 |
|
@@ -247,10 +235,6 @@ The dataset is provided in jsonl format and contains the following attributes:
|
|
247 |
}
|
248 |
```
|
249 |
|
250 |
-
### Automatic Evaluation
|
251 |
-
|
252 |
-
To automatically evaluate a model on the dataset, please refer to our GitHub repository [here](https://github.com/hychaochao/EMMA).
|
253 |
-
|
254 |
## Citation
|
255 |
|
256 |
```
|
|
|
194 |
|
195 |
## Dataset Description
|
196 |
|
197 |
+
**EMMA (Enhanced MultiModal reAsoning)** is a benchmark targeting organic multimodal reasoning across mathematics, physics, chemistry, and coding.
|
198 |
EMMA tasks demand advanced cross-modal reasoning that cannot be solved by thinking separately in each modality, offering an enhanced test suite for MLLMs' reasoning capabilities.
|
199 |
|
200 |
EMMA is composed of 2,788 problems, of which 1,796 are newly constructed, across four domains. Within each subject, we further provide fine-grained labels for each question based on the specific skills it measures.
|
|
|
209 |
- Code: https://github.com/hychaochao/EMMA
|
210 |
- Project: https://emma-benchmark.github.io/
|
211 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
212 |
|
213 |
### Data Format
|
214 |
|
|
|
235 |
}
|
236 |
```
|
237 |
|
|
|
|
|
|
|
|
|
238 |
## Citation
|
239 |
|
240 |
```
|