HPSG
Head-Driven Phrase Structure Grammar · Also known as: HPSG Grammar, Constraint-Based Syntax
Head-Driven Phrase Structure Grammar (HPSG) is a constraint-based grammatical framework developed by Carl Pollard and Ivan Sag in 1987. HPSG represents linguistic information (phonological, syntactic, semantic) in typed feature structures and derives well-formed expressions through constraints on these structures. Unlike movement-based theories, HPSG models word order and long-distance dependencies through feature sharing and principles of grammar. It has been extensively applied to modeling diverse language phenomena and remains influential in computational linguistics.
Read the full method
Sign in with a free account to read this section.
Method map
The neighbourhood of related methods — select a node to explore.
When to use it
Use HPSG when you want a constraint-based, declarative formalism that avoids movement operations, when you need to model phenomena (like agreement) through feature propagation, or when you want a framework compatible with computational implementation. HPSG is well-suited for languages with rich morphology and fixed or nearly fixed word order. It scales well to large grammars and is integrated into parsing systems.
Strengths & limitations
- Provides a unified, declarative framework for modeling syntax, semantics, and phonology in a single representation.
- Avoids transformations and movement, explaining long-distance dependencies through feature sharing and constraint propagation.
- Integrates smoothly with computational parsing and generation, supporting practical NLP applications.
- Handles phenomena like agreement, control, and binding elegantly through feature constraints.
- Syntax-driven; less focused on semantic or pragmatic factors that influence grammaticality.
- Feature structures can become complex, potentially less intuitive than tree-based representations for novices.
- Deriving some phenomena (e.g., extraction constraints, island effects) requires careful constraint specification and may appear ad hoc.
- Not as biologically or psychologically motivated as some alternatives; less discussion of language acquisition and processing mechanisms.
Frequently asked
What is a feature structure, and how do features differ from grammatical categories?
A feature structure is an attribute-value matrix: each attribute (like 'number' or 'tense') has a value (like 'singular' or 'past'). Grammatical categories are coarser classifications (noun, verb, adjective). Feature structures capture fine-grained information and allow constraints that say, 'the noun's number must match the article's number.' This enables precise modeling of agreement and subcategorization.
How does HPSG explain long-distance dependencies like questions without movement?
In HPSG, a wh-question like 'Who did you see?' has a gap in the verb phrase (no direct object) paired with a 'slash' feature indicating an unsatisfied dependency. This slash feature is inherited upward through the tree until it reaches the wh-element at the top, which discharges it. No element moves; instead, a featural dependency tracks the relationship across phrases.
Can HPSG handle languages with complex morphology?
Yes, HPSG includes a morphology component that uses the same constraint-based machinery as syntax. Affixes are modeled as morphological heads with subcategorization requirements, similar to syntactic heads. This makes HPSG well-suited for polysynthetic and highly agglutinative languages.
Is HPSG more computational than Minimalism?
HPSG is more readily integrated into computational systems because its constraint-based, declarative formalism maps naturally onto parsing algorithms. Minimalism is more concerned with theoretical principles and language evolution. However, both frameworks have computational implementations; the choice depends on whether you prioritize theory (Minimalism) or practical parsing (HPSG).
Sources
- Pollard, C., & Sag, I. A. (1994). Head-Driven Phrase Structure Grammar. Chicago: University of Chicago Press. link ↗
- Sag, I. A., Wasow, T., & Bender, E. M. (2003). Syntactic Theory: A Formal Introduction (2nd ed.). Stanford, CA: CSLI Publications. link ↗
- Borsley, R. D. (2011). A Grammar of Welsh. Berlin: De Gruyter. link ↗
How to cite this page
ScholarGate. (2026, June 3). Head-Driven Phrase Structure Grammar. ScholarGate. https://scholargate.app/en/linguistics/hpsg
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- Minimalist ProgramLinguistics↔ compare
- Optimality TheoryLinguistics↔ compare