REVIEW 3 major objections 5 minor 275 references
ZUNA1.1 shows that a single diffusion autoencoder can repair and up-sample EEG of variable length (0.5–30 s), with any number of channels at arbitrary scalp locations and arbitrary temporal gaps, matching a fixed-window specialist and beati
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 · deepseek-v4-flash
2026-08-01 09:46 UTC pith:JYEL66RB
load-bearing objection Solid engineering follow-up with a real generalization gap between the abstract's 'arbitrary scalp locations' and the evidence. the 3 major comments →
ZUNA1.1: A more flexible EEG foundation model for Denoising and Super-resolution
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
ZUNA1.1 is a transformer-based encoder–decoder diffusion autoencoder for masked EEG reconstruction, trained with a rectified-flow loss. The model's defining capability is flexibility: because it encodes electrode positions with a discretized 4D rotary positional embedding over (x, y, z, t), it can in principle process arbitrary sequences up to 30 seconds, any number of channels at any scalp locations, and reconstruct arbitrary temporal intervals within channels as well as whole channels. The paper reports that ZUNA1.1 performs at least on par with its predecessor ZUNA1 on fixed-5-second reconstruction benchmarks, while substantially outperforming spherical spline interpolation, with the gap
What carries the argument
The load-bearing mechanism is the discretized 4D-RoPE positional encoding: each channel token carries a 3D scalp coordinate (x, y, z) and a coarse time index t (0.125 s per token), so attention geometry is defined by physical electrode location and time rather than by a fixed montage or window size. On top of this, variable-length training packs randomly cropped windows (0.5–30 s) into batches with sample-aware attention masks via flex attention, and eight channel-dropout schemes (four structural, four layout-based, including consumer-headset montages) teach the model to infill diverse corruption patterns. Quality-aware loading and two precomputed filter variants provide implicit augmentatio
Load-bearing premise
The central flexibility claims rest on the discretized 4D-RoPE positional encoding extrapolating to scalp positions and temporal window lengths that were not seen during training; if that extrapolation fails, the model is only as flexible as its training distribution.
What would settle it
Take a consumer headset montage that was never in the training set (e.g., a 6-electrode layout with electrode positions lying outside the 100-bin discretization grid used in training), record real EEG, delete all channels, and ask the model to reconstruct a 256-channel high-density montage; if NMSE degrades sharply compared to reconstructions from a standard 10–20 montage, the arbitrary-location claim is falsified. A simpler check: feed the model a 30-second window longer than any it has seen in evaluation and see whether the error grows discontinuously at the training-length boundary.
If this is right
- A single model can replace montage-specific pipelines: a consumer four-electrode headset could be up-sampled to a dense research montage without retraining.
- Temporal gaps in a channel, not just whole-channel loss, are covered: the model can reconstruct short intervals inside a channel using surrounding time points and other channels.
- Variable-length inference removes the need to chop EEG into fixed 5-second segments, avoiding boundary artifacts in real recordings.
- Because the model beats spherical spline interpolation by a widening margin as dropout increases, it offers practical robustness for noisy or partially failing recordings.
- The authors observe that the hardest layout schemes (e.g., reconstructing 256 channels from four electrodes) show little improvement over training, implying some information is irrecoverably lost by such aggressive down-sampling.
Where Pith is reading between the lines
- If 4D-RoPE generalizes as claimed, the same architecture could be applied to other spatially embedded biosignal arrays (e.g., high-density EMG or ECoG grids) without modification, since the positional encoding is agnostic to signal type.
- The paper's own ablations show reconstruction accuracy and downstream classification accuracy diverge as training proceeds, suggesting that a reconstruction objective alone may not yield the best latent representations; a hybrid objective may be needed.
- The robustness of the flexibility claim is untested at the extremes: all evaluations use fixed 5-second windows on standard montages, so the true 'arbitrary channel layout' claim awaits a held-out test with a never-seen consumer device or an out-of-distribution scalp coordinate.
- The open release of weights at 380M parameters makes it feasible to fine-tune or distill the model for real-time streaming applications, a direction not explored in the paper.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. ZUNA1.1 is a 380M-parameter transformer-based diffusion autoencoder for EEG reconstruction. It extends the earlier ZUNA1 model with variable-length training (0.5–30 s windows), a mixture of eight channel-dropout schemes, quality-aware preprocessing with thresholds applied at load time, and a larger training corpus (≈3.5M channel-hours). The paper claims that ZUNA1.1 can reconstruct variable-length sequences with an arbitrary number of channels at arbitrary scalp locations and arbitrary temporal intervals, that it is at least on par with ZUNA1, and that it substantially outperforms spherical spline interpolation. Reconstruction is evaluated on four held-out datasets (ANPHY-Sleep, BerlinBCI, BCI2000, AAD) under channel dropout and region occlusion, plus a duration sweep and structural dropout schemes. The model and code are released open source.
Significance. If the flexibility claims are substantiated, ZUNA1.1 would be a practically useful contribution: a single open-source model for EEG denoising, super-resolution, and temporal infilling, trained at scale and evaluated against a standard baseline. The paper's strengths include a detailed training recipe, honest discussion of observed limitations, and comparisons against spherical spline across multiple datasets with error bars in several figures. However, the central novelty—spatial and temporal flexibility—is not fully validated by the experiments as presented. The evaluation of 'arbitrary scalp locations' is limited to montages that are in-distribution, the only variable-length result lacks error bars and a baseline, and the 'at least on par' claim holds only on average, not uniformly. These gaps are load-bearing because they concern the abstract's primary claims.
major comments (3)
- [§II, §III.D, Fig 4] The claim of 'an arbitrary number of EEG channels at arbitrary scalp locations' (Abstract and §II) is not supported by the evaluation. All reconstruction experiments in §IV.A use the four datasets' own montages (Figs 5, 6) at fixed 5 s samples, which are explicitly at the heart of the training distribution. No held-out test reconstructs from a previously unseen sparse consumer montage to a high-density layout, and no test evaluates coordinates outside the 100-bin-per-axis 4D-RoPE discretization. The paper's own Fig 4 and §III.D show that the four layout dropout schemes plateaued at high loss and were dropped from Stage 3, indicating spatial extrapolation is the least-learned capability. Please provide an explicit held-out montage experiment (e.g., a consumer layout not used in training) or qualify the abstract and §II claims to match the evaluated regime.
- [Fig 7b, §IV.A] The only evidence for variable-length capability is Fig 7b (NMSE vs sample duration at 15% token dropout). This panel has no error bars, no spline baseline, and the caption merely says 'Evaluation dataset' without identifying the dataset or sample size. Since variable-length reconstruction is a central contribution, this figure needs error bars, a named dataset, and ideally a comparison to spline or to ZUNA1 to establish that the model generalizes across durations. All other figures use 5 s samples, so the temporal-range claim rests entirely on this single panel. In addition, 'arbitrary temporal intervals within channels' is not directly tested: the structural schemes (Fig 8) drop channels or time blocks, but no experiment isolates infilling a specific temporal interval in a single channel with other channels intact.
- [Table IV, §IV.A] The abstract and §I state that ZUNA1.1 is 'at least on par with our earlier ZUNA1 model', but Table IV shows this is only true on average. ZUNA1.1 is worse than ZUNA1 on BerlinBCI at all four dropout levels (e.g., 50%: 0.737±0.022 vs 0.674±0.017; 90%: 1.486±0.069 vs 1.135±0.025) and on AAD at 20%, 50%, and 75% dropout. The paper acknowledges this in §IV.A ('on average but not uniformly'), but the abstract does not carry that qualification. Either reword the abstract to explicitly state 'on average' or report an appropriate aggregate statistical test (e.g., paired comparison across datasets/conditions) to justify unqualified parity.
minor comments (5)
- [§III.B, Eq. (1)] The notation 'e2(ρc,s−3.5)' is ambiguous. Please use a clearer exponential form, e.g., exp(2(ρc,s − 3.5)), or define the function.
- [Fig 7 caption] The caption says 'Evaluation dataset' without naming it. Specify which dataset and how many samples/trials were used, and include error bars.
- [Table I and Fig 4] The scheme named 'full-time-pt-random' in Table I appears as 'full-time-pt-random' in Fig 4; ensure consistent naming. Also, Fig 4's y-axis label 'NMSE' could benefit from a note on the evaluation set and the fixed 5 s window.
- [§IV.A] The sentence beginning 'Note that 5 second samples are also at the heart of ZUNA1.1’s training distribution' is relevant to the interpretation of all results. It should appear earlier, in the experimental setup, so that the in-distribution nature of the main evaluations is transparent.
- [Appendix C, Tables V–VI] The checkpoint labels 'No MMD-50K', 'MMD–50K', 'Hybrid–400K', and 'Hybrid–575K' are not defined in the main text or table captions. A sentence explaining these training stages would improve reproducibility.
Circularity Check
No load-bearing circularity; minor self-citation and test-selection caveats only.
full rationale
The paper's central claims are empirical, not derived by fitting a theory to its own outputs. ZUNA1.1 is trained on a 3.5M channel-hour corpus with variable-length windows and a mixture of eight dropout schemes (Sections III.A-III.D), and the main comparisons are NMSE on held-out recordings against an external spherical-spline baseline (Perrin et al., 1989) and a separately trained predecessor ZUNA1 (Warner et al., 2026). No equation in the paper defines a predicted quantity in terms of the same fitted values used to produce it; the rectified-flow diffusion objective and the evaluation metric are standard, and no 'uniqueness theorem' or ansatz is imported from the authors' prior work to forbid alternative architectures. The architecture is inherited from the authors' own ZUNA1 release via citation, but this is an ordinary incremental-model self-citation rather than a load-bearing circular premise; the new contributions (variable-length packing, quality-aware preprocessing, filter variants, and the dropout mixture) are specified in the present paper. Two caveats are genuine but non-circular correctness risks: the 'frozen evaluation dataset' in Fig. 4 appears to have been used to tune the Stage 2/Stage 3 curriculum, so Figure 7 is not a fully independent test of the final training recipe; and the abstract's 'arbitrary scalp locations' is not tested on a held-out montage, with the paper itself reporting that the layout schemes plateaued and were dropped from Stage 3 (Section III.D). These are generalization and test-hygiene concerns, not reductions by construction. I therefore find no self-definitional or fitted-input/prediction circularity; the score of 2 reflects one minor self-citation and mild evaluation-selection caveats, not a circular derivation.
Axiom & Free-Parameter Ledger
free parameters (6)
- min_quality_any / min_quality_mean thresholds =
0.1 / 0.3
- Window-length bin weights =
0.20 / 0.30 / 0.30 / 0.20
- Dropout curriculum scheme weights and p_drop =
Stage weights in Table I; p_drop 0.9 -> 0.99
- Non-dropped token loss weight =
0.1
- MMD loss weight =
1e-2 -> 0 at 400k steps
- Inference ODE steps and initial noise scale =
50 steps; 0.1
axioms (4)
- domain assumption 4D-RoPE over discretized (x,y,z,t) generalizes to arbitrary scalp locations and sequence lengths up to 30s
- domain assumption The eight synthetic dropout schemes adequately approximate real-world EEG corruption patterns
- domain assumption Per-window z-score normalization plus two filter variants gives sufficient implicit augmentation to prevent overfitting over six epochs
- domain assumption NMSE on four held-out datasets is an adequate proxy for reconstruction quality across the claimed flexible use cases
read the original abstract
We introduce ZUNA1.1, a 380M-parameter diffusion autoencoder for flexible EEG signal reconstruction. ZUNA1.1 is capable of reconstructing variable length sequences of up to 30s, with an arbitrary number of EEG channels at arbitrary scalp locations, and can reconstruct arbitrary temporal intervals within channels in addition to reconstructing entire channels. We demonstrate that ZUNA1.1 performs at least on par with our earlier ZUNA1 model, while being far more flexible and capable of handling a wide range of reconstruction tasks. ZUNA1.1 continues to substantially outperform standard EEG denoising and reconstruction methods such as spherical spline interpolation, which is ubiquitously deployed in the MNE package. The ZUNA1.1 model is released open source under the permissive Apache 2.0 license.
Figures
Reference graph
Works this paper leans on
-
[1]
2021 , eprint=
CogView: Mastering Text-to-Image Generation via Transformers , author=. 2021 , eprint=
2021
-
[2]
2021 , eprint=
Masked Autoencoders Are Scalable Vision Learners , author=. 2021 , eprint=
2021
-
[3]
2026 , eprint=
EEG-FM-Bench: A Comprehensive Benchmark for the Systematic Evaluation and Diagnostic Analyses of EEG Foundation Models , author=. 2026 , eprint=
2026
-
[4]
arXiv preprint arXiv:2605.14698 , year=
NeuroAtlas: Benchmarking Foundation Models for Clinical EEG and Brain-Computer Interfaces , author=. arXiv preprint arXiv:2605.14698 , year=
-
[5]
2020 , eprint=
Query-Key Normalization for Transformers , author=. 2020 , eprint=
2020
-
[6]
2024 , eprint=
Consistency Models Made Easy , author=. 2024 , eprint=
2024
-
[7]
IEEE Transactions on Neural Systems and Rehabilitation Engineering , year=
DeepSleepNet: A Model for Automatic Sleep Stage Scoring based on Raw Single-Channel EEG , author=. IEEE Transactions on Neural Systems and Rehabilitation Engineering , year=
-
[8]
arXiv preprint arXiv:2602.18478 , year=
ZUNA: Flexible EEG Superresolution with Position-Aware Diffusion Autoencoders , author=. arXiv preprint arXiv:2602.18478 , year=. 2602.18478 , archivePrefix=
-
[9]
arXiv preprint arXiv:2605.08495 , year=
NeuralBench: A Unifying Framework to Benchmark NeuroAI Models , author=. arXiv preprint arXiv:2605.08495 , year=
-
[10]
Advances in neural information processing systems , volume=
Attention is all you need , author=. Advances in neural information processing systems , volume=
-
[11]
2025 , eprint=
Can Language Models Falsify? Evaluating Algorithmic Reasoning with Counterexample Creation , author=. 2025 , eprint=
2025
-
[12]
2026 , eprint=
Do We Need Adam? Surprisingly Strong and Sparse Reinforcement Learning with SGD in LLMs , author=. 2026 , eprint=
2026
-
[13]
arXiv preprint arXiv:2512.13961 , pages=
Olmo 3 , author=. arXiv preprint arXiv:2512.13961 , pages=
-
[14]
2026 , howpublished =
2026
-
[15]
2025 , url=
INTELLECT-3: Technical Report , author=. 2025 , url=
2025
-
[16]
arXiv preprint arXiv:2507.06261 , year=
Gemini 2.5: Pushing the frontier with advanced reasoning, multimodality, long context, and next generation agentic capabilities , author=. arXiv preprint arXiv:2507.06261 , year=
-
[17]
2025 , eprint=
DAPO: An Open-Source LLM Reinforcement Learning System at Scale , author=. 2025 , eprint=
2025
-
[18]
DeepSeek-V3.2: Pushing the Frontier of Open Large Language Models , author=
-
[19]
2025 , eprint=
Qwen3 Technical Report , author=. 2025 , eprint=
2025
-
[20]
2025 , month = aug, day =
2025
-
[21]
2025 , eprint=
CodeI/O: Condensing Reasoning Patterns via Code Input-Output Prediction , author=. 2025 , eprint=
2025
-
[22]
2026 , eprint =
Maximum Likelihood Reinforcement Learning , author =. 2026 , eprint =
2026
-
[23]
Hugging Face repository , howpublished =
CodeForces , author=. Hugging Face repository , howpublished =. 2025 , publisher =
2025
-
[24]
2025 , eprint=
CodeARC: Benchmarking Reasoning Capabilities of LLM Agents for Inductive Program Synthesis , author=. 2025 , eprint=
2025
-
[25]
arXiv preprint arXiv:2402.00838 , year=
Olmo: Accelerating the science of language models , author=. arXiv preprint arXiv:2402.00838 , year=
-
[26]
Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
High-resolution image synthesis with latent diffusion models , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
-
[27]
arXiv preprint arXiv:2406.03476 , year=
Does your data spark joy? Performance gains from domain upsampling at the end of training , author=. arXiv preprint arXiv:2406.03476 , year=
-
[28]
arXiv preprint arXiv:2406.07887 , year=
An Empirical Study of Mamba-based Language Models , author=. arXiv preprint arXiv:2406.07887 , year=
-
[29]
International conference on machine learning , pages=
Transformers are rnns: Fast autoregressive transformers with linear attention , author=. International conference on machine learning , pages=. 2020 , organization=
2020
-
[30]
arXiv preprint arXiv:2312.00752 , year=
Mamba: Linear-time sequence modeling with selective state spaces , author=. arXiv preprint arXiv:2312.00752 , year=
-
[31]
arXiv preprint arXiv:2402.01771 , year=
BlackMamba: Mixture of Experts for State-Space Models , author=. arXiv preprint arXiv:2402.01771 , year=
-
[32]
https://huggingface.co/Zyphra/Mamba-370M , year=
Zyphra , title=. https://huggingface.co/Zyphra/Mamba-370M , year=
-
[33]
https://huggingface.co/datasets/BAAI/Infinity-Instruct , year=
BAAI , title=. https://huggingface.co/datasets/BAAI/Infinity-Instruct , year=
-
[34]
https://huggingface.co/datasets/Intel/orca\_dpo\_pairs , year=
BAAI , title=. https://huggingface.co/datasets/Intel/orca\_dpo\_pairs , year=
-
[35]
HuggingFace repository , howpublished =
OpenOrca: An Open Dataset of GPT Augmented FLAN Reasoning Traces , author =. HuggingFace repository , howpublished =. 2023 , publisher =
2023
-
[36]
arXiv preprint arXiv:2307.09288 , year=
Llama 2: Open foundation and fine-tuned chat models , author=. arXiv preprint arXiv:2307.09288 , year=
-
[37]
International Conference on Machine Learning , pages=
Pythia: A suite for analyzing large language models across training and scaling , author=. International Conference on Machine Learning , pages=. 2023 , organization=
2023
-
[38]
2026 , eprint=
GLM-5: from Vibe Coding to Agentic Engineering , author=. 2026 , eprint=
2026
-
[39]
arXiv preprint arXiv:2312.06550 , year=
Llm360: Towards fully transparent open-source llms , author=. arXiv preprint arXiv:2312.06550 , year=
-
[40]
arXiv preprint arXiv:2404.06395 , year=
MiniCPM: Unveiling the Potential of Small Language Models with Scalable Training Strategies , author=. arXiv preprint arXiv:2404.06395 , year=
-
[41]
arXiv preprint arXiv:2402.16819 , year=
Nemotron-4 15B Technical Report , author=. arXiv preprint arXiv:2402.16819 , year=
-
[42]
arXiv preprint arXiv:2404.07413 , year=
JetMoE: Reaching Llama2 Performance with 0.1 M Dollars , author=. arXiv preprint arXiv:2404.07413 , year=
-
[43]
arXiv preprint arXiv:2310.06825 , year=
Mistral 7B , author=. arXiv preprint arXiv:2310.06825 , year=
-
[44]
arXiv preprint arXiv:2403.08295 , year=
Gemma: Open models based on gemini research and technology , author=. arXiv preprint arXiv:2403.08295 , year=
-
[45]
2024 , eprint=
Gemma 2: Improving Open Language Models at a Practical Size , author=. 2024 , eprint=
2024
-
[46]
Alexey Dosovitskiy and Lucas Beyer and Alexander Kolesnikov and Dirk Weissenborn and Xiaohua Zhai and Thomas Unterthiner and Mostafa Dehghani and Matthias Minderer and Georg Heigold and Sylvain Gelly and Jakob Uszkoreit and Neil Houlsby , title =. CoRR , volume =. 2020 , url =. 2010.11929 , timestamp =
Pith/arXiv arXiv 2020
-
[47]
Tom B. Brown and Benjamin Mann and Nick Ryder and Melanie Subbiah and Jared Kaplan and Prafulla Dhariwal and Arvind Neelakantan and Pranav Shyam and Girish Sastry and Amanda Askell and Sandhini Agarwal and Ariel Herbert. Language Models are Few-Shot Learners , journal =. 2020 , url =. 2005.14165 , timestamp =
Pith/arXiv arXiv 2020
-
[48]
2022 , eprint=
Training Compute-Optimal Large Language Models , author=. 2022 , eprint=
2022
-
[49]
Signal Transduction and Targeted Therapy , year=
Yang, Zhenyu and Zeng, Xiaoxi and Zhao, Yi and Chen, Runsheng , title=. Signal Transduction and Targeted Therapy , year=. doi:10.1038/s41392-023-01381-z , url=
-
[50]
2022 , eprint=
Scaling Language Models: Methods, Analysis & Insights from Training Gopher , author=. 2022 , eprint=
2022
-
[51]
2024 , eprint=
Griffin: Mixing Gated Linear Recurrences with Local Attention for Efficient Language Models , author=. 2024 , eprint=
2024
-
[52]
2024 , eprint=
Gated Linear Attention Transformers with Hardware-Efficient Training , author=. 2024 , eprint=
2024
-
[53]
arXiv preprint arXiv:2312.11805 , year=
Gemini: a family of highly capable multimodal models , author=. arXiv preprint arXiv:2312.11805 , year=
-
[54]
arXiv preprint arXiv:2404.14219 , year=
Phi-3 Technical Report: A Highly Capable Language Model Locally on Your Phone , author=. arXiv preprint arXiv:2404.14219 , year=
-
[55]
Advances in Neural Information Processing Systems , volume=
Doremi: Optimizing data mixtures speeds up language model pretraining , author=. Advances in Neural Information Processing Systems , volume=
-
[56]
Advances in Neural Information Processing Systems , volume=
D4: Improving llm pretraining via document de-duplication and diversification , author=. Advances in Neural Information Processing Systems , volume=
-
[57]
arXiv preprint arXiv:2401.16380 , year=
Rephrasing the Web: A Recipe for Compute and Data-Efficient Language Modeling , author=. arXiv preprint arXiv:2401.16380 , year=
-
[58]
arXiv preprint arXiv:2309.05463 , year=
Textbooks are all you need ii: phi-1.5 technical report , author=. arXiv preprint arXiv:2309.05463 , year=
-
[59]
arXiv preprint arXiv:2212.14052 , year=
Hungry hungry hippos: Towards language modeling with state space models , author=. arXiv preprint arXiv:2212.14052 , year=
-
[60]
arXiv preprint arXiv:2111.00396 , year=
Efficiently modeling long sequences with structured state spaces , author=. arXiv preprint arXiv:2111.00396 , year=
-
[61]
arXiv preprint arXiv:2403.17844 , year=
Mechanistic Design and Scaling of Hybrid Architectures , author=. arXiv preprint arXiv:2403.17844 , year=
-
[62]
Journal of Machine Learning Research , volume=
Switch transformers: Scaling to trillion parameter models with simple and efficient sparsity , author=. Journal of Machine Learning Research , volume=
-
[63]
International conference on machine learning , pages=
Deepspeed-moe: Advancing mixture-of-experts inference and training to power next-generation ai scale , author=. International conference on machine learning , pages=. 2022 , organization=
2022
-
[64]
GPT-J-6B: A 6 billion parameter autoregressive language model , author=
-
[65]
Advances in Neural Information Processing Systems , volume=
Direct preference optimization: Your language model is secretly a reward model , author=. Advances in Neural Information Processing Systems , volume=
-
[66]
Advances in neural information processing systems , volume=
Combining recurrent, convolutional, and continuous-time models with linear state space layers , author=. Advances in neural information processing systems , volume=
-
[67]
arXiv preprint arXiv:2403.08763 , year=
Simple and scalable strategies to continually pre-train large language models , author=. arXiv preprint arXiv:2403.08763 , year=
-
[68]
Advances in neural information processing systems , volume=
Hippo: Recurrent memory with optimal polynomial projections , author=. Advances in neural information processing systems , volume=
-
[69]
2023 , publisher =
OpenHermes 2.5: An Open Dataset of Synthetic Data for Generalist LLM Assistants , author =. 2023 , publisher =
2023
-
[70]
2024 , month =
Bamba: Inference-Efficient Hybrid Mamba2 Model , author =. 2024 , month =
2024
-
[71]
arXiv preprint arXiv:1412.6980 , year=
Adam: A method for stochastic optimization , author=. arXiv preprint arXiv:1412.6980 , year=
-
[72]
arXiv preprint arXiv:2106.09685 , year=
Lora: Low-rank adaptation of large language models , author=. arXiv preprint arXiv:2106.09685 , year=
-
[73]
arXiv preprint arXiv:1712.00409 , year=
Deep learning scaling is predictable, empirically , author=. arXiv preprint arXiv:1712.00409 , year=
-
[74]
arXiv preprint arXiv:2402.04248 , year=
Can mamba learn how to learn? a comparative study on in-context learning tasks , author=. arXiv preprint arXiv:2402.04248 , year=
-
[75]
arXiv preprint arXiv:2406.08464 , year=
Magpie: Alignment Data Synthesis from Scratch by Prompting Aligned LLMs with Nothing , author=. arXiv preprint arXiv:2406.08464 , year=
-
[76]
arXiv preprint arXiv:1807.03819 , year=
Universal transformers , author=. arXiv preprint arXiv:1807.03819 , year=
-
[77]
PLoS Computational Biology , volume=
Hybrid predictive coding: Inferring, fast and slow , author=. PLoS Computational Biology , volume=. 2023 , publisher=
2023
-
[78]
Current Opinion in Neurobiology , volume=
Going in circles is the way forward: the role of recurrence in visual inference , author=. Current Opinion in Neurobiology , volume=. 2020 , publisher=
2020
-
[79]
arXiv preprint arXiv:2101.00027 , year=
The pile: An 800gb dataset of diverse text for language modeling , author=. arXiv preprint arXiv:2101.00027 , year=
-
[80]
arXiv preprint arXiv:2306.01116 , year=
The RefinedWeb dataset for Falcon LLM: outperforming curated corpora with web data, and web data only , author=. arXiv preprint arXiv:2306.01116 , year=
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.