<!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 />
    <article-meta>
      <title-group>
        <article-title>NorViVQA: Visual Question Answering for Visually Impaired in Norwegian Language</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Ratnabali Pal</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Samarjit Kar</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Dilip K. Prasad</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Applied Mathematics</institution>
          ,
          <addr-line>NIT Durgapur</addr-line>
          ,
          <country country="IN">India</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>UiT The Arctic University of Norway</institution>
          ,
          <addr-line>Tromsø</addr-line>
          ,
          <country country="NO">Norway</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Designing a visual question answering (VQA) system for low-resource languages is challenging. Yet, it has enormous potential for practical applications toward making AI-driven assistive technologies more inclusive and accessible. In this article, we introduce Norsk VQA for visually impaired (NorViVQA), a Norwegian VQA dataset derived from the VizWiz-VQA, which contains real-world, often low-quality images captured by blind users alongside questions. Using the NorT5-base model, fine-tuned for English-Norwegian translation, we translate questions and answers into Norwegian Bokmål while preserving the original challenges of VizWiz. We propose a light-weight VQA module on top of the Contrastive Language-Image Pre-training (CLIP) for answer type prediction and answer prediction. We demonstrated the efect of diferent Norsk embedding methods and achieved 67.09% answer type prediction accuracy and 34.86% answer accuracy. This research aims to bridge the research gap in VQA for visually impaired users in the Norwegian language. The low accuracy of NorViVQA opened up new challenges for the research community. The code and the datasets will be available in http://www.github.com</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;VQA</kwd>
        <kwd>CLIP-VQA</kwd>
        <kwd>Visually impaired</kwd>
        <kwd>low-resource language</kwd>
        <kwd>NorViVQA</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Dr. Cecily Morrison, a Microsoft researcher who is visually impaired (VI), said, “AI can empower blind
and low-vision users by providing real-time, context-aware information about their surroundings."
Visually impaired people rely on image and audio based assistive devices to help interpret their surroundings.
They need technology that makes everyday tasks, such as identifying products or objects, navigating
spaces, reading texts on labels, and recognising scenes, etc., much more accessible. They require assistive
technology as their "eyes," converting visual data into accessible formats. Visual Question Answering
(VQA) [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], a multi-modal reasoning task in artificial intelligence that enables users to learn about visual
content using natural language queries. According to Ethnologue [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], 7,139 languages are oficially
recognised worldwide, yet most AI breakthroughs, notably VQA, are mostly focused on high-resource
languages such as English. This leaves a significant research gap for resource-constrained languages,
including Norwegian, where annotated datasets, pre-trained models, and linguistic resources are limited.
As a result, accessing AI-driven assistive devices is challenging for many non-English-speaking
populations, especially those with disabilities. Although multi-lingual visual question answering (M-VQA) [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]
datasets have recently advanced, most of these eforts still fail to adequately represent low-resource
languages (those with inadequate computing and linguistic resources). Accessibility may be
revolutionized with a multilingual VQA system that includes the majority of the spoken languages for people
with disabilities. It can help users become more independent, empower them, and encourage social
inclusion by addressing their language, visual, and assistive needs. In this research, we propose the
development of a resource-constrained VQA model designed for the Norwegian language within the
broader context of multilingual VQA. We emphasise the significance of focusing on these languages,
Question: hva er klokken
      </p>
      <p>på klokken??
GT Answer: ni forti</p>
      <p>Question: Hva er captcha
på dette skjermbildet?</p>
      <p>GT Answer:3 6 m</p>
      <p>Question: Ser ansiktet rent</p>
      <p>ut? ?
GT Answer: Ja
exploring how linguistic diversity, data availability, and AI model adaptability can shape the future of
inclusive AI-powered assistive technology.</p>
      <p>
        Traditional Large visual models (LVMs) [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], Large Language Models (LLMs) [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] such as GPT-4 [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ],
RAG [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], LLaVA [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] are trained on large volumes of text data to generate human-like answers. While
impressive in their ability to produce coherent text, these models have a significant drawback: (a) They
require large and wide neural networks with millions or billions of parameters to capture complex text
or visual data patterns. (b) Models like GPT-4 and LLaVA, for example, need layers of transformers and
attention processes, each of which needs a large number of parameters to work well. Here, we address
the dual dificulties of low-resource language challenges and computational sustainability to make them
a practical option for worldwide deployment. The Norwegian query and visual input are encoded into
embeddings using the text and image encoders of Contrastive Language–Image Pre-training (CLIP) [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]
model. This model has demonstrated great performance in learning with cross-modal supervision from
numerous image-text pairs collected online.
      </p>
      <p>
        Our research aims to bridge the gap in low-resource languages by developing VQA-based smart
