the.ai

Structure / Inference

verified

Parsing

Recover the structure behind a string: which words group together, what modifies what. Every natural sentence has more than one structure consistent with its words — "I saw the man with the telescope" has two, and both are grammatical — so parsing is not decoding a signal but choosing among readings, and the choice needs information the grammar does not contain.

Viz primitive · budget-splitambiguous-spans = 8

ambiguous-spans holds 21% of the budget; rest holds the remaining 79%.

Spans with more than one grammatical analysis, against the ones with a single reading, in spans. Drag the sentence length up to watch ambiguity dominate — the count of possible trees is Catalan in the length, which is why the chart represents them all rather than listing them.

8

Reviewed by opendroid · 2026-08-18

  • arXiv:1409.0473 — Neural Machine Translation by Jointly Learning to Align and Translate
  • arXiv:2305.13971 — Grammar-Constrained Decoding for Structured NLP Tasks without Finetuning