REVIEW 2 major objections 6 minor 22 references
HiTZ at VarDial 2025 NorSID: Overcoming Data Scarcity with Language Transfer and Automatic Data Annotation
T0 review · 2 major / 6 minor · reviewed 2026-08-11 · deepseek-v4-flash
Pith's one-line read For Norwegian dialect assistant tasks, English-only training plus a small in-domain development set outperformed every combination that added machine-translated, tweeted, or transcribed data.
desk verdict A solid, honest shared-task paper whose main ranking is probably robust, but whose 'no dev-to-test drop' claim compares two different scorers and should be fixed. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The argument rests on three components: a multitask fine-tuning setup that adds intent classification on the [CLS] token and slot tagging on each token, trained with the combined loss $L_{\text{total}} = L_{\text{slot}} \lambda + L_{\text{intent}}(1-\lambda)$ with $\lambda=0.7$; the xSID cross-lingual dataset, whose English training portion is human-annotated while other languages are machine-translated; and the Norwegian encoder NorBERT3-L for dialect identification, evaluated against a lexical-mapping SVM baseline and against models trained on automatically labeled tweets and transcriptions from NorDial, the Nordic Tweet Stream, the Nordic Dialect Corpus, and NB Samtale. To avoid data contamination from the 11-way paraphrases in NoMusic, the development set is split by original instance ID.
What would settle it
Take the English-only multitask model and evaluate it on a fresh, independently collected set of Norwegian virtual-assistant utterances covering the same intents, with slot annotations produced by separate native-speaker annotators; if the Lambda average drops materially below 88.65%, the result depends on the particular NoMusic translation and test split rather than on cross-lingual transfer.
Extended reading notes
Core claim
The paper's central discovery is that data quantity and language closeness matter less than data quality and domain match: English-only training outperforms all multilingual blends for intent and slot detection, and a Norwegian encoder fine-tuned on the development set alone beats every dialect-identification setup that uses tweets or transcriptions. The best intent-and-slot system is a multitask model with a weighted loss over XLM-RoBERTa-large, reaching a Lambda average of 88.65% on the test set (slot F1 85.37, intent accuracy 96.29), while the best dialect-identification system is NorBERT3-L fine-tuned on the dev-train-dev split, with weighted F1 84.17. The authors interpret these results as evidence that the manually translated NoMusic development set, despite its small size and skewed dialect distribution, is the most valuable resource for this task.
Load-bearing premise
The argument assumes that the NoMusic development and test annotations, produced by 11 human translators, are accurate and that the test set is an unbiased sample of the same narrow assistant domain; if the translations contain systematic errors or the test distribution differs, the reported scores and system rankings would not generalize.
Editorial extensions
If this is right
- Dialectal spoken-language understanding can be built effectively by fine-tuning a multilingual encoder on high-quality English data alone; machine-translated Norwegian data lowered scores and is not a substitute.
- Multitask training for intent detection and slot filling matches or slightly improves on single-task training while requiring only one model.
- For dialect identification, a small in-domain development set is more valuable than large out-of-domain tweet or transcription corpora, with NorBERT3-L fine-tuned on dev-train-dev reaching the best test F1.
- Intent detection in this narrow domain is nearly saturated, and models succeed via word-level patterns rather than deep semantic understanding, with Norwegian-pretrained models attaining top accuracy using fewer parameters.
- When out-of-domain dialect data is used at all, phonetic transcriptions retain more dialectal features than orthographic ones, though neither beats in-domain fine-tuning.
Reading between the lines
- The paper leaves implicit that automatic annotation may pay off only when the unlabeled data matches the target domain; a testable extension is to evaluate the automatic-annotation pipeline on synthetic in-domain paraphrases rather than off-domain tweets.
- The observation that intent classifiers rely on word patterns suggests they could degrade on paraphrase or code-mixed inputs, so an adversarial development set built by paraphrasing existing utterances would probe this weakness.
- The data-scarcity lesson probably transfers to other dialectal SLU tasks: investing in a small high-quality parallel development set may matter more than collecting large noisy dialect corpora.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This paper presents the HiTZ team's submission to the NorSID shared task at VarDial 2025, covering intent detection, slot filling, and dialect identification in four Norwegian written dialects. For SID, the authors fine-tune a multitask XLM-RoBERTa-large model on different combinations of xSID languages; on the official test set the English-only model obtains the best Lambda average (88.65%), outperforming combinations that include machine-translated Norwegian, Danish, or Germanic languages. For dialect identification, they compare lexical-mapping SVMs, fine-tuned encoders, few-shot and fine-tuned decoders, and models trained on external tweet and transcription corpora; the best test result is NorBERT3-L fine-tuned on the shared-task development set (84.17 weighted F1). The paper also provides dataset analyses and discusses why cross-lingual transfer and automatically labeled external data did not help.
Significance. The reported results are practically useful: they suggest that, for a narrow-domain SLU task in low-resource dialects, a large English training set plus a small in-domain development set can beat elaborate combinations of machine-translated and automatically annotated data. The paper is transparent about its exploration of many alternative data sources and reports per-dialect F1, which helps the community understand where transfer fails. The main conclusions are tested against an external official test set and use established resources (xSID, NoMusic, NorDial, NTS, NB Samtale, NDC). The code is released, and the negative results on automatic annotation are a useful counterpoint to the common assumption that more data is always better. However, the validity of the "no drop" claim and the reliability of the dialect-ID winner are compromised by the scorer mismatch and post-hoc test-set comparisons described in the major comments.
major comments (2)
- [§3.3, footnote 4, Tables 3 and 5] The development-set SID scores (e.g., EN Lambda 84.96%) are computed with the authors' custom scorer, which does not apply the official post-processing, while the test-set scores (Lambda 88.65%) use the official VarDial scorer. The abstract's claim that "our models do not drop in performance compared to the development set" is therefore not supported by the reported numbers: the observed gains (slot F1 79.09 to 85.37; Lambda 84.96 to 88.65) could be an artifact of scoring differences. The authors should re-evaluate the development set with the official scorer or, at minimum, remove or substantially qualify the no-drop claim and the "similar distribution" explanation. This issue also affects the language-combination selection in Table 3, which was used to choose the submitted runs; although the ordering of the three submitted runs is the same under both scorers, the magnitude of the advantage and the no-drop conclusion are not verifiable as reported.
- [Table 12, §4.4] The dialect identification conclusion rests on comparing a large number of configurations on the official test set, and the best reported system (Dev-train-dev NorBERT3-L, 84.17 weighted F1) is selected from this table. All test values are single runs with no error bars, and many alternatives (NTS, NDC, NB Samtale, various few-shot and fine-tuned decoders) were scored on the same test set without any correction for multiple comparisons. The paper should state which systems were chosen before seeing the test labels, report variance across seeds, or explicitly frame the 84.17 result as the observed best in a post-hoc comparison rather than as a reliably superior system.
minor comments (6)
- [Footnote 4] The footnote does not explain what the official scorer's post-processing does; without this information, the reader cannot assess how large the dev-vs-test scorer difference might be.
- [§4.4.1, Table 12] The text says that few-shot models "perform worse than a random classifier (32.82)", but Table 12 reports the random classifier's test F1 as 32.40; this discrepancy should be corrected.
- [Figure 2, §3.3.1] The caption and text refer to models "trained for Intent Detection on the Norwegian train set" without specifying whether this is the machine-translated xSID-NB training data or a split of the NoMusic development set; please clarify.
- [§4.2.2, Table 12] The text says that preliminary experiments showed training on the full development set leads to the best performance, yet the best test result in Table 12 is Dev-train-dev, not Dev-train-dev-test; explain which model was selected before test labels were available and how the two variants relate.
- [§3.2, Eq. (1)] The multitask loss weight λ is set to 0.7 by intuition, and the Lambda average metric uses the same λ; no sensitivity analysis is reported, so the ranking of language combinations in Table 3 could depend on this arbitrary choice.
- [Table 5] The caption says "Best results in bold", but it is not clear in the typeset table whether the entire EN row or only the Lambda value is bold; please make the formatting explicit.
Circularity Check
No significant circularity: the central SID and dialect-identification claims are evaluated on external test data and external resources, and the only self-citation (NorDial) is not load-bearing.
full rationale
The derivation chain is self-contained against external benchmarks. For Slot and Intent Detection, the models are trained on xSID (an external corpus) and evaluated on the official NorSID test set; the choice of the English-only model is made from development-set experiments (Table 3) and confirmed on the test set (Table 5), so the main result is an empirical comparison, not a fitted artifact. The Lambda average uses the same weight as the multitask loss, but this is an intentional evaluation design and does not make the test prediction equivalent to a training input. For Dialect Identification, the best system is NorBERT3-L fine-tuned on the development split and scored with the official evaluation script on the held-out test set (Section 4.4, Table 12); alternative data sources (NTS, NDC, NB Samtale) are evaluated on the same held-out dev-test/test sets and perform worse. The only self-citation is NorDial (Barnes et al., 2021), used as additional training/labeling data for those alternative experiments; because those experiments are explicitly outperformed by the development-only model, the paper's central conclusion does not depend on the correctness or validity of NorDial. The mismatch between the custom development scorer and the official test scorer (footnote 4, Section 3.3) is a methodological consistency concern about the 'no drop' claim, not a circularity: the dev and test numbers are not the same metric, but this does not reduce any prediction to its input by construction. No fitted parameter is renamed as a prediction, no uniqueness theorem is imported from the authors' prior work, and no ansatz is smuggled in via citation.
Assumptions & free parameters
free parameters (8)
- Multitask loss weight lambda =
0.7
- SID fine-tuning learning rate =
2e-5
- SID batch size =
64
- SID number of epochs =
10
- NorBERT3-L dialect epochs =
15
- NDC minimum token lengths =
20 and 40
- Downsampling target distribution for NTS and NDC =
matched to dev distribution
- Lexical mapping dictionary =
hand-crafted list
assumptions (6)
- domain assumption The NoMusic dev and test manual translations and slot projections are accurate enough to serve as ground truth.
- domain assumption The four dialect labels (B, V, T, N) are mutually exclusive and sufficient for the test distribution.
- domain assumption Pretrained encoders and decoders provide representations that transfer to Norwegian dialect text.
- domain assumption Machine-translated xSID Norwegian data preserves intent and slot labels well enough to be useful.
- domain assumption Semi-automatic mapping of NDC city locations to dialect labels and automatic classifier labeling are valid proxies for dialect identity.
- standard math Transformer fine-tuning via gradient descent minimizes the weighted cross-entropy loss in Eq. 1.
Cite this review
Pith. "Pith review of HiTZ at VarDial 2025 NorSID: Overcoming Data Scarcity with Language Transfer and Automatic Data Annotation." pith.science (2026). https://pith.science/paper/TZCQQK5E
@misc{pith2026241210095,
author = {Pith},
title = {Pith review of: HiTZ at VarDial 2025 NorSID: Overcoming Data Scarcity with Language Transfer and Automatic Data Annotation},
year = {2026},
howpublished = {\url{https://pith.science/paper/TZCQQK5E}},
note = {Machine review of arXiv:2412.10095}
}
read the original abstract
In this paper we present our submission for the NorSID Shared Task as part of the 2025 VarDial Workshop (Scherrer et al., 2025), consisting of three tasks: Intent Detection, Slot Filling and Dialect Identification, evaluated using data in different dialects of the Norwegian language. For Intent Detection and Slot Filling, we have fine-tuned a multitask model in a cross-lingual setting, to leverage the xSID dataset available in 17 languages. In the case of Dialect Identification, our final submission consists of a model fine-tuned on the provided development set, which has obtained the highest scores within our experiments. Our final results on the test set show that our models do not drop in performance compared to the development set, likely due to the domain-specificity of the dataset and the similar distribution of both subsets. Finally, we also report an in-depth analysis of the provided datasets and their artifacts, as well as other sets of experiments that have been carried out but did not yield the best results. Additionally, we present an analysis on the reasons why some methods have been more successful than others; mainly the impact of the combination of languages and domain-specificity of the training data on the results.
Figures
Reference graph
Works this paper leans on
-
[1]
No \"e mi Aepli, C a g r C \"o ltekin, Rob van der Goot, Tommi Jauhiainen, Mourhaf Kazzaz, Nikola Ljube s i \'c , Kai North, Barbara Plank, Yves Scherrer, and Marcos Zampieri. 2023. Findings of the V ar D ial evaluation campaign 2023. In Proceedings of the Tenth Workshop on NLP for Similar Languages, Varieties and Dialects, Dubrovnik, Croatia. Association...
work page 2023
-
[2]
Jeremy Barnes, Petter M hlum, and Samia Touileb. 2021. Nordial: A preliminary corpus of written norwegian dialect use. NoDaLiDa 2021, page 445
work page 2021
-
[3]
Alexis Conneau, Kartikay Khandelwal, Naman Goyal, Vishrav Chaudhary, Guillaume Wenzek, Francisco Guzm \' a n, Edouard Grave, Myle Ott, Luke Zettlemoyer, and Veselin Stoyanov. 2019. https://arxiv.org/abs/1911.02116 Unsupervised cross-lingual representation learning at scale . CoRR, abs/1911.02116
arXiv 2019
-
[4]
Alice Coucke, Alaa Saade, Adrien Ball, Théodore Bluche, Alexandre Caulier, David Leroy, Clément Doumouro, Thibault Gisselbrecht, Francesco Caltagirone, Thibaut Lavril, Maël Primet, and Joseph Dureau. 2018. https://arxiv.org/abs/1805.10190 Snips voice platform: an embedded spoken language understanding system for private-by-design voice interfaces . Prepri...
arXiv 2018
-
[5]
Jacob Devlin, Ming-Wei Chang, Kenton Lee, and Kristina Toutanova. 2019. https://doi.org/10.18653/v1/N19-1423 BERT : Pre-training of deep bidirectional transformers for language understanding . In Proceedings of the 2019 Conference of the North A merican Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 (Long a...
-
[6]
Abhimanyu Dubey, Abhinav Jauhri, Abhinav Pandey, Abhishek Kadian, Ahmad Al-Dahle, Aiesha Letman, Akhil Mathur, Alan Schelten, Amy Yang, Angela Fan, et al. 2024. The llama 3 herd of models. arXiv preprint arXiv:2407.21783
arXiv 2024
-
[7]
Leo Gao, Jonathan Tow, Baber Abbasi, Stella Biderman, Sid Black, Anthony DiPofi, Charles Foster, Laurence Golding, Jeffrey Hsu, Alain Le Noac'h, Haonan Li, Kyle McDonell, Niklas Muennighoff, Chris Ociepa, Jason Phang, Laria Reynolds, Hailey Schoelkopf, Aviya Skowron, Lintang Sutawika, Eric Tang, Anish Thite, Ben Wang, Kevin Wang, and Andy Zou. 2023. https...
-
[8]
Drew Harwell. 2018. https://www.washingtonpost.com/graphics/2018/business/alexa-does-not-understand-your-accent/ The accent gap . The Washington Post
work page 2018
Show all 22 references
-
[9]
Pengcheng He, Xiaodong Liu, Jianfeng Gao, and Weizhu Chen. 2021. https://arxiv.org/abs/2006.03654 Deberta: Decoding-enhanced bert with disentangled attention . Preprint, arXiv:2006.03654
2021 arXiv
-
[10]
Janne Bondi Johannessen, Joel Priestley, Kristin Hagen, Tor Anders farli, and ystein Alexander Vangsnes. 2009. The nordic dialect corpus--an advanced research tool. In Proceedings of the 17th nordic conference of computational linguistics (nodalida 2009), pages 73--80
2009
-
[11]
Janne Bondi Johannessen, Joel Priestley, Kristin Hagen, Anders N klestad, and Andr \'e Lynum. 2012. The nordic dialect corpus. In Proceedings of the Eighth International Conference on Language Resources and Evaluation (LREC'12), pages 3387--3391
2012
-
[12]
Mikko Laitinen, Jonas Lundberg, Magnus Levin, and Rafael Messias Martins. 2018. The nordic tweet stream: A dynamic real-time monitor corpus of big and rich language data. In Digital Humanities in the Nordic Countries 3rd Conference, Helsinki, Finland, March 7-9, 2018, pages 34...
2018
-
[13]
Yinhan Liu, Myle Ott, Naman Goyal, Jingfei Du, Mandar Joshi, Danqi Chen, Omer Levy, Mike Lewis, Luke Zettlemoyer, and Veselin Stoyanov. 2019. https://arxiv.org/abs/1907.11692 Roberta: A robustly optimized bert pretraining approach . Preprint, arXiv:1907.11692
2019 arXiv
-
[14]
Petter M hlum and Yves Scherrer. 2024. https://doi.org/10.18653/v1/2024.vardial-1.9 N o M usic - the N orwegian multi-dialectal slot and intent detection corpus . In Proceedings of the Eleventh Workshop on NLP for Similar Languages, Varieties, and Dialects (VarDial 2024), page...
2024 doi
-
[15]
David Samuel, Andrey Kutuzov, Samia Touileb, Erik Velldal, Lilja vrelid, Egil R nningstad, Elina Sigdel, and Anna Palatkina. 2023. https://aclanthology.org/2023.nodalida-1.61 N or B ench -- a benchmark for N orwegian language models . In Proceedings of the 24th Nordic Conferen...
2023
-
[16]
Yves Scherrer, Rob van der Goot, and Petter M hlum. 2025. V ar D ial evaluation campaign 2025: N orwegian slot and intent detection and dialect identification. In Proceedings of the Twelfth Workshop on NLP for Similar Languages, Varieties, and Dialects (VarDial 2025), Abu Dhab...
2025
-
[17]
Sebastian Schuster, Sonal Gupta, Rushin Shah, and Mike Lewis. 2019. https://doi.org/10.18653/v1/N19-1380 Cross-lingual transfer learning for multilingual task oriented dialog . In Proceedings of the 2019 Conference of the North A merican Chapter of the Association for Computat...
2019 doi
-
[18]
Iulia Turc, Ming-Wei Chang, Kenton Lee, and Kristina Toutanova. 2019. Well-read students learn better: On the importance of pre-training compact models. arXiv preprint arXiv:1908.08962v2
2019 arXiv
-
[19]
Rob van der Goot, Ibrahim Sharaf, Aizhan Imankulova, Ahmet \"U st \"u n, Marija Stepanovic, Alan Ramponi, Siti Oryza Khairunnisa, Mamoru Komachi, and Barbara Plank. 2021. From masked-language modeling to translation: Non- E nglish auxiliary tasks improve zero-shot spoken langu...
2021
-
[20]
Miriam Winkler, Virginija Juozapaityte, Rob van der Goot, and Barbara Plank. 2024. Slot and intent detection resources for B avarian and L ithuanian: Assessing translations vs natural queries to digital assistants. In Proceedings of The 2024 Joint International Conference on C...
2024
-
[21]
online" 'onlinestring :=
ENTRY address archivePrefix author booktitle chapter edition editor eid eprint eprinttype howpublished institution journal key month note number organization pages publisher school series title type volume year doi pubmed url lastchecked label extra.label sort.label short.list...
-
[22]
write newline
" write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 gl...
Reviewed August 11, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.