solutions that specifically address the needs of visually impaired individuals, allowing greater accessibility
and independence in their everyday lives. To address the challenges, we contribute as:
• Using NorT5-base [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], fine-tuned for bidirectional English ↔ Norwegian (Bokmål and Nynorsk)
translation, we propose a Norwegian VQA dataset (NorViVQA) generated for low-vision
individuals, authenticated from the VizWiz-VQA [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] dataset. This dataset is derived from the
VizWiz-VQA corpus, where visually impaired people captured real-world images and asked visual
questions based on them. Due to the nature of the data, many of the images are unfocused or
poorly framed, reflecting the challenges faced by visually impaired users in capturing meaningful
visual content. Figure 1 (a),(b), and (c) show three examples of the Vizwiz-VQA dataset.
• We propose an image-text CLIP pipeline to learn visual concepts with natural language supervision.
      </p>
      <p>To evaluate our dataset, we implement a small trainable baseline model that integrates a Vision
Transformer (ViT) with NorBERT as the language encoder, trained, and achieved a state-of-the-art
accuracy on the NorViVQA dataset.</p>
      <p>Such a VQA system can successfully address the world’s linguistic diversity, empower visually impaired
people, and ofer equitable access to information. Our approach facilitates more efective interaction
between low-resource language speakers and their surroundings by bridging the language gap in
AI-driven assistive devices. As a result, the AI ecosystem becomes more inclusive. It also promotes
increased independence, social inclusion, and digital accessibility.</p>
      <p>The subsequent sections of this paper are structured as follows: An analysis of existing work on visual
question answering in a wide range of applications is provided in Section 2. Section 3 introduces and
details the construction of our Norwegian dataset, NorViVQA, derived from the VizWiz-VQA dataset
and translated using the NorT5-base model. Section 4 outlines our proposed approach for Norwegian
VQA. Our experimental findings for Norwegian VQA are detailed in Section 5. The concluding remark
of our study is provided in Section 6.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Works</title>
      <sec id="sec-2-1">
        <title>2.1. VQA for VI people</title>
        <p>
          As mentioned in the Introduction, we summarize recent articles focusing on VQA for visually impaired
individuals and multilingual VQA applications, including low-resource language line Norsk.
Visual Question Answering (VQA) for Visually Impaired (VI) People focuses on designing systems
that help visually impaired individuals gain insights about their surroundings or understand visual
content through a combination of image analysis and a question-answering pipeline. Individuals with
visual impairments may be unable to check the content of their captured images, leading to reduced
image quality. As far as we know, VizWiz [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ]dataset is the largest VQA dataset specially designed
for low-vision people. VizWiz has more than 31,000 visual questions created by low-vision people
who each capture an image using a mobile phone and record a spoken question about it. Each visual
question has ten crowdsourced answers. In this study [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ], researchers created a new VQA system
that combines implicit textual knowledge and implicit multimodal knowledge using encoder-decoder
generative models. In this article, the VizWiz-VQA-Grounding dataset [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ] presented a base model for
designing less biased VQA models and more accurate answer grounding models, making it a significant
milestone for future research.
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>2.2. Low-resource and Multilingual VQA</title>
        <p>Here, we summarise visual question answering for additional languages, including low- and
highresource languages, along with models and resources. Since many visually impaired people may not
speak English well, it is preferable to use a VQA system in their mother tongue to promote better
communication and understanding.</p>
        <p>
          Chinese: Wang et al. presented a novel bilingual scene (text + evidence) VQA data set named
ESTVQA [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ] which is annotated with English and Chinese QA pairs. In this article, three challenges
(cross-language, localisation, and tradition) are proposed to assess the generalisation of VQA models.
Vietnamese: Researchers have presented a new dataset for Vietnamese VQA called ViVQA [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ], which
includes 15,000 question-answer pairs in Vietnamese and 10,328 images to assess Vietnamese VQA
models.
        </p>
        <p>
          Hindi: Hindi is the oficial language of the Indian government (along with English) and is widely
