Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -85,6 +85,8 @@ configs:
85
  path: data/ria-*
86
  - split: ica
87
  path: data/ica-*
 
 
88
  license: cc-by-4.0
89
  ---
90
 
@@ -174,3 +176,14 @@ If you use this dataset in your work, please cite it as follows:
174
  url = {https://doi.org/10.5281/zenodo.17300924}
175
  }
176
  ```
 
 
 
 
 
 
 
 
 
 
 
 
85
  path: data/ria-*
86
  - split: ica
87
  path: data/ica-*
88
+ arxiv:
89
+ - 2510.26937
90
  license: cc-by-4.0
91
  ---
92
 
 
176
  url = {https://doi.org/10.5281/zenodo.17300924}
177
  }
178
  ```
179
+
180
+ If you use this dataset in your research, please cite the original paper:
181
+
182
+ ```bibtex
183
+ @article{huang2025mmopera,
184
+ title={MM-OPERA: Benchmarking Open-ended Association Reasoning for Large Vision-Language Models},
185
+ author={Huang, Zimeng and Ke, Jinxin and Fan, Xiaoxuan and Yang, Yufeng and Liu, Yang and Liu, Zhonghan and Wang, Zedi and Dai, Junteng and Jiang, Haoyi and Zhou, Yuyu and Wang, Keze and Chen, Ziliang},
186
+ journal={arXiv preprint arXiv:2510.26937},
187
+ year={2025}
188
+ }
189
+ ```