ArticleslgStudy

engineering

Head-driven phrase structure grammar

Head-driven phrase structure grammar is a engineering topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Head-driven phrase structure grammar rather than just read about it. In short: Head-driven phrase structure grammar (HPSG) is a highly lexicalized, constraint-based grammar developed by Carl Pollard and Ivan Sag. It is a type of phrase structure grammar, as opposed to a dependency grammar, and it is the immediate successor to generalized phrase structure grammar.

Head-driven phrase structure grammar — main illustration
Head-driven phrase structure grammar — illustration

Key takeaways

  • Head-driven phrase structure grammar belongs to engineering; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Head-driven phrase structure grammar to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Head-driven phrase structure grammar from memory before moving on to harder problems.

Reference excerpt

Head-driven phrase structure grammar (HPSG) is a highly lexicalized, constraint-based grammar

developed by Carl Pollard and Ivan Sag. It is a type of phrase structure grammar, as opposed to a dependency grammar, and it is the immediate successor to generalized phrase structure grammar. HPSG draws from other fields such as computer science (data type theory and knowledge representation) and uses Ferdinand de Saussure's notion of the sign. It uses a uniform formalism and is organized in a modular way which makes it attractive for natural language processing. An HPSG includes principles and grammar rules and lexicon entries which are normally not considered to belong to a grammar. The formalism is based on lexicalism. This means that the lexicon is more than just a list of entries; it is in itself richly structured. Individual entries are marked with types. Types form a hierarchy. Early versions of the grammar were very lexicalized with few grammatical rules (schema). More recent research has tended to add more and richer rules, becoming more like construction grammar. The basic type HPSG deals with is the sign. Words and phrases are two different subtypes of sign. A word has two features: [PHON] (the sound, the phonetic form) and [SYNSEM] (the syntactic and semantic information), both of which are split into subfeatures. Signs and rules are formalized as typed feature structures.

Sample grammar HPSG generates strings by combining signs, which are defined by their location within a type hierarchy and by their internal feature structure, represented by attribute value matrices (AVMs). Features take types or lists of types as their values, and these values may in turn have their own feature structure. Grammatical rules are largely expressed through the constraints signs place on one another. A sign's feature structure describes its phonological, syntactic, and semantic properties. In common notation, AVMs are written with features in upper case and types in italicized lower case. Numbered indices in an AVM represent token identical values. In the simplified AVM for the word (in this case the verb, not the noun as in "nice walks for the weekend") "walks" below, the verb's categorical information (CAT) is divided into features that describe it (HEAD) and features that describe its arguments (VALENCE).

"Walks" is a sign of type word with a head of type verb. As an intransitive verb, "walks" has no complement but requires a subject that is a third person singular noun. The semantic value of the subject (CONTENT) is co-indexed with the verb's only argument (the individual doing the walking). The following AVM for "she" represents a sign with a SYNSEM value that could fulfill those requirements.

Signs of type phrase unify with one or more children and propagate information upward. The following AVM encodes the immediate dominance rule for a head-subj-phrase, which requires two children: the head child (a verb) and a non-head child that fulfills the verb's SUBJ constraints.

The end result is a sign with a verb head, empty subcategorization features, and a phonological value that orders the two children. Although the actual grammar of HPSG is composed entirely of feature structures, linguists often use trees to represent the unification of signs where the equivalent AVM would be unwieldy.

Implementations Various parsers based on the HPSG formalism have been written and optimizations are currently being investigated. An example of a system analyzing German sentences is provided by the Freie Universität Berlin. In addition the CoreGram project of the Grammar Group of the Freie Universität Berlin provides open source grammars that were implemented in the TRALE system. Currently there are grammars for German, Danish, Mandarin Chinese, Maltese, and Persian that share a common core and are publicly available. Large HPSG grammars of various languages are being developed in the Deep Linguistic Processing with HPSG Initiative (DELPH-IN). Wide-coverage grammars of English, German, and Japanese are available under an open-source license. These grammars can be used with a variety of inter-compatible open-source HPSG parsers: LKB, PET, Ace, and agree. All of these produce semantic representations in the format of “Minimal Recursion Semantics,” MRS. The declarative nature of the HPSG formalism means that these computational grammars can typically be used for both parsing and generation (producing surface strings from semantic inputs). Treebanks, also distributed by DELPH-IN, are used to develop and test the grammars, as well as to train ranking models to decide on plausible interpretations when parsing (or realizations when generating). Enju is a freely available wide-coverage probabilistic HPSG parser for English developed by the Tsujii Laboratory at The University of Tokyo in Japan.

