hidden pixel

Embedded Pushdown Automaton Information

An embedded pushdown automaton or EPDA is a computational model for parsing languages generated by tree-adjoining grammars (TAGs). It is similar to the context-free grammar-parsing pushdown automaton, except that instead of using a plain stack to store symbols, it has a stack of iterated stacks that store symbols, giving TAGs a generative capacity between context-free grammars and context-sensitive grammars, or a subset of the mildly context-sensitive grammars.

History and applications

EPDAs were first described by K. Vijay-Shanker in his 1988 doctoral thesis[1]. They have since been applied to more complete descriptions of the class of mildly context-sensitive grammars and have had important roles in extending and refining the Chomsky hierarchy to this class. Various subgrammars, such as the linear indexed grammar, can thus be defined[2]. They are also beginning to play an important role in natural language processing.

While natural languages have traditionally been analyzed using context-free grammars (see transformational-generative grammar and computational linguistics), this model does not work well for languages with crossed dependencies, such as Dutch, situations for which an EPDA is well suited. A detailed linguistic analysis is available in [3].

Theory

An EPDA is a finite state machine with a set of stacks that can be themselves accessed through the embedded stack. Each stack contains elements of the stack alphabet , and so we define an element of a stack by , where the star is the Kleene closure of the alphabet.

Each stack can then be defined in terms of its elements, so we denote the th stack in the automaton using a double-dagger symbol: , where would be the next accessible symbol in the stack. The embedded stack of stacks can thus be denoted by .

We define an EPDA by the septuple (7-tuple)

where

Thus the transition function takes a state, the next symbol of the input string, and the top symbol of the current stack and generates the next state, the stacks to be pushed and popped onto the embedded stack, the pushing and popping of the current stack, and the stacks to be considered the current stacks in the next transition. More conceptually, the embedded stack is pushed and popped, the current stack is optionally pushed back onto the embedded stack, and any other stacks one would like are pushed on top of that, with the last stack being the one read from in the next iteration. Therefore, stacks can be pushed both above and below the current stack.

A given configuration is defined by

where is the current state, the s are the stacks in the embedded stack, with the current stack, and for an input string , is the portion of the string already processed by the machine and is the portion to be processed, with its head being the current symbol read. Note that the empty string is implicitly defined as a terminating symbol, where if the machine is at a final state when the empty string is read, the entire input string is accepted, and if not it is rejected. Such accepted strings are elements of the language

where and defines the transition function applied over as many times as necessary to parse the string.

References

  1. ^ Vijay-Shanker, K. (January 1988). "A Study of Tree-Adjoining Grammars". Ph.D. Thesis (University of Pennsylvania).
  2. ^ Weir, David J. (1994). "Linear Iterated Pushdowns". Computational Intelligence 10 (4): 431–439. doi:10.1111/j.1467-8640.1994.tb00007.x. http://www.informatics.sussex.ac.uk/users/davidw/papers/ci94.ps. Retrieved 2007-11-21.
  3. ^ Joshi, Aravind K.; Yves Schabes (1997). "Tree-Adjoining Grammars". Handbook of Formal Languages (Springer) 3: 69–124. http://www.cis.upenn.edu/~cse477/ltag-paper.pdf. Retrieved 2007-11-21.
Automata theory: formal languages and formal grammars
Chomsky hierarchy Grammars Languages Minimal automaton
Type-0 Unrestricted Recursively enumerable Turing machine
(no common name) Recursive Decider
Type-1 Context-sensitive Context-sensitive Linear-bounded
Indexed Indexed Nested stack
Linear context-free rewriting systems etc. Mildly context-sensitive Thread automata
Tree-adjoining etc. Tree-adjoining Embedded pushdown
Type-2 Context-free Context-free Nondeterministic pushdown
Deterministic context-free Deterministic context-free Deterministic pushdown
Visibly pushdown Visibly pushdown Visibly pushdown
Type-3 Regular Regular Finite
Star-free Counter-free (with aperiodic finite monoid)
Each category of languages is a proper subset of the category directly above it. - Any automaton and any grammar in each category has an equivalent automaton or grammar in the category directly above it.

Categories:

 

The above information uses material from Wikipedia and is licensed under the GNU Free Documentation License.
Some facts may not have been fully verified for accuracy. [Disclaimers]
This page was last archived by our server on Mon Mar 5 20:51:20 2012.
Displaying this page or its contents does not use any Wikimedia Foundation's resources.
The owners of this site proudly support the Wikimedia Foundation.