File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ HuggingFace Dataset: https://huggingface.co/datasets/PisaBench/pisa-bench
1313### Citation
1414
1515``` @misc{haller2025pisabenchpisaindexmultilingual,
16- title={PISA-Bench: The PISA Index as a Multilingual and Multimodal Metric for the Evaluation of Vision-Language Models},
16+ title={PISA-Bench: The PISA Index as a Multilingual and Multimodal Metric for the Evaluation of Vision-Language Models},
1717 author={Patrick Haller and Fabio Barth and Jonas Golde and Georg Rehm and Alan Akbik},
1818 year={2025},
1919 eprint={2510.24792},
2020 archivePrefix={arXiv},
2121 primaryClass={cs.CV},
22- url={https://arxiv.org/abs/2510.24792},
22+ url={https://arxiv.org/abs/2510.24792},
2323}```
2424
2525### Groups, Tags, and Tasks
Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ def check_is_number(string):
249249
250250
251251def normalize_str (string ):
252- """Normalize the str to lower case and make them float numbers if possible. """
252+ """Normalize the str to lower case and make them float numbers if possible."""
253253 # check if characters in the string
254254
255255 # if number, numerize it.
You can’t perform that action at this time.
0 commit comments