A Generalized View on Parsing and Translation

Total Page:16

File Type:pdf, Size:1020Kb

A Generalized View on Parsing and Translation A Generalized View on Parsing and Translation Alexander Koller Marco Kuhlmann Dept. of Linguistics Dept. of Linguistics and Philology University of Potsdam, Germany Uppsala University, Sweden [email protected] [email protected] Abstract In this paper, we make two contributions. First, we provide a formal framework – interpreted reg- We present a formal framework that gen- eralizes a variety of monolingual and syn- ular tree grammars – which generalizes both syn- chronous grammar formalisms for parsing chronous grammars, tree transducers, and LCFRS- and translation. Our framework is based on style monolingual grammars. A grammar of this regular tree grammars that describe deriva- formalism consists of a regular tree grammar (RTG, tion trees, which are interpreted in arbitrary Comon et al. (2007)) defining a language of deriva- algebras. We obtain generic parsing algo- tion trees and an arbitrary number of interpreta- rithms by exploiting closure properties of tions which map these trees into objects of arbi- regular tree languages. trary algebras. This allows us to capture a wide variety of (synchronous and monolingual) gram- 1 Introduction mar formalisms. We can also model heterogeneous Over the past years, grammar formalisms that relate synchronous languages, which relate e.g. trees with pairs of grammatical structures have received much strings; this is necessary for applications in ma- attention. These formalisms include synchronous chine translation (Graehl et al., 2008) and in pars- grammars (Lewis and Stearns, 1968; Shieber and ing strings with synchronous tree grammars. Schabes, 1990; Shieber, 1994; Rambow and Satta, Second, we also provide parsing and decoding al- 1996; Eisner, 2003) and tree transducers (Comon gorithms for our framework. The key concept that et al., 2007; Graehl et al., 2008). Weighted vari- we introduce is that of a regularly decomposable ants of both of families of formalisms have been algebra, where the set of all terms that evaluate to used for machine translation (Graehl et al., 2008; a given object form a regular tree language. Once Chiang, 2007), where one tree represents a parse an algorithm that computes a compact representa- of a sentence in one language and the other a parse tion of this language is known, parsing algorithms in the other language. Synchronous grammars and follow from a generic construction. All important tree transducers are also useful as models of the algebras in natural language processing that we are syntax-semantics interface; here one tree represents aware of – in particular the standard algebras of the syntactic analysis of a sentence and the other strings and trees – are regularly decomposable. the semantic analysis (Shieber and Schabes, 1990; In summary, we obtain a formalism that pulls Nesson and Shieber, 2006). together much existing research under a common When such a variety of formalisms are avail- formal framework, and makes it possible to ob- able, it is useful to take a step back and look for tain parsers for existing and new formalisms in a a generalized model that explains the precise for- modular, universal fashion. mal relationship between them. There is a long Plan of the paper. The paper is structured as tradition of such research on monolingual grammar follows. We start by laying the formal foundations formalisms, where e.g. linear context-free rewriting in Section 2. We then introduce the framework of systems (LCFRS, Vijay-Shanker et al. (1987)) gen- interpreted RTGs and illustrate it with some simple eralize various mildly context-sensitive formalisms. examples in Section 3. The generic parsing and However, few such results exist for synchronous decoding algorithms are described in Section 4. formalisms. A notable exception is the work by Section 5 discusses the role of binarization in our Shieber (2004), who unified synchronous tree- framework. Section 6 shows how interpreted RTGs adjoining grammars with tree transducers. can be applied to existing grammar formalisms. 2 Proceedings of the 12th International Conference on Parsing Technologies, pages 2–13, October 5-7, 2011, Dublin City University. c 2011 Association for Computational Linguistics 2 Formal Foundations where ti/xi i [n] represents the substitu- { | ∈ } tion that replaces all occurrences of x with the For n 0, we define [n] = i 1 i n . i ≥ { | ≤ ≤ } respective ti. A homomorphism is called linear A signature is a finite set Σ of function sym- if every term h(f) contains each variable at most bols f, each of which has been assigned a non- once; and a delabeling if every term h(f) is of the negative integer called its rank. Given a signature form g(x , . , x ) where n is the rank of f Σ, we can define a (finite constructor) tree over Σ π(1) π(n) and π a permutation of 1, . , n . as a finite tree whose nodes are labeled with sym- { } bols from Σ such that a node with a label of rank 3 Interpreted Regular Tree Grammars n has exactly n children. We write TΣ for the set of all trees over Σ. Trees can be written as terms; We will now present a generalized framework for f(t1, . , tn) stands for the tree with root label f synchronous and monolingual grammars in terms and subtrees t1, . , tn. The nodes of a tree can be of regular tree grammars, tree homomorphisms, identified by paths π N∗ from the root: The root and algebras. We will illustrate the framework with ∈ has address , and the i-th child of the node at path two simple examples here, but many other grammar π has the address πi. We write t(π) for the symbol formalisms can be seen as special cases too, as we at path π in the tree t. will show in Section 6. A Σ-algebra consists of a non-empty set A A called the domain and, for each symbol f Σ 3.1 An Introductory Example ∈ with rank n, a total function f : An A, the A → The derivation process of context-free grammar is operation associated with f. We can evaluate a usually seen as a string-rewriting process in which term t TΣ to an object t A by executing ∈ A ∈ nonterminals are successively replaced by the right- the operations: hand sides of production rules. The actual parse J K tree is explained as a post-hoc description of the f(t1, . , tn) = f A( t1 ,..., tn ) . A A A rules that were applied in the derivation. Sets of trees can be specified by regular tree However, we can alternatively view this as a two- J K J K J K grammars (RTGs) (Gécseg and Steinby, 1997; step process which first computes a derivation tree Comon et al., 2007). Formally, such a grammar is and then interprets it as a string. Say we have the a structure = (N, Σ, P, S), where N is a signa- G G CNF grammar in Fig. 2, and we want to derive ture of nonterminal symbols, all of which are taken the string w = “Sue watches the man with the to have rank 0, Σ is a signature of terminal sym- telescope”. In the first step, we use G to generate a bols, S N is a distinguished start symbol, and P ∈ derivation tree like the one in Fig. 2a. The nodes of is a finite set of productions of the form B t, → this tree are labeled with names of the production where B is a nonterminal symbol, and t TN Σ. rules in G; nodes with labels r and r are licensed ∈ ∪ 7 3 The productions of a regular tree grammar are used by G to be the two children of r1 because r1 has as rewriting rules on terms. More specifically, the the two nonterminals NP and VP in its right-hand derivation relation of is defined as follows. Let r r G side, and the left-hand sides of 7 and 3 are NP t1, t2 TN Σ be terms. Then derives t2 from t1 and VP, respectively. In a second step, we can then ∈ ∪ G in one step, denoted by t1 t2, if there exists a interpret the derivation tree into w by interpreting ⇒G production of the form B t and t can be ob- → 2 each leaf labeled with a terminal production (say, tained by replacing an occurrence of B in t1 by t. r7) as the string on its right-hand side (“Sue”), and The (regular) language L( ) generated by is the G G each internal node as a string concatenation opera- set of all terms t T that can be derived, in zero ∈ Σ tion which arranges the string yields of its subtrees or more steps, from the term S. in the order given by the right-hand side of the A (tree) homomorphism is a total function production rule. h: T T which expands symbols of Σ into Σ → ∆ This view differs from the traditional perspec- trees over ∆ while following the structure of the in- tive on context-free grammars in that it makes the put tree. Formally, h is specified by pairs (f, h(f)), derivation tree the primary participant in the deriva- where f Σ is a symbol with some rank n, and ∈ tion process. The string is only one particular in- h(f) T∆ x1,...,xn is a term with variables. terpretation of the derivation tree, and instead of ∈ ∪{ } Given t T , the value of t under h is defined as ∈ Σ a string we could also have interpreted it as some h(f(t , . , t )) = h(f) h(t )/x i [n] , other kind of object. For instance, if we had inter- 1 n { i i | ∈ } 3 string transducer); thesestring differences transducer); simply these amount differencesterms.
Recommended publications
  • Regular Description of Context-Free Graph Languages
    Regular Description of ContextFree Graph Languages Jo ost Engelfriet and Vincent van Oostrom Department of Computer Science Leiden University POBox RA Leiden The Netherlands email engelfriwileidenunivnl Abstract A set of lab eled graphs can b e dened by a regular tree language and one regular string language for each p ossible edge lab el as follows For each tree t from the regular tree language the graph g r t has the same no des as t with the same lab els and there is an edge with lab el from no de x to no de y if the string of lab els of the no des on the shortest path from x to y in t b elongs to the regular string language for Slightly generalizing this denition scheme we allow g r t to have only those no des of t that have certain lab els and we allow a relab eling of these no des It is shown that in this way exactly the class of CedNCE graph languages generated by CedNCE graph grammars is obtained one of the largest known classes of contextfree graph languages Introduction There are many kinds of contextfree graph grammars see eg ENRR EKR Some are no de rewriting and others are edge rewriting In b oth cases a pro duc tion of the grammar is of the form X D C Application of such a pro duction to a lab eled graph H consists of removing a no de or edge lab eled X from H replacing it by the graph D and connecting D to the remainder of H accord ing to the embedding pro cedure C Since these grammars are contextfree in the sense that one no de or edge is replaced their derivations can b e mo d eled by derivation trees as
    [Show full text]
  • Weighted Regular Tree Grammars with Storage
    Discrete Mathematics and Theoretical Computer Science DMTCS vol. 20:1, 2018, #26 Weighted Regular Tree Grammars with Storage 1 2 2 Zoltan´ Ful¨ op¨ ∗ Luisa Herrmann † Heiko Vogler 1 Department of Foundations of Computer Science, University of Szeged, Hungary 2 Faculty of Computer Science, Technische Universitat¨ Dresden, Germany received 19th May 2017, revised 11th June 2018, accepted 22nd June 2018. We introduce weighted regular tree grammars with storage as combination of (a) regular tree grammars with storage and (b) weighted tree automata over multioperator monoids. Each weighted regular tree grammar with storage gen- erates a weighted tree language, which is a mapping from the set of trees to the multioperator monoid. We prove that, for multioperator monoids canonically associated to particular strong bimonoids, the support of the generated weighted tree languages can be generated by (unweighted) regular tree grammars with storage. We characterize the class of all generated weighted tree languages by the composition of three basic concepts. Moreover, we prove results on the elimination of chain rules and of finite storage types, and we characterize weighted regular tree grammars with storage by a new weighted MSO-logic. Keywords: regular tree grammars, weighted tree automata, multioperator monoids, storage types, weighted MSO- logic 1 Introduction In automata theory, weighted string automata with storage are a very recent topic of research [HV15, HV16, VDH16]. This model generalizes finite-state string automata in two directions. On the one hand, it is based on the concept of “sequential program + machine”, which Scott [Sco67] proposed in order to har- monize the wealth of upcoming automaton models.
    [Show full text]
  • Tree Automata Techniques and Applications
    Tree Automata Techniques and Applications Hubert Comon Max Dauchet Remi´ Gilleron Florent Jacquemard Denis Lugiez Sophie Tison Marc Tommasi Contents Introduction 7 Preliminaries 11 1 Recognizable Tree Languages and Finite Tree Automata 13 1.1 Finite Tree Automata . 14 1.2 The pumping Lemma for Recognizable Tree Languages . 22 1.3 Closure Properties of Recognizable Tree Languages . 23 1.4 Tree homomorphisms . 24 1.5 Minimizing Tree Automata . 29 1.6 Top Down Tree Automata . 31 1.7 Decision problems and their complexity . 32 1.8 Exercises . 35 1.9 Bibliographic Notes . 38 2 Regular grammars and regular expressions 41 2.1 Tree Grammar . 41 2.1.1 Definitions . 41 2.1.2 Regular tree grammar and recognizable tree languages . 44 2.2 Regular expressions. Kleene’s theorem for tree languages. 44 2.2.1 Substitution and iteration . 45 2.2.2 Regular expressions and regular tree languages. 48 2.3 Regular equations. 51 2.4 Context-free word languages and regular tree languages . 53 2.5 Beyond regular tree languages: context-free tree languages . 56 2.5.1 Context-free tree languages . 56 2.5.2 IO and OI tree grammars . 57 2.6 Exercises . 58 2.7 Bibliographic notes . 61 3 Automata and n-ary relations 63 3.1 Introduction . 63 3.2 Automata on tuples of finite trees . 65 3.2.1 Three notions of recognizability . 65 3.2.2 Examples of the three notions of recognizability . 67 3.2.3 Comparisons between the three classes . 69 3.2.4 Closure properties for Rec£ and Rec; cylindrification and projection .
    [Show full text]
  • Taxonomy of XML Schema Languages Using Formal Language Theory
    Taxonomy of XML Schema Languages using Formal Language Theory MAKOTO MURATA IBM Tokyo Research Lab DONGWON LEE Penn State University MURALI MANI Worcester Polytechnic Institute and KOHSUKE KAWAGUCHI Sun Microsystems On the basis of regular tree grammars, we present a formal framework for XML schema languages. This framework helps to describe, compare, and implement such schema languages in a rigorous manner. Our main results are as follows: (1) a simple framework to study three classes of tree languages (“local”, “single-type”, and “regular”); (2) classification and comparison of schema languages (DTD, W3C XML Schema, and RELAX NG) based on these classes; (3) efficient doc- ument validation algorithms for these classes; and (4) other grammatical concepts and advanced validation algorithms relevant to XML model (e.g., binarization, derivative-based validation). Categories and Subject Descriptors: H.2.1 [Database Management]: Logical Design—Schema and subschema; F.4.3 [Mathematical Logic and Formal Languages]: Formal Languages— Classes defined by grammars or automata General Terms: Algorithms, Languages, Theory Additional Key Words and Phrases: XML, schema, validation, tree automaton, interpretation 1. INTRODUCTION XML [Bray et al. 2000] is a meta language for creating markup languages. To represent an XML based language, we design a collection of names for elements and attributes that the language uses. These names (i.e., tag names) are then used by application programs dedicated to this type of information. For instance, XHTML [Altheim and McCarron (Eds) 2000] is such an XML-based language. In it, permissible element names include p, a, ul, and li, and permissible attribute names include href and style.
    [Show full text]
  • Tree Automata
    Foundations of XML Types: Tree Automata Pierre Genevès CNRS (slides mostly based on slides by W. Martens and T. Schwentick) University Grenoble Alpes, 2020–2021 1 / 43 Why Tree Automata? • Foundations of XML type languages (DTD, XML Schema, Relax NG...) • Provide a general framework for XML type languages • A tool to define regular tree languages with an operational semantics • Provide algorithms for efficient validation • Basic tool for static analysis (proofs, decision procedures in logic) 2 / 43 Prelude: Word Automata b b a start even odd a Transitions even !a odd odd !a even ... 3 / 43 From Words to Trees: Binary Trees Binary trees with an even number of a’s a a a b a b b How to write transitions? 4 / 43 From Words to Trees: Binary Trees Binary trees with an even number of a’s a even a even a odd b even a odd b even b even How to write transitions? 4 / 43 From Words to Trees: Binary Trees Binary trees with an even number of a’s a even a even a odd b even a odd b even b even How to write transitions? (even; odd) !a even (even; even) !a odd etc: 4 / 43 Ranked Trees? They come from parse trees of data (or programs)... A function call f (a; b) is a ranked tree f a b 5 / 43 Ranked Trees? They come from parse trees of data (or programs)... A function call f (g(a; b; c); h(i)) is a ranked tree f g h a b c i 5 / 43 Ranked Alphabet A ranked alphabet symbol is: • a formalisation of a function call • a symbol a with an integer arity(a) • arity(a) indicates the number of children of a Notation a(k): symbol a with arity(a)= k 6 / 43 Example Alphabet:
    [Show full text]
  • Language, Automata and Logic for Finite Trees
    Language, Automata and Logic for Finite Trees Olivier Gauwin UMons Feb/March 2010 Olivier Gauwin (UMons) Finite Tree Automata Feb/March 2010 1 / 66 Languages, Automata, Logic Example for regular word languages: Σ∗.a.b.Σ∗ Complexity a, b a, b a b ∃x. ∃y. lab (x) S A B Automata Logic a ∧ labb(y) ∧ succ(x, y) Grammars / Expressions S → aS S → aB X → aX X → ǫ S → bS B → bX X → bX Olivier Gauwin (UMons) Finite Tree Automata Feb/March 2010 2 / 66 Languages, Automata, Logic Example for regular word languages: Σ∗.a.b.Σ∗ Example for regular tree languages: all trees with an a-node having a b-child Complexity a, b a, b a b ∃x. ∃y. lab (x) S A B Automata Logic a ∧ labb(y) ∧ succ(x, y) (S, X ) → S ∃x. ∃y. laba(x) (X , S) → S ∧ labb(y) ∧ child(x, y) a(B, X ) → S a(X , B) → S Grammars / Expressions ... S → aS S → aB X → aX X → ǫ b → B S → bS B → bX X → bX ... S → (S, X ) S → a(B, X ) B → b(X , X ) X → (X , X ) S → (X , S) S → a(X , B) B → b X → Olivier Gauwin (UMons) Finite Tree Automata Feb/March 2010 2 / 66 References The main reference for this talk is the TATA book [CDG+07]: Tree Automata, Techniques and Applications by Hubert Comon, Max Dauchet, R´emi Gilleron, Christof L¨oding, Florent Jacquemard, Denis Lugier, Sophie Tison, Marc Tommasi. Other references will be mentionned progressively. Olivier Gauwin (UMons) Finite Tree Automata Feb/March 2010 3 / 66 1 Ranked Trees Trees on Ranked Alphabet Tree Automata Tree Grammars Logic 2 Unranked Trees Unranked Trees Automata Logic Olivier Gauwin (UMons) Finite Tree Automata Feb/March 2010 4 / 66 1 Ranked Trees Trees on Ranked Alphabet Tree Automata Tree Grammars Logic 2 Unranked Trees Unranked Trees Automata Logic Olivier Gauwin (UMons) Finite Tree Automata Feb/March 2010 5 / 66 Trees on Ranked Alphabet Ranked alphabet Ranked alphabet = finite alphabet + arity function Σr Σ= {a, b, c} ar:Σ → N ar(a) = 2 ar(b) = 2 ar(c) = 0 Ranked trees over Σr TΣr , the set of ranked trees, is the smallest set of terms f (t1,..., tk ) such that: f ∈ Σr , k = ar(f ), and ti ∈TΣr for all 1 ≤ i ≤ k.
    [Show full text]
  • A Model-Theoretic Description of Tree Adjoining Grammars 1
    p() URL: http://www.elsevier.nl/locate/entcs/volume53.html 23 pages A Model-Theoretic Description of Tree Adjoining Grammars 1 Frank Morawietz and Uwe M¨onnich 2,3 Seminar f¨ur Sprachwissenschaft Universit¨at T¨ubingen T¨ubingen, Germany Abstract In this paper we show that non-context-free phenomena can be captured using only limited logical means. In particular, we show how to encode a Tree Adjoining Gram- mar [16] into a weakly equivalent monadic context-free tree grammar (MCFTG). By viewing MCFTG-rules as terms in a free Lawvere theory, we can translate a given MCFTG into a regular tree grammar. The latter is characterizable by both a tree automaton and a corresponding formula in monadic second-order (MSO) logic. The trees of the resulting regular tree language are then unpacked into the intended “linguistic” trees through a model-theoretic interpretation in the form of an MSO transduction based upon tree-walking automata. This two-step approach gives a logical as well as an operational description of the tree sets involved. 1 Introduction Algebraic, logical and regular characterizations of (tree) languages provide a natural framework for the denotational and operational semantics of grammar formalisms relying on the use of trees for their intended models. In the present context the combination of algebraic, logical and regular techniques does not onlyadd another description of mildlycontext-sensitive languages to an alreadylong list of weak equivalences between grammar for- malisms. It also makes available the whole bodyof techniques that have been developed in the tradition of algebraic language theory, logic and automata theory.
    [Show full text]
  • Uniform Vs. Nonuniform Membership for Mildly Context-Sensitive Languages: a Brief Survey
    algorithms Article Uniform vs. Nonuniform Membership for Mildly Context-Sensitive Languages: A Brief Survey Henrik Björklund *, Martin Berglund and Petter Ericson Department of Computing Science, Umeå University, SE-901 87 Umeå, Sweden; [email protected] (M.B.); [email protected] (P.E.) * Correspondence: [email protected]; Tel.: +46-90-786-9789 Academic Editors: Henning Fernau and Florin Manea Received: 8 March 2016; Accepted: 27 April 2016; Published: 11 May 2016 Abstract: Parsing for mildly context-sensitive language formalisms is an important area within natural language processing. While the complexity of the parsing problem for some such formalisms is known to be polynomial, this is not the case for all of them. This article presents a series of results regarding the complexity of parsing for linear context-free rewriting systems and deterministic tree-walking transducers. We discuss the difference between uniform and nonuniform complexity measures and how parameterized complexity theory can be used to investigate how different aspects of the formalisms influence how hard the parsing problem is. The main results we survey are all hardness results and indicate that parsing is hard even for relatively small values of parameters such as rank and fan-out in a rewriting system. Keywords: mildly context-sensitive languages; parsing; formal languages; parameterized complexity 1. Introduction Context-free and context-sensitive grammars were introduced in the 1950s by Noam Chomsky, as possible formalisms for describing the structure of natural languages; see, e.g., [1]. Context-free grammars (CFG for short), in particular, have been very successful, both when it comes to natural language modelling and, perhaps to an even larger degree, the description of the syntax of programming languages.
    [Show full text]
  • Context-Free Graph Grammars and Concatenation of Graphs
    Context-free graph grammars and concatenation of graphs Citation for published version (APA): Engelfriet, J., & Vereijken, J. J. (1995). Context-free graph grammars and concatenation of graphs. (Computing science reports; Vol. 9533). Technische Universiteit Eindhoven. Document status and date: Published: 01/01/1995 Document Version: Publisher’s PDF, also known as Version of Record (includes final page, issue and volume numbers) Please check the document version of this publication: • A submitted manuscript is the version of the article upon submission and before peer-review. There can be important differences between the submitted version and the official published version of record. People interested in the research are advised to contact the author for the final version of the publication, or visit the DOI to the publisher's website. • The final author version and the galley proof are versions of the publication after peer review. • The final published version features the final layout of the paper including the volume, issue and page numbers. Link to publication General rights Copyright and moral rights for the publications made accessible in the public portal are retained by the authors and/or other copyright owners and it is a condition of accessing publications that users recognise and abide by the legal requirements associated with these rights. • Users may download and print one copy of any publication from the public portal for the purpose of private study or research. • You may not further distribute the material or use it for any profit-making activity or commercial gain • You may freely distribute the URL identifying the publication in the public portal.
    [Show full text]
  • Hybrid Grammars for Parsing of Discontinuous Phrase Structures and Non-Projective Dependency Structures
    Hybrid Grammars for Parsing of Discontinuous Phrase Structures and Non-Projective Dependency Structures Kilian Gebhardt∗ Technische Universität Dresden Mark-Jan Nederhof∗∗ University of St. Andrews Heiko Vogler∗ Technische Universität Dresden We explore the concept of hybrid grammars, which formalize and generalize a range of existing frameworks for dealing with discontinuous syntactic structures. Covered are both discontinuous phrase structures and non-projective dependency structures. Technically, hybrid grammars are related to synchronous grammars, where one grammar component generates linear structures and another generates hierarchical structures. By coupling lexical elements of both components together, discontinuous structures result. Several types of hybrid grammars are characterized. We also discuss grammar induction from treebanks. The main advantage over existing frameworks is the ability of hybrid grammars to separate discontinuity of the desired structures from time complexity of parsing. This permits exploration of a large variety of parsing algorithms for discontinuous structures, with different properties. This is confirmed by the reported experimental results, which show a wide variety of running time, accuracy, and frequency of parse failures. 1. Introduction Much of the theory of parsing assumes syntactic structures that are trees, formalized such that the children of each node are ordered, and the yield of a tree, that is, the leaves read from left to right, is the sentence. In different terms, each node in the hierarchical syntactic structure of a sentence corresponds to a phrase that is a list of adjacent words, without any gaps. Such a structure is easy to represent in terms of bracketed notation, which is used, for instance, in the Penn Treebank (Marcus, Santorini, and Marcinkiewicz 1993).
    [Show full text]
  • Efficient Techniques for Parsing with Tree Automata
    Efficient techniques for parsing with tree automata Jonas Groschwitz and Alexander Koller Mark Johnson Department of Linguistics Department of Computing University of Potsdam Macquarie University Germany Australia groschwi|[email protected] [email protected] Abstract ing algorithm which recursively explores substruc- tures of the input object and assigns them non- Parsing for a wide variety of grammar for- terminal symbols, but their exact relationship is malisms can be performed by intersecting rarely made explicit. On the practical side, this finite tree automata. However, naive im- parsing algorithm and its extensions (e.g. to EM plementations of parsing by intersection training) have to be implemented and optimized are very inefficient. We present techniques from scratch for each new grammar formalism. that speed up tree-automata-based pars- Thus, development time is spent on reinventing ing, to the point that it becomes practically wheels that are slightly different from previous feasible on realistic data when applied to ones, and the resulting implementations still tend context-free, TAG, and graph parsing. For to underperform. graph parsing, we obtain the best runtimes Koller and Kuhlmann (2011) introduced Inter- in the literature. preted Regular Tree Grammars (IRTGs) in order to address this situation. An IRTG represents 1 Introduction a language by describing a regular language of Grammar formalisms that go beyond context-free derivation trees, each of which is mapped to a term grammars have recently enjoyed renewed atten-
    [Show full text]
  • Regular Rooted Graph Grammars a Web Type and Schema Language
    Regular Rooted Graph Grammars A Web Type and Schema Language Dissertation zur Erlangung des akademischen Grades des Doktors der Naturwissenschaften an der Fakultat¨ fur¨ Mathematik, Informatik und Statistik der Ludwig-Maximilians-Universitat¨ Munchen¨ von Sacha Berger Dezember 2007 Erstgutachter: Prof. Dr. Franc¸ois Bry (Universitat¨ Munchen)¨ Zweitgutachter: Prof. Dr. Claude Kirchner (INRIA Bordeaux) Tag der m ¨undlichenPr ¨ufung: 4. Februar 2008 Abstract This thesis investigates a pragmatic approach to typing, static analysis and static optimization of Web query languages, in special the Web query language Xcerpt[43]. The approach is pragmatic in the sense, that no restriction on the types are made for decidability or efficiency reasons, instead precision is given up if necessary. Prag- matics on the dynamic side means to use types not only to ensure validity of objects operating on, but also influencing query selection based on types. A typing language for typing of graph structured data on the Web is introduced. The Graphs in mind are based on spanning trees with references, the typing languages is based on regular tree grammars [37, 38] with typed reference extensions. Beside ordered data in the spirit of XML, unordered data (i.e. in the spirit of the Xcerpt data model or RDF) can be modelled using regular expressions under unordered in- terpretation – this approach is new. An operational semantics for ordered and un- ordered types is given based on specialized regular tree automata[21] and counting constraints[67] (them again based on Presburger arithmetic formulae). Static type checking of Xcerpt query and construct terms is introduced, as well as optimization of Xcerpt query terms based on schema information.
    [Show full text]