Update README.md
Browse files
README.md
CHANGED
|
@@ -12,7 +12,9 @@ All images are generated with made-up values and statements for evaluation purpo
|
|
| 12 |
The proportions of digital and hand-written images are equal, each constituting 50%.
|
| 13 |
|
| 14 |
|
| 15 |
-
For more details, Please refer to the
|
|
|
|
|
|
|
| 16 |
|
| 17 |
<table>
|
| 18 |
<tr>
|
|
@@ -88,6 +90,15 @@ Below are the evaluation results of various vision-language models, including [V
|
|
| 88 |
<br>
|
| 89 |
|
| 90 |
## Citation
|
| 91 |
-
|
| 92 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 93 |
```
|
|
|
|
| 12 |
The proportions of digital and hand-written images are equal, each constituting 50%.
|
| 13 |
|
| 14 |
|
| 15 |
+
For more details, Please refer to the VARCO-VISION technical report.
|
| 16 |
+
|
| 17 |
+
- **Technical Report:** [VARCO-VISION: Expanding Frontiers in Korean Vision-Language Models](https://arxiv.org/pdf/2411.19103)
|
| 18 |
|
| 19 |
<table>
|
| 20 |
<tr>
|
|
|
|
| 90 |
<br>
|
| 91 |
|
| 92 |
## Citation
|
| 93 |
+
If you use K-DTCBench in your research, please cite the following:
|
| 94 |
+
```bibtex
|
| 95 |
+
@misc{ju2024varcovisionexpandingfrontierskorean,
|
| 96 |
+
title={VARCO-VISION: Expanding Frontiers in Korean Vision-Language Models},
|
| 97 |
+
author={Jeongho Ju and Daeyoung Kim and SunYoung Park and Youngjune Kim},
|
| 98 |
+
year={2024},
|
| 99 |
+
eprint={2411.19103},
|
| 100 |
+
archivePrefix={arXiv},
|
| 101 |
+
primaryClass={cs.CV},
|
| 102 |
+
url={https://arxiv.org/abs/2411.19103},
|
| 103 |
+
}
|
| 104 |
```
|