June 10, 2026
Accurate and robust multimodal speaker identification is essential for multimedia understanding and biometric authentication. However, real-world polyglot scenarios pose two key challenges: speaker-discriminative representations should generalize across languages, and the model should remain reliable when face information is unavailable. To address these challenges, we propose MRAF, a Missing-Token Prompted Reliability-Aware Fusion framework for polyglot speaker identification across complete-modality, missing-face, and cross-lingual scenarios. MRAF represents unavailable face inputs with a learnable missing token instead of fixed zero-valued features, providing a trainable representation of the missing visual state. This design reduces the distribution gap caused by missing inputs and allows subsequent reliability estimation and cross-modal fusion to operate within a unified token space. To adaptively integrate modalities with different reliability, MRAF further introduces a reliability-aware cross-attention fusion module, which estimates face and audio reliability scores, normalizes them into modality weights, and applies these weights to token representations before bidirectional cross-attention. In this way, the model can emphasize reliable modality cues while suppressing unreliable ones. During training, MRAF jointly optimizes multi-branch classification losses, audio-only knowledge distillation, and center loss to improve speaker discrimination and missing-modality robustness. Experiments on the official POLY-SIM 2026 test set demonstrate the effectiveness of the proposed framework. In the final evaluation, MRAF achieves 100% accuracy on P3 and P5, obtains competitive results on the more challenging missing-face settings P4 and P6. The source code will be released at https://github.com/MSA-LMC/MRAF.
<ccs2012> <concept> <concept_id>10010147.10010178</concept_id> <concept_desc>Computing methodologies Artificial intelligence</concept_desc> <concept_significance>500</concept_significance> </concept> </ccs2012>
Audio-visual speaker identification aims to recognize speaker identity by jointly modeling facial appearance and speech signals [1]–[4]. Compared with unimodal systems, it exploits complementary cues from face and voice, making it useful for multimedia retrieval, biometric authentication, and human-centered video understanding. Large-scale in-the-wild benchmarks such as VoxCeleb [5] and VoxCeleb2 [6] have advanced speaker modeling from unconstrained videos, while recent studies further explore cross-modal discriminative learning and attention-based interaction beyond simple late fusion [7]–[9].
Despite this progress, robust audio-visual speaker identification remains challenging in realistic polyglot scenarios. Visual cues may be degraded or unavailable due to occlusion, detection failure, or poor alignment, while acoustic cues can be affected by noise, channel distortion, or short speech duration. Such quality variations weaken fixed fusion strategies that assume both modalities are reliable. Moreover, cross-language conditions may further degrade recognition, as speaker-discriminative acoustic patterns can be entangled with phonetic and language-dependent variations, even with strong audio backbones such as ECAPA-TDNN [10]. Therefore, existing methods may struggle with missing or quality-varying modalities in polyglot speaker identification [8], [9], [11].
These challenges are systematically formulated in the POLY-SIM 2026 Challenge [12], which targets robust speaker identification under polyglot and incomplete-modality conditions. As shown in Fig. 1, the benchmark evaluates both in-language and cross-lingual speaker identification, under either complete audio-visual inputs or audio-only inputs with the face modality missing. Therefore, the task requires a unified model that can exploit complementary face-audio cues when both modalities are available, while maintaining reliable predictions when visual information is absent.
To address these challenges, we propose MRAF, a Missing-Token Prompted Reliability-Aware Fusion framework for robust polyglot speaker identification. MRAF introduces a learnable missing token to represent unavailable face inputs, enabling a consistent token-level representation under both complete and missing-face conditions. It further estimates sample-wise modality reliability and uses reliability-aware cross-attention to adaptively fuse face and audio cues. To reduce the gap between multimodal training and audio-only inference, MRAF employs audio-only knowledge distillation. In the official POLY-SIM 2026 final evaluation, MRAF achieved 100% accuracy on P3 and P5, obtained competitive results on P4 and P6, and ranked second overall.
Our contributions are summarized as follows:
We propose a learnable missing token to model unavailable face inputs and maintain a unified token-level representation path under complete and missing-face conditions.
We design a reliability-aware cross-attention fusion module that adaptively modulates face-audio interaction according to sample-wise modality reliability.
We introduce audio-only knowledge distillation to bridge multimodal training and missing-face inference, and validate MRAF in the POLY-SIM 2026 Challenge, where it achieves 100% accuracy on P3/P5 and ranks second overall.
Audio-Visual Speaker Identification. Audio-visual speaker identification exploits complementary facial and speech cues. VoxCeleb [5] and VoxCeleb2 [6] have advanced speaker recognition and audio-visual identity modeling, while MAV-Celeb and FAME 2024/2026 study multilingual face-voice association in cross-lingual environments [13], [14]. Recent facial representation studies extend static image models to dynamic facial understanding [15], [16]. Fusion strategies include joint cross-attention [17], dynamic cross-attention [8], comparative modality fusion [18], gated fusion [19], tensor fusion [20], low-rank fusion [21], and Multimodal Transformer [22]. Face-voice association methods, such as SBNet [23], Fuse after Align [9], PAEFF [24], RFOP [25], XM-ALIGN [26], inductive-bias based class separation [27], deep latent cross-modal mapping [28], and shared multimodal embedding learning [29], focus on alignment, projection, and shared identity spaces. FuseMoE [30] and Flex-MoE [31] support arbitrary modality combinations. Unlike fixed interaction schemes, our method performs reliability-aware fusion according to modality reliability.
Language-Robust Speaker Recognition. Language-robust speaker recognition seeks to maintain speaker discriminability under multilingual or language-mismatched conditions. Classical x-vector [32] and ECAPA-TDNN [10] perform strongly, yet multilingual speech introduces phonetic, pronunciation, and acoustic variations that weaken cross-lingual generalization. Benchmarks such as TidyVoice [33], the TidyVoice 2026 Challenge [34], and SVeritas [35] provide systematic multilingual verification protocols. Existing methods mitigate language interference via language-invariant learning [36], Dual-LoRA adversarial disentanglement [37], Whisper-based representations [38], [39], and phonetic-guided modeling [40]. Multimodal speaker recognition has also been explored for realistic scenarios [41], but most studies remain audio-centric and underuse visual identity cues. Our method transfers audio-visual knowledge to audio-only inference through multimodal distillation.
Missing Modality Learning for Robust Multimodal Recognition. Missing modality learning addresses multimodal recognition when modalities are unavailable due to occlusion, sensor failure, privacy constraints, or corruption. Existing studies cover reconstruction, shared-specific representation learning, knowledge distillation, prompt learning, contrastive learning, and flexible fusion [42], [43]. ShaSpec [44] decomposes representations into shared and modality-specific components, while cross-modal alignment and reconstruction [45] reduce complete-incomplete gaps. M3AE [46] improves robustness via modality- or patch-level masking. Distillation methods, including LCKD [47], one-stage modality distillation [48], and Knowledge Bridger [49], transfer complete-modality knowledge to incomplete inputs. Prompt-based methods, such as multimodal prompt learning [50], deep correlated prompting [51], and PROMISE [52], adapt representations to modality availability or representation shift. Single-branch embedding has also been explored for cold-start and missing-modality scenarios [53]. Unlike general missing-modality settings, missing-face modality removes strong identity cues, and zero filling may cause distribution shift. We use a learnable missing token as a trainable placeholder for unavailable face inputs.
The task is formulated as polyglot multimodal speaker identification. Each sample is represented by pre-extracted face and audio features, denoted as \(x_f \in \mathbb{R}^{d_f}\) and \(x_a \in \mathbb{R}^{d_a}\), respectively, and is associated with a language domain \(\ell \in \mathcal{L}\). The objective is to predict the speaker label \(y \in \{1,2,\dots,C\}\) from a closed set of \(C\) speakers. In practical polyglot scenarios, the model is expected to generalize across different language domains while handling varying modality availability during inference. In particular, the visual modality may be unavailable due to occlusion. Therefore, the model needs to handle both complete face-audio inputs and audio-only inputs.
Specifically, under the complete-modality condition, both \(x_f\) and \(x_a\) are available. Under the audio-only condition, the face feature is replaced by a zero vector \(x_f=\mathbf{0}\). The model learns a unified prediction function: \[\hat{y} = \arg\max_c p(y=c \mid x_f, x_a),\] where the same model is applied to both complete and missing-face inputs across different language domains.
The proposed framework, illustrated in Figure 2, consists of three main components: the Missing-Token Prompted Modality Embedding module, the Reliability-Aware Cross-Attention Fusion module, and a multi-branch classification module. The pre-extracted face feature \(x_f\) and audio feature \(x_a\) are projected into modality-specific token sequences, with a learnable missing token \(m_f\) representing the missing visual state when the face modality is absent. Each token sequence is encoded to produce the face embedding \(e_f\) and audio embedding \(e_a\), each with 512 dimensions. These embeddings are then input to the reliability-aware fusion module, where lightweight reliability scorers estimate modality confidence scores \(r_f\) and \(r_a\), which are normalized into weights \(w_f\) and \(w_a\) to modulate token-level modality contributions. The weighted tokens are further fused via bidirectional cross-attention to generate the fused embedding \(e_c\). Finally, three classification heads output \(z_f\), \(z_a\), and \(z_c\) for the face, audio, and fusion embeddings, respectively, with the fusion classifier serving as the primary prediction head during inference to produce the final speaker prediction \(\hat{y}\).
The missing-token prompted modality embedding module maps pre-extracted face and audio features into a unified token-level space, producing compact modality-specific speaker representations and a learnable representation for unavailable face inputs. For each modality \(m \in \{f,a\}\), the input feature \(x_m \in \mathbb{R}^{d_m}\) is first projected into a sequence of \(K\) latent tokens with dimension \(d\): \[T_m = \text{reshape}(W_m x_m + b_m),\] and a positional embedding \(P_m \in \mathbb{R}^{K \times d}\) is added: \[\tilde{T}_m = T_m + P_m.\]
The token sequence \(\tilde{T}_m \in \mathbb{R}^{K \times d}\) is then processed by \(L\) Transformer encoder [54] layers. Let \(H_m^{(0)}=\tilde{T}_m\). In the \(l\)-th layer, the input sequence \(H_m^{(l-1)}\) is projected into queries, keys, and values, denoted as \(Q_m^{(l)}\), \(K_m^{(l)}\), and \(V_m^{(l)}\), respectively. For each attention head \(h\), the attention output is computed as: \[\text{head}_h = \text{softmax} \left( \frac{Q_{m,h}^{(l)} {K_{m,h}^{(l)}}^\top}{\sqrt{d_h}} \right) V_{m,h}^{(l)},\]
where \(Q_{m,h}^{(l)}\), \(K_{m,h}^{(l)}\), and \(V_{m,h}^{(l)}\) are the split query, key, and value projections for head \(h\), \(d_h=d/H\) is the per-head dimension, and \(H\) is the number of heads. Here, \(\text{MHA}(\cdot)\) denotes the multi-head self-attention operation. The outputs of all heads are concatenated and linearly projected: \[\text{MHA}(H_m^{(l-1)}) = \text{Concat}(\text{head}_1,\dots,\text{head}_H)W_O.\]
The layer output includes a residual connection and layer normalization, followed by a position-wise feed-forward network: \[U_m^{(l)} = \text{LayerNorm} \left( H_m^{(l-1)} + \text{MHA}(H_m^{(l-1)}) \right),\] \[H_m^{(l)} = \text{LayerNorm} \left( U_m^{(l)} + \text{FFN}(U_m^{(l)}) \right),\] where \(\text{FFN}(x)=\text{ReLU}(xW_1+b_1)W_2+b_2\). After \(L\) layers, the encoded token sequence \(H_m^{(L)} \in \mathbb{R}^{K \times d}\) is obtained. Finally, mean pooling across the \(K\) tokens, followed by layer normalization and \(\ell_2\) normalization, produces the modality embedding: \[e_m = \text{Norm} \left( \text{LayerNorm} \left( \frac{1}{K}\sum_{i=1}^{K} H_m^{(L,i)} \right) \right),\] where \(e_m \in \mathbb{R}^{512}\) for each modality.
When the face modality is unavailable, the zero-valued face input is replaced by a learnable missing token \(m_f\): \[x_f = \begin{cases} m_f, & \text{if } x_f = \mathbf{0},\\ x_f, & \text{otherwise}. \end{cases}\]
This design provides a trainable and modality-aware representation for absent face information, rather than treating the missing modality as a fixed zero vector. By representing missing faces in the same token space as valid face features, the model can reduce the distribution gap caused by missing inputs and provide more informative token representations for subsequent reliability estimation and cross-attention fusion.
Face and audio modalities provide complementary speaker cues, but their reliability may vary across samples due to missing or degraded inputs. To address this issue, the reliability-aware cross-attention fusion module estimates the confidence of each modality and uses it to adaptively control its contribution.
Given the face embedding \(e_f\) and audio embedding \(e_a\), two lightweight reliability scorers are used to estimate scalar reliability scores: \[r_f = \sigma(W_f^r e_f + b_f^r), \quad r_a = \sigma(W_a^r e_a + b_a^r),\] where \(\sigma(\cdot)\) denotes the sigmoid function. The reliability scores are then normalized into modality weights: \[w_f = \frac{r_f}{r_f + r_a + \epsilon}, \quad w_a = \frac{r_a}{r_f + r_a + \epsilon},\] where \(\epsilon\) is a small constant for numerical stability. When the face modality is missing, its reliability score is set to zero, encouraging the fusion module to rely more on the audio modality. The normalized weights are applied to the corresponding token representations: \[\hat{H}_f = w_f H_f, \quad \hat{H}_a = w_a H_a,\] where \(H_f\) and \(H_a\) denote the encoded face and audio token sequences, respectively. The reliability-weighted tokens are then fused through bidirectional cross-attention: \[C_f = \text{MHA}(\hat{H}_f, \hat{H}_a, \hat{H}_a), \quad C_a = \text{MHA}(\hat{H}_a, \hat{H}_f, \hat{H}_f),\] This bidirectional design allows each modality to attend to the other modality while being modulated by its estimated reliability. The attention outputs are further processed with residual connections and layer normalization, producing \(\bar{C}_f\) and \(\bar{C}_a\).
Finally, the fused representation is obtained by aggregating the two cross-attended token sequences: \[e_c = \text{LayerNorm}\left(\frac{1}{2}\big(\text{MeanPool}(\bar{C}_f) + \text{MeanPool}(\bar{C}_a)\big)\right).\]
The fused embedding \(e_c\) serves as the primary representation for the fusion classifier, integrating face-audio cues under reliability-aware modulation. By emphasizing reliable information while suppressing unreliable cues, it supports robust speaker prediction under both complete-modality and missing-face conditions.
The model is trained with complementary objectives to improve speaker discrimination under both complete-modality and missing-face conditions. Three classification heads are attached to the face embedding \(e_f\), audio embedding \(e_a\), and fused embedding \(e_c\), producing logits \(z_f=g_f(e_f)\), \(z_a=g_a(e_a)\), and \(z_c=g_c(e_c)\), respectively. The face and audio branches provide auxiliary supervision, while the fusion branch serves as the primary prediction branch. The classification loss is defined as: \[\mathcal{L}_{ce} = \lambda_f \operatorname{CE}(z_f,y) + \lambda_a \operatorname{CE}(z_a,y) + \lambda_c \operatorname{CE}(z_c,y),\] where \(\lambda_f\), \(\lambda_a\), and \(\lambda_c\) control the contributions of different branches.
To improve missing-face robustness, audio-only knowledge distillation [55] is introduced by using the complete face-audio prediction as the teacher and the audio-only prediction as the student. Let \(z_c^{AV}\) and \(z_c^{A}\) denote the fusion logits under complete-modality and audio-only inputs, respectively. The distillation loss is: \[\mathcal{L}_{kd} = T^2 \, \operatorname{KL}\Big(\operatorname{softmax}\big(z_c^{AV}/T\big) \, \| \, \operatorname{softmax}\big(z_c^{A}/T\big)\Big),\] where \(T\) is the temperature parameter. This objective transfers discriminative knowledge from complete audio-visual inference to audio-only inference.
Center loss [56] is further applied to the fused embedding to enhance intra-class compactness, defined as \(\mathcal{L}_{center}=\frac{1}{2}\sum_{i=1}^{B}\|e_c^{(i)}-\mu_{y_i}\|_2^2\), where \(\mu_{y_i}\) is the class center of speaker \(y_i\). The overall objective is: \[\mathcal{L} = \mathcal{L}_{ce} + \lambda_{kd}\mathcal{L}_{kd} + \lambda_{center}\mathcal{L}_{center},\] where \(\lambda_{kd}\) and \(\lambda_{center}\) balance the distillation and center losses.
Experiments are conducted on the MAV-Celeb dataset [4] adopted by the POLY-SIM 2026 challenge [12]. MAV-Celeb contains paired face images and speech audio from English and Urdu speakers collected from unconstrained YouTube videos, with each sample annotated by a speaker ID. The dataset includes diverse real-world variations in both visual and audio modalities.1 Its statistics are summarized in Table 1.
| Language | ||
| (Train / Val / Test) | ||
| (Train / Val / Test) | ||
| English | 262 / 70 / 70 | 4039 / 1290 / 1521 |
| Urdu | 415 / 70 / 70 | 9304 / 1779 / 1623 |
Following the challenge protocol [12], evaluation covers four settings. P3 and P5 use complete audio-visual inputs, while P4 and P6 evaluate audio-only recognition with the face modality missing. P3/P4 are in-language settings, whereas P5/P6 assess cross-lingual generalization. Top-1 accuracy is reported for each setting, and the final score is the average over all four tasks.
All experiments use the pre-extracted features provided by the POLY-SIM 2026 challenge [12]. Face embeddings are extracted by FaceNet [57], and audio embeddings by ECAPA-TDNN [10]. Training and ablations are performed on a single NVIDIA RTX 4090 GPU.
The model is trained with Adam [58], using a learning rate of \(1\times10^{-4}\), batch size 64, embedding dimension 512, and dropout 0.1. To simulate missing-face conditions, complete audio-visual and audio-only samples are used with probabilities \(p_{av}=0.8\) and \(p_a=0.2\), respectively. The branch loss weights are \(\lambda_f=\lambda_a=\lambda_c=1.0\). The distillation temperature and weight are set to \(T=2.0\) and \(\lambda_{kd}=0.2\), and the center loss weight is \(\lambda_{center}=0.1\).
We evaluate MRAF on the official POLY-SIM 2026 test set. As shown in Table 2, MRAF ranks second overall with an average accuracy of 0.99568. Under complete-modality settings, MRAF achieves 1.00000 accuracy on both P3 and P5, obtaining the best result on P3 and tied-best result on P5. This strong performance is mainly attributed to the complementary identity cues from face and audio modalities, where visual embeddings provide stable speaker-specific information and audio embeddings capture vocal characteristics. For the more challenging missing-face settings, MRAF achieves 0.98948 on P4 and 0.99320 on P6, showing competitive robustness when only audio information is available. The remaining performance gap mainly comes from the absence of visual identity cues and the increased sensitivity of audio-only recognition to pronunciation variation, acoustic conditions, and cross-lingual shifts. Compared with the official baseline, MRAF improves the average accuracy from 0.73373 to 0.99568, with large gains of 0.46417 on P4 and 0.55451 on P6. These improvements demonstrate the effectiveness of the missing-token prompted reliability-aware fusion framework for incomplete-modality speaker identification.
| Rank | Team | Avg. | P3 | P4 | P5 | P6 |
|---|---|---|---|---|---|---|
| 1 | Ayoub ELKHOUZARI | 0.99886 | 0.99803 | 0.99803 | 1.00000 | 0.99938 |
| 2 | MRAF (Ours) | 0.99568 | 1.00000 | 0.98948 | 1.00000 | 0.99322 |
| 3 | tartarz | 0.99066 | 0.99934 | 0.97502 | 1.00000 | 0.98829 |
| 4 | areffarhadi | 0.98776 | 0.99934 | 0.96647 | 0.99938 | 0.98583 |
| 5 | Yassin TERRAF | 0.98324 | 0.99934 | 0.96318 | 0.99322 | 0.97720 |
| 6 | rin_thira | 0.98258 | 0.99737 | 0.96252 | 0.99938 | 0.97104 |
| 7 | whalemyj | 0.97600 | 0.99934 | 0.94346 | 0.99815 | 0.96303 |
| 8 | mmosc (Baseline) | 0.73373 | 0.98817 | 0.52531 | 0.98275 | 0.43869 |
1pt
We first evaluate the effectiveness of the proposed reliability-aware cross-attention fusion module by comparing it with linear fusion, gated fusion, and LSTM-based fusion. As shown in Table 3, cross-attention achieves the best average accuracy of 0.9957, outperforming linear, gated, and LSTM-based fusion by 0.1264, 0.1324, and 0.0022, respectively. Linear and gated fusion mainly combine modality features through fixed or sample-level weights, which limits their ability to model fine-grained face-audio interactions. In contrast, cross-attention enables token-level bidirectional interaction between modalities and adaptively emphasizes more reliable cues, leading to stronger robustness, especially in the missing-face settings P4 and P6. Although LSTM-based fusion performs competitively, it models the fused sequence in a relatively implicit manner and is slightly less effective than direct cross-modal attention.
| Fusion Method | P3 | P4 | P5 | P6 | Avg. |
|---|---|---|---|---|---|
| Linear | 0.8974 | 0.9020 | 0.8349 | 0.8429 | 0.8693 |
| Gated | 0.8679 | 0.8527 | 0.8681 | 0.8644 | 0.8633 |
| LSTM | 0.9987 | 0.9882 | 0.9975 | 0.9895 | 0.9935 |
| Cross-attention | 1.0000 | 0.9895 | 1.0000 | 0.9932 | 0.9957 |
4pt
We then compare different strategies for handling missing face inputs, including zero filling, audio-based completion, audio-guided memory bank selection, and the proposed learnable missing token. As reported in Table 4, zero filling provides a simple baseline but introduces an artificial feature pattern that is not aligned with the distribution of real face embeddings. Audio completion and memory bank selection provide more informative substitutes, but they rely on heuristic reconstruction or retrieval and may introduce inaccurate visual cues. The learnable missing token achieves the best average accuracy of 0.9957 and improves P6 from 0.9901 to 0.9932 over zero filling. This suggests that a trainable missing representation can better encode the absence of face modality and provide a stable placeholder for cross-modal fusion.
| Method | P3 | P4 | P5 | P6 | Avg. |
|---|---|---|---|---|---|
| Zero filling | 0.9993 | 0.9882 | 0.9982 | 0.9901 | 0.9940 |
| Audio completion | 0.9993 | 0.9895 | 0.9975 | 0.9895 | 0.9940 |
| Memory bank | 0.9993 | 0.9895 | 0.9982 | 0.9914 | 0.9946 |
| Learnable token | 1.0000 | 0.9895 | 1.0000 | 0.9932 | 0.9957 |
3pt
We further study the effect of the training sampling ratio between complete audio-visual samples and audio-only samples, where \(p_a\) denotes the probability of audio-only samples and \(p_{av}=1-p_a\) denotes that of full-modality samples. As shown in Figure 3, using only full-modality samples yields strong performance on complete-modality evaluation but lower robustness under missing-face conditions. Introducing audio-only samples improves P4 and P6 by exposing the model to missing-modality patterns during training. The best average performance is obtained at \(p_a=0.2\) and \(p_{av}=0.8\), indicating a good balance between exploiting visual identity cues and improving audio-only inference. When \(p_a\) becomes too large, performance decreases because excessive audio-only training weakens the model’s ability to benefit from visual information.
Although the proposed method achieves high accuracy, it may still fail under noisy utterances, low-quality face images, or face-audio mismatch, where reliable speaker cues are weakened. Stronger cross-lingual shifts in pronunciation, phonetic patterns, or recording conditions may also limit generalization beyond the current evaluation setting.
In this paper, we presented MRAF for robust polyglot speaker identification with missing-face modality. Rather than using zero-filled visual features, MRAF introduces a learnable missing token to represent unavailable face information, enabling complete and missing-face inputs to share a unified token-level modeling process. Reliability-aware cross-attention adjusts face-audio interaction according to sample-wise modality confidence, improving robustness when one modality is unreliable. Audio-only knowledge distillation narrows the gap between multimodal training and missing-face inference, while center loss encourages compact speaker representations. Experiments on POLY-SIM 2026 show that MRAF performs strongly across complete-modality, missing-face, and cross-lingual settings, ranking second overall. Ablation studies confirm the contributions of cross-attention fusion, the missing token, and the balance between full-modality and audio-only training samples. Future work will explore more general missing-modality settings and stronger language-invariant speaker representations.
This work was supported in part by the National Key Research and Development Program under Grant No. 2023YFC2506803, and in part by the Fundamental Research Funds for the Central Universities of China under Grant No. PA2025IISL0110. The computations were performed on the High-Performance Computing (HPC) Platform of Hefei University of Technology.
Following the POLY-SIM 2026 protocol, only the English training split is used for training, while the Urdu split is reserved for cross-lingual evaluation.↩︎