Datasets:
Add task category to MOAT dataset card (#2)
Browse files- Add task category to MOAT dataset card (fb4ed8a282d2e66bb63c6e0701488ae0bff43c37)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
|
@@ -1,10 +1,12 @@
|
|
| 1 |
---
|
|
|
|
| 2 |
configs:
|
| 3 |
- config_name: default
|
| 4 |
data_files:
|
| 5 |
- split: test
|
| 6 |
path: MOAT.parquet
|
| 7 |
-
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
<h1>MOAT: Evaluating LMMs for Capability Integration and Instruction Grounding</h1>
|
|
@@ -63,4 +65,4 @@ As some questions are formatted as interleaved text and image(s), we recommend r
|
|
| 63 |
|
| 64 |
## Future Work
|
| 65 |
|
| 66 |
-
Going forward, we intend to further increase the diversity of the tasks in **MOAT**, involving more capability combinations and encompassing more domains and scenarios. Stay tuned!
|
|
|
|
| 1 |
---
|
| 2 |
+
pretty_name: MOAT
|
| 3 |
configs:
|
| 4 |
- config_name: default
|
| 5 |
data_files:
|
| 6 |
- split: test
|
| 7 |
path: MOAT.parquet
|
| 8 |
+
task_categories:
|
| 9 |
+
- image-text-to-text
|
| 10 |
---
|
| 11 |
|
| 12 |
<h1>MOAT: Evaluating LMMs for Capability Integration and Instruction Grounding</h1>
|
|
|
|
| 65 |
|
| 66 |
## Future Work
|
| 67 |
|
| 68 |
+
Going forward, we intend to further increase the diversity of the tasks in **MOAT**, involving more capability combinations and encompassing more domains and scenarios. Stay tuned!
|