Tree Adjoining Grammar

From GM-RKB
(Redirected from TAG)
Jump to navigation Jump to search

A Tree Adjoining Grammar is a mildly context-sensitive grammar based on a tree rewriting system (where the constituents are not just strings but elementary trees).



References

2016

2009

  • http://www.let.rug.nl/~vannoord/papers/diss/diss/node59.html
    • The TAG formalism can be motivated because it provides a larger domain of locality in which to state linguistic dependencies. In most formalisms, dependencies can be defined between the elements of a rule (i.e. between the nodes of a local tree). In TAG, it is possible to state dependencies between nodes of trees which are further apart, because the basic building blocks of the formalism are trees. For example, the relation between a topicalized constituent and its governor can be stated locally in a TAG, whereas in most other formalisms this relation must be stated with some global mechanism. Furthermore, the adjunction operation provides for the analysis of (at least some) kinds of discontinuous constituency constructions. This is reflected in the formal power of the formalism: some TAGs recognize context-sensitive languages.”
    • A Tree Adjoining Grammar consists of a set of elementary trees, divided in initial and auxiliary trees. These trees constitute the basic building blocks of the formalism. Operations of adjunction and substitution are defined which build derived trees from elementary trees. TAG thus constitute a tree-generating system, rather than a string-generating system as context-free grammar. The string language of a TAG is defined as the yields of all the trees derived by a TAG.


  • http://www.cis.upenn.edu/~xtag/home.html
    • "XTAG is an on-going project to develop a wide-coverage grammar for English using a lexicalized Tree Adjoining Grammar (TAG) formalism. XTAG also serves as an system for the development of TAGs and consists of a parser, an X-windows grammar development interface and a morphological analyzer."


  • (Wikipedia, 2009) ⇒ http://en.wikipedia.org/wiki/Tree-adjoining_grammar
    • QUOTE: ... One of the most basic properties of Tree Adjoining Grammars (TAGS) is that they have an extended domain of locality (EDOL) (Joshi, 1994). This refers to the fact that the elementary trees that make up the grammar are larger than the corresponding units (the productions) that are used in phrase-structure rule-based frameworks. The claim is that in Lexicalized TAGS (LTAGS) the elementary trees provide a domain of locality large enough to state co-occurrence relationships between a lexical item (the anchor of the elementary tree) and the nodes it imposes constraints on. We will call this the extended domain of locality hypothesis. For example, wh-movement can be expressed locally in a tree that will be anchored by a verb of which an argument is extracted. Consequently, features which are shared by the extraction siteand the wh-word, such as case, do not need to be percolated, but are directly identified in the tree. Figure 1 shows a tree in which the case feature at the extraction site and the wh-word share the same value. (Carroll et al., 1999)


  • Misc Anoop Sarkar
    • QUOTE: A Supertagger (Srinivas and Joshi, 1999) is a statistical model that can be used to probabilistically assign to the word sequence (which makes up the input string) a sequence of elementary trees from some LTAG grammar. An LTAG parser on the other hand also has to attach the various possible elementary trees for each word in the input string to provide a complete derivation tree for the input (please see (Joshi and Schabes, 1992) for more information on the LTAG formalism and LTAG parsing).

2007

  • (Kakkonen, 2007) ⇒ Tuomo Kakkonen. (2007). “Framework and Resources for Natural Language Evaluation." Academic Dissertation. University of Joensuu.
    • Tree-adjoining Grammar (TAG), which was first introduced by Joshi et al. (1975), manipulates trees as elementary objects. Different versions of TAGs have been implemented in English (XTAG Research Group 1998), Chinese (Bikel & Chiang 2000), French (Abeillé 1988), German (Neumann 2003), Arabic (Habash & Rambow 2004), Korean (Han et al. 2000) and Hindi (CDAG 2006).
  • (Joshi, 2007)
    • TAGs (more precisely, languages of TAGs) belong to the class of languages called Mildly Context-Sensitive Languages (MCSL) characterized by:
      • 1) polynomial parsing complexity
      • 2) Grammars for the languages in this class can characterize a limited set of patterns of nested and crossed dependencies and their combinations.
      • 3) languages in this class have the constant growth property (i.e., sentences, if arranged in increasing order of length, grow only by a bounded amount).
      • 4) this class properly includes CFLs
  • (Joshi, 2007) ⇒ Aravind K. Joshi. (2007). “Complexity of Dependencies in Natural Language. Presentation, Vancouver, Feb 22. (presentation.ppt)

2005

  • (Dickinson, 2005) ⇒ M. Dickinson. (2005). “Tree Adjoining Grammars (TAG). Course Lecture. Linguistics 564 - Computational Grammar Formalisms.

1997

  • (Joshi & Schabes, 1997)
    • "explain how every CFG can be strongly lexicalized by TAG
    • "show that Tree-Adjoining Languages are closed under lexicalization: every TAL has a lexicalized TAG grammar
    • Lexicalization has some useful effects:
      • finite ambiguity: corresponds to our intuition about NL ambiguities,
      • statistical dependencies between words can be captured which can improve parsing accuracy

1975