REVIEW 2 major objections 6 minor 13 references
A three-stage projector-and-LoRA recipe, adapted to the mandated speech encoder and 4B language model, reaches COMET 0.781 on English-to-Chinese speech translation and BERTScore 0.346 on English spoken QA under IWSLT 2026 constraints.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · grok-4.5
2026-07-11 04:46 UTC pith:Y554RO77
load-bearing objection Solid open re-implementation of the 2025 NAVER pipeline under 2026 constraints, with usable MCIF numbers and a released 100k synthetic set; novelty is deliberately narrow. the 2 major comments →
NAVER LABS System Re-implementation for the IWSLT 2026 Instruction-Following Task
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The central claim is that the three-stage pipeline—projector alignment, text-only LoRA pre-training, then multimodal merging—transfers to the mandated SeamlessM4T-v2-large encoder and Qwen3-4B-Instruct backbone and produces a single instruction-following model whose Stage-3 checkpoint scores COMET 0.781 on English-to-Chinese speech translation and BERTScore-F1 0.346 on English spoken question answering on the MCIF short-audio track, outperforming the frozen-encoder baseline and the projector-only stages on those metrics.
What carries the argument
The three-stage training pipeline: Stage 1 freezes encoder and language model while training only a 3 imes-downsampling Transformer projector; Stage 2 freezes the projector and adapts the language model with text-only LoRA on machine-translation and QA data; Stage 3 jointly fine-tunes projector and LoRA adapters on interleaved speech and text batches so the model follows natural-language instructions over short audio.
Load-bearing premise
The three-stage recipe still works after the original larger language-model backbone is replaced by the mandated 4B model, after every audio clip longer than 15 seconds is discarded, and after multilingual spoken-QA pairs are obtained only by machine translation.
What would settle it
Run the identical three-stage schedule and data mixture but keep audio up to 30 seconds (or replace machine-translated multilingual SQA with native pairs) and check whether Stage-3 English SQA BERTScore and EN–ZH COMET stay at or above the reported figures; a clear drop would show the published numbers do not hold under the paper’s own stated constraints.
If this is right
- Code, training scripts and the 100k synthetic set let others reproduce or extend the constrained-track system without reverse-engineering.
- Among the Stage-2 LoRA configurations tested, rank 8 with the higher learning rate best preserves spoken-QA ability and is therefore used for the final multimodal merge.
- Interleaving each speech batch with a paired text-only batch in Stage 3 is presented as the practical safeguard against catastrophic forgetting of text instruction following.
- Cross-lingual spoken QA stays weaker when supervision is machine-translated, implying that native multilingual audio-QA data would be the most direct next gain.
- The released synthetic tasks (keyword extraction, NER, gist summarization, vocal-style description, etc.) are positioned as ready fuel for further Stage-3 fine-tuning or reward-based post-training.
Where Pith is reading between the lines
- The hard 15-second audio cutoff may systematically understate performance on the longer utterances typical of meetings and lectures, so longer-context projectors or simple chunking are an immediate testable extension.
- Because several of the synthetic targets (especially vocal style) are generated by open models from audio or transcripts, the 100k set can also serve as a controlled probe of whether models latch onto synthetic stylistic cues rather than genuine acoustic features.
- Repeating the same three-stage recipe with larger instruction-tuned backbones under identical constrained data would clarify whether the observed ST–SQA trade-offs are backbone-size effects or data-mixture effects.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper re-implements the NAVER LABS IWSLT 2025 three-stage instruction-following pipeline (projector alignment, text-only LoRA, multimodal merge) under the IWSLT 2026 constrained short-audio rules, swapping in SeamlessM4T-v2-large as the frozen speech encoder and Qwen3-4B-Instruct as the LoRA-adapted LLM. It reports MCIF results for Stage-1 projectors and a Stage-3 primary system (COMET 0.781 EN–ZH ST; BERTScore-F1 0.346 EN SQA), includes a Stage-2 LoRA rank/lr ablation on a text subset, and releases code plus 100k synthetic instruction examples (10 speech-centric task types) that are not used in the primary Stage-3 run.
Significance. As an open re-implementation of a competitive but previously unreleased shared-task system, adapted to mandated 2026 components, the work has clear community value: architecture, sampling mixtures, learning rates, and anti-forgetting paired text batches are specified; code, scripts, and the 100k synthetic set are released; and Table 2(a) places Stage 3 against the SeamlessM4T baseline and two projector-only variants with the expected recovery pattern. The contribution is primarily engineering and resource-oriented rather than a new modeling principle, but the reproducibility package and the documented transfer of the three-stage recipe to Qwen3-4B are useful for the instruction-following speech track.
major comments (2)
- Abstract and §2.1 present the 100k synthetic set (T1–T10) as a main contribution, yet §3 Stage 3 and Table 2(a) use only the core corpora (CoVoST 2, EuroParlST, LibriSQA, NUTSHELL, YTSeg). No ablation shows whether T1–T10 improve MCIF. Either add a Stage-3 with/without synthetic data run, or reframe the set strictly as a released resource for future work so the experimental claims and the data claims are not conflated.
- §3 Stage 3 jointly fine-tunes the A.1 projector with V1 LoRA, while Table 2(a) shows A.2 already yields much stronger Stage-1 EN SQA (0.267 vs 0.186) at the cost of ASR. The choice of A.1 is not justified by a Stage-3 A.2+V1 comparison. A short ablation (or an explicit multi-task trade-off argument tied to the final WER/COMET/SQA balance) is needed to support that the reported primary system is a deliberate design choice rather than an untested default.
minor comments (6)
- Throughout the manuscript (title, affiliations, Table 1, §2–4) spacing artifacts appear (e.g., “NA VER”, “CoV oST”, “Eu-roParlST”, “LibriSQA” line breaks). Clean for camera-ready.
- §3 Architecture: projector details (hidden size of the 4-layer Transformer, output dim matching Qwen3-4B, positional encoding, whether frame averaging is causal) are underspecified relative to a re-implementation claim; a short paragraph or appendix would aid exact reproduction.
- Table 2(b–c) are correctly labeled non-MCIF-comparable, but the main text could state the 1k CoVoST-2 text subset construction (sampling, languages, prompt format) so the LoRA ablation is fully auditable.
- Limitations correctly flags the 15 s cutoff and MT-based multilingual SQA; a one-line note on how much training data was discarded by the length filter would quantify the restriction.
- Figure 1 caption and §3: clarify whether the <|speech|> placeholder and any special tokens are added to the Qwen3 tokenizer or reused from existing specials.
- References: several entries use “and 1 others”; expand or use standard “et al.” consistently with venue style.
Circularity Check
No circularity: empirical re-implementation with external MCIF metrics; nothing reduces by construction.
full rationale
This is a constrained-track systems re-implementation paper, not a first-principles derivation. The load-bearing claim is the Stage-3 MCIF scores (COMET 0.781 EN–ZH ST; BERTScore-F1 0.346 EN SQA) reported against SeamlessM4T-v2-large and Stage-1 projectors in Table 2(a). Those numbers come from the official mcif_eval tool on held-out data; they are not algebraically forced by the training mixture weights, LoRA ranks, or learning rates. Stage-2 LoRA ablation (Table 2(c)) selects V1 for Stage 3 by text-only SQA F1—standard hyperparameter choice, not a fitted parameter renamed as a prediction. Citation of Lee et al. (2025) is the expected source for the three-stage recipe being re-implemented; the present authors (Kamble, Tathe) do not overlap with that work, so there is no self-citation load-bearing chain. Synthetic 100k data is released but not used in the primary Stage-3 run. Limitations (15 s filter, MT multilingual SQA) are disclosed and do not close a definitional loop. Score 0; steps empty.
Axiom & Free-Parameter Ledger
free parameters (5)
- LoRA rank/alpha (V1 selected) =
r=8, α=16
- Learning rates and schedules per stage =
1e-4 / 3e-4 / 1e-5+3e-4
- Multi-task sampling ratios =
stated percentages in §3
- Projector design (3× average, 4-layer Transformer) =
3× downsample, 4 layers
- Epochs and 15 s audio cutoff =
4/1/2 epochs; >15 s excluded
axioms (4)
- domain assumption A frozen SeamlessM4T-v2-large encoder + lightweight projector + LoRA-adapted LLM is sufficient for multi-task speech instruction following (ASR/ST/SQA).
- domain assumption Text-only LoRA pre-training followed by multimodal merge with paired text batches prevents catastrophic forgetting of text capabilities.
- domain assumption Machine-translated LibriSQA pairs (via SeamlessM4T-v2) supply usable multilingual SQA supervision for DE/IT/ZH.
- standard math Standard AdamW + LoRA (attn+FF or all-linear) yields stable adaptation of Qwen3-4B-Instruct.
invented entities (1)
-
Ten speech-centric synthetic task types (T1–T10) with 10k examples each
no independent evidence
read the original abstract
We re-implement the NAVER LABS IWSLT 2025 instruction-following pipeline for the IWSLT 2026 Shared Task (constrained condition, short audio track), adapting it to the mandated components: SeamlessM4T-v2-large as the speech encoder and Qwen3-4B-Instruct as the LLM backbone. The three-stage approach projector alignment, text-only LoRA pre-training, and multimodal merging is preserved from the original design. We additionally construct 100k synthetic instruction-following examples across ten speech-centric task types (10k per task) from the provided corpora, suitable for further Stage 3 fine-tuning. Our primary model achieves COMET 0.781 on EN-ZH speech translation and BERTScore-F1 0.346 on English SQA on the MCIF benchmark.
Figures
Reference graph
Works this paper leans on
-
[1]
InProceedings of the 22nd International Conference on Spoken Lan- guage Translation (IWSLT 2025)
Findings of the IWSLT 2025 evaluation campaign. InProceedings of the 22nd International Conference on Spoken Lan- guage Translation (IWSLT 2025). Loïc Barrault and 1 others
2025
-
[2]
SeamlessM4T: Mas- sively multilingual & multimodal machine transla- tion.arXiv preprint arXiv:2308.11596. Yunfei Chu and 1 others
-
[3]
Qwen-Audio: Ad- vancing universal audio understanding via unified large-scale audio-language models.arXiv preprint arXiv:2311.07919. Abhimanyu Dubey and 1 others
- [4]
-
[5]
Gemma 3 technical report.arXiv preprint arXiv:2503.19786. Edward J. Hu and 1 others
-
[6]
arXiv preprint arXiv:2404.00656
WavLLM: Towards robust and adaptive speech large language model. arXiv preprint arXiv:2404.00656. Zihan Huang and 1 others
-
[7]
InProceedings of the 2024 Annual Conference of the North Amer- ican Chapter of the Association for Computational Linguistics
LibriSQA: Advancing free-form and open-ended spoken question answering with a novel dataset and framework. InProceedings of the 2024 Annual Conference of the North Amer- ican Chapter of the Association for Computational Linguistics. Javier Iranzo-Sánchez and 1 others
2024
-
[8]
In Proceedings of the 22nd International Conference on Spoken Language Translation (IWSLT 2025)
NA VER LABS europe submission to the instruction-following track. In Proceedings of the 22nd International Conference on Spoken Language Translation (IWSLT 2025). Ilya Loshchilov and Frank Hutter
2025
-
[9]
InProceedings of In- terspeech
NUTSHELL: A dataset for speech summarization. InProceedings of In- terspeech. https://huggingface.co/datasets/ maikezu/nutshell. IWSLT 2026 Organizers
2026
-
[10]
In Proceedings of the 23rd International Conference on Spoken Language Translation (IWSLT 2026)
IWSLT 2026 shared task: Instruction-following speech processing. In Proceedings of the 23rd International Conference on Spoken Language Translation (IWSLT 2026). Long Ouyang and 1 others
2026
-
[11]
InProceedings of the 2020 Conference on Empirical Methods in Natural Language Processing
COMET: A neural framework for MT evaluation. InProceedings of the 2020 Conference on Empirical Methods in Natural Language Processing. Retkowski and 1 others
2020
-
[12]
DeepSeekMath: Pushing the limits of mathematical reasoning in open language models.arXiv preprint arXiv:2402.03300. Changli Tang and 1 others
-
[13]
Qwen3 technical report.arXiv preprint arXiv:2505.09388. Ashish Vaswani and 1 others
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.