Dependency Grammar¶
A family of syntactic analyses that makes asymmetric head–dependent relations among lexical units the primary structure of a sentence, without requiring phrase nodes as its basic combinatorial units.
Core Idea¶
Dependency grammar is a family of syntactic approaches in which the primary combinatorial structure is a set of asymmetric relations between lexical units: one unit is the head and another is its dependent. A sentence is analyzed by connecting words—or, in some frameworks, morphemes—through these directed relations. Phrasal constituent nodes such as noun phrase and verb phrase need not be inserted as the basic units that hold words together. The defining contrast is therefore not “trees versus no trees.” Both dependency and constituency analyses can be tree-shaped. It is lexical nodes joined directly by head–dependent arcs versus words grouped through phrasal constituents.
Scope of Application¶
In theoretical syntax, dependency grammar offers a framework for statements about headedness, valency, arguments, adjuncts, government, coordination, word order, and discontinuity. Tesnière's structural syntax made dependency and valency central to clause organization; later dependency theories developed distinct formalisms rather than a single lineage with uniform rules.
In corpus linguistics, dependency annotation turns sentences into reusable treebank structures. UD combines word segmentation and morphology with a syntactic layer focused on relations among predicates, arguments, and modifiers; its multilingual design supports comparative annotation while permitting language-specific extensions.
Clarity¶
The fastest diagnostic is to ask: What are the basic internal objects of the syntactic representation? If sentence structure is formed by directed grammatical relations whose endpoints are lexical units, the analysis is dependency-based. If it is formed primarily by rewrite rules or dominance relations over phrasal nodes, it is constituency-based. If the arrows instead encode predicate–argument semantics after syntax has been abstracted away, it is a semantic dependency representation rather than dependency grammar.
Manages Complexity¶
Dependency grammar manages syntactic complexity by replacing nested phrase inventories with local relational commitments. Each word receives a structural neighborhood: its head, its dependents, and often labels for those arcs. The whole sentence can then be investigated through graph operations—ancestors, descendants, paths, subtrees, roots, crossings—without losing hierarchy.
Abstract Reasoning¶
Once an analysis is dependency-based, it licenses several inferences.
- Head diagnostic: removing or replacing a proposed head should change the organization or category of the combination more fundamentally than changing an ordinary dependent, subject to the framework's own criteria.
- Valency diagnostic: a head's lexical or constructional requirements constrain which dependents may or must occur and how they are interpreted.
- Path diagnostic: a syntactic relation between distant words may be decomposed through their path in the dependency structure.
- Projectivity diagnostic: if an arc spans material that is not dominated by the same head, a projective analysis fails and the scheme must permit nonprojectivity, revise head choices, or use another device.
- Conversion diagnostic: when converting constituency to dependencies, head rules and treatment of function words determine the result; the conversion is not representation-neutral.
- Annotation diagnostic: attachment and label disagreements identify different kinds of uncertainty.
Knowledge Transfer¶
Knowledge transfers literally within linguistics and language technology. A linguist's head–dependent analysis can inform a treebank annotation manual; the treebank can train a parser; parser output can supply relations to an extraction system. The representation persists across theory, annotated data, algorithm, and application even though each stage adds its own commitments.
Transfer between languages is more difficult. UD's universal inventory and guidelines seek consistent treatment of comparable constructions, but morphological richness, word segmentation, clitics, ellipsis, serial verbs, and language-specific constructions resist naïve one-to-one mapping.
Relationships to Other Abstractions¶
Current abstraction Dependency Grammar Domain-specific
Parents (1) — more general patterns this builds on
-
Dependency Grammar presupposes Dependency Prime
Dependency grammar presupposes Dependency as its closest portable structural relative: syntactic analyses orient an asymmetric relation from a head to a dependent and compose those relations.
Children (1) — more specific cases that build on this
-
Functional Generative Description Domain-specific is a kind of Dependency Grammar
Dependency Grammar is the proposed immediate parent.
Hierarchy path (1) — routes to 1 parentless root
- Dependency Grammar → Dependency
Neighborhood in Abstraction Space¶
Dependency Grammar sits in a sparse region of the domain-specific corpus (85th percentile for distinctiveness): few abstractions share its structure, so a faithful description tends to retrieve it precisely.
Family — Unclustered & Miscellaneous (1565 abstractions)
Nearest neighbors
- Distributive Case — 0.81
- Noun — 0.81
- Combinatory Logic — 0.81
- Age (Model Theory) — 0.80
- Structural Transformation — 0.80
Computed from structural-signature embeddings · 2026-09-08