Datasets:
Add task category
Browse filesThis PR adds the task category metadata to the dataset card.
README.md
CHANGED
@@ -27,6 +27,8 @@ configs:
|
|
27 |
path: data/train-*
|
28 |
- split: test
|
29 |
path: data/test-*
|
|
|
|
|
30 |
---
|
31 |
|
32 |
# MMK12
|
@@ -94,4 +96,4 @@ If you find this project useful in your research, please consider citing:
|
|
94 |
journal={arXiv preprint arXiv:2503.07365},
|
95 |
year={2025}
|
96 |
}
|
97 |
-
|
|
|
27 |
path: data/train-*
|
28 |
- split: test
|
29 |
path: data/test-*
|
30 |
+
task_categories:
|
31 |
+
- table-question-answering
|
32 |
---
|
33 |
|
34 |
# MMK12
|
|
|
96 |
journal={arXiv preprint arXiv:2503.07365},
|
97 |
year={2025}
|
98 |
}
|
99 |
+
```
|