See also Lexical-functional grammar Minimal recursion semantics Relational grammar Situation semantics Syntax Transformational grammar Type Description Language

References

Further reading Stefan Müller, Anne Abeillé, Robert D. Borsley, Jean-Pierre Koenig (eds.) (2024): Head-Driven Phrase Structure Grammar: The handbook. (= Empirically Oriented Theoretical Morphology and Syntax; 9). Berlin: Language Science Press, 2nd edition, ISBN 978-78-3-98554-111-9 {{isbn}}: Check isbn value: length (help) Carl Pollard, Ivan A. Sag (1987): Information-based Syntax and Semantics. Volume 1: Fundamentals. Stanford: CSLI Publications. Carl Pollard, Ivan A. Sag (1994): Head-Driven Phrase Structure Grammar. Chicago: University of Chicago Press. ([1]) Ivan A. Sag, Thomas Wasow, Emily M. Bender (2003): Syntactic Theory: a formal introduction, Second Edition. Chicago: University of Chicago Press. ([2]) Levine, Robert D.; W. Detmar Meurers (2006). "Head-Driven Phrase Structure Grammar: Linguistic Approach, Formal Foundations, and Computational Realization" (PDF). In Keith Brown (ed.). Encyclopedia of Language and Linguistics (second ed.). Oxford: Elsevier. Archived from the original (PDF) on 2008-09-05. Retrieved 2008-03-07. Müller, Stefan (2013). "Unifying Everything: Some Remarks on Simpler Syntax, Construction Grammar, Minimalism and HPSG". Language. 89 (4): 920–950. doi:10.1353/lan.2013.0061. S2CID 55298660. Archived from the original on 2017-02-02. Retrieved 2013-07-12.

… excerpt ends here. Continue reading the full article.

Illustrations

Head-driven phrase structure grammar illustration
Head-driven phrase structure grammar illustration
Head-driven phrase structure grammar illustration

Worked examples

Example 1 — a first encounter with Head-driven phrase structure grammar

Start with the simplest possible case. Write down what Head-driven phrase structure grammar claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In engineering, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Head-driven phrase structure grammar before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Head-driven phrase structure grammar ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Head-driven phrase structure grammar

In research
Head-driven phrase structure grammar appears in engineering research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Head-driven phrase structure grammar in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Head-driven phrase structure grammar is common in secondary-school and first-year university syllabi. It links to neighbouring topics Generative linguistics, Grammar frameworks, Syntactic theories, so understanding it makes those chapters shorter.
In everyday life
Look for Head-driven phrase structure grammar outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.
Ask Teacher Smith questions about this articleOpens your AI tutor with a question about “Head-driven phrase structure grammar” →

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Head-driven phrase structure grammar in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Head-driven phrase structure grammar means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Head-driven phrase structure grammar out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Head-driven phrase structure grammar in simple terms?

Head-driven phrase structure grammar (HPSG) is a highly lexicalized, constraint-based grammar developed by Carl Pollard and Ivan Sag. It is a type of phrase structure grammar, as opposed to a dependency grammar, and it is the immediate successor to generalized phrase structure grammar.

Why does Head-driven phrase structure grammar matter?

Because it connects several engineering ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Head-driven phrase structure grammar?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Head-driven phrase structure grammar.

Tags

  • Generative linguistics
  • Grammar frameworks
  • Syntactic theories

Keep exploring