CLMar 29

A tree interpretation of arc standard dependency derivation

arXiv:2603.2745938.7h-index: 2
AI Analysis

Provides a novel theoretical interpretation of transition-based dependency parsing that bridges dependency and phrase-structure representations, with potential implications for parsing algorithms.

The paper shows that arc-standard dependency derivations correspond to a unique ordered tree representation with contiguous yields and stable lexical anchoring, and that this representation characterizes projectivity. A proof-of-concept implementation in a neural parser demonstrates executable derivations and stable dependency recovery.

We show that arc-standard derivations for projective dependency trees determine a unique ordered tree representation with surface-contiguous yields and stable lexical anchoring. Each \textsc{shift}, \textsc{leftarc}, and \textsc{rightarc} transition corresponds to a deterministic tree update, and the resulting hierarchical object uniquely determines the original dependency arcs. We further show that this representation characterizes projectivity: a single-headed dependency tree admits such a contiguous ordered representation if and only if it is projective. The proposal is derivational rather than convertive. It interprets arc-standard transition sequences directly as ordered tree construction, rather than transforming a completed dependency graph into a phrase-structure output. For non-projective inputs, the same interpretation can be used in practice via pseudo-projective lifting before derivation and inverse decoding after recovery. A proof-of-concept implementation in a standard neural transition-based parser shows that the mapped derivations are executable and support stable dependency recovery.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes