Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -51,7 +51,7 @@ tags:
|
|
51 |
---
|
52 |
|
53 |
|
54 |
-
<a href="
|
55 |
<img alt="arXiv" src="https://img.shields.io/badge/arXiv-traveling--across--languages-red?logo=arxiv" height="20" />
|
56 |
</a>
|
57 |
<a href="https://github.com/nlp-waseda/traveling-across-languages" target="_blank" style="display: inline-block; margin-right: 10px;">
|
@@ -59,7 +59,7 @@ tags:
|
|
59 |
</a>
|
60 |
|
61 |
# VisRecall
|
62 |
-
This repository contains the VisRecall benchmark, introduced in [Traveling Across Languages: Benchmarking Cross-Lingual Consistency in Multimodal LLMs](
|
63 |
|
64 |
## Dataset Description
|
65 |
Imagine a tourist finished their journey in Japan and came back to France, eager to share the places they visited with their friends.
|
@@ -92,5 +92,13 @@ Please refer to our [GitHub repository](https://github.com/nlp-waseda/traveling-
|
|
92 |
## Citation
|
93 |
|
94 |
```bibtex
|
95 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
96 |
```
|
|
|
51 |
---
|
52 |
|
53 |
|
54 |
+
<a href="https://arxiv.org/abs/2505.15075" target="_blank">
|
55 |
<img alt="arXiv" src="https://img.shields.io/badge/arXiv-traveling--across--languages-red?logo=arxiv" height="20" />
|
56 |
</a>
|
57 |
<a href="https://github.com/nlp-waseda/traveling-across-languages" target="_blank" style="display: inline-block; margin-right: 10px;">
|
|
|
59 |
</a>
|
60 |
|
61 |
# VisRecall
|
62 |
+
This repository contains the VisRecall benchmark, introduced in [Traveling Across Languages: Benchmarking Cross-Lingual Consistency in Multimodal LLMs](https://arxiv.org/abs/2505.15075).
|
63 |
|
64 |
## Dataset Description
|
65 |
Imagine a tourist finished their journey in Japan and came back to France, eager to share the places they visited with their friends.
|
|
|
92 |
## Citation
|
93 |
|
94 |
```bibtex
|
95 |
+
@misc{wang2025travelinglanguagesbenchmarkingcrosslingual,
|
96 |
+
title={Traveling Across Languages: Benchmarking Cross-Lingual Consistency in Multimodal LLMs},
|
97 |
+
author={Hao Wang and Pinzhi Huang and Jihan Yang and Saining Xie and Daisuke Kawahara},
|
98 |
+
year={2025},
|
99 |
+
eprint={2505.15075},
|
100 |
+
archivePrefix={arXiv},
|
101 |
+
primaryClass={cs.CL},
|
102 |
+
url={https://arxiv.org/abs/2505.15075},
|
103 |
+
}
|
104 |
```
|