Long-Context Modeling via GSS-Transformer Hybrid Architecture with Learnable Mixing
- lab CatalyzeX
- lab DagsHub
- lab GotitPub
- lab Hugging Face
- lab ScienceCast
- lab alphaXiv
- lab arXiv
- lab arXivLabs
A new parallel hybrid architecture for language models matches the perplexity of standard Transformers while cutting memory use by up to 40 percent and boosting throughput by 24 percent on long sequences, according to a preprint posted to arXiv on June 15, 2026 [1]. The architecture, called the Parallel Hybrid Architecture (PHA), addresses a long-standing tension in natural language processing. Transformer models rely on self-attention, which scales quadratically with sequence length, making them expensive for long documents. State Space Models (SSMs) scale linearly but compress information into a fixed state, creating a selective recall bottleneck that degrades performance on precise retrieval tasks [1][2]. PHA sidesteps this trade-off by running three components — Gated State Spaces (GSS), Grouped Query Attention (GQA), and Feed-Forward Networks (FFNs) — as independent parallel branches fused by a learnable mixing mechanism [1]. Each branch specializes: GSS captures global context, attention handles selective retrieval, and FFNs provide complementary processing [2]. On the WikiText-103 benchmark, a 125-million-parameter PHA model recorded a perplexity of 16.51, outperforming the Hedgehog model at 16.70 and H3-125M at 23.70 [1][2]. When scaled to 180 million parameters, PHA reached 16.42 perplexity, comparable to a pure attention baseline, while delivering 24 percent higher throughput and up to 40 percent lower memory usage at long contexts [1][2]. On the OpenWebText dataset, the 125-million-parameter model achieved 19.72 perplexity, ahead of standard Transformers at 20.60 and GSS hybrid baselines at 19.80 [1][2]. The results suggest that separating sequence-modeling paradigms into parallel specialists can sustain Transformer-level accuracy with substantially improved efficiency for long-context language modeling [2]. The work arrives as the broader machine-learning community continues to explore hybrid architectures and transfer-learning strategies to balance computational cost with model fidelity across domains [4].
research-paper
Background sources we checked (6)
- arxiv.org ↗ Modeling long-range dependencies remains a central challenge in natural language processing. Transformer architectures achieve strong performance via self-attention but scale quadratically ($O(N^2)$) with sequence length, while State Space Models (SSMs) scale linearly ($O(N)$) bu…
- arxiv.org ↗ CatalyzeX Code Finder for Papers (What is CatalyzeX?) ... DagsHub Toggle ... DagsHub (What is DagsHub?)…
- arxiv.org ↗ With the creation of new datasets, the question arises of whether the data in them is complementary to other datasets for training ML models (see recent reviews for a perspective of catalysts informatics22, 23, 24). This is especially important when consolidating data with a vari…
- arxiv.org ↗ CatalyzeX Code Finder for Papers (What is CatalyzeX?) ... DagsHub Toggle ... DagsHub (What is DagsHub?)…
- en.wikipedia.org ↗ Sustainable Development Goals (abbr. SDGs) were adopted in 2015 by all United Nations (UN) members for the 2030 Agenda for Sustainable Development. The aim of the 17 global goals is "peace and prosperity for people and the planet", tackling climate change, and working to preserv…
- en.wikipedia.org ↗ In molecular biology, a transcription factor (TF) (or sequence-specific DNA-binding factor) is a protein that controls the rate of transcription of genetic information from DNA to messenger RNA, by binding to DNA sequences. Specificity can be due to sequence motifs, or epigenetic…