spoken in North and Central India. A few years back, researchers designed a unified end-to-end
framework for multilingual and code-mixed question answering and introduced a dataset [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ] for Hindi
and code-mixed VQA.
        </p>
        <p>
          Multilingual BERT: BERT (Bidirectional Encoder Representations Transformers) [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ] is a foundational
model in the field of NLP that introduced a novel approach to pre-training language models. BERT
processes text in both directions (left-to-right and right-to-left) in each layer, allowing it to construct
more context-aware representations of words. Additionally, BERT is trained to predict whether one
sentence follows another, helping it understand the relationships between sentences and making it
efective for tasks requiring contextual sentence-level understanding. Devlin et al. proposed Multilingual
BERT (M-BERT) [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ], which follows the same architecture and training procedure as BERT, but it is
pre-trained as a single language model on the concatenation of monolingual Wikipedia corpora from
104 languages. After a large number of probing experiments, researchers have concluded that while
MBERT [18] does learn multilingual representations, these representations display systematic deficiencies,
particularly afecting certain language pairs.
        </p>
      </sec>
      <sec id="sec-2-3">
        <title>2.3. Norwegian QA</title>
        <p>
          While most Norwegian datasets focus on text-based Question Answering (QA), they lack the multimodal
components needed for VQA, limiting their applicability in image-based AI tasks. Developed for machine
reading comprehension, NorQuAD [19] contains over 4,752 manually curated QA pairs in Bokmål
and Nynorsk. NorOpenBookQA [20], NorCommonSenseQA [20], NorTruthfulQA [20], and
NRK-QuizQA [20] datasets are designed for diferent reasoning tasks, including common sense and factual
knowledge. Pretrained Norwegian language models like NorBERT [
          <xref ref-type="bibr" rid="ref10">10, 21</xref>
          ] and NorT5 [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ] have been
ifne-tuned for QA tasks. It is noted that there are no such VQA datasets in the Norwegian language.
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3. Proposed Dataset</title>
      <p>
        The literature study on VQA for visually impaired people suggests that the VizWiz dataset is one of the
best datasets for the task. VizWiz is a pioneering VQA dataset introduced by Gurari et al. [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ], designed
specifically to reflect real-world accessibility challenges. It contains over 31,000 visual questions collected
from visually impaired individuals, who captured photos using mobile phones and asked questions
about them. Each visual question is paired with 10 crowdsourced answers to ensure response diversity.
The dataset is also equipped with four classes (answer type), namely “others", “numbers", “yes/no", and
“unanswerable". The VizWiz dataset has two characteristics that are diferent from traditional VQA
datasets as:
• The images are often of low quality, as they are captured by low-vision individuals using mobile
phones, leading to frequent issues such as poor framing, blurriness, or inadequate lighting.
• Due to either poor image quality or a lack of relevant visual information, a significant proportion
of the visual questions are inherently unanswerable.
      </p>
      <p>All of these features collectively make VizWiz a uniquely challenging and practical benchmark for
developing VQA systems for accessibility. Building upon this, we propose NorViVQA, a Norwegian VQA
dataset designed for low-vision individuals. In this paper, we utilize the ltg/nort5-base-en-no-translation
model—an encoder-decoder architecture [22] based on the T5 framework [23]—specifically optimized
for machine translation [24] between English (en) and the one oficial written standard of Norwegian:
Bokmål (nb). This model enables the creation of a custom English-to-Norwegian translation pipeline,
allowing us to convert existing English-language datasets, such as VizWiz-VQA, into Norwegian. By
leveraging this translation capability, we generate a Norwegian version of the dataset suitable for VQA
applications targeted toward low-vision individuals. The distributions of the questions for English and
Norwegian are presented in Figure 3.</p>
    </sec>
    <sec id="sec-4">
      <title>4. Proposed Method</title>
      <p>Here, we propose to use a small trainable neural network on top of a pre-trained image and language
encoder for the VQA. VQA aims to answer a textual question based on the content of an image by using
an image’s content. We use CLIP [25, 26]architecture as a baseline. CLIP can function as a base by:
• The image and question are encoded into the same embedding space.</p>
      <p>• Predicting a suitable answer using a baseline neural network considering the joint embeddings.</p>
      <p>Let us consider the NorViVQA dataset  = {, }=1. The goal is to predict an answer, . The
