English

Hydra: A Modular Architecture for Efficient Long-Context Reasoning

Machine Learning 2025-10-20 v3 Artificial Intelligence Machine Learning

Abstract

The quadratic complexity of transformers fundamentally limits reasoning system deployment in resource-constrained and long-context settings. We introduce Hydra, a modular architecture based upon a state-space backbone which adaptively routes between complementary efficiency mechanisms: sparse global attention, mixture-of-experts, and dual memories comprising a reasoning workspace and product key memory. We evaluate a 29M parameter model measuring logical chaining accuracy and throughput on synthetic sequences, plus throughput on WikiText. Ablation studies use component-specific synthetic datasets to isolate individual mechanisms. Hydra achieves 3.01×3.01\times and 3.0×3.0\times throughput gains at 8K tokens for synthetic and WikiText datasets, respectively, and 10×10\times accuracy improvements on multi-step logical composition compared to equal-sized transformers. Ablations confirm each component's contribution: sparse attention captures long-range dependencies, experts specialize to input domains, and product key memory enables selective retrieval.

Keywords

Cite

@article{arxiv.2508.15099,
  title  = {Hydra: A Modular Architecture for Efficient Long-Context Reasoning},
  author = {Siddharth Chaudhary and Dev Patel and Maheep Chaudhary and Bennett Browning},
  journal= {arXiv preprint arXiv:2508.15099},
  year   = {2025}
}

Comments

Updated with the new paper accepted to NeurIPS workshop

R2 v1 2026-07-01T04:59:11.908Z