transitionbased
Transitionbased is a term used in natural language processing to describe a family of dependency parsing methods that construct syntactic structures by applying a sequence of actions, or transitions, to a configuration that evolves as parsing progresses. In a typical transition system, the configuration consists of a stack, a buffer of remaining words, and a set of already established dependencies. The parser repeatedly selects an action such as SHIFT, LEFT-ARC, or RIGHT-ARC to move words between the stack and buffer and to create dependency relations.
The parsing process is guided by a classifier that chooses the next action based on features extracted
Performance is evaluated using metrics such as Unlabeled Attachment Score (UAS) and Labeled Attachment Score (LAS),
Historically, transitionbased parsing has played a central role in NLP since the late 1990s and early 2000s,