Update README.md
Browse files
README.md
CHANGED
@@ -15,4 +15,14 @@ task_categories:
|
|
15 |
|
16 |
KOFFVQA is a general-purpose VLM benchmark in the Korean language. For more information, refer to [our leaderboard page](https://huggingface.co/spaces/maum-ai/KOFFVQA-Leaderboard) and the official [evaluation code](https://github.com/maum-ai/KOFFVQA).
|
17 |
|
18 |
-
This contains the data for the benchmark consisting of images, their corresponding questions, and response grading criteria. The benchmark focuses on free-form visual question answering, evaluating the ability of large vision-language models to generate comprehensive and accurate text responses to questions about images.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
|
16 |
KOFFVQA is a general-purpose VLM benchmark in the Korean language. For more information, refer to [our leaderboard page](https://huggingface.co/spaces/maum-ai/KOFFVQA-Leaderboard) and the official [evaluation code](https://github.com/maum-ai/KOFFVQA).
|
17 |
|
18 |
+
This contains the data for the benchmark consisting of images, their corresponding questions, and response grading criteria. The benchmark focuses on free-form visual question answering, evaluating the ability of large vision-language models to generate comprehensive and accurate text responses to questions about images.
|
19 |
+
|
20 |
+
## Citation
|
21 |
+
```
|
22 |
+
@article{kim2025koffvqa,
|
23 |
+
title={KOFFVQA: An Objectively Evaluated Free-form VQA Benchmark for Large Vision-Language Models in the Korean Language},
|
24 |
+
author={Kim, Yoonshik and Jung, Jaeyoon},
|
25 |
+
journal={arXiv preprint arXiv:2503.23730},
|
26 |
+
year={2025}
|
27 |
+
}
|
28 |
+
```
|