LTL[P]: Linear Temporal Logic with only the Past operator—a logic that can reason about the past but not the future
PODFA: Partially Ordered Deterministic Finite Automata—DFAs where the state transition graph has no cycles except self-loops (cannot return to a previous state once left)
Star-free languages: Languages definable by regular expressions using union, concatenation, and complement, but WITHOUT the Kleene star (*)
R-trivial monoid: An algebraic structure corresponding to languages where the order of exploring suffixes essentially determines the state, characteristic of PODFAs
PFO2[<]: First-order logic with two variables and a 'less than' relation, restricted to looking at past positions
Fixed precision: Computation where all values are drawn from a finite set of floating-point numbers (e.g., standard 32-bit floats), implying limits on resolution
NoPE: No Positional Encodings—transformers that do not add explicit position information to embeddings
Soft attention: The standard attention mechanism using softmax, which assigns continuous weights to all tokens rather than selecting just one (hard attention)
Strict future masking: Attention mechanism where a position can only attend to itself and previous positions (causal masking)