image is encoded into a vector embedding  ∈ R. Both the Questions ( ) and user answers
 are encoded into the same language embedding space,  = [() ] and  = [( )] for
 = 1, 2, ..., .</p>
      <p>The image and Norwegian questions/answers are embedded into the CLIP model. CLIP ensures that
matching Norwegian image-text pairs are aligned into a shared embedding space. Here, our proposed
model consists of three main modules: (a) a pre-trained image encoder, (b) a pre-trained text encoder,
and (c) a baseline neural network for answer prediction. The proposed method is depicted in Figure 4.
These modules are discussed hereafter.</p>
      <sec id="sec-4-1">
        <title>4.1. Image and Text Encoder</title>
        <p>We propose to use an image encoder (ViTL/14) [27, 28]from OpenAI to extract visual features. The
Vision Transformer is trained with contrastive pretraining on image-text pairs. This encoder transforms
input images into a dense embedding that captures semantic information aligned with natural language,
making it suitable for image-text alignment tasks. We applied it to the NorViVQA dataset to obtain
semantically rich image embeddings that align well with text, supporting tasks involving visual question
answering for visually impaired users. ViT-L/14 is the large variant of the Vision Transformer (ViT)
model, where the input image is divided into non-overlapping patches of size 14 × 14 pixels. Each patch
is flattened and linearly projected into a fixed-size embedding vector, typically of 1024 dimensions for
the large (L) variant. To retain spatial information, learnable positional embeddings are added to the
patch embeddings. The model architecture consists of 24 Transformer encoder blocks, each comprising
multi-head self-attention [29], Layer Normalization [30], and a feedforward neural network with GELU
activation [31]. Additionally, a learnable classification token ([CLS]) is prepended to the sequence of
patch embeddings. The final representation of this token is used as the global image embedding. In
the context of CLIP, the output image embeddings from ViT-L/14 are aligned with text embeddings
hvor mange penner
på denne siden?
Text
Encoder</p>
        <p>I1
I2
In</p>
        <p>T1</p>
        <p>T2</p>
        <p>Tn
I1T1 I1T2 - I1Tn
I2T1 I2T2 - I2Tn
- - -</p>
        <p>InT1 InT2 - InTn
Pre-trained embedding using CLIP
en</p>
        <p>V
Q
A
N
e
t
w
o
r
k
in a shared latent space through contrastive learning, enabling strong vision-language understanding
across diverse tasks.</p>
        <p>
          In our research, ltg/norbert3-large [
          <xref ref-type="bibr" rid="ref10">32, 10, 21</xref>
          ] is used to generate text embeddings that are rich in
contextual and linguistic cues of the Norwegian language, allowing efective alignment with visual
features in multimodal tasks. ltg/norbert3-large is a BERT-based language model developed specifically
for the Norwegian language as part of the NorBERT3 series. The ltg/norbert3-large model follows the
BERT-large architecture, consisting of 24 Transformer layers, 16 attention heads, and a hidden size
of 1024. It is pre-trained using the Masked Language Modeling (MLM) [33] objective on extensive
Norwegian corpora, including news, books, web content, and parliamentary texts. The model uses
a WordPiece tokeniser [34] designed for Norwegian vocabulary and generates contextualized token
embeddings, with the [CLS] token commonly employed for sentence-level tasks such as classification
or similarity scoring.
        </p>
      </sec>
      <sec id="sec-4-2">
        <title>4.2. Baseline Model</title>
        <p>
          A text encoder (NoRBERT) [
          <xref ref-type="bibr" rid="ref10">10, 21</xref>
          ] and an image encoder (ViT) [35] are combined in a single space and
used as the input in the proposed baseline VQA module.
        </p>
        <p>The baseline consists of layer normalization, dropout, and linear layers. The answer type is predicted
using a linear layer, and the answers are predicted using a Sigmoid activation layer, as shown in Figure
5. As we stated earlier, the image and text embeddings are combined into a single space, although they
are embedded diferently. The layer normalization helps to normalize across features; it stabilized the
training process and also reduced the dependency of the batch size. The dropout here is 0.5, it will
reduce the overfitting and also increase the generalization across diferent training data. It is noted that
only this module is trained here.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Results and discussion</title>
      <p>Following the discussion of our proposed approach, we will analyze our experimental results.</p>
      <p>We have reported the results of varying text embeddings on the same baseline trainable module.
