Views
No views yet
| Method | Tokens/sec | Speedup |
|---|---|---|
| AR (baseline) | 75.6 | 1.0x |
| Forced SAT (block=2) | 149.9 | 1.98x |
| Prompt | AR | Forced SAT | Degradation |
|---|---|---|---|
| "The quick brown fox" | 16.2 | 424.0 | 26x worse |
| "In the beginning" | 7.4 | 69.0 | 9x worse |
| "Once upon a time" | 8.9 | 56.5 | 6x worse |
| "The scientist discovered" | 10.8 | 296.8 | 27x worse |
| "Machine learning is" | 7.7 | 133.6 | 17x worse |
1pip install torch transformers
2python sat_test.py@misc{sat_retrofit_2026,
author = {Scott Bisset},
title = {AR Models Cannot Be Retrofitted for SAT Inference},
year = {2026},
publisher = {OpenTransformers Ltd}
}