Can the uCFG probabilistic membership algorithm be improved below cubic time?
Determine whether probabilistic membership for unambiguous context-free grammars can be computed in subcubic time in the input length, for example matching O(n^ω) (Valiant’s parser) or O(n^2) (Earley’s bound for uCFGs), thereby improving the current O(n^3·|Γ|) dynamic-programming algorithm.
References
We do not claim that the cubic dependency in the probabilistic word is optimal, and leave to future work the investigation of whether the complexity can be lowered, e.g., to match the complexity of Valiant's parser, or the quadratic upper bound given by the Earley parser for unambiguous CFGs.
                — On the Complexity of Language Membership for Probabilistic Words
                
                (2510.08127 - Amarilli et al., 9 Oct 2025) in Section 3, CFLs and Unambiguity (Unambiguous CFLs), immediately after Proposition prp:cyk