Experimental Setup: All experiments were performed on an Intel Xeon Silver server equipped with
128 GB of RAM and a 24GB RTXA5000 GPU. The dataset consists of 20523 training samples that are
split into 80% training and 20% validation sets. The test data consists of 1243 samples. Training was
performed using the Early Stopping criterion with a patience of 15. We employed a batch size of 64 and
Value 1 Value 2 Value 3
Value 4 Value 5 Value 6
Value 7 Value 8 Value 9
Image-Text Embedding</p>
      <p>L
i
n
e
a
r</p>
      <p>Answer</p>
      <p>Type
Answer
a learning rate 1 × 10− 4 with the Adaptive Momentum Optimizer. State-of-the-art approaches were
implemented utilizing the PyTorch and Keras libraries. Training is stopped if the model’s performance
on the validation set fails to improve for 10 consecutive epochs, ensuring stopping before overfitting.
The dataset has two tasks: (a) TYPE accuracy, i.e., identification of four answer types, and (b) ANSWER
prediction accuracy. The loss is calculated as:</p>
      <p>1
 = 2 ( + )
Where: -  is the loss. -  is the answer type accuracy. -  is the answer accuracy.</p>
      <p>Results of NorViVQA: Table 1 presents a comparative evaluation of four
models—ltg/norbert3large, NorGLM/NorGPT-3B, OpenAI-GPT, and M-CLIP/XLM-Roberta-Large-Vit-L-14— VQA task on the
NorViVQA dataset. The ltg/norbert3-large model achieves the best performance across all metrics, with a
test TYPE accuracy of 67.09%, Test ANS accuracy of 34.86%, and an average accuracy of 50.97%, indicating
strong generalization and answer accuracy. It also yields the lowest Test Loss (120.97), showing more
stable training. OpenAI-GPT performs moderately in predicting answer types (29.02%) but completely
fails in answer correctness (0.00% ANS accuracy), resulting in a lower average accuracy (14.51%) and
higher test loss (170.73). M-CLIP/XLM-Roberta-Large-ViT-L-14 records the lowest performance, with
a Test TYPE Accuracy of 15.68%, ANS Accuracy of only 0.0006%, and an Average Accuracy of 7.84%.
Its test loss is highest at 176.81, indicating dificulty in adapting to the VQA for VI task. These results
demonstrate the efectiveness of domain-specific fine-tuning (as seen in ltg/norbert3-large) and highlight
the limitations of general-purpose large vision-language models (like OpenAI-GPT ) when directly
applied to specialised tasks like video-based VQA for visually impaired users, particularly when text
extraction and contextual understanding are crucial.</p>
      <p>Failure Cases and Model Improvement: It is noted that the accuracy of both answer type prediction
and answer prediction has a scope of improvement. The failure cases can be from incorrect image
embedding, as the pre-trained CLIP model is trained using English image-text pairs (MS-COCO). A
complete fine-tuning of the CLIP model or the ViT-based image encoder on the Norwegian language can
improve the accuracy. On the other hand, the Norwegian language embedding can also be fine-tuned
using large volumes and diverse texts.</p>
      <sec id="sec-5-1">
        <title>5.1. Ablation Study</title>
        <p>We have tested with two other VQA network variations to understand the proposed baseline’s
efectiveness. One variation consists of 34 layers similar to the baseline and achieved 67.1% test type accuracy,
which is only 0.01% better than the baseline. The test answer accuracy did not change. Another variation
is that we use multi-head attention [36] with the baseline. We achieved 67.11% test type accuracy, which
is 0.02% better, and 34.89% test answer accuracy, which is 0.03% better than the baseline. Changing the
batch size to 8 and 16 did not change the performance.</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>6. Conclusion</title>
      <p>In this article, we propose a new dataset called Norwagiean VQA for visually impaired (NorViVQA).
First, we translate the English questions from the VizWiz dataset into Norwegian using a pre-trained
ltg/nort5-base-en-no-translation model. Next, the image and text embedding are fed into the CLIP
model for further processing. Finally, we employ a small trainable VQA module for question-answer.
Our proposed approach highlights the potential of combining language translation and CLIP models in a
small VQA module and addresses inclusivity for Norwegian-speaking users. Our work enhances support
for low-vision or visually impaired people by enhancing contextual comprehension in visual
questionanswering, allowing them to interact with visual content in their local language more successfully.</p>
      <p>In the future, we hope to expand this technology to support multilingual question processing, making
