Tree-adjoining grammar

From Wikipedia, the free encyclopedia
Revision as of 13:30, 27 June 2025 by imported>PlusMinuscule (added more formal definition, elaborated on languages TAGs can and cannot generate, added more visuals, moved comments on variants of TAG to a new section.)
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:Short description Tree-adjoining grammar (TAG) is a grammar formalism defined by Aravind Joshi. Tree-adjoining grammars are somewhat similar to context-free grammars, but the elementary unit of rewriting is the tree rather than the symbol. Whereas context-free grammars have rules for rewriting symbols as strings of other symbols, tree-adjoining grammars have rules for rewriting the nodes of trees as other trees (see tree (graph theory) and tree (data structure)).

History

TAG originated in investigations by Joshi and his students into the family of adjunction grammars (AG),[1] the "string grammar" of Zellig Harris.[2] AGs handle exocentric properties of language in a natural and effective way, but do not have a good characterization of endocentric constructions; the converse is true of rewrite grammars, or phrase-structure grammar (PSG). In 1969, Joshi introduced a family of grammars that exploits this complementarity by mixing the two types of rules. A few very simple rewrite rules suffice to generate the vocabulary of strings for adjunction rules. This family is distinct from the Chomsky-Schützenberger hierarchy but intersects it in interesting and linguistically relevant ways.[3] The center strings and adjunct strings can also be generated by a dependency grammar, avoiding the limitations of rewrite systems entirely.[4] [5]

Description

File:TAG-schematic-adjunction.svg
Schematic illustration of the adjunction operation: The tree α combines with an auxiliary tree β at a node labelled with non-terminal symbol X that needs to be also the root and foot node of the auxiliary tree. The resulting tree is deeper than the original one.
File:TAG-schematic-substitution.svg
Schematic illustration of the substitution operation: two trees (α and β, these don't need to be elementary trees) are joined on a node labelled with nonterminal X: this node is one of the leave nodes marked for substitution in α, and the root of β is a node with the same nonterminal.

A TAG can be defined as a 5-tuple Σ,NT,I,A,S with[6]

  • Σ as the finite set of terminal symbols;
  • NT as the finite set of non-terminal symbols, disjunct from Σ
  • I as finite set of finite trees, which are called initial trees.
    • Initial trees have non-terminals as inner nodes. The frontier can consist of terminals and non-terminals. Non-terminals at the frontier are marked for substitution (typically by the symbol added after the non-terminal). Nodes marked for substitution cannot be adjoined to.
  • A as the finite set of finite trees, which are called auxiliary trees.
    • Auxiliary trees have a special leaf node known as the foot node (typically marked by ) which needs to have the same non-terminal symbol as the root of this tree. All other non-terminal nodes at the frontier are marked for substitution. Same as for initial trees, again inner nodes have non-terminal symbols.
  • S as the special start symbol, belonging to the set of non-terminals.

Additionally, TAGs with adjunction constraints on nodes have been introduced. An adjunction constraint on a node can completely disallow adjunction (NA = null adjunction), make it obligatory (OA) or only allow selected auxiliary trees to adjoin (SA).[6]

The two types of basic trees in TAG initial trees (often represented as 'α') and auxiliary trees ('β') are together called elementary trees. Initial trees represent basic valency relations, while auxiliary trees allow for recursion.[7]

A derivation starts with an initial tree, combining via either substitution or adjunction. Substitution replaces a frontier node with another tree whose top node has the same label. The root/foot label of the auxiliary tree must match the label of the node at which it adjoins. Adjunction can thus have the effect of inserting an auxiliary tree into the center of another tree.[4]

Complexity and application

For every context-free grammar a tree-adjoining grammar can be generated which accepts the same string language. Thus, TAGs can generate all context-free languages.[8] Aside from context-free languages they can generate some, but not all context-sensitive languages.

Two examples of context-sensitive, non-context-free languages that TAGs (with adjunction constraints) can generate are[8]

Tree-adjoining grammars are more powerful (in terms of weak generative capacity) than context-free grammars, but less powerful than linear context-free rewriting systems,[9] indexed[note 1] or context-sensitive grammars.

Two examples for context-sensitive languages that TAGs cannot generate are[8]

  • the language of triplicated strings (language of cubes): {wwwwΣ*}
  • languages with more than four distinct character strings of equal length, e.g. the count-5 language {anbncndnfn|1n}


The processing of languages that TAGs can generate be represented by an embedded pushdown automaton.

Tree-adjoining grammars are often described as mildly context-sensitive. These grammar classes are conjectured to be powerful enough to model natural languages while remaining efficiently parsable in the general case.[8]

Equivalences

Vijay-Shanker and Weir (1994)[10] demonstrate that linear indexed grammars, combinatory categorial grammar, tree-adjoining grammars, and head grammars are weakly equivalent formalisms, in that they all define the same string languages.


Variants

Lexicalized tree-adjoining grammars (LTAG) are a variant of TAG in which each elementary tree (initial or auxiliary) is associated with a lexical item. Each tree has at least one terminal as a leaf node, which is then called the (lexical) anchor of the tree. A lexicalized grammar for English has been developed by the XTAG Research Group of the Institute for Research in Cognitive Science at the University of Pennsylvania.[5]

Other variants of TAG allow multi-component trees, trees with multiple foot nodes, and other extensions.

See also

Notes

Template:Reflist

References

Template:Reflist

External links

Template:Navbox with columns

  1. Template:Cite document Script error: No such module "citation/CS1". Script error: No such module "citation/CS1".
  2. Script error: No such module "citation/CS1".
  3. Template:Cite document
  4. a b Script error: No such module "citation/CS1".
  5. a b Script error: No such module "citation/CS1".
  6. a b Script error: No such module "citation/CS1".
  7. Script error: No such module "citation/CS1".
  8. a b c d Script error: No such module "citation/CS1".
  9. Kallmeyer, Laura (2010). Parsing Beyond Context-Free Grammars. Springer. Here: p.215-216
  10. Vijay-Shanker, K. and Weir, David J. 1994. The Equivalence of Four Extensions of Context-Free Grammars. Mathematical Systems Theory 27(6): 511–546.


Cite error: <ref> tags exist for a group named "note", but no corresponding <references group="note"/> tag was found