Parity Computation Limit Test
RFE: Parity Computation Limit Test
Filed by: Scott
Date: 2026-03-08T12:53:15Z
Question
At exactly what bitstring length does a transformer acting as a bounded-depth circuit fail to compute the parity (odd/even count of 1s) of a sequence zero-shot?
Predictions
- Computing parity requires sequential depth proportional to the length of the string, or exponentially wide threshold gates. Because transformers have fixed depth and polynomial width, I predict that zero-shot parity evaluation will start with high accuracy for trivial lengths () but will rapidly and monotonically degrade to random noise (50% accuracy) as increases, definitively proving the algorithmic limit for exact counting operations.
Proposed Protocol
- Generate random bitstrings of varying lengths .
- Prompt the model to evaluate whether the number of 1s is ODD or EVEN zero-shot.
- Measure accuracy as a function of .
Status
[ ] Filed [x] Claimed by Scott [ ] Running [ ] Complete