it applicable to a wider range of languages and user groups. This extension will increase the accessibility
and usability of VQA solutions for visually impaired people.</p>
    </sec>
    <sec id="sec-7">
      <title>Declaration on Generative AI</title>
      <p>During the preparation of this work, the author(s) used Grammerly in order to: Grammar and spelling
check. The author(s) reviewed and edited the content as needed and take(s) full responsibility for the
publication’s content.</p>
    </sec>
    <sec id="sec-8">
      <title>Acknowledgement</title>
      <p>Funding for this work was given by the HORIZON-ERC-POC Project (Spermotile, Project ID: 10112725),
the H2020 Project (OrganVision, Project ID: 964800), HORIZON Europe (BETTER, Project ID: 101136262)
and the Research Council of Norway Project (nanoAI, Project ID: 325. (With reference to resources and
hardware).
for language understanding, in: Proceedings of the 2019 conference of the North American chapter
of the association for computational linguistics: human language technologies, volume 1 (long
and short papers), 2019, pp. 4171–4186.
[18] T. Pires, E. Schlinger, D. Garrette, How multilingual is multilingual bert?, arXiv preprint
arXiv:1906.01502 (2019).
[19] S. Ivanova, F. A. Andreassen, M. Jentoft, S. Wold, L. Øvrelid, Norquad: Norwegian question
answering dataset, arXiv preprint arXiv:2305.01957 (2023).
[20] V. Mikhailov, P. Maehlum, V. O. C. Langø, E. Velldal, L. Øvrelid, A collection of question answering
datasets for norwegian, arXiv preprint arXiv:2501.11128 (2025).
[21] A. Kutuzov, J. Barnes, E. Velldal, L. Øvrelid, S. Oepen, Large-scale contextualised language
modelling for norwegian, in: Proceedings of the 23rd Nordic Conference on Computational
Linguistics (NoDaLiDa), 2021, pp. 30–40.
[22] T. M. Doan, D. Baumgartner, B. Kille, J. A. Gulla, Automatically detecting political viewpoints
in norwegian text, in: International Symposium on Intelligent Data Analysis, Springer, 2024, pp.
242–253.
[23] K. Grover, K. Kaur, K. Tiwari, Rupali, P. Kumar, Deep learning based question generation using t5
transformer, in: Advanced Computing: 10th International Conference, IACC 2020, Panaji, Goa,
India, December 5–6, 2020, Revised Selected Papers, Part I 10, Springer, 2021, pp. 243–255.
[24] H. Wang, H. Wu, Z. He, L. Huang, K. W. Church, Progress in machine translation, Engineering 18
(2022) 143–153.
[25] L. Fan, D. Krishnan, P. Isola, D. Katabi, Y. Tian, Improving clip training with language rewrites,</p>
      <p>Advances in Neural Information Processing Systems 36 (2023) 35544–35575.
[26] M. Hafner, M. Katsantoni, T. Köster, J. Marks, J. Mukherjee, D. Staiger, J. Ule, M. Zavolan, Clip and
complementary methods, Nature Reviews Methods Primers 1 (2021) 20.
[27] J. Chen, Q. Yu, X. Shen, A. Yuille, L.-C. Chen, Vitamin: Designing scalable vision models in the
vision-language era, in: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern
Recognition, 2024, pp. 12954–12966.
[28] K. Habel, F. Deuser, N. Oswald, Clip-reident: Contrastive training for player re-identification, in:
Proceedings of the 5th International ACM Workshop on Multimedia Content Analysis in Sports,
2022, pp. 129–135.
[29] C. Wu, F. Wu, S. Ge, T. Qi, Y. Huang, X. Xie, Neural news recommendation with multi-head
self-attention, in: Proceedings of the 2019 conference on empirical methods in natural language
processing and the 9th international joint conference on natural language processing
(EMNLPIJCNLP), 2019, pp. 6389–6394.
[30] J. Xu, X. Sun, Z. Zhang, G. Zhao, J. Lin, Understanding and improving layer normalization,</p>
      <p>Advances in neural information processing systems 32 (2019).
[31] M. Lee, Mathematical analysis and performance evaluation of the gelu activation function in deep
learning, Journal of Mathematics 2023 (2023) 4229924.
[32] E. Rønningstad, L. C. Storset, P. Maehlum, L. Øvrelid, E. Velldal, Mixed feelings: Cross-domain
sentiment classification of patient feedback, arXiv preprint arXiv:2501.19134 (2025).
[33] N. Arefyev, D. Kharchev, A. Shelmanov, Nb-mlm: Eficient domain adaptation of masked language
models for sentiment analysis, in: Proceedings of the 2021 Conference on Empirical Methods in
Natural Language Processing, 2021, pp. 9114–9124.
[34] D. Schönle, C. Reich, D. O. Abdeslam, Linguistic-aware wordpiece tokenization: Semantic
enrichment and oov mitigation, in: 2024 6th International Conference on Natural Language Processing
(ICNLP), IEEE, 2024, pp. 134–142.
[35] F. Bao, S. Nie, K. Xue, Y. Cao, C. Li, H. Su, J. Zhu, All are worth words: A vit backbone for difusion
models, in: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition,
2023, pp. 22669–22679.
[36] J.-B. Cordonnier, A. Loukas, M. Jaggi, Multi-head attention: Collaborate instead of concatenate,
arXiv preprint arXiv:2006.16362 (2020).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>A.</given-names>
            <surname>Singh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Natarajan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Shah</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Jiang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Chen</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>M.</given-names>
            <surname>Rohrbach</surname>
          </string-name>
          ,
          <article-title>Towards vqa models that can read</article-title>
          ,
          <source>in: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition</source>
          ,
          <year>2019</year>
          , pp.
          <fpage>8317</fpage>
          -
          <lpage>8326</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>H.</given-names>
            <surname>Hammarström</surname>
          </string-name>
          ,
          <source>Ethnologue</source>
          <volume>16</volume>
          /17/18th editions:
          <article-title>A comprehensive review</article-title>
          ,
          <source>Language</source>
          <volume>91</volume>
          (
          <year>2015</year>
          )
          <fpage>723</fpage>
          -
          <lpage>737</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Pfeifer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Carion</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>LeCun</surname>
          </string-name>
          , A. Kamath,
          <article-title>Adapting grounded visual question answering models to low resource languages</article-title>
          ,
          <source>in: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition</source>
          ,
          <year>2023</year>
          , pp.
          <fpage>2596</fpage>
          -
          <lpage>2605</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>P.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Hu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Choi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Gao</surname>
          </string-name>
          , Vinvl:
          <article-title>Revisiting visual representations in vision-language models</article-title>
          ,
          <source>in: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition</source>
          ,
          <year>2021</year>
          , pp.
          <fpage>5579</fpage>
          -
          <lpage>5588</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>E.</given-names>
            <surname>Kasneci</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Seßler</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Küchemann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Bannert</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Dementieva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Fischer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>U.</given-names>
            <surname>Gasser</surname>
          </string-name>
          , G. Groh,
          <string-name>
            <given-names>S.</given-names>
            <surname>Günnemann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Hüllermeier</surname>
          </string-name>
          , et al.,
          <article-title>Chatgpt for good? on opportunities and challenges of large language models for education</article-title>
          ,
          <source>Learning and individual diferences 103</source>
          (
          <year>2023</year>
          )
          <fpage>102274</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>R.</given-names>
            <surname>Mao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Guerin</surname>
          </string-name>
          , E. Cambria,
          <article-title>Gpteval: A survey on assessments of chatgpt and gpt-4</article-title>
          , arXiv preprint arXiv:
          <volume>2308</volume>
          .12488 (
          <year>2023</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>P.</given-names>
            <surname>Lewis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Perez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Piktus</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Petroni</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Karpukhin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Goyal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Küttler</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Lewis</surname>
          </string-name>
          , W.-t. Yih,
          <string-name>
            <given-names>T.</given-names>
            <surname>Rocktäschel</surname>
          </string-name>
          , et al.,
          <article-title>Retrieval-augmented generation for knowledge-intensive nlp tasks</article-title>
          ,
          <source>Advances in Neural Information Processing Systems</source>
          <volume>33</volume>
          (
          <year>2020</year>
          )
          <fpage>9459</fpage>
          -
          <lpage>9474</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>H.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y. J.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <article-title>Improved baselines with visual instruction tuning</article-title>
          ,
          <source>in: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition</source>
          ,
          <year>2024</year>
          , pp.
          <fpage>26296</fpage>
          -
          <lpage>26306</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>S.</given-names>
            <surname>Shen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L. H.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Tan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Bansal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Rohrbach</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.-W.</given-names>
            <surname>Chang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Yao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Keutzer</surname>
          </string-name>
          ,
          <article-title>How much can clip benefit vision-and-language tasks?</article-title>
          ,
          <source>arXiv preprint arXiv:2107.06383</source>
          (
          <year>2021</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>D.</given-names>
            <surname>Samuel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Kutuzov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Touileb</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Velldal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Øvrelid</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Rønningstad</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Sigdel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Palatkina</surname>
          </string-name>
          ,
          <article-title>Norbench-a benchmark for norwegian language models</article-title>
          ,
          <source>NEALT Proceedings Series</source>
          (
          <year>2023</year>
          )
          <fpage>618</fpage>
          -
          <lpage>633</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>D.</given-names>
            <surname>Gurari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. J.</given-names>
            <surname>Stangl</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Guo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Lin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Grauman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Luo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. P.</given-names>
            <surname>Bigham</surname>
          </string-name>
          ,
          <article-title>Vizwiz grand challenge: Answering visual questions from blind people</article-title>
          ,
          <source>in: Proceedings of the IEEE conference on computer vision and pattern recognition</source>
          ,
          <year>2018</year>
          , pp.
          <fpage>3608</fpage>
          -
          <lpage>3617</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Sun</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Si</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Lin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Mei</surname>
          </string-name>
          ,
          <article-title>Outside-knowledge visual question answering for visual impaired people</article-title>
          ,
          <source>in: 2023 IEEE International Conference on Medical Artificial Intelligence (MedAI)</source>
          , IEEE,
          <year>2023</year>
          , pp.
          <fpage>49</fpage>
          -
          <lpage>54</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>C.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Anjum</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Gurari</surname>
          </string-name>
          ,
          <article-title>Grounding answers for visual questions asked by visually impaired people</article-title>
          ,
          <source>in: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition</source>
          ,
          <year>2022</year>
          , pp.
          <fpage>19098</fpage>
          -
          <lpage>19107</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>X.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Shen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. C.</given-names>
            <surname>Ng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Luo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Jin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. S.</given-names>
            <surname>Chan</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.</surname>
          </string-name>
          v. d. Hengel,
          <string-name>
            <given-names>L.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <article-title>On the general value of evidence, and bilingual scene-text visual question answering</article-title>
          ,
          <source>in: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition</source>
          ,
          <year>2020</year>
          , pp.
          <fpage>10126</fpage>
          -
          <lpage>10135</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>K. Q.</given-names>
            <surname>Tran</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. T.</given-names>
            <surname>Nguyen</surname>
          </string-name>
          , A. T.
          <string-name>
            <surname>-H. Le</surname>
            ,
            <given-names>K. Van Nguyen</given-names>
          </string-name>
          ,
          <article-title>Vivqa: Vietnamese visual question answering</article-title>
          ,
          <source>in: Proceedings of the 35th Pacific Asia Conference on Language, Information and Computation</source>
          ,
          <year>2021</year>
          , pp.
          <fpage>683</fpage>
          -
          <lpage>691</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>D.</given-names>
            <surname>Gupta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Lenka</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Ekbal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Bhattacharyya</surname>
          </string-name>
          ,
          <article-title>A unified framework for multilingual and codemixed visual question answering, in: Proceedings of the 1st conference of the Asia-Pacific chapter of the association for computational linguistics and the 10th</article-title>
          <source>international joint conference on natural language processing</source>
          ,
          <year>2020</year>
          , pp.
          <fpage>900</fpage>
          -
          <lpage>913</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>J.</given-names>
            <surname>Devlin</surname>
          </string-name>
          , M.-
          <string-name>
            <given-names>W.</given-names>
            <surname>Chang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Toutanova</surname>
          </string-name>
          , Bert:
          <article-title>Pre-training of deep bidirectional transformers</article-title>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>