REVIEW 2 major objections 5 minor 2 cited by
Gemma 4 open multimodal models leap on STEM, vision, audio and long-context tasks while the 31B dense version ranks as the leading dense open model on human Arena evaluations.
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-12 07:08 UTC pith:R2OUDRBF
load-bearing objection Solid open multimodal release with real efficiency engineering and competitive Arena numbers; attribution of the leap to specific design choices is under-supported by missing ablations. the 2 major comments →
Gemma 4 Technical Report
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 combination of thinking-mode generation, 5-to-1 local-to-global attention with p-RoPE and key-value reuse, multi-token-prediction drafting, quantization-aware training, and a unified encoder-free backbone for the 12B model produces open multimodal models that substantially outperform Gemma 3 counterparts of similar or larger size and place the 31B dense model at the top of the dense open category on Arena while smaller variants match earlier 27B-class results with far fewer parameters.
What carries the argument
Thinking mode (the model emits an explicit reasoning trace before the final answer) together with the local/global attention ratio, p-RoPE positional encoding, and KV-cache sharing that together cut the global KV footprint by up to 37.5 percent; these are the mechanisms the paper credits for the reasoning and efficiency gains.
Load-bearing premise
The reported gains are produced by the listed architectural and training choices rather than by undisclosed differences in data mixture, filtering, or evaluation protocol.
What would settle it
An independent re-run of the same Arena blind comparisons and of the public STEM/multimodal/long-context suites under identical protocols and without the new design choices (or with thinking mode ablated) that fails to reproduce the claimed ranking and numerical leaps.
If this is right
- Open 2–4 B class models become practical substitutes for earlier 27 B models on many STEM and multimodal tasks.
- Dense open models at 31 B can occupy the same human-preference tier as much larger mixture-of-experts systems.
- Encoder-free ingestion of raw patches and audio chunks reduces memory fragmentation and simplifies on-device multimodal stacks.
- Thinking traces become a standard, controllable feature of open instruction-tuned models rather than a closed-model exclusive.
- Long-context workloads at 128 k tokens become feasible under tighter KV-cache budgets.
Where Pith is reading between the lines
- The encoder-free 12 B design may lower the barrier for community fine-tuning of multimodal adapters because there is no frozen external encoder to keep in sync.
- If thinking mode transfers cleanly to the smallest models, on-device agents could gain chain-of-thought reliability without cloud round-trips.
- The same local/global and p-RoPE recipe could be ported to other open dense families to obtain similar cache reductions with modest re-training.
- Public ablations that isolate thinking mode from data scale would clarify how much of the STEM leap is algorithmic versus corpus-driven.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper presents Gemma 4, a family of open-weight natively multimodal decoder-only Transformers (dense E2B/E4B/12B/31B and MoE 26B-A4B) that process text, images and audio. Key design choices include a thinking mode that emits reasoning traces, 4:1/5:1 local-to-global attention with p-RoPE (p=0.25), key-as-value reuse and KV-cache sharing for long-context memory reduction (up to 37.5 %), an encoder-free 12B architecture that linearly projects raw 48 imes48 image patches and 40 ms audio chunks, an autoregressive multi-token-prediction drafter for speculative decoding, and quantization-aware training. High-level pre-training (Jan 2025 cutoff corpus, decontamination) and post-training recipes are given. Extensive automatic and human evaluations (Arena Elo with 95 % CIs, MMLU-Pro, AIME, LiveCodeBench, GPQA, vision suites, CoVoST/FLEURS audio, RULER/LOFT/MTOB long-context) claim large gains over Gemma 3 and parity with far larger open models, with the 31B dense model leading the dense open category on Arena.
Significance. If the reported numbers hold under independent scrutiny, the work supplies a valuable open multimodal baseline family that advances practical efficiency and reasoning at edge-relevant sizes. Concrete engineering contributions include the quantified KV-cache and QAT memory reductions (Table 3), the encoder-free 12B projection design, the MTP drafter, and the thinking-mode integration. Arena leadership of the 31B dense model (Elo 1451) and the observation that E2B roughly matches Gemma-3 27B at ~10 imes fewer parameters are high-utility empirical facts for the community. Release under Apache 2.0 together with quantized checkpoints further increases impact. The absence of full causal ablations is a limitation common to industrial technical reports and does not erase the utility of the released artifacts.
major comments (2)
- [Table 5, §4.2] The central claim of a performance leap over Gemma 3 (abstract, §4.2) rests on Tables 5–9, yet evaluation protocols are not matched: Gemma-4 models run in thinking mode while Gemma-3 27B is non-thinking (explicit header note in Table 5); vision results use different maximum token budgets and resizing (Table 6 vs. Pan & Scan). Without non-thinking Gemma-4 numbers, matched-resolution ablations, or data-mixture controls, the contribution of the architectural innovations listed in §2 cannot be isolated from the thinking protocol or later data. This is load-bearing for the attribution language used throughout the abstract and introduction.
- [§2.4] §2.4 describes the pre-training corpus only as a “large-scale, diverse collection o cutoff January 2025” with high-level decontamination and safety filtering. Because the leap claim is presented as arising from the design choices of §2, the lack of mixture proportions, decontamination procedure details, or any ablation that holds data fixed while toggling architecture leaves the causal story under-supported. A short caveat or additional controlled experiment would strengthen the manuscript.
minor comments (5)
- [Table 1] Table 1 and the surrounding text should more prominently flag that E2B/E4B “effective” parameter counts exclude the large per-layer embeddings; the distinction is easy to miss when comparing against other open models.
- [Figure 1] Figure 1 (MTP drafter) would benefit from explicit dimension annotations on the cross-attention and embedder blocks so that the claimed decoding-speed advantage can be verified at a glance.
- [Tables 5–9] Most automatic metrics lack error bars or multiple-run statistics (Arena is the exception). Adding even simple standard deviations or bootstrap intervals for the key STEM and long-context numbers would improve interpretability.
- [§2.1, Algorithm 1] Algorithm 1 and Figure 2 are clear, yet the precise mapping from N_max values (70 o 1120) to the final soft-token counts after 3 imes3 pooling is left implicit; a short formula or extra column would help re-implementers.
- [References] A few concurrent 2026 citations (e.g., Kayyam et al.) appear before their public availability; a note on arXiv versioning would avoid confusion for readers.
Circularity Check
No significant circularity: empirical model-release report whose performance claims rest on external community benchmarks, not on self-defined or fitted quantities.
full rationale
Gemma 4 is an architectural and training technical report. Its central claims (leap on STEM/multimodal/long-context suites; Arena Elo leadership for the 31B dense model; E2B roughly matching Gemma-3 27B at ~10 imes fewer parameters) are supported by tabulated scores on external, community-defined suites (Arena, MMLU-Pro, AIME, LiveCodeBench, GPQA, RULER, CoVoST, FLEURS, MMMU-Pro, etc.). These metrics are not redefined in terms of any parameter fitted inside the paper, nor are they obtained by construction from the listed design choices (thinking mode, local-global attention ratios, p-RoPE, key-as-value reuse, encoder-free projections, MTP drafter, QAT). Self-citations appear only for architectural lineage (prior Gemma reports) and are not load-bearing for the new numbers. There is no uniqueness theorem, no ansatz smuggled via self-citation, no renaming of a known empirical pattern as a derived result, and no equation that reduces a claimed prediction to its own input. Attribution of gains to specific innovations is under-supported by missing ablations (a correctness/attribution concern, not circularity). The derivation chain is therefore self-contained against external benchmarks; circularity score is zero.
Axiom & Free-Parameter Ledger
free parameters (4)
- local-to-global attention ratio =
4:1 / 5:1
- p-RoPE fraction p =
0.25
- max vision tokens N_max =
up to 1120
- MTP drafter depth and width =
4 layers, dim 256/1024
axioms (4)
- domain assumption Decoder-only Transformer with RMSNorm, QKNorm, and the listed attention patterns is a sufficient backbone for multimodal next-token prediction.
- domain assumption Frozen vision/audio encoders (or their lightweight projections) plus continuous embeddings preserve enough information for the LLM to solve the reported multimodal tasks.
- domain assumption Public benchmarks (Arena Elo, MMLU-Pro, AIME, CoVoST, RULER, etc.) are valid proxies for the capabilities claimed.
- ad hoc to paper Decontamination and safety filtering of the January 2025 cutoff corpus remove benchmark leakage and harmful content sufficiently for the reported scores to be meaningful.
invented entities (2)
-
Unified encoder-free 12B architecture
independent evidence
-
Autoregressive multi-token prediction (MTP) drafter head with cross-attention to main-model KVs
independent evidence
read the original abstract
We introduce Gemma 4, a new generation of open-weight, natively multimodal language models in the Gemma model family. Designed to advance compute efficiency and reasoning, the Gemma 4 model suite features dense and Mixture-of-Experts architectures, ranging from 2.3B to 31B parameters. Alongside improved vision and audio encoders for all model sizes, we propose a unified, encoder-free architecture for our 12B model, which ingests raw audio and image patches. Furthermore, we integrate a thinking mode, enabling Gemma models to generate reasoning traces prior to responding. We improve inference speed, memory, and compute efficiency, as well as long-context abilities through critical design choices. Gemma 4 establishes a leap in performance across STEM, multimodal, and long-context benchmarks, and rivals larger, frontier open models in human-rated tasks.
Forward citations
Cited by 2 Pith papers
-
COBS: Cumulant Order Block Sparse Attention
A compressed within-block key covariance lets block-sparse attention recover most of dense long-context retrieval quality at roughly first-order selector traffic.
-
Max Out GRPO Signal: Adaptive Trace Prefix Control for Hard Reasoning Problems
AdaPrefix-GRPO treats solution-prefix length as a feedback controller targeting 50% rollout success rate during GRPO training, then anneals to zero prefix, yielding 1.6–2.1× accuracy gains over vanilla GRPO at matched...
Reference graph
Works this paper leans on
-
[1]
J. L. Ba, J. R. Kiros, and G. E. Hinton. Layer nor- malization.arXiv preprint arXiv:1607.06450,
-
[2]
Gemini Team. Gemini 2.5: Pushing the frontier with advanced reasoning, multimodality, long context, and next generation agentic capabili- ties.arXiv preprint arXiv:2507.06261,
-
[3]
Gemma: Open models based on gemini research and technology, 2024a
Gemma Team. Gemma: Open models based on gemini research and technology, 2024a. Gemma Team. Gemma 2: Improving open lan- guage models at a practical size.arXiv preprint arXiv:2408.00118, 2024b. Gemma Team. Gemma 3: Technical report.arXiv preprint arXiv:2503.19786, 2025a. Gemma Team. Gemma 3n. https://deepmi nd.google/models/gemma/gemma-3n/ , 2025b. Google ...
-
[4]
A. Gulati, J. Qin, C.-C. Chiu, N. Parmar, Y. Zhang, J. Yu, W. Han, S. Wang, Z. Zhang, Y. Wu, et al. Conformer: Convolution-augmented transformer for speech recognition.arXiv preprint arXiv:2005.08100,
Pith/arXiv arXiv 2005
-
[5]
Henry, P
A. Henry, P. R. Dachapally, S. S. Pawar, and Y. Chen. Query-key normalization for trans- formers. InFindings of the Association for Computational Linguistics: EMNLP 2020, pages 4246–4253,
2020
-
[6]
C.-P. Hsieh, S. Sun, S. Kriman, S. Acharya, D. Rekesh, F. Jia, Y. Zhang, and B. Ginsburg. Ruler: What’s the real context size of your 9 Gemma 4 Technical Report long-context language models?arXiv preprint arXiv:2404.06654,
-
[7]
N. Jain, A. Gu, W.-D. Li, F. Yan, T. Zhang, S. Wang, A. Solar-Lezama, K. Sen, and I. Stoica. Live- codebench: Holistic and contamination free evaluation of large language models for code. InInternational Conference on Learning Repre- sentations, volume 2025, pages 58791–58831,
2025
-
[8]
A. Kayyam, A. M. Gopal, and M. A. Lewis. Do transformers need three projections? system- atic study of qkv variants.arXiv preprint arXiv:2606.04032,
-
[9]
M. Kazemi, B. Fatemi, H. Bansal, J. Palowitch, C.Anastasiou, S.V.Mehta, L.K.Jain, V.Aglietti, D. Jindal, P. Chen, et al. Big-bench extra hard. arXiv preprint arXiv:2502.19187,
-
[10]
M. A. Merrill, A. G. Shaw, N. Carlini, B. Li, H. Raj, I. Bercovich, L. Shi, J. Y. Shin, T. Wal- she, E. K. Buchanan, et al. Terminal-bench: Benchmarking agents on hard, realistic tasks in command line interfaces.arXiv preprint arXiv:2601.11868,
-
[11]
Openai o1 system card.arXiv preprint arXiv:2412.16720,
OpenAI. Openai o1 system card.arXiv preprint arXiv:2412.16720,
-
[12]
L. Phan, A. Gatti, Z. Han, N. Li, J. Hu, H. Zhang, C. B. C. Zhang, M. Shaaban, J. Ling, S. Shi, et al. Humanity’s last exam.arXiv preprint arXiv:2501.14249,
-
[13]
D. Rein, B. L. Hou, A. C. Stickland, J. Petty, R. Y. Pang, J. Dirani, J. Michael, and S. R. Bow- man. Gpqa: A graduate-level google-proof q&a benchmark.ArXiv, abs/2311.12022,
-
[14]
N. Shazeer. Fast transformer decoding: One write- head is all you need.CoRR, abs/1911.02150,
Pith/arXiv arXiv 1911
-
[15]
K. Team, T. Bai, Y. Bai, Y. Bao, S. Cai, Y. Cao, Y. Charles, H. Che, C. Chen, G. Chen, et al. Kimi k2. 5: Visual agentic intelligence.arXiv preprint arXiv:2602.02276,
-
[16]
Q. Team. Qwen3. 5-omni technical report.arXiv preprint arXiv:2604.15804,
-
[17]
K. Vodrahalli, S. Ontanon, N. Tripuraneni, K. Xu, S. Jain, R. Shivanna, J. Hui, N. Dikkala, M. Kazemi, B. Fatemi, et al. Michelangelo: Long context evaluations beyond haystacks via latent structure queries.arXiv preprint arXiv:2409.12640,
-
[18]
B. Xiao, B. Xia, B. Yang, B. Gao, B. Shen, C. Zhang, C. He, C. Lou, F. Luo, G. Wang, et al. Mimo-v2-flash technical report.arXiv preprint arXiv:2601.02780,
-
[19]
A. Xu, B. Lin, B. Xue, B. Wang, B. Xu, B. Wu, B. Zhang, C. Lin, C. Dong, C. Ling, et al. Deepseek-v4: Towards highly efficient million- token context intelligence.arXiv preprint arXiv:2606.19348,
-
[20]
A. Zeng, X. Lv, Z. Hou, Z. Du, Q. Zheng, B. Chen, D. Yin, C. Ge, C. Huang, C. Xie, et al. Glm-5: from vibe coding to agentic engineering.arXiv preprint arXiv:2602.15763,
-
[21]
Y. Zhang, W. Han, J. Qin, Y. Wang, A. Bapna, Z. Chen, N. Chen, B. Li, V. Axelrod, G. Wang, et al. Google usm: Scaling automatic speech recognition beyond 100 languages.arXiv preprint arXiv:2303.01037,
-
[22]
J. Zhou, T. Lu, S. Mishra, S. Brahma, S. Basu, Y. Luan, D. Zhou, and L. Hou. Instruction- following evaluation for large language models. arXiv preprint arXiv:2311.07911,
-
[23]
11 Gemma 4 Technical Report Y. Zuo, S. Qu, Y. Li, Z. Chen, X. Zhu, E. Hua, K. Zhang, N. Ding, and B. Zhou. Medx- pertqa: Benchmarking expert-level medical reasoning and understanding.arXiv preprint arXiv:2501.18362,
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.