lastdefiance20 commited on
Commit
61b5038
·
verified ·
1 Parent(s): 85c8e9f

Update content.py

Browse files
Files changed (1) hide show
  1. content.py +2 -4
content.py CHANGED
@@ -43,16 +43,14 @@ This benchmark includes a total of 275 Korean questions across 10 tasks. The que
43
  ## Citation
44
 
45
  **BibTeX:**
46
- ```bibtex
47
  @article{kim2025koffvqa,
48
  title={KOFFVQA: An Objectively Evaluated Free-form VQA Benchmark for Large Vision-Language Models in the Korean Language},
49
  author={Kim, Yoonshik and Jung, Jaeyoon},
50
  journal={arXiv preprint arXiv:2503.23730},
51
  year={2025}
52
  }
53
- ```
54
-
55
- '''.strip()
56
 
57
  submit_md = f'''
58
 
 
43
  ## Citation
44
 
45
  **BibTeX:**
46
+ '''.strip() + "\n```bibtex\n" + '''
47
  @article{kim2025koffvqa,
48
  title={KOFFVQA: An Objectively Evaluated Free-form VQA Benchmark for Large Vision-Language Models in the Korean Language},
49
  author={Kim, Yoonshik and Jung, Jaeyoon},
50
  journal={arXiv preprint arXiv:2503.23730},
51
  year={2025}
52
  }
53
+ ''' + "\n```"
 
 
54
 
55
  submit_md = f'''
56