<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta>
      <journal-title-group>
        <journal-title>C. Zhong);</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Team plutohbj at ImageCLEF 2025 Multimodal Reasoning: Meta-learning LoRa fine-tuning for MultimodalReasoning</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Baijian Huang</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Changle Zhong</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Kai Yan</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Foshan University</institution>
          ,
          <addr-line>Foshan</addr-line>
          ,
          <country country="CN">China</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2025</year>
      </pub-date>
      <volume>000</volume>
      <fpage>0</fpage>
      <lpage>0002</lpage>
      <abstract>
        <p>This paper proposes Meta-LoRA, a new paradigm that combines meta-learning with eficient parameter finetuning, aiming to address the challenges in multimodal reasoning tasks. Traditional methods either sufer from excessive parameter updates during full model fine-tuning or perform poorly in terms of few-shot adaptability. Our method introduces a two-stage optimization framework that uses meta-learning to actively learn the optimal initialization point of the cross-modal LoRA matrix, achieving task-specific adaptation through rank-constrained updates that only require 0.3% - 1.2% of the original model parameters. The cross-modal dependency pattern meta-learned in this paper dynamically adjusts the adaptability of the visual and textual paths to improve the discriminative ability of the model. Finally, we select the model weights that perform best in the validation set. We achieved an average score of 0.5226 in multi-language multimodal reasoning on the test set.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Multimodal reasoning</kwd>
        <kwd>lora</kwd>
        <kwd>fine-tuning</kwd>
        <kwd>Meta-learning</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        With the rapid growth of multimodal AI, integrating and reasoning across vision, language, and other
modalities remains a key challenge. Benchmarking initiatives like ImageCLEF have driven progress in
this field, ofering standardized evaluations for tasks ranging from medical image analysis to
argumentbased retrieval. The ImageCLEF 2025 edition continues this tradition with four tasks, including a
new MultimodalReasoning challenge designed to test advanced reasoning in vision-language models
(VLMs)[
        <xref ref-type="bibr" rid="ref1">1</xref>
        ][
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
      </p>
      <p>
        Vision-Language Models[
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] have demonstrated powerful capabilities in cross-modal tasks such as
image description generation and visual question answering (VQA)[
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. However, existing models still
have significant limitations when faced with scenarios that require deep logical reasoning or complex
hypothesis analysis (such as interpreting causal relationships in scientific diagrams and answering
cultural metaphor questions that rely on multi-step inference). This challenge is particularly prominent
in cross-language[
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] and cross-disciplinary scenarios[
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] - the model may not be able to perform efective
reasoning due to language diferences or lack of domain knowledge.
      </p>
      <p>
        While modern VLMs excel at basic tasks like image captioning, they often struggle with complex
logical inference, hypothetical scenarios, and deep cross-modal understanding. The
MultimodalReasoning task addresses this gap by evaluating models on multilingual, domain-diverse inputs requiring
structured reasoning. In this work, we focus on this task,In this study, Meta-LoRA is proposed, a method
that combines meta-learning[
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] with eficient parameter fine-tuning Lora[ 8] to solve ImageCLEF 2025
– Multimodal Reasoning task[
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. The task requires the model to select the only correct option based
on a given image (such as an infographic containing mathematical formulas or a scene with cultural
symbols) and its associated 3-5 candidate answers[
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. Compared with existing VQA tasks, our design
focuses on three core challenges:
      </p>
      <p>Cross-modal causal reasoning: It is necessary to combine visual elements (such as chart trends and
spatial layout) with text questions (such as questions containing negative conditions) to establish logical
associations;</p>
      <p>Multilingual generalization: The questions and answers may be presented in Chinese, English, or
low-resource languages, requiring the model to overcome language bias;</p>
      <p>Multidisciplinary generalization: The subject areas involved in the questions include physics,
chemistry, biology, and other subjects, requiring the model to overcome the challenges brought by the scope
of knowledge according to the characteristics of the subjects.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
      <p>
        Since 2003, ImageCLEF has been a driving force in the research of multimodal retrieval and visual
understanding [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Initially, its focus was on Cross-Language Image Retrieval (CLIR), aiming to retrieve
images in multilingual databases using descriptions in languages like English [9]. As image recognition
and semantic understanding technologies advanced, the tasks of ImageCLEF gradually expanded to
more challenging domains, including medical image analysis, assistive technologies (e.g., support for
disabilities), geo-tagging, and visual question answering (VQA). This shift reflects a transformation in
research focus from “image matching” to more complex “semantic reasoning.”
      </p>
      <p>
        In 2025, ImageCLEF introduced a new task called Multimodal Reasoning, designed to assess models’
abilities in cross-modal understanding and logical reasoning within multilingual VQA scenarios[
        <xref ref-type="bibr" rid="ref1">1</xref>
        ].
The task involves selecting the single correct answer from 3 to 5 options given an image and a related
question. This setting requires not only image-text alignment capabilities, but also fine-grained image
recognition, linguistic reasoning, and semantic exclusion.
      </p>
      <p>With the emergence of vision-language pre-trained models such as CLIP [10], ALBEF [11], and BLIP-2
[12], the pretrain-then-finetune paradigm has become the mainstream approach. For example, BLIP-2
connects a frozen vision encoder and a large language model (e.g., OPT or LLaMA) via a Q-Former
module for improved image-text alignment, resulting in enhanced inference eficiency and multi-task
adaptability. However, in the ImageCLEF2025 task requiring fine-grained semantic contrast and complex
reasoning, general pretrained models still struggle with limited reasoning capacity, semantic ambiguity,
and task overfitting.</p>
      <p>Recent advances in parameter-eficient fine-tuning (PEFT) have revolutionized multimodal model
adaptation. Low-Rank Adaptation (LoRA) [13] decomposes weight updates into trainable low-rank
matrices, achieving comparable performance to full fine-tuning while reducing trainable parameters
by 90-98%. This approach proves particularly efective for multilingual tasks where data scarcity per
language exacerbates overfitting risks. Building on this, Adapter [ 14] introduces task-specific bottleneck
layers between transformer blocks, enabling eficient multi-task learning. These techniques address the
core challenge of adapting billion-parameter models to specialized reasoning tasks without catastrophic
forgetting.</p>
      <p>Meta-learning has emerged as a powerful paradigm for few-shot multimodal learning.
ModelAgnostic Meta-Learning (MAML) [15] enables rapid adaptation to new languages through gradient-based
optimization of initialization parameters. Recent extensions like MetaPrompt [16] learn generalizable
prompt templates across tasks, while ProtoMAML [17] combines prototype networks with
metalearning for cross-lingual representation learning. These methods demonstrate particular promise for
the ImageCLEF2025 challenge where test languages may difer from training data.</p>
      <p>Visual Question Answering systems have evolved through three key innovations:
• Attention Mechanisms: Co-attention layers [18] enable dynamic visual-text feature alignment
• Compositional Reasoning: Models like NS-VQA [19] integrate neural networks with symbolic
program executors
• Knowledge Integration: Frameworks such as KRISP [20] incorporate external knowledge bases
for complex queries
The ImageCLEF2025 task inherits these advances while introducing new challenges in multilingual
answer grounding.</p>
      <p>To tackle these challenges, researchers have proposed more targeted training mechanisms, including:
• Cross-modal attention and joint embedding learning: to capture high-level semantic
alignment between image and text;
• Parameter-eficient fine-tuning (PEFT) methods such as LoRA [13] and Adapter [14], which
adapt large models with fewer trainable parameters;
• Contrastive learning and multi-task loss fusion: to enhance the model’s ability to distinguish
between similar options;
• Meta-learning and domain adaptation: to improve generalization across languages and image
styles.</p>
      <p>In this work, we propose a method named Meta-LoRA, integrating multiple training strategies to
improve model performance in multimodal reasoning tasks.</p>
      <p>Our method draws inspiration from contrastive approaches in visual-text detection [21], and leverages
lightweight and generalization-enhancing strategies to achieve robust reasoning performance in the
ImageCLEF2025 Multimodal Reasoning task.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Method</title>
      <p>We propose the following method
• Apply LoRA fine-tuning to improve parameter eficiency;
• Introduce meta-learning frameworks (e.g., Reptile) to enhance generalization across multilingual
and multi-style QA settings;
• Use gradient clipping and cosine annealing learning rates to ensure training stability and
robustness;
• Incorporate contrastive learning modules to reinforce discriminative capability between
imagetext pairs and reduce overfitting.</p>
      <p>Mainly,Our Meta-LoRA framework enhances Qwen2.5-VL-7B multimodal reasoning through three
novel components:</p>
      <sec id="sec-3-1">
        <title>3.1. Dynamic Parameter Adaptation</title>
        <p>Let  0 denote pretrained model parameters. For each task , we generate task-specific LoRA parameters
via meta-learning:</p>
        <p>∆   = ( ) = MLP(AvgPool(  (, )))
where  is the meta-learner with parameters , and  extracts task embeddings from
visuallanguage inputs. The adapted parameters become:</p>
        <p>=  0 + down (up∆  )
with down ∈ R× , up ∈ R×  (rank  ≪ ).
(1)
(2)
The fused representation combines both modalities:
2 = softmax
2 = softmax
︂( () )︂</p>
        <p>√
︃( ′(′) )︃
√

′
fused = LayerNorm([2; 2] +  )</p>
      </sec>
      <sec id="sec-3-2">
        <title>3.3. Stable Optimization Strategy</title>
        <p>The training combines:
• Cosine Annealing:  = min + 21 (max − min)(1 + cos(   ))
 
• Gradient Clipping: ′ = max(||2, )
The final loss integrates cross-entropy with Kullback-Leibler regularization:
ℒ = −
⏟</p>
        <p>⏞

∑︁  log  CE +   (( )|( 0))
=1 ⏟</p>
        <p>Regular⏞izer</p>
      </sec>
      <sec id="sec-3-3">
        <title>3.4. Meta-Training Algorithm</title>
        <p>The proposed meta-learning strategy addresses two challenges: (1) rapid adaptation to new tasks via
dynamic LoRA parameters, and (2) maintaining stability during cross-task optimization. As shown in
Algorithm 1:</p>
      </sec>
      <sec id="sec-3-4">
        <title>3.2. Multimodal Feature Fusion</title>
        <p>Given visual features  ∈ R×  ×  and text embeddings  ∈ R× , we compute cross-modal
attention:
Algorithm 1 Meta-LoRA Training
Require: Dataset , base model  0 , meta-learner 
Ensure: Optimized parameters  * , *
1: Initialize  0,  randomly
2: for epoch = 1 to  do
3: Sample batch {}=1 ∼ 
4: for each task  do
5: Compute ∆   = ()
6: Adapt parameters:   ←  0 + ∆  
7: Evaluate ∇  ℒ
8: end for
9: Update  ←  −  ∇ ∑︀ ℒ ( )
10: Apply gradient clipping to ∇
11: Update learning rate via cosine annealing
12: end for
(3)
(4)
(5)
(6)</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Experiment</title>
      <sec id="sec-4-1">
        <title>4.1. Dataset analysis</title>
        <p>The dataset is provided by ImageCLEF-2025-MultimodalReasoning, and Exams-V dataset[22] This
includes only training and dev/validation data split into 16,724 training and 4,208 dev/validation
instances and test is new data for the task. The detailed distribution of the training set, validation set,
and test set data by language and subject is shown in Figures1 and 2:</p>
        <p>We observe that the average sequence length across languages in the training set is 1,195 tokens.
Several languages exhibit significantly shorter samples than this average, notably:
• Russian: 9 samples
• Romanian: 5 samples
This data scarcity is compounded by a subject distribution bias toward physics, chemistry, and specialized
courses.</p>
        <p>To standardize the evaluation, we established mapping rules for answer normalization. Since:
• Model outputs are constrained to options A–E
• Original answers contain variants (e.g., 0, 1, a, b, c and Russian alphabet)
we convert all answer_key values to canonical A–E options. This ensures consistent learning of correct
knowledge representations.</p>
      </sec>
      <sec id="sec-4-2">
        <title>4.2. Experimental setup</title>
        <p>In this study, we selected Qwen2.5-VL-7B as our base model, primarily due to the proprietary restrictions
of the Qwen-VL-Max version and practical computational resource constraints. For the experiments,
we adopted prompt2 - the top-performing text input template on the validation set - and performed
parameter-eficient fine-tuning using LoRA (Low-Rank Adaptation). The detailed training configuration
was as follows: a batch size of 16, learning rate ranging from 1 × 10− 4 to 1 × 10− 5 with cosine annealing
scheduling, trained for 3 epochs using the AdamW optimizer with weight decay ( = 0.01). The loss
function combined alignment contrastive loss and generation cross-entropy loss for multi-task joint
optimization. All experiments were conducted on an NVIDIA A800 GPU cluster, with single-GPU
batch_size=16 achieving approximately 68% GPU memory utilization. During the training phase, we
used the oficial training dataset from EXAMS to train the model. To evaluate the model’s performance
across diferent languages, we employed the oficial EXAMS validation set during the validation phase.
Our model achieved an accuracy of 0.52258 on the validation set.</p>
      </sec>
      <sec id="sec-4-3">
        <title>4.3. Result</title>
        <p>The multimodal accuracy is shown in the ImageCLEF-2025-MultimodalReasoning task. The accuracy
on the test set is reported in the overview. Table 1 shows the relevant results.</p>
        <p>We observe that our proposed Meta-LoRA framework significantly enhances the multimodal
reasoning capabilities of Qwen2.5-VL-7B through three key innovations:</p>
        <p>LoRA-based eficient fine-tuning, which trains only 0.1% of parameters yet outperforms baseline
models by an average of 34.2% across 12 languages (current limitations exist in semantically dependent
languages like Arabic [0.3514], which can be addressed via MoE-based language-specific modeling);</p>
        <p>Multimodal synergy, achieving a 138% improvement over text-only baselines (0.2480) in Chinese
VQA tasks (0.5921);</p>
        <p>Low-resource adaptation, surpassing 50% of competitors in Croatian (0.5616) and Polish (0.5251)
based on ranking.This approach ranks third in the Chinese domain, demonstrating its efectiveness. In
multilingual and multimodal question-answering reasoning tasks using Qwen2.5-VL-7B, the framework
exhibits strong cross-lingual generalization, particularly in German, Croatian, Polish, and Italian.
Compared to the validation set accuracy in Table 3, the oficial test set accuracy shows only a 6
percentage point decline.</p>
        <p>Although it does not lead in Chinese and English tasks, it remains highly competitive. Performance
in mainstream languages could be further enhanced—and full-language coverage strengthened—by
integrating more sophisticated language adaptation mechanisms (e.g., LoRA + language adaptation
modules) or employing multilingual prompt tuning strategies.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Ablation study</title>
      <p>This study first We evaluated two oficial testing prompts[23]:</p>
      <p>Prompt 1: Analyze the image of a multiple-choice question. Identify the question, all answer options
(even if there are more than four), and any relevant visuals like graphs or tables. Choose the correct
answer based only on the image. Reply with just the letter of the correct option, no explanation.</p>
      <p>Prompt 2: You are a sophisticated Vision-Language Model (VLM) capable of analyzing images
containing multiple-choice questions, regardless of language. To guide your analysis, you may adopt
the following process:
1.Examine the image carefully for all textual and visual information.
2.Identify the question text, even if it’s in a diferent language.
3.Extract all answer options (note: there may be more than four).
4.Look for additional visual elements such as tables, diagrams, charts, or graphs.
5.Ensure to consider any multilingual content present in the image.
6.Analyze the complete context and data provided.
7.Select the correct answer(s) based solely on your analysis.
8.Respond by outputting only the corresponding letter(s) without any extra explanation.</p>
      <p>The achieved accuracies of 29.63% and 60.97% for Prompts 1 and 2, respectively, led us to select
Prompt 2 for our text input. Next, tested the pre-trained models Qwen2.5-VL-7B, Qwen-VL-Max[24],
and Qwen-VL-Plus[25], which have high accuracy in multimodal reasoning. We evaluated all models
using identical prompt2 under zero-shot settings without fine-tuning. Table 2 presents:
The results reveal Qwen-VL-Max superior accuracy, which we attribute to two primary factors:
Model Capacity: The Max version likely employs a substantially larger base model (potentially with
tens/hundreds of billions of parameters), enabling it to capture more sophisticated visual-language</p>
      <sec id="sec-5-1">
        <title>Language</title>
      </sec>
      <sec id="sec-5-2">
        <title>Arabic</title>
      </sec>
      <sec id="sec-5-3">
        <title>Bulgarian</title>
      </sec>
      <sec id="sec-5-4">
        <title>Chinese</title>
      </sec>
      <sec id="sec-5-5">
        <title>Croatian</title>
      </sec>
      <sec id="sec-5-6">
        <title>English</title>
      </sec>
      <sec id="sec-5-7">
        <title>French</title>
      </sec>
      <sec id="sec-5-8">
        <title>German</title>
      </sec>
      <sec id="sec-5-9">
        <title>Hungarian</title>
      </sec>
      <sec id="sec-5-10">
        <title>Italian</title>
      </sec>
      <sec id="sec-5-11">
        <title>Polish</title>
      </sec>
      <sec id="sec-5-12">
        <title>Serbian</title>
      </sec>
      <sec id="sec-5-13">
        <title>Slovakian</title>
      </sec>
      <sec id="sec-5-14">
        <title>Spanish</title>
      </sec>
      <sec id="sec-5-15">
        <title>OVERALL</title>
      </sec>
      <sec id="sec-5-16">
        <title>Arabic</title>
      </sec>
      <sec id="sec-5-17">
        <title>Bulgarian</title>
      </sec>
      <sec id="sec-5-18">
        <title>Chinese</title>
      </sec>
      <sec id="sec-5-19">
        <title>Croatian</title>
      </sec>
      <sec id="sec-5-20">
        <title>English</title>
      </sec>
      <sec id="sec-5-21">
        <title>French</title>
      </sec>
      <sec id="sec-5-22">
        <title>German</title>
      </sec>
      <sec id="sec-5-23">
        <title>Hungarian</title>
      </sec>
      <sec id="sec-5-24">
        <title>Italian</title>
      </sec>
      <sec id="sec-5-25">
        <title>Polish</title>
      </sec>
      <sec id="sec-5-26">
        <title>Serbian</title>
      </sec>
      <sec id="sec-5-27">
        <title>Slovakian</title>
      </sec>
      <sec id="sec-5-28">
        <title>Spanish</title>
        <p>Overall
relationships. This advantage may stem from enhanced cross-modal attention mechanisms, such as
optimized Vision Transformers or dynamic token allocation strategies.</p>
        <p>Training Data Quality: Qwen-VL-Max probably utilizes superior multimodal datasets featuring more
comprehensive scene coverage, higher-resolution images, and rigorous data cleaning protocols to
minimize bias.</p>
        <p>Notably, Qwen2.5-VL-7B achieves comparable accuracy to Qwen-VL-Plus despite its smaller size. This
suggests Qwen2.5-VL-7B may employ more eficient architectural innovations, such as advanced sparse
attention or mixture-of-experts (MoE) techniques, allowing it to approach larger models’ performance.</p>
        <p>We selected the best performing model in the validation phase, tested it on the AIStation platform,
and scored all test tasks separately. The comprehensive results of the valid dataset are shown in Table3.</p>
        <p>From the above results, we can see that Serbian has the highest improvement of 48.41%, followed by
Hungarian with an improvement of 40.74%. French and German have an accuracy of over 70% after
ifne-tuning, showing the strong adaptability of the model to Latin alphabet languages. Languages
with Untapped Potential: Bulgarian has a slight improvement of 4%, which may be due to the high
dificulty of visual-text alignment of Cyrillic letters. Spanish has a high base number and limited
room for improvement, and has increased by 6%. Chinese performance: From 29.67% → 56.67%,
the improvement is significant, but there is still room for optimization (may be afected by complex
characters or multimodal alignment).</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>6. summary</title>
      <p>In this paper, we proposed a method of using gradient clipping and cosine return policy combined
with meta-learning to solve multimodal reasoning tasks and improve the accuracy of reasoning. Our
proposed method has achieved good results on the leaderboard. These results verify the efectiveness
of our proposed method in multimodal reasoning tasks. Due to time and economic constraints, we
only selected the Qwen-2.5-VL-7B model for testing. In the future, we can use a larger-scale parameter
model for fine-tuning, perform prompt optimization engineering, and select a better prompt for testing.
We believe that further improvements may yield additional unexpected results.</p>
    </sec>
    <sec id="sec-7">
      <title>Acknowledgments</title>
      <p>This work is supported by the National Natural Science Foundation of China (No.62276064).</p>
    </sec>
    <sec id="sec-8">
      <title>Declaration on Generative AI</title>
      <p>During the preparation of this work, the author(s) used DeepSeek and Grammarly for grammar and
spelling checking. The author(s) reviewed and edited the content as needed and take(s) full responsibility
for the publication’s content.
[8] E. J. Hu, Y. Shen, P. Wallis, Z. Allen-Zhu, Y. Li, S. Wang, W. Chen, Lora: Low-rank adaptation of
large language models, arXiv preprint arXiv:2106.09685 (2021).
[9] H. Müller, P. D. Clough, T. Deselaers, T. Lehmann, Imageclef: Cross language image retrieval in
clef, in: Working Notes for the CLEF 2003 Workshop, 2003.
[10] A. Radford, J. W. Kim, C. Hallacy, A. Ramesh, et al., Learning transferable visual models from
natural language supervision, in: Proceedings of the International Conference on Machine
Learning (ICML), 2021.
[11] J. Li, A. Baldrati, T. Yao, T. Mei, Align before fuse: Vision and language representation learning
with momentum distillation, in: NeurIPS, 2021.
[12] J. Li, D. Hu, C. Xiong, T. Mei, Blip-2: Bootstrapping language-image pre-training with frozen
image encoders and large language models, arXiv preprint arXiv:2301.12597 (2023).
[13] E. J. Hu, Y. Shen, P. Wallis, Z. Allen-Zhu, et al., Lora: Low-rank adaptation of large language
models, arXiv preprint arXiv:2106.09685 (2021).
[14] N. Houlsby, A. Giurgiu, S. Jastrzebski, B. Morrone, Q. de Laroussilhe, A. Gesmundo, M. Attariyan,
S. Gelly, Parameter-eficient transfer learning for nlp, in: International Conference on Machine
Learning, 2019, pp. 2790–2799.
[15] C. Finn, P. Abbeel, S. Levine, Model-agnostic meta-learning for fast adaptation of deep networks,
in: Proceedings of the 34th International Conference on Machine Learning, 2017, pp. 1126–1135.
[16] Y. Zhang, H. Zhou, B. Liu, T. Liu, B. Qin, Metaprompting: Learning to learn better prompts, in:</p>
      <p>ACL, 2023.
[17] E. Triantafillou, T. Zhu, V. Dumoulin, P. Lamblin, U. Evci, K. Xu, R. Goroshin, C. Gelada, K. Swersky,
P.-A. Manzagol, H. Larochelle, Meta-dataset: A dataset of datasets for learning to learn from few
examples, in: ICLR, 2020.
[18] J. Lu, J. Yang, D. Batra, D. Parikh, Hierarchical question-image co-attention for visual question
answering, in: NeurIPS, 2016.
[19] K. Yi, J. Wu, C. Gan, A. Torralba, P. Kohli, J. Tenenbaum, Neural-symbolic vqa: Disentangling
reasoning from vision and language understanding, in: NeurIPS, 2020.
[20] K. Marino, X. Chen, D. Parikh, A. Gupta, M. Rohrbach, Krisp: Integrating implicit and symbolic
knowledge for open-domain knowledge-based vqa, in: CVPR, 2021.
[21] X. Zhang, F. Zhu, X.-S. Li, Contrastive learning of image-text embeddings for image retrieval, in:
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR),
2021.
[22] R. Das, S. Hristov, H. Li, D. Dimitrov, I. Koychev, P. Nakov, EXAMS-V: A multi-discipline
multilingual multimodal exam benchmark for evaluating vision language models, in: L.-W. Ku,
A. Martins, V. Srikumar (Eds.), Proceedings of the 62nd Annual Meeting of the Association for
Computational Linguistics (Volume 1: Long Papers), Association for Computational
Linguistics, Bangkok, Thailand, 2024, pp. 7768–7791. URL: https://aclanthology.org/2024.acl-long.420.
doi:10.18653/v1/2024.acl-long.420.
[23] S. Ahmad, M. N. Team, Imageclef 2025 - multimodal reasoning baseline, https://github.com/
mbzuai-nlp/ImageCLEF-2025-MultimodalReasoning, 2024.
[24] J. Bai, S. Bai, S. Yang, S. Wang, S. Tan, P. Wang, J. Lin, C. Zhou, J. Zhou, Qwen-vl: A versatile
vision-language model for understanding, localization, text reading, and beyond, arXiv preprint
arXiv:2308.12966 (2023).
[25] Q. Team, Qwen-vl-plus: Scaling vision-language learning with enhanced multimodal
understanding, Technical Report (2024). URL: https://qwenlm.github.io/.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>B.</given-names>
            <surname>Ionescu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Müller</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.-C.</given-names>
            <surname>Stanciu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.-G.</given-names>
            <surname>Andrei</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Radzhabov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Prokopchuk</surname>
          </string-name>
          , Ştefan, LiviuDaniel, M.-G. Constantin,
          <string-name>
            <given-names>M.</given-names>
            <surname>Dogariu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Kovalev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Damm</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Rückert</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. Ben</given-names>
            <surname>Abacha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>García Seco de Herrera</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. M.</given-names>
            <surname>Friedrich</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Bloch</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Brüngel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Idrissi-Yaghir</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Schäfer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. S.</given-names>
            <surname>Schmidt</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T. M. G.</given-names>
            <surname>Pakull</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Bracke</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Pelka</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Eryilmaz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Becker</surname>
          </string-name>
          , W.-W. Yim,
          <string-name>
            <given-names>N.</given-names>
            <surname>Codella</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. A.</given-names>
            <surname>Novoa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Malvehy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Dimitrov</surname>
          </string-name>
          ,
          <string-name>
            <surname>R. J. Das</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          <string-name>
            <surname>Xie</surname>
            ,
            <given-names>M. S.</given-names>
          </string-name>
          <string-name>
            <surname>Hee</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Nakov</surname>
            , I. Koychev,
            <given-names>S. A.</given-names>
          </string-name>
          <string-name>
            <surname>Hicks</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Gautam</surname>
            ,
            <given-names>M. A.</given-names>
          </string-name>
          <string-name>
            <surname>Riegler</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          <string-name>
            <surname>Thambawita</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Halvorsen</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Fabre</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Macaire</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Lecouteux</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Schwab</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Potthast</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Heinrich</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Kiesel</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Wolter</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Stein</surname>
          </string-name>
          , Overview of imageclef 2025:
          <article-title>Multimedia retrieval in medical, social media and content recommendation applications, in: Experimental IR Meets Multilinguality</article-title>
          , Multimodality, and
          <string-name>
            <surname>Interaction</surname>
          </string-name>
          ,
          <source>Proceedings of the 16th International Conference of the CLEF Association (CLEF</source>
          <year>2025</year>
          ), Springer Lecture Notes in Computer Science LNCS, Madrid, Spain,
          <year>2025</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>D.</given-names>
            <surname>Dimitrov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. S.</given-names>
            <surname>Hee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Xie</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Joyti Das</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Ahsan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Ahmad</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Paev</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Koychev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Nakov</surname>
          </string-name>
          ,
          <article-title>Overview of imageclef 2025 - multimodal reasoning</article-title>
          ,
          <source>in: CLEF 2025 Working Notes, CEUR Workshop Proceedings</source>
          , CEUR-WS.org, Madrid, Spain,
          <year>2025</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>J.</given-names>
            <surname>Lu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Batra</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Parikh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <article-title>Vilbert: Pretraining task-agnostic visiolinguistic representations for vision-and-language tasks</article-title>
          ,
          <source>Advances in neural information processing systems</source>
          <volume>32</volume>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>R.</given-names>
            <surname>Zellers</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Bisk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Farhadi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Choi</surname>
          </string-name>
          ,
          <article-title>From recognition to cognition: Visual commonsense reasoning</article-title>
          , CoRR abs/
          <year>1811</year>
          .10830 (
          <year>2018</year>
          ). URL: http://arxiv.org/abs/
          <year>1811</year>
          .10830. arXiv:
          <year>1811</year>
          .10830.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>R.</given-names>
            <surname>Zellers</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Bisk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Farhadi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Choi</surname>
          </string-name>
          ,
          <article-title>From recognition to cognition: Visual commonsense reasoning</article-title>
          , in: CVPR,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Zhu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Xu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Tao</surname>
          </string-name>
          ,
          <article-title>Overcoming language and knowledge barriers in multimodal machine learning</article-title>
          , in: arXiv preprint arXiv:
          <year>2010</year>
          .14256,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>C.</given-names>
            <surname>Finn</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Abbeel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Levine</surname>
          </string-name>
          ,
          <article-title>Model-agnostic meta-learning for fast adaptation of deep networks</article-title>
          ,
          <source>in: Proceedings of the 34th International Conference on Machine Learning</source>
          ,
          <year>2017</year>
          , pp.
          <fpage>1126</fpage>
          -
          <lpage>1135</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>