paper-with-me

홈 › Papers

Component Ablation for Efficient Hybrid Language Model Architectures: Performance, Resilience, and Compression Implications

2026-03-23 · Hector Borobia, Elies Seguí-Mas, Guillermina Tormo-Carbó arxiv

Hybrid language models combine softmax attention with linear-time sequence mechanisms such as state-space or linear-attention layers, but the functional contribution of each component type remains insufficiently characterized. We study component-level ablation in two sub-1B hybrid language models, Qwen3.5-0.8B and Falcon-H1-0.5B, using likelihood-based evaluation, downstream benchmarks, layer-wise interventions, random controls, and representation-level diagnostics. Across the tested models, removing either attention or the alternative sequence-processing pathway substantially degrades performance, indicating that both component types contribute to model behavior. Likelihood metrics are especially sensitive to the linear-attention or state-space pathway, while downstream benchmark degradation depends on task and architecture. Layer-wise ablations show that component importance is position-dependent, with the strongest effects concentrated in early or mid-network components rather than uniformly across depth. Random-removal controls further show that hybrid architectures and same-family Transformer baselines degrade differently under structural perturbation. These results suggest that component ablation is a useful diagnostic for understanding hybrid language model architectures. The findings provide evidence relevant to efficient model design, compression, robustness analysis, and deployment decisions in architectures that combine attention with alternative sequence-processing mechanisms.

📄 PDF Abstract BibTeX arXiv:2603.22473

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Component-Aware Self-Speculative Decoding in Hybrid Language Models

2026-05-01 · Hector Borobia, Elies Seguí-Mas, Guillermina Tormo-Carbó arxiv

Speculative decoding accelerates autoregressive inference by drafting candidate tokens with a fast model and verifying them in parallel with the target. Self-speculative methods avoid the need for an external drafter but…

Deconstructing Recurrence, Attention, and Gating: Investigating the transferability of Transformers and Gated Recurrent Neural Networks in forecasting of dynamical systems

2024-10-03 · Hunter Heidenreich, Pantelis R. Vlachas, etros Koumoutsakos

Machine learning architectures, including transformers and recurrent neural networks (RNNs) have revolutionized forecasting in applications ranging from text processing to extreme weather. Notably, advanced network archi…

A KL Lens on Quantization: Fast, Forward-Only Sensitivity for Mixed-Precision SSM-Transformer Models

2026-04-15 · Jason Kong, Nilesh Prasad Pandey, Flavio Ponzina, Tajana Rosing arxiv

Deploying Large Language Models (LLMs) on edge devices faces severe computational and memory constraints, limiting real-time processing and on-device intelligence. Hybrid architectures combining Structured State Space Mo…

Where Should LoRA Go? Component-Type Placement in Hybrid Language Models

2026-04-24 · Hector Borobia, Elies Seguí-Mas, Guillermina Tormo-Carbó arxiv

Hybrid language models that interleave attention with recurrent components are increasingly competitive with pure Transformers, yet standard LoRA practice applies adapters uniformly without considering the distinct funct…

The Role of Quantum in Hybrid Quantum-Classical Neural Networks: A Realistic Assessment

2026-01-08 · Dominik Freinberger, Philipp Moser arxiv

Quantum machine learning has emerged as a promising application domain for near-term quantum hardware, particularly through hybrid quantum-classical models that leverage both classical and quantum processing. Although nu…

Quantum Machine Learning