Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Caracal: Causal Architecture via Spectral Mixing

About

The scalability of Large Language Models to long sequences is hindered by the quadratic cost of attention and the limitations of positional encodings. To address these, we introduce Caracal, a novel architecture that replaces attention with a parameter-efficient, O(L log(L)) Multi-Head Fourier (MHF) module. Our contributions are threefold: (1) We leverage the Fast Fourier Transform (FFT) for sequence mixing, inherently addressing both bottlenecks mentioned above. (2) We apply a frequency-domain causal masking technique that enforces autoregressive capabilities via asymmetric padding and truncation, overcoming a critical barrier for Fourier-based generative models. (3) Unlike efficient models relying on hardware-specific implementations (e.g., Mamba), we uses standard library operators. This ensures robust portability, eliminating common deployment barriers. Evaluations demonstrate that Caracal performs competitively with Transformer and SSM baselines, offering a scalable and simple pathway for efficient long-sequence modeling. Code is available in Appendix.

Bingzheng Gan, Tianyi Zhang, Yusu Li, Jing Huang, Wei Shi, Yangkai Ding, Tao Yu• 2026

Related benchmarks

TaskDatasetResultRank
Commonsense ReasoningHellaSwag
HellaSwag Accuracy45.1
711
Question AnsweringARC Challenge
Accuracy (ARC)29.69
598
Question AnsweringPIQA
Accuracy69.26
505
Commonsense ReasoningWinoGrande
Accuracy53.2
453
Language ModelingLAMBADA
Accuracy35.26
412
Question AnsweringBoolQ
Accuracy61.9
201
Social Interaction Question AnsweringSIQA
Accuracy39.51
157
Information Extraction and RetrievalSWDE
Accuracy0.0882
5
Information Extraction and RetrievalFDA
Accuracy1.91
5
Showing 9 of 9 rows

Other info

Follow for update