Complex State Propagator Achieves 100% Accuracy in State Tracking

Xiaohe Li, Yang Lu· August 5, 2026 View original

Key takeaways

  • Complex State Propagator (CSP) offers a minimalistic recurrent architecture for sequence modeling.
  • It achieves 100% accuracy on deterministic state tracking tasks without attention mechanisms.
  • Complex-valued states and input-dependent rotations are key to its effectiveness.
  • This suggests simpler, more efficient models can be sufficient for specific problem types.

Who benefits

Software DevelopmentCybersecurityTelecommunicationsData ProcessingQuality Assurance

Summary

Researchers introduce the Complex State Propagator (CSP), a minimalistic recurrent architecture that uses complex-valued hidden states and input-dependent rotations for deterministic state tracking. CSP achieves 100% accuracy on canonical tasks like parity checking and parenthesis matching, demonstrating that state propagation alone can be sufficient without attention mechanisms.

Transformer architectures, with their attention mechanisms, have become dominant in sequence modeling. However, for specific deterministic state tracking tasks, such as checking parity, modular counting, or matching parentheses, attention might be an unnecessary complexity. This paper argues that simple state propagation can be sufficient for these tasks. The proposed architecture, the Complex State Propagator (CSP), is a minimalistic recurrent model. It propagates complex-valued hidden states across layers, updating them via input-dependent rotations in the complex domain, without relying on output projections at intermediate steps. To ensure deep propagation without issues like gradient vanishing, CSP incorporates block-level skip connections, element-wise complex normalization, and SiLU activation at sequence boundaries. When combined with Focal Loss, CSP achieves perfect F1 scores and 100% accuracy across several canonical deterministic state tracking tasks. This demonstrates that for certain types of problems, a highly efficient, state-propagation-only model can outperform or match the performance of more complex attention-based models, suggesting a path towards simpler and more efficient architectures for specific applications.

Why it matters

This research challenges the pervasive reliance on attention mechanisms for all sequence modeling tasks, offering a potentially simpler, more efficient, and equally effective alternative for deterministic state tracking, which could lead to faster and less resource-intensive AI solutions.

How to implement this in your domain

  1. 1Identify internal sequence modeling tasks that involve deterministic state tracking (e.g., syntax validation, log parsing, specific data transformations).
  2. 2Evaluate the potential for replacing attention-based models with simpler recurrent architectures like CSP for these specific tasks.
  3. 3Experiment with complex-valued state representations and rotation-based updates in custom neural network designs.
  4. 4Investigate the use of block-level skip connections and complex normalization for deep recurrent networks.
  5. 5Benchmark CSP-like models against existing Transformer solutions for efficiency and accuracy on relevant internal problems.

Original post by Xiaohe Li, Yang Lu

"arXiv:2608.03425v1 Announce Type: new Abstract: Transformer-based architectures have dominated sequence modeling, largely due to the expressive power of attention mechanisms. However, for a class of deterministic state tracking tasks---such as parity checking, modular counting, a…"

View on X

Originally posted by Xiaohe Li, Yang Lu on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses