{ "paper_id": "J15-1003", "header": { "generated_with": "S2ORC 1.0.0", "date_generated": "2023-01-19T03:03:41.722917Z" }, "title": "Multiple Adjunction in Feature-Based Tree-Adjoining Grammar", "authors": [ { "first": "Claire", "middle": [], "last": "Gardent", "suffix": "", "affiliation": { "laboratory": "UMR 7503", "institution": "", "location": { "addrLine": "Campus Scientifique, BP 239, F-54506 Vandoeuvre-l\u00e8s-Nancy Cedex", "country": "France" } }, "email": "claire.gardent@loria.fr.submission" }, { "first": "Shashi", "middle": [], "last": "Narayan", "suffix": "", "affiliation": { "laboratory": "UMR 7503", "institution": "", "location": { "addrLine": "Campus Scientifique, BP 239, F-54506 Vandoeuvre-l\u00e8s-Nancy Cedex", "country": "France" } }, "email": "shashi.narayan@loria.fr.submission" } ], "year": "", "venue": null, "identifiers": {}, "abstract": "In parsing with Tree Adjoining Grammar (TAG), independent derivations have been shown by Schabes and Shieber (1994) to be essential for correctly supporting syntactic analysis, semantic interpretation, and statistical language modeling. However, the parsing algorithm they propose is not directly applicable to Feature-Based TAGs (FB-TAG). We provide a recognition algorithm for FB-TAG that supports both dependent and independent derivations. The resulting algorithm combines the benefits of independent derivations with those of Feature-Based grammars. In particular, we show that it accounts for a range of interactions between dependent vs. independent derivation on the one hand, and syntactic constraints, linear ordering, and scopal vs. nonscopal semantic dependencies on the other hand.", "pdf_parse": { "paper_id": "J15-1003", "_pdf_hash": "", "abstract": [ { "text": "In parsing with Tree Adjoining Grammar (TAG), independent derivations have been shown by Schabes and Shieber (1994) to be essential for correctly supporting syntactic analysis, semantic interpretation, and statistical language modeling. However, the parsing algorithm they propose is not directly applicable to Feature-Based TAGs (FB-TAG). We provide a recognition algorithm for FB-TAG that supports both dependent and independent derivations. The resulting algorithm combines the benefits of independent derivations with those of Feature-Based grammars. In particular, we show that it accounts for a range of interactions between dependent vs. independent derivation on the one hand, and syntactic constraints, linear ordering, and scopal vs. nonscopal semantic dependencies on the other hand.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Abstract", "sec_num": null } ], "body_text": [ { "text": "A Tree Adjoining Grammar (TAG; Joshi and Schabes 1997) consists of a set of elementary trees and two combining operations, substitution and adjunction. Consequently, a TAG derivation can be described by a tree (called a derivation tree) specifying which elementary TAG trees were combined using which operations to yield that derivation. In this tree, each vertex is labeled with a tree name and each edge with a description of the operation (node address and operation type) used to combine the trees labeling its end vertices. As we shall see in Section 3.2, in TAG, each derivation tree specifies a unique parse tree, also called derived tree.", "cite_spans": [ { "start": 31, "end": 54, "text": "Joshi and Schabes 1997)", "ref_id": "BIBREF7" } ], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1." }, { "text": "In previous work, it has been argued that TAG derivation trees provide a good approximation of semantic dependencies between the words of a sentence (Kroch 1989; Rambow, Vijay-Shanker, and Weir 1995; Candito and Kahane 1998; Kallmeyer and Kuhlmann 2012) . As shown by Schabes and Shieber (1994) , however, there are several possible ways of defining TAG derivation trees, depending on how multiple adjunction of several auxiliary trees at the same tree node is handled. The standard notion of derivation proposed by Vijay-Shanker (1987) forbids multiple adjunction, thus enforcing dependent derivations. In contrast, the extended notion of derivation proposed by Schabes ", "cite_spans": [ { "start": 149, "end": 161, "text": "(Kroch 1989;", "ref_id": "BIBREF10" }, { "start": 162, "end": 199, "text": "Rambow, Vijay-Shanker, and Weir 1995;", "ref_id": "BIBREF11" }, { "start": 200, "end": 224, "text": "Candito and Kahane 1998;", "ref_id": "BIBREF1" }, { "start": 225, "end": 253, "text": "Kallmeyer and Kuhlmann 2012)", "ref_id": "BIBREF9" }, { "start": 268, "end": 294, "text": "Schabes and Shieber (1994)", "ref_id": "BIBREF16" }, { "start": 516, "end": 536, "text": "Vijay-Shanker (1987)", "ref_id": "BIBREF20" } ], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1." }, { "text": "An example TAG with the alternative TAG derivations for the phrase roasted red pepper. \u03b1 pepper , \u03b2 red , and \u03b2 roasted are the elementary trees for pepper (initial tree), red (auxiliary tree), and roasted (auxiliary tree), respectively.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Figure 1", "sec_num": null }, { "text": "and Shieber (1992 Shieber ( , 1994 allows multiple adjunction at a single node, thereby yielding so-called independent derivations (i.e., derivations where the relation between the adjoining trees is left unspecified). The difference between the two types of derivations is illustrated in Figure 1 . While in the standard (dependent) derivation, one adjective tree is adjoined to the other adjective tree, which itself is adjoined to the noun tree for pepper; in the extended (independent) derivation, both adjective trees adjoin to the noun tree. Schabes and Shieber (1994) argue that allowing both for dependent and independent derivations better reflects linguistic dependencies. Making use of the distinction introduced in TAG between predicative and modifier auxiliary trees (Schabes and Shieber (1994) , Section 3.1), they define a parsing algorithm that assigns dependent derivations to predicative auxiliary trees but independent derivations to multiple modifier auxiliary trees adjoining to the same node. In case both predicative and modifier auxiliary trees adjoin to the same node, their parsing algorithm ensures that predicative trees appear above the modifier trees in the derived tree.", "cite_spans": [ { "start": 4, "end": 17, "text": "Shieber (1992", "ref_id": "BIBREF15" }, { "start": 18, "end": 34, "text": "Shieber ( , 1994", "ref_id": "BIBREF17" }, { "start": 548, "end": 574, "text": "Schabes and Shieber (1994)", "ref_id": "BIBREF16" }, { "start": 780, "end": 807, "text": "(Schabes and Shieber (1994)", "ref_id": "BIBREF16" } ], "ref_spans": [ { "start": 289, "end": 297, "text": "Figure 1", "ref_id": "FIGREF9" } ], "eq_spans": [], "section": "Figure 1", "sec_num": null }, { "text": "This parsing algorithm is defined for featureless variants of TAG. In contrast, in implemented TAGs (e.g., XTAG [The XTAG Research Group 2001] , SemXTAG [Gardent 2008 ], or XXTAG 1 [Alahverdzhieva 2008] ) feature structures and feature unification are central. They are used to minimize the size of the grammar; to model linguistic phenomena such as verb/subject agreement; and to encode a unification-based syntax/semantics interface (e.g., Gardent and Kallmeyer 2003) .", "cite_spans": [ { "start": 107, "end": 142, "text": "XTAG [The XTAG Research Group 2001]", "ref_id": null }, { "start": 153, "end": 166, "text": "[Gardent 2008", "ref_id": "BIBREF3" }, { "start": 181, "end": 202, "text": "[Alahverdzhieva 2008]", "ref_id": "BIBREF0" }, { "start": 442, "end": 469, "text": "Gardent and Kallmeyer 2003)", "ref_id": "BIBREF4" } ], "ref_spans": [], "eq_spans": [], "section": "Figure 1", "sec_num": null }, { "text": "In this article, we extend Schabes and Shieber's proposal to Feature-Based TAG (FB-TAG); and we show that the resulting parsing algorithm naturally accounts for the interplay of dependent vs. independent derivation structures with syntactic constraints, linear ordering, and scopal vs. nonscopal semantic dependencies.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Figure 1", "sec_num": null }, { "text": "The article is organized as follows. In Section 2, we recap the motivations for independent derivations put forward by Schabes and Shieber (1994) and we briefly discuss the interactions that may arise between dependent and independent derivations. Section 3 summarizes their approach. In Section 4, we present the intuitions and motivations underlying our proposal and we highlight the differences with Schabes and Shieber's approach. Section 5 presents our proposal. Section 6 concludes.", "cite_spans": [ { "start": 119, "end": 145, "text": "Schabes and Shieber (1994)", "ref_id": "BIBREF16" } ], "ref_spans": [], "eq_spans": [], "section": "Figure 1", "sec_num": null }, { "text": "We start by summarizing Schabes and Shieber's motivations for independent derivations. We then discuss the interactions between dependent and independent derivations. Schabes and Shieber (1994) give three main motivations for independent derivations. The first motivation concerns the interaction of verbs with multiple modifiers. Consider sentences 2 in Examples (1) and (2).", "cite_spans": [ { "start": 167, "end": 193, "text": "Schabes and Shieber (1994)", "ref_id": "BIBREF16" } ], "ref_spans": [], "eq_spans": [], "section": "Why Are Independent Derivations Desirable?", "sec_num": "2." }, { "text": "(1) a. Richard Parker and Pi wandered the Algae Island yesterday through the meerkats.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Motivations for Independent Derivations", "sec_num": "2.1" }, { "text": "b. Richard Parker and Pi wandered the Algae Island yesterday.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Motivations for Independent Derivations", "sec_num": "2.1" }, { "text": "c. Richard Parker and Pi wandered the Algae Island through the meerkats.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Motivations for Independent Derivations", "sec_num": "2.1" }, { "text": "(2) a. The Orangutan reminded Pi of his mother yesterday through the meerkats.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Motivations for Independent Derivations", "sec_num": "2.1" }, { "text": "b. The Orangutan reminded Pi of his mother yesterday.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Motivations for Independent Derivations", "sec_num": "2.1" }, { "text": "The Orangutan reminded Pi of his mother through the meerkats.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "c.", "sec_num": null }, { "text": "Movement verbs such as to wander allow for directional modifiers such as through the meerkats, whereas verbs such as to remind do not. In TAG, such restrictions can be modeled using selective adjoining constraints to specify which modifier tree may or may not be adjoined at a particular node in a given tree. Therefore, it is possible to license (1) and to rule out (2c). In Example (2a), however, under the dependent notion of adjunction, the tree for the directional adverbial through the meerkats will adjoin to the modifier tree for yesterday, which itself will adjoin to the tree selected by reminded. Thus, constraints placed by the verb on its modifiers must be passed through by modifier trees (here, the tree for yesterday) to also rule out sentences such as Example (2a). Propagating selective adjunction constraints in TAG would lead to a formalism for which derivation trees are no longer context-free (Schabes and Shieber 1994) .", "cite_spans": [ { "start": 915, "end": 941, "text": "(Schabes and Shieber 1994)", "ref_id": "BIBREF16" } ], "ref_spans": [], "eq_spans": [], "section": "c.", "sec_num": null }, { "text": "The second motivation for independent adjunction stems from probabilistic approaches. Stochastic lexicalized TAG specifies the probability of an adjunction of a given auxiliary tree at a given node in another elementary tree (Resnik 1992; Schabes 1992 ). Thus, under the standard notion of derivation, the overall probability of the string roasted red pepper would be determined by the probability of red adjoining to pepper and the probability of roasted adjoining to red. In contrast, independent adjunction would result in a derivation such that the overall probability of the string roasted red pepper would be determined by the probability of both red and roasted adjoining to pepper. Schabes and Shieber (1994, page 97) argue that it is plausible that \"the most important relationships to characterize statistically are those between modifier and modified, rather than between two modifiers.\"", "cite_spans": [ { "start": 225, "end": 238, "text": "(Resnik 1992;", "ref_id": null }, { "start": 239, "end": 251, "text": "Schabes 1992", "ref_id": "BIBREF13" }, { "start": 690, "end": 725, "text": "Schabes and Shieber (1994, page 97)", "ref_id": null } ], "ref_spans": [], "eq_spans": [], "section": "c.", "sec_num": null }, { "text": "A third motivation comes from semantics and, more particularly, from scope ambiguities involving modifiers. Given a sentence such as Example (3), where the relative scope of the modifiers twice and intentionally is ambiguous, 3 Shieber (1994) shows that, under the extended definition of adjunction, a synchronous TAG modeling the relation between syntactic trees and logical formulae can account for both readings.", "cite_spans": [ { "start": 226, "end": 242, "text": "3 Shieber (1994)", "ref_id": null } ], "ref_spans": [], "eq_spans": [], "section": "c.", "sec_num": null }, { "text": "(3) John blinked twice intentionally.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "c.", "sec_num": null }, { "text": "The account crucially relies on multiple independent adjunction of the two modifier trees to the tree for blink: Depending on which order the auxiliary trees for twice and intentionally adjoins to blink, the logical formula built will be either intentionally(twice(blink)) or twice(intentionally(blink)), thus capturing the ambiguity.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "c.", "sec_num": null }, { "text": "To capture the different types of semantic dependencies and morpho-syntactic constraints that may hold between multiple auxiliary trees adjoining to the same entity, both dependent and independent derivations are needed.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Dependent, Independent, and Mixed Derivations", "sec_num": "2.2" }, { "text": "As argued earlier, because there are no constraints or semantic relation holding between each of them, multiple intersective modifiers applying to the same entity (Example (4)) are best modeled using an independent derivation.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Dependent, Independent, and Mixed Derivations", "sec_num": "2.2" }, { "text": "(4) The tall black meerkat slept.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Dependent, Independent, and Mixed Derivations", "sec_num": "2.2" }, { "text": "(Independent derivation)", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Dependent, Independent, and Mixed Derivations", "sec_num": "2.2" }, { "text": "In contrast, because they may involve strong scopal and morpho-syntactic constraints, stacked predicative verbs (i.e., verbs taking a sentential complement, Example (5a)) and non-intersective modifiers (Example (5c)) require dependent derivations. Consider sentences (5a-b), for instance. If predicative trees were assigned an independent derivation, sentence (5a) would be judged ungrammatical (because want requires an infinitival complement but would adjoin to the finite verb slept) and conversely, sentence (5b) would incorrectly be judged grammatical (because both want and try require an infinitival complement). Similarly, in Example (5c), the church is Syrian Orthodox, not Syrian and Orthodox. Assigning a dependent rather than an independent derivation to such cases straightforwardly captures the distinction between intersective and non-intersective modifiers. Finally, some multiple adjunctions may involve both dependent and independent derivations, for example, when multiple modifiers and predicative verbs adjoin to the same verb (Example (6a)) or in the case of a derivation (Example (6b)) involving both intersective (old) and non-intersective (i.e., Syrian in Syrian Orthodox) modifiers. As we shall see in Section 5.3, the parsing algorithm we propose licenses dependent, independent, and mixed derivations but is restricted to appropriately distinguish between various types of modifiers. Moreover, the feature information encoded in the grammar further restricts the derivation structures produced, thereby accounting for the interactions between adjunction, linear ordering, and morpho-syntactic constraints.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Dependent, Independent, and Mixed Derivations", "sec_num": "2.2" }, { "text": "Vijay-Shanker and Weir (1991) introduce a compilation of TAG to Linear Indexed Grammars (LIGs; Gazdar 1988) that makes the derivation process explicit. Schabes and Shieber (1994) modify this compilation to allow for both dependent and independent derivations. The resulting LIG is further exploited to specify a parsing algorithm that recovers those derivations.", "cite_spans": [ { "start": 18, "end": 29, "text": "Weir (1991)", "ref_id": "BIBREF23" }, { "start": 152, "end": 178, "text": "Schabes and Shieber (1994)", "ref_id": "BIBREF16" } ], "ref_spans": [], "eq_spans": [], "section": "Multiple Adjunction in Tree Adjoining Grammars", "sec_num": "3." }, { "text": "In this section, we summarize Schabes and Shieber's proposal. We start (Section 3.1) with an informal description of their approach. In Section 3.2, we introduce ordered derivation trees. Section 3.3 provides a brief introduction to LIG. Section 3.4 summarizes the TAG-to-LIG compilation proposed by Vijay-Shanker and Weir (1991) . Finally, Section 3.5 describes the modifications introduced by Schabes and Shieber (1994) to allow both for dependent and for independent derivations.", "cite_spans": [ { "start": 318, "end": 329, "text": "Weir (1991)", "ref_id": "BIBREF23" }, { "start": 395, "end": 421, "text": "Schabes and Shieber (1994)", "ref_id": "BIBREF16" } ], "ref_spans": [], "eq_spans": [], "section": "Multiple Adjunction in Tree Adjoining Grammars", "sec_num": "3." }, { "text": "Tree Adjoining Grammar distinguishes between two types of auxiliary trees, namely, modifier vs. predicative auxiliary trees (Joshi and Vijay-Shanker 2001) . Whereas predicative trees are assigned to verbs taking a sentential argument, modifier trees are assigned to all other auxiliary trees (e.g., verbal auxiliaries, adjectives, adverbs, prepositions, and determiners). More generally, the difference between a predicative and a modifier tree is that in a predicative tree, the foot node, like the substitution nodes, corresponds to an argument node selected by its lexical anchor (i.e., the word that selects that tree) whereas in a modifier auxiliary tree, the foot node is an open slot corresponding to the phrase being modified. When associating semantic entities with tree nodes (as proposed, for example, by Joshi and Vijay-Shanker [2001] and Gardent and Kallmeyer [2003] ), this difference can be seen by noting the entities associated with root and foot nodes: These are distinct in a predicative tree but identical in modifier trees.", "cite_spans": [ { "start": 124, "end": 154, "text": "(Joshi and Vijay-Shanker 2001)", "ref_id": "BIBREF8" }, { "start": 816, "end": 846, "text": "Joshi and Vijay-Shanker [2001]", "ref_id": "BIBREF8" }, { "start": 851, "end": 879, "text": "Gardent and Kallmeyer [2003]", "ref_id": "BIBREF4" } ], "ref_spans": [], "eq_spans": [], "section": "Schabes and Shieber's Proposal: Motivations and Intuitions", "sec_num": "3.1" }, { "text": "In their approach, Schabes and Shieber specify a TAG-to-LIG conversion that systematically associates dependent derivations with predicative auxiliary trees and independent derivations with modifier auxiliary trees. In addition, they introduce two mechanisms to ensure that each derivation tree unambiguously specifies a linguistically plausible derived tree.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Schabes and Shieber's Proposal: Motivations and Intuitions", "sec_num": "3.1" }, { "text": "First, they enforce ordering constraints between modifier trees adjoining at the same node (which are thus ambiguous with respect to the derived tree they describe) by assuming that derivation trees are ordered and that linear precedence (LP) statements can be used to constrain the order of siblings in a derivation tree. For instance, given the independent derivation shown in Figure 1 , an LP statement stating that \u03b2 red must occur before \u03b2 roasted in the derivation tree will ensure that \u03b2 roasted appears above \u03b2 red in the derived tree and therefore that the resulting derived tree yields the phrase roasted red pepper rather than red roasted pepper.", "cite_spans": [], "ref_spans": [ { "start": 379, "end": 387, "text": "Figure 1", "ref_id": "FIGREF9" } ], "eq_spans": [], "section": "Schabes and Shieber's Proposal: Motivations and Intuitions", "sec_num": "3.1" }, { "text": "Second, when both predicative and modifier trees adjoin at the same address, predicative trees always occur above all modifier trees in the derived tree (\"outermost predication\"). This ensures, for instance, that under the reading where yesterday refers to the arriving rather than the saying (i.e., when both say and yesterday adjoin to arrive), Example (7a) is derived but not Example (7b).", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Schabes and Shieber's Proposal: Motivations and Intuitions", "sec_num": "3.1" }, { "text": "(7) a. Peter says that yesterday John arrived late.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Schabes and Shieber's Proposal: Motivations and Intuitions", "sec_num": "3.1" }, { "text": "Yesterday Peter says that John arrived late.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "b.", "sec_num": null }, { "text": "In the standard version of TAG, each derivation tree describes a unique derived tree.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Ordered Derivation Trees", "sec_num": "3.2" }, { "text": "In the case of a dependent derivation, unicity follows from the fact that dependent", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Ordered Derivation Trees", "sec_num": "3.2" }, { "text": "g g g \u03c4 \u03b2 1 \u03b2 i \u03b2 n g \u03c4 \u03b2 n \u03b2 i \u03b2 1 \u03c4 Figure 2", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Ordered Derivation Trees", "sec_num": "3.2" }, { "text": "Ordered derivation tree and corresponding derived tree. \u03c4, \u03b2 1 , \u03b2 i , and \u03b2 n are elementary trees. \u03b2 1 , \u03b2 i , and \u03b2 n are auxiliary trees that all adjoin at the address g in the elementary tree \u03c4.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Ordered Derivation Trees", "sec_num": "3.2" }, { "text": "derivations specify the order in which adjunction takes place (e.g., \u03b2 2 adjoins to \u03b2 1 and the result to \u03b1). As a result, if \u03b2 2 adjoins to \u03b2 1 , there is only one possible derived tree-namely, a tree where \u03b2 2 appears above \u03b2 1 . When allowing for independent derivations, however, several derived trees are possible, depending on the order in which the auxiliary trees are adjoined. To ensure a unique mapping from derivation to derived tree, Schabes and Shieber (1994) therefore introduce the notion of ordered derivation trees. Ordered derivation trees differ from standard TAG derivation trees in that (i) they may contain sibling edges labeled with the same address, and (ii) they specify a total order on such siblings. Figure 2 shows an example ordered derivation tree and associated derived tree. As indicated by the shared g address on their parent edge, auxiliary trees \u03b2 1 , . . . , \u03b2 n adjoin to the same node-namely, the node with address g in the elementary tree \u03c4. Because the derivation tree is ordered, \u03b2 1 will appear below \u03b2 2 in the derived tree, which in turn will be below \u03b2 3 , and so on. In short, given a set of auxiliary trees all adjoining to the same tree node, the derived tree produced from an ordered derivation tree following an independent derivation will be identical to the derived tree produced with the corresponding dependent derivation-that is, the dependent derivation where \u03b2 1 , . . . , \u03b2 n appear in increasing index order from top to bottom.", "cite_spans": [ { "start": 446, "end": 472, "text": "Schabes and Shieber (1994)", "ref_id": "BIBREF16" } ], "ref_spans": [ { "start": 728, "end": 736, "text": "Figure 2", "ref_id": null } ], "eq_spans": [], "section": "Ordered Derivation Trees", "sec_num": "3.2" }, { "text": "Like context-free grammars, LIGs (Gazdar 1988) are string rewriting systems where strings are composed of terminals and nonterminals. In a LIG, however, nonterminal symbols may be associated with a stack of symbols, called indices. A LIG rule can thus be represented as follows:", "cite_spans": [ { "start": 33, "end": 46, "text": "(Gazdar 1988)", "ref_id": "BIBREF5" } ], "ref_spans": [], "eq_spans": [], "section": "Linear Indexed Grammar", "sec_num": "3.3" }, { "text": "EQUATION", "cite_spans": [], "ref_spans": [], "eq_spans": [ { "start": 0, "end": 8, "text": "EQUATION", "ref_id": "EQREF", "raw_str": "N[..\u00b5] \u2192 N 1 [\u00b5 1 ] . . . N i\u22121 [\u00b5 i\u22121 ]N i [..\u00b5 i ]N i+1 [\u00b5 i+1 ] . . . N n [\u00b5 n ]", "eq_num": "(8)" } ], "section": "Linear Indexed Grammar", "sec_num": "3.3" }, { "text": "N and N i are nonterminals whereas \u00b5 and \u00b5 i are strings of stack symbols. The symbol .. stands for the remainder of the stack symbols. Note that the remainder of the stack symbols associated with the left-hand side is associated with only one of the nonterminal (namely, N i ) on the right-hand side.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Linear Indexed Grammar", "sec_num": "3.3" }, { "text": "LIGs have been used in the literature (Weir and Joshi 1988; Vijay-Shanker and Weir 1991) to provide a common framework for the extensions of context-free grammars. In particular, Vijay-Shanker and Weir (1991 Weir ( , 1993 showed a weak equivalence between LIGs, TAGs, and combinatory categorial grammars (Steedman 2000) and proposed a LIG-based polynomial-time CYK recognition algorithm for TAGs and combinatory categorical grammars. In what follows, we show how Schabes and Shieber (1994) use a LIG variant of TAGs to license both dependent and independent derivations.", "cite_spans": [ { "start": 38, "end": 59, "text": "(Weir and Joshi 1988;", "ref_id": "BIBREF25" }, { "start": 60, "end": 88, "text": "Vijay-Shanker and Weir 1991)", "ref_id": "BIBREF23" }, { "start": 197, "end": 207, "text": "Weir (1991", "ref_id": "BIBREF23" }, { "start": 208, "end": 221, "text": "Weir ( , 1993", "ref_id": "BIBREF24" }, { "start": 304, "end": 319, "text": "(Steedman 2000)", "ref_id": "BIBREF18" }, { "start": 463, "end": 489, "text": "Schabes and Shieber (1994)", "ref_id": "BIBREF16" } ], "ref_spans": [], "eq_spans": [], "section": "Linear Indexed Grammar", "sec_num": "3.3" }, { "text": "The TAG-to-LIG compilation proposed by Vijay-Shanker and Weir (1991) produces LIG rules that simulate a traversal of the derived tree produced by the original TAG grammar. In these LIG rules, each node \u03b7 of a TAG elementary tree is viewed as having both a top t [..\u03b7] and a bottom b [..\u03b7] component to account for the possibility of an adjunction. Figure 3 illustrates the traversal of the TAG-derived trees specified by the LIG resulting fromVijay-Shanker and Weir (1991) TAG-to-LIG compilation. Figure 4 lists the LIG rules resulting from the TAG to LIG compilation process. Each nonterminal (t[..\u03b7] or b [..\u03b7] ) with the top of the stack symbol in a LIG rule corresponds to a unique node in some elementary tree of the grammar. The inner stack symbols are used to keep track of the nodes higher in the derived tree where an auxiliary tree has been adjoined.", "cite_spans": [ { "start": 57, "end": 68, "text": "Weir (1991)", "ref_id": "BIBREF23" }, { "start": 262, "end": 267, "text": "[..\u03b7]", "ref_id": null }, { "start": 283, "end": 288, "text": "[..\u03b7]", "ref_id": null }, { "start": 607, "end": 612, "text": "[..\u03b7]", "ref_id": null } ], "ref_spans": [ { "start": 348, "end": 356, "text": "Figure 3", "ref_id": "FIGREF10" }, { "start": 497, "end": 505, "text": "Figure 4", "ref_id": "FIGREF11" } ], "eq_spans": [], "section": "TAG to LIG Compilation", "sec_num": "3.4" }, { "text": "Rules of Types 1 and 2 capture immediate dominance between the bottom of a node \u03b7 and the top of its immediate daughters in two configurations, depending on whether \u03b7 dominates the foot node (Type 1) or not (Type 2). Rules of Type 3 handle nodes that require neither substitution nor adjunction. This rule handles cases where no adjunction occurs at a node by rewriting the top of this node to its bottom. Rules of Type 6 model substitution. Finally, rules of Types 4 and 5 handle adjunction. They specify that, for any given node \u03b7 and any auxiliary tree \u03b2 that may adjoin to \u03b7, the top of \u03b7 rewrites to the top of the root node of \u03b2; and the bottom of the foot of \u03b2 to the bottom of \u03b7. It follows that there can be no multiple adjunction in this LIG version of TAG.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "TAG to LIG Compilation", "sec_num": "3.4" }, { "text": "t[\u03b7 1 ] t[\u03b7 i ] t[\u03b7 n ] b[\u03b7] t[\u03b7] b[\u03b7\u03b7 r ] t[\u03b7\u03b7 r ] t[\u03b7\u03b7 f ] b[\u03b7\u03b7 f ] \u03b2 Type 3", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "TAG to LIG Compilation", "sec_num": "3.4" }, { "text": "Type 4", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "TAG to LIG Compilation", "sec_num": "3.4" }, { "text": "Type 5 Type 1/2", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "TAG to LIG Compilation", "sec_num": "3.4" }, { "text": "LIG variant of TAG for the Standard derivation. Each of the tree nodes in the grammar is assigned a unique address. For example, here \u03b7, \u03b7 1 , \u03b7 i , and \u03b7 n point to the distinct nodes in the left elementary tree and \u03b7 r and \u03b7 f point to the root and the foot nodes of the shown auxiliary tree \u03b2 in the grammar. t [..\u03b7] and b [..\u03b7] are the top and bottom components of the tree node \u03b7 in the grammar.", "cite_spans": [ { "start": 314, "end": 319, "text": "[..\u03b7]", "ref_id": null }, { "start": 326, "end": 331, "text": "[..\u03b7]", "ref_id": null } ], "ref_spans": [], "eq_spans": [], "section": "Figure 3", "sec_num": null }, { "text": "Type 1: Immediate domination dominating foot. For each node \u03b7 in the auxiliary trees that dominates the foot node and with children \u03b7 1 , . . . , \u03b7 i , . . . , \u03b7 n , where the child \u03b7 i also dominates the foot node, the following LIG production rule is generated.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Figure 3", "sec_num": null }, { "text": "b[..\u03b7] \u2192 t[\u03b7 1 ] . . . t[\u03b7 i\u22121 ]t[..\u03b7 i ]t[\u03b7 i+1 ] . . . t[\u03b7 n ]", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Figure 3", "sec_num": null }, { "text": "Type 2: Immediate domination not dominating foot. For each elementary tree node \u03b7 that does not dominate the foot node and with children \u03b7 1 , . . . , \u03b7 n , the following LIG production rule is generated.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Figure 3", "sec_num": null }, { "text": "b[\u03b7] \u2192 t[\u03b7 1 ] . . . t[\u03b7 n ]", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Figure 3", "sec_num": null }, { "text": "Type 3: No adjunction. For each elementary tree node \u03b7 that is not marked for substitution or obligatory adjunction, the following LIG production rule is generated.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Figure 3", "sec_num": null }, { "text": "t[..\u03b7] \u2192 b[..\u03b7]", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Figure 3", "sec_num": null }, { "text": "Type 4: Start root of adjunction. For each elementary tree node \u03b7 that allows the adjunction of the auxiliary tree with the root node \u03b7 r , the following LIG production rule is generated.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Figure 3", "sec_num": null }, { "text": "t[..\u03b7] \u2192 t[..\u03b7\u03b7 r ]", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Figure 3", "sec_num": null }, { "text": "Type 5: Start foot of adjunction. For each elementary tree node \u03b7 that allows the adjunction of the auxiliary tree with the foot node \u03b7 f , the following LIG production rule is generated.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Figure 3", "sec_num": null }, { "text": "b[..\u03b7\u03b7 f ] \u2192 b[..\u03b7]", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Figure 3", "sec_num": null }, { "text": "Type 6: Start substitution. For each elementary tree node \u03b7 that allows the substitution of the initial tree with the root node \u03b7 r , the following LIG production rule is generated (not shown in Figure 3 ).", "cite_spans": [], "ref_spans": [ { "start": 195, "end": 203, "text": "Figure 3", "ref_id": "FIGREF10" } ], "eq_spans": [], "section": "Figure 3", "sec_num": null }, { "text": "t[\u03b7] \u2192 t[\u03b7 r ]", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Figure 3", "sec_num": null }, { "text": "LIG production rules for the Standard derivation.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Figure 4", "sec_num": null }, { "text": "To associate predicative tree adjunctions with dependent derivations and multiple modifier adjunctions with independent derivations, Schabes and Shieber (1994) modify the compilation of TAG to LIG, proposed by Vijay-Shanker and Weir (1991) as sketched in Figure 5 . Type 4(a) rules apply to adjunctions involving predicative trees. They are identical to Type 4 rules in the Vijay-Shanker and Weir's approach and therefore enforce a standard (dependent) derivation for predicative trees. In contrast, Type 4(b) rules apply to adjunctions involving modifiers and result in an independent derivation. Note also that the Outermost Predication constraint (i.e., predicative trees always occur above modifier trees adjoined at the same node) alluded to in Section 3.1 follows from the interactions between the Type 4(a) and Type 4(b) LIG rules.", "cite_spans": [ { "start": 133, "end": 159, "text": "Schabes and Shieber (1994)", "ref_id": "BIBREF16" }, { "start": 228, "end": 239, "text": "Weir (1991)", "ref_id": "BIBREF23" } ], "ref_spans": [ { "start": 255, "end": 263, "text": "Figure 5", "ref_id": "FIGREF4" } ], "eq_spans": [], "section": "Modifying the TAG to LIG Compilation to Allow for Multiple Adjunctions", "sec_num": "3.5" }, { "text": "Schabes and Shieber prove the weak-generative equivalence of TAGs under both Standard and Extended derivation using the LIG compilation. They also propose a recognition and a parsing algorithm with complexity of O(n 6 ) in the length of the string.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Modifying the TAG to LIG Compilation to Allow for Multiple Adjunctions", "sec_num": "3.5" }, { "text": "In this section, we explain why a straightforward extension of Schabes and Shieber's proposal to FB-TAG would not work and we outline the intuitions and motivations underlying our approach. Section 5 will then introduce the details of our proposal. For each elementary tree node \u03b7 that allows the adjunction of the predicative auxiliary tree with the root node \u03b7 r , the following LIG production rule is generated.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Multiple Adjunction in Feature-Based TAG", "sec_num": "4." }, { "text": "t[..\u03b7] \u2192 t[..\u03b7\u03b7 r ]", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Multiple Adjunction in Feature-Based TAG", "sec_num": "4." }, { "text": "Type 4(b): Start root of adjunction for modifier trees. For each elementary tree node \u03b7 that allows the adjunction of the modifier auxiliary tree with the root node \u03b7 r , the following LIG production rule is generated. ", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Multiple Adjunction in Feature-Based TAG", "sec_num": "4." }, { "text": "b[..\u03b7] \u2192 t[..\u03b7\u03b7 r ]", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Multiple Adjunction in Feature-Based TAG", "sec_num": "4." }, { "text": "We start by a brief description of FB-TAG and of the unifications performed during derivation. FB-TAG was introduced by Vijay-Shanker (1987) and Vijay-Shanker and Joshi ( , 1991 to support the use of feature structures in TAG. Figure 6 shows a toy FB-TAG for illustration. An FB-TAG differs from a TAG in that tree nodes are decorated with feature structures. Nonterminal and foot nodes are decorated with two feature structures called top (T) and bottom (B), and substitution nodes are decorated with a single top feature structure. During derivation, feature structure unification constrains tree combination, as illustrated in Figure 7 . Substitution unifies the top feature structure of a substitution node with the top feature structure of the root node of the tree being substituted. The adjunction of an auxiliary tree \u03b2 to a tree node \u03b7 o unifies the top and bottom feature structures of \u03b7 o with the top feature structure of the root node of \u03b2 and the bottom feature structure of its foot node, respectively. Finally, at the end of the derivation, the top and bottom feature structures of all nodes in the derived tree are unified. ", "cite_spans": [ { "start": 163, "end": 177, "text": "Joshi ( , 1991", "ref_id": "BIBREF22" } ], "ref_spans": [ { "start": 227, "end": 235, "text": "Figure 6", "ref_id": null }, { "start": 630, "end": 638, "text": "Figure 7", "ref_id": null } ], "eq_spans": [], "section": "Feature-Based Tree Adjoining Grammar", "sec_num": "4.1" }, { "text": "A toy FB-TAG. For the sake of clarity, feature structures are abbreviated.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Figure 6", "sec_num": null }, { "text": "\u03b7 r \u03b7 r .T \u03b7 r .B \u03b1 \u03b7 o \u2193 \u03b7 o .T =\u21d2 \u03b7 or \u03b7 o .T \u222a \u03b7 r .T \u03b7 r .B substitution \u03b7 r \u03b7 r .T \u03b7 r .B \u03b7 f \u03b7 f .T \u03b7 f .B \u03b2 \u03b7 o \u03b7 o .T \u03b7 o .B =\u21d2 \u03b7 or \u03b7 o .T \u222a \u03b7 r .T \u03b7 r .B \u03b7 of \u03b7 f .T \u03b7 o .B \u222a \u03b7 f .B adjunction", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Figure 6", "sec_num": null }, { "text": "Feature unifications along substitution and adjunction in FB-TAG. The node \u03b7 o in some elementary tree \u03c4 is the operation site for a substitution or an adjunction. For the sake of clarity, we only show the operation node \u03b7 o . Standard derivation for all the meerkats. Figure 8 shows the standard derivation for the phrase all the meerkats, using the grammar shown in Figure 6 , and Figure 9 shows the corresponding derived and derivation trees. As can be seen, the feature constraints encoded in the grammar correctly ensure that all the meerkats can be derived (leftmost derivation tree in Figure 9 ) but not the all meerkats (rightmost in Figure 9 ). The incorrect derivation is blocked by the feature structure [det : nil] on the foot of the auxiliary tree \u03b2 the , which leads to a unification failure if \u03b2 the is adjoined at the root of \u03b2 all with bottom feature structure [det : the].", "cite_spans": [], "ref_spans": [ { "start": 269, "end": 277, "text": "Figure 8", "ref_id": null }, { "start": 368, "end": 376, "text": "Figure 6", "ref_id": null }, { "start": 383, "end": 391, "text": "Figure 9", "ref_id": null }, { "start": 592, "end": 600, "text": "Figure 9", "ref_id": null }, { "start": 642, "end": 650, "text": "Figure 9", "ref_id": null } ], "eq_spans": [], "section": "Figure 7", "sec_num": null }, { "text": "To motivate our approach, we start by considering a simple extension of Schabes and Shieber's LIG framework to FB-TAG, where each LIG rule enforces unifications mimicking those applied in FB-TAG. In particular, let us assume that Type 3 rules ", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Why a Simple Extension of the LIG Framework to FB-TAG Will Not Work", "sec_num": "4.2" }, { "text": "The derived tree (left), the successful standard derivation tree (middle), and the failed dependent derivation tree (right) for all the meerkats. (\"No adjunction\") unify the top and the bottom feature structures of nodes where no adjunction occurs, and Type 4(b) rules (\"Start root of adjunction\") unify the top feature (\u03b7.T) of the node (\u03b7) being adjoined to with the top feature structure (\u03b7 r .T) of the root node (\u03b7 r ) of the auxiliary tree being adjoined: 4", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Figure 9", "sec_num": null }, { "text": "EQUATION", "cite_spans": [], "ref_spans": [], "eq_spans": [ { "start": 0, "end": 8, "text": "EQUATION", "ref_id": "EQREF", "raw_str": "b[..\u03b7] \u2192 t[..\u03b7\u03b7 r ] \u03b7.T \u222a \u03b7 r .T (Type 4b) (9) t[..\u03b7] \u2192 b[..\u03b7] \u03b7.T \u222a \u03b7.B (Type 3)", "eq_num": "(10)" } ], "section": "Figure 9", "sec_num": null }, { "text": "As shown in Figure 10 , this approach can incorrectly lead to derivation failures in the case of an independent multiple adjunction. Intuitively, the reason for this is that, in Schabes and Shieber's approach, multiple adjunction starts and ends from the bottom component of the node being adjoined to. This is fine when no features are involved because the category of the node being adjoined to is always identical to the root and foot node of the auxiliary trees being adjoined. When nodes carry feature structures, however, a unification clash can occur that makes derivation fail. Thus, in our example, derivation incorrectly fails because the bottom feature structures of the root node of the auxiliary tree for all and the bottom feature structure of the root node of the auxiliary tree for the should unify but have conflicting value. As shown by the dependent derivation for all the meerkats depicted in Figure 8 , this is incorrect.", "cite_spans": [], "ref_spans": [ { "start": 12, "end": 21, "text": "Figure 10", "ref_id": "FIGREF9" }, { "start": 913, "end": 921, "text": "Figure 8", "ref_id": null } ], "eq_spans": [], "section": "Figure 9", "sec_num": null }, { "text": "As we just saw, in the case of multiple independent adjunctions, a straightforward extension of Schabes and Shieber's LIG framework to FB-TAG fails to correctly capture the unification constraints encoded in the grammar. More generally, when extending multiple independent adjunction to FB-TAG, it is crucial that the feature constraints encoded by the linguist describe the same set of derived trees no matter", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Proposal: Intuition and Motivations", "sec_num": "4.3" }, { "text": "\u03b7 r1 \u03b7 r1 .T \u03b7 r1 .B \u03b7 f 1 \u03b7 f 1 .T \u03b7 f 1 .B \u03b2 1 \u03b7 r2 \u03b7 r2 .T \u03b7 r2 .B \u03b7 f 2 \u03b7 f 2 .T \u03b7 f 2 .B \u03b2 2 \u03b7 o \u03b7 o .T \u03b7 o .B =\u21d2 \u03b7 r2 \u03b7 r2 .T \u03b7 r2 .B \u03b7 f 2 \u03b7 f 2 .T \u03b7 f2 .B \u03b2 2 \u03b7 or1 \u03b7 o .T \u222a \u03b7 r1 .T \u03b7 r1 .B \u03b7 of 1 \u03b7 f 1 .T \u03b7 o .B \u222a \u03b7 f 1 .B =\u21d2 \u03b7 or1r2 \u03b7 o .T \u222a \u03b7 r1 .T \u222a \u03b7 r2 .T \u03b7 r2 .B \u03b7 or1f 2 \u03b7 f 2 .T \u03b7 r1 .B \u222a \u03b7 f2 .B \u03b7 of 1 \u03b7 f 1 .T \u03b7 o .B \u222a \u03b7 f 1 .B Derived Tree \u03c4 \u03b2 1 \u03b2 2 \u03b7 0 \u03b7 0 Ordered Derivation Tree", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Proposal: Intuition and Motivations", "sec_num": "4.3" }, { "text": "Independent derivation and feature unification. The unifications performed by the independent adjunction of \u03b2 1 and \u03b2 2 to \u03b7 o are the same as those that would be performed by a dependent adjunction of \u03b2 2 to \u03b2 1 and of the resulting derived tree to \u03b7 o . Crucially in the independent derivation, although both \u03b2 1 and \u03b2 2 adjoin to \u03b7 o , the adjunction of \u03b2 2 requires access to the feature structure of the root of \u03b2 1 (\u03b7 f2 .B \u222a \u03b7 r1 .B).", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Figure 11", "sec_num": null }, { "text": "which derivation tree is produced. We therefore propose a parsing algorithm that, given several auxiliary trees \u03b2 1 , . . . , \u03b2 n adjoining at the same node \u03b7 o , performs the same unifications independently of whether the derivation is dependent, independent, or mixed dependent/independent. Figure 11 shows the unifications resulting from the multiple adjunction of \u03b2 1 and \u03b2 2 to a single node \u03b7 o . While it depicts the unifications enforced by our parsing algorithm for the derivation tree shown on the right hand side (i.e., for the independent adjunction of \u03b2 1 and \u03b2 2 to \u03b7 o ), these unifications are in fact exactly the same as those that would be enforced by a dependent adjunction of \u03b2 2 into \u03b2 1 into \u03b7 o .", "cite_spans": [], "ref_spans": [ { "start": 293, "end": 302, "text": "Figure 11", "ref_id": "FIGREF9" } ], "eq_spans": [], "section": "Figure 11", "sec_num": null }, { "text": "One key point illustrated by Figure 11 is that whereas multiple adjunction operates on a single node (here \u03b7 o ), the unification constraints of FB-TAG require that the bottom feature structure of the foot of an auxiliary tree which appears higher in the derived tree (here, \u03b2 2 ) unifies with the bottom feature structure of the root of the auxiliary tree appearing immediately below it in the derived tree (here \u03b2 1 )-not with that of the root of the node to which it adjoins (here \u03b7 o ). In other words, while a multiple adjunction on \u03b7 o operates on \u03b7 o only, a correct implementation of FB-TAG unification constraints requires keeping track of the feature structures associated with the auxiliary trees successively adjoining to \u03b7 o .", "cite_spans": [], "ref_spans": [ { "start": 29, "end": 38, "text": "Figure 11", "ref_id": "FIGREF9" } ], "eq_spans": [], "section": "Figure 11", "sec_num": null }, { "text": "In our proposal, we capture this bookkeeping requirement by associating tree nodes not with feature structures but with reference variables pointing to feature structures. The parsing algorithm is then specified so as to support dependent, independent, and mixed derivations while enforcing the same unifications as would be performed under a dependent adjunction.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Figure 11", "sec_num": null }, { "text": "Before giving the technical details of our parsing algorithm (Section 5), we first highlight some differences between our and Schabes and Shieber's approach. In particular, we show that (i) whereas Schabes and Shieber resort to three distinct mechanisms to account for word order constraints (i.e., selective adjoining constraints, linear precedence statements on derivation trees, and a constraint on parsing), the FB-TAG approach supports a uniform treatment of word order and (ii) our approach straightforwardly accounts for mixed dependent/independent derivations that would require some additional stipulation in Schabes and Shieber's approach.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Comparison With Schabes and Shieber's Approach", "sec_num": "4.4" }, { "text": "Trees. In TAG, determiners and verbal auxiliaries are modifier rather than predicative auxiliary trees (cf. Section 3.1). Because Schabes and Shieber's definitions systematically associate modifiers with independent derivations, all examples in (11a-d) undergo an independent derivation and constraints must therefore be provided to determine the order of the sibling nodes in the resulting derivation tree. To specify these constraints on similar cases (soft ordering constraints on adjectives and strict ordering constraints on temporal and spatial adverbial phrases in German), Schabes and Shieber (1994) suggest the use of LP constraints on derivation tree siblings. As illustrated by the derivation of Example (11c-d) in Figures 8 and 9 , in the FB-TAG approach, such additional constraints are unnecessary: They simply fall out of the feature constraints encoded in the grammar.", "cite_spans": [ { "start": 581, "end": 607, "text": "Schabes and Shieber (1994)", "ref_id": "BIBREF16" } ], "ref_spans": [ { "start": 726, "end": 741, "text": "Figures 8 and 9", "ref_id": null } ], "eq_spans": [], "section": "Ordering Constraints among Modifier Auxiliary", "sec_num": "4.4.1" }, { "text": "Note that even if determiners and auxiliary verbs were to be handled using dependent adjunction, the word ordering constraints used by Schabes and Shieber would fail to account for cases such as Example (12), where auxiliary verbs are interleaved with adverbs.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Ordering Constraints among Modifier Auxiliary", "sec_num": "4.4.1" }, { "text": "(12) John has often been selected for nomination.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Ordering Constraints among Modifier Auxiliary", "sec_num": "4.4.1" }, { "text": "In this case, if the auxiliary verbs has and been were treated as predicative trees, Schabes and Shieber's constraint that predicative trees adjoin above modifier trees would preclude the derivation of Example (12) and incorrectly predict the derived sentence to be John has been often selected for nomination. Schabes and Shieber (1994) , auxiliary predicative trees may impose different constraints on the type of sentential complement they accept. Thus Example (13a) is correct but not Example (13b) because want expects an infinitival complement (previously shown in Example (5)).", "cite_spans": [ { "start": 311, "end": 337, "text": "Schabes and Shieber (1994)", "ref_id": "BIBREF16" } ], "ref_spans": [], "eq_spans": [], "section": "Ordering Constraints among Modifier Auxiliary", "sec_num": "4.4.1" }, { "text": "(13) a. John wanted to assume that Peter slept.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Ordering Constraints among Predicative Trees. As discussed by", "sec_num": "4.4.2" }, { "text": "John wanted Peter tries to walk.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "b.", "sec_num": null }, { "text": "Although in the Schabes and Shieber's approach, selective adjoining constraints are used to license Example (13a) and rule out Example (13b), in the FB-TAG approach, this can be achieved using feature constraints.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "b.", "sec_num": null }, { "text": "In sentences such as Example (14a) where both modifier and predicative auxiliary trees adjoin to the same address, the predicative trees should generally adjoin above any modifier trees so that the predicative verb precedes the modifier in the derived string.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Ordering Constraints between Predicative and Modifier Auxiliary Trees.", "sec_num": "4.4.3" }, { "text": "(14) a. John promised that Peter will leave tomorrow.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Ordering Constraints between Predicative and Modifier Auxiliary Trees.", "sec_num": "4.4.3" }, { "text": "b. Tomorrow John promised that Peter will leave.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Ordering Constraints between Predicative and Modifier Auxiliary Trees.", "sec_num": "4.4.3" }, { "text": "To ensure the appropriate linearization, the Schabes and Shieber's approach introduces the outermost-predication rule, which stipulates that predicative trees adjoin above modifier auxiliary trees. In contrast, the FB-TAG approach allows both orders and lets feature constraints rule out ungrammatical sentences such as Example (14b). This allows the approach to directly extend to a counter-example discussed by Schabes and Shieber (1994) , where a modifier (here, At what time) must in fact adjoin above a predicative tree. 15At what time did Brockway say Harrison arrived? Figure 12 shows two possible derivation trees for the sentence (15) under the interpretation where it is the time of arriving (rather than the time of saying) which is questioned. These derivation trees show the two possible relative orderings of the (predicative) auxiliary tree for say and the (modifier) auxiliary tree at what time. Because the Outermost-Predication rule requires that predicative trees adjoin above modifier trees (and thus occur outermost in the derivation tree), in Schabes and Shieber's approach, only the right-hand side derivation is possible, thus failing to derive sentence (15). In contrast, because our approach does not explicitly constrain the relative ordering of predicative and modifier auxiliary trees adjoining to the same node, both derivations are possible, thereby licensing both Example (15) and the sentence Did Brockway say at what time Harrison arrived? 4.4.4 Mixed Dependent and Independent Multiple Adjunctions. In Schabes and Shieber's approach, all modifier auxiliary trees undergo independent derivation. As shown in Section 2.2, however, non-intersective modifiers arguably license a dependent derivation while some cases of multiple adjunction may involve both a dependent and an independent derivation. As we shall see in Section 5, our FB-TAG approach accounts for such cases by allowing both for independent and dependent derivations, by ruling out dependent derivations for intersective modifiers and by using feature constraints to regulate the interactions between multiply adjoining auxiliary trees.", "cite_spans": [ { "start": 413, "end": 439, "text": "Schabes and Shieber (1994)", "ref_id": "BIBREF16" } ], "ref_spans": [ { "start": 576, "end": 585, "text": "Figure 12", "ref_id": "FIGREF7" } ], "eq_spans": [], "section": "Ordering Constraints between Predicative and Modifier Auxiliary Trees.", "sec_num": "4.4.3" }, { "text": "We now propose a compilation of FB-TAG-to-LIG that makes both dependent and independent derivations in FB-TAG explicit. We use this resulting LIG to specify an Earley algorithm for recovering multiple adjunctions in FB-TAG. This compilation differs in two main ways from that proposed by Schabes and Shieber (1994) . First, tree nodes are associated with reference variables pointing to feature structures. Second, the LIG rules are modified and extended with unification operations.", "cite_spans": [ { "start": 288, "end": 314, "text": "Schabes and Shieber (1994)", "ref_id": "BIBREF16" } ], "ref_spans": [], "eq_spans": [], "section": "Extending Schabes and Shieber's LIG Framework for FB-TAGs", "sec_num": "5." }, { "text": "To account for FB-TAG unifications while allowing for independent derivations, we replace the feature structures of FB-TAG with reference variables pointing to those feature structures. Each node in the elementary trees is decorated with two reference variables: The top reference variable P T contains the reference to the top feature structure T and the bottom reference variable P B contains the reference to the bottom feature structure B. The top and the bottom feature structures of a node \u03b7 can be traced by val(\u03b7.P T ) and val(\u03b7.P B ), respectively, where P T and P B are the top and the bottom reference variables decorating the node \u03b7, and the function val(P) returns the feature structures referred to by the reference variable P.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Feature Structures and Reference Variables", "sec_num": "5.1" }, { "text": "When specifying the parsing algorithm, we use reference variables to ensure the appropriate unifications, as follows. In an independent derivation where the node \u03b7 o is adjoined to, first by \u03b2 1 and second by \u03b2 2 , the bottom feature structure \u03b7 o .B of \u03b7 o (i) unifies with the bottom feature structure \u03b7 f 1 .B of the foot of \u03b2 1 and (ii) is reassigned (:=) to the bottom reference variable \u03b7 r1 .P B of the root of \u03b2 1 . When \u03b2 2 is adjoined, its foot node will therefore correctly be unified, not with the bottom feature structure of \u03b7 o but with that of \u03b7 r1 .", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Feature Structures and Reference Variables", "sec_num": "5.1" }, { "text": "To support both dependent and independent derivations while enforcing the correct unifications, we modify the TAG-to-LIG compilation in such a way that the resulting LIG rules capture the tree traversal depicted in Figure 13 . Independent derivations are accounted for by the fact that adjunction starts and ends at the bottom component of the node being adjoined to (Type 4 and 5 rules). Our LIG compilation automatically supports dependent derivations by allowing sequential adjunctions at the roots of auxiliary trees. Type 6: Start substitution. For each elementary tree node \u03b7 that allows the substitution of the initial tree with the root node \u03b7 r , the following LIG production rule is generated (not shown in Figure 13 ).", "cite_spans": [], "ref_spans": [ { "start": 215, "end": 224, "text": "Figure 13", "ref_id": "FIGREF9" }, { "start": 717, "end": 726, "text": "Figure 13", "ref_id": "FIGREF9" } ], "eq_spans": [], "section": "LIG Rules with Unification Operations", "sec_num": "5.2" }, { "text": "t[\u03b7 1 ] t[\u03b7 S ] t[\u03b7 n ] b[\u03b7] t[\u03b7] b[\u03b7\u03b7 r ] t[\u03b7\u03b7 r ] t[\u03b7\u03b7 f ] b[\u03b7\u03b7 f ]", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "LIG Rules with Unification Operations", "sec_num": "5.2" }, { "text": "t[\u03b7] \u2192 t[\u03b7 r ] val(\u03b7.P T ) \u222a val(\u03b7 r .P T )", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "LIG Rules with Unification Operations", "sec_num": "5.2" }, { "text": "To perform multiple adjunction while enforcing the appropriate feature unifications (as depicted in Figure 11 ), we split Type 3 rules into two subtypes. Type 3(a) rules apply to the root of auxiliary trees and perform no unification. By no unification, they ensure that feature structures are not blocked for the possibility of the adjunction of the following auxiliary tree and allow for the correct unifications to be carried out for independent derivations. Type 3(b) rules function as termination of multiple adjunction by unifying the top and bottom feature structures of the node. It is applicable to all tree nodes except roots of auxiliary trees.", "cite_spans": [], "ref_spans": [ { "start": 100, "end": 109, "text": "Figure 11", "ref_id": "FIGREF9" } ], "eq_spans": [], "section": "LIG Rules with Unification Operations", "sec_num": "5.2" }, { "text": "Terminating adjunction at the root of the auxiliary tree. For each root node \u03b7 of the auxiliary trees, the following LIG production rule is generated.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Type 3(a):", "sec_num": null }, { "text": "t[..\u03b7] \u2192 b[..\u03b7] \u2205", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Type 3(a):", "sec_num": null }, { "text": "Type 3(b): Terminating adjunction at any other node. For each node \u03b7 that is not a root node of some auxiliary tree and is not marked for substitution, the following LIG production rule is generated.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Type 3(a):", "sec_num": null }, { "text": "t[..\u03b7] \u2192 b[..\u03b7] val(\u03b7.P T ) \u222a val(\u03b7.P B )", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Type 3(a):", "sec_num": null }, { "text": "Given this set of rules, both dependent and independent derivations are possible. For example, given two auxiliary trees \u03b2 1 and \u03b2 2 adjoining at the node \u03b7 in an elementary tree \u03c4, a dependent derivation will occur whenever the Type 4 rule applies to predict the adjunction of, for example, \u03b2 2 at the root of \u03b2 1 . Conversely, if the Type 3(a) rule applies at the root of \u03b2 1 , recognition will move from the top of the root of \u03b2 1 to its bottom, allowing for Type 5 rule to complete the adjunction of \u03b2 1 at the node \u03b7; and the Type 4 rule applies to predict the adjunction of \u03b2 2 at the node \u03b7 of \u03c4, registering an independent derivation.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Type 3(a):", "sec_num": null }, { "text": "In this section, we present our parsing algorithm for FB-TAGs with dependent and independent derivations. We start with an informal description of how the algorithm handles the interactions between unification and independent derivations. We then go on to specify the inference rules making up the algorithm. We do this in two steps. First, we present a basic set of rules allowing for both dependent and independent derivations. Second, we show how to constrain this algorithm to minimize spurious ambiguity.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Parsing Algorithm", "sec_num": "5.3" }, { "text": "Feature-Structure Unification. Before specifying the parsing algorithm, we illustrate by means of an example the interplay between multiple independent adjunction and feature structure unifications. Figure 14 displays the feature unifications and reassignment performed during the recognition process of a multiple independent adjunction. The linear ordering of the equations reflects the order of the parsing completion operations.", "cite_spans": [], "ref_spans": [ { "start": 199, "end": 208, "text": "Figure 14", "ref_id": "FIGREF9" } ], "eq_spans": [], "section": "Independent Derivations and", "sec_num": "5.3.1" }, { "text": "Given the auxiliary tree \u03b2 1 and the adjunction site \u03b7 o , the picture shows that unifying the bottom feature structure of the foot node of \u03b2 1 with the bottom feature structure of \u03b7 o (Step 1: Type 5, \u03b7 o .B \u222a \u03b7 f 1 .B) occurs before the bottom reference variable of \u03b7 o is reassigned to the bottom feature structure of the root of \u03b2 1 (Step 4: Type 4, \u03b7 o .P B \u2192 \u03b7 r1 .B). Also, the reassignment ensures that the follow-up adjunction of \u03b2 2 at the node \u03b7 o has access to the bottom feature of the root of the previous auxiliary tree \u03b2 1 (Step 5: Type 5, \u03b7 r1 .B \u222a \u03b7 f 2 .B). At the end of the adjunction (Step 9), the Type 3(b) rule ensures that the top and the bottom features of the root of the last auxiliary tree (here, \u03b2 2 ) adjoined are unified (\u03b7", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Independent Derivations and", "sec_num": "5.3.1" }, { "text": "EQUATION", "cite_spans": [], "ref_spans": [], "eq_spans": [ { "start": 0, "end": 8, "text": "EQUATION", "ref_id": "EQREF", "raw_str": "r2 .T \u222a \u03b7 r2 .B). t b \u03b7 o \u03b7 o .P T \u2192 \u03b7 o .T \u03b7 o .P B \u2192 \u03b7 o .B t b \u03b7 r1 \u03b7 r1 .P T \u2192 \u03b7 r1 .T \u03b7 r1 .P B \u2192 \u03b7 r1 .B t b \u03b7 f 1 \u03b7 f 1 .P T \u2192 \u03b7 f 1 .T \u03b7 f 1 .P B \u2192 \u03b7 f 1 .B \u03b2 1 t b \u03b7 r2 \u03b7 r2 .P T \u2192 \u03b7 r2 .T \u03b7 r2 .P B \u2192 \u03b7 r2 .B t b \u03b7 f 2 \u03b7 f 2 .P T \u2192 \u03b7 f 2 .T \u03b7 f 2 .P B \u2192 \u03b7 f 2 .B \u03b2 2 (1) (2)", "eq_num": "(5)" } ], "section": "Independent Derivations and", "sec_num": "5.3.1" }, { "text": "(3)", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Independent Derivations and", "sec_num": "5.3.1" }, { "text": ".", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Independent Derivations and", "sec_num": "5.3.1" }, { "text": "Type 3(b), \u03b7 o .P T \u2192 F 7 , \u03b7 o .P B \u2192 F 7 , F 7 = \u03b7 o .T \u222a \u03b7 r1 .T \u222a \u03b7 r2 .T \u222a \u03b7 r2 .B (8). Type 4, \u03b7 o .P T \u2192 F 6 , \u03b7 r2 .P T \u2192 F 6 , F 6 = \u03b7 o .T \u222a \u03b7 r1 .T \u222a \u03b7 r2 .T, \u03b7 o .P B \u2192 \u03b7 r2 .B (7). Type 3(a), \u03b7 r2 .P T \u2192 \u03b7 r2 .T, \u03b7 r2 .P B \u2192 \u03b7 r2 .B (6). Type 3(b), \u03b7 f 2 .P T \u2192 F 5 , \u03b7 f 2 .P B \u2192 F 5 , F 5 = \u03b7 r1 .B \u222a \u03b7 f 2 .T \u222a \u03b7 f 2 .B (5). Type 5, \u03b7 o .P B \u2192 F 4 , \u03b7 f 2 .P B \u2192 F 4 , F 4 = \u03b7 r1 .B \u222a \u03b7 f 2 .B (4). Type 4, \u03b7 o .P T \u2192 F 3 , \u03b7 r1 .P T \u2192 F 3 , F 3 = \u03b7 o .T \u222a \u03b7 r1 .T, \u03b7 o .P B \u2192 \u03b7 r1 .B", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Independent Derivations and", "sec_num": "5.3.1" }, { "text": "(3). Type 3(a), \u03b7 r1 .P T \u2192 \u03b7 r1 .T, \u03b7 r1 .P B \u2192 \u03b7 r1 .B", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Independent Derivations and", "sec_num": "5.3.1" }, { "text": "(2).", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Independent Derivations and", "sec_num": "5.3.1" }, { "text": "Type 3(b), \u03b7 f 1 .P T \u2192 F 2 , \u03b7 f 1 .P B \u2192 F 2 , F 2 = \u03b7 o .B \u222a \u03b7 f 1 .T \u222a \u03b7 f 1 .B (1). Type 5, \u03b7 o .P B \u2192 F 1 , \u03b7 f 1 .P B \u2192 F 1 , F 1 = \u03b7 o .B \u222a \u03b7 f1 .B", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Independent Derivations and", "sec_num": "5.3.1" }, { "text": "Multiple independent adjunction of \u03b2 1 and \u03b2 2 to \u03b7 o . The unifications and reassignments are listed in the order in which they are performed during the recognition process.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Figure 14", "sec_num": null }, { "text": "As we shall see subsequently, this correct ordering between unification and reassignment follows from the proposed Earley algorithm. Type 4 completor rules complete the prediction triggered at the root of an auxiliary tree (\"Start root of adjunction\") and Type 5 completor rules complete the prediction triggered at the foot node of an auxiliary tree (\"Start foot of adjunction\"). Because completion operates bottom-up, it follows that Type 5 rules apply before Type 4 rules. Thus, when adjoining an auxiliary tree \u03b2 1 to a node \u03b7 o , the Type 5 completor rules, unifying the bottom feature structure of the foot node of \u03b2 1 with the bottom feature structure of the node \u03b7 o , occurs before the Type 4 completor rules, which reassign the bottom reference variable of \u03b7 o to the bottom feature structure of the root of \u03b2 1 .", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Figure 14", "sec_num": null }, { "text": "The parsing algorithm for FB-TAG is a modification of the algorithm presented by Schabes and Shieber (1994) . It is a chart-based parsing method based on the Earley type deduction system. Each item in the chart is of the format", "cite_spans": [ { "start": 81, "end": 107, "text": "Schabes and Shieber (1994)", "ref_id": "BIBREF16" } ], "ref_spans": [], "eq_spans": [], "section": "Inference Rules.", "sec_num": "5.3.2" }, { "text": "N[..\u03b7] \u2192 \u0393 \u2022 \u2206, i, j, k, l ,", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Inference Rules.", "sec_num": "5.3.2" }, { "text": "where N is some LIG nonterminal (i.e., t or b), and \u0393 and \u2206 present the sequences of LIG nonterminals associated with stacks of node indices. The indices i, j, k, and l are markers in the input string, showing the recognized portion: 5 The recognized item starts in position i, ends in position l, and if \u03b7 dominates a foot node, the tree dominated by the foot node starts in j and ends in k. If the foot node is not dominated by the recognized nonterminal sequence \u0393, the values for j and k are taken to be the dummy value '\u2212'. As in Earley algorithms, the \u2022 separates the nonterminal sequence \u0393 which was parsed from the nonterminal sequence \u2206 yet to be parsed.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Inference Rules.", "sec_num": "5.3.2" }, { "text": "The first three types of rules (Scanner, Predictor, and Type 1/2 Completor) are identical to those introduced by Schabes and Shieber (1994) and do not involve any unification operations.", "cite_spans": [ { "start": 113, "end": 139, "text": "Schabes and Shieber (1994)", "ref_id": "BIBREF16" } ], "ref_spans": [], "eq_spans": [], "section": "Inference Rules.", "sec_num": "5.3.2" }, { "text": "The Type 3(b) completor rule enforces top and bottom unification on all nodes that are not the root of an auxiliary tree, and the Type 3(a) completor rule prevents top and bottom unification at the root of auxiliary trees.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Inference Rules.", "sec_num": "5.3.2" }, { "text": "The Type 4 completor rule unifies the top feature structure of the root of the auxiliary tree with the top feature structure of the adjunction site. In addition, it ensures that on completion of an adjunction at node \u03b7, the bottom feature structure of \u03b7 is reassigned to the bottom feature structure labeling the root of the auxiliary tree. In this way, the unifications occurring in an independent derivation will mirror those occurring in a dependent one in that any following adjunction will induce unifications as if it were happening at the root node \u03b7 r of the preceding auxiliary tree (not at \u03b7).", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Inference Rules.", "sec_num": "5.3.2" }, { "text": "On completion of a foot node prediction (the tree dominated by the foot of the auxiliary tree has been recognized), the Type 5 completor rule unifies the bottom feature structure of the foot of the auxiliary tree with the bottom feature structure of the adjunction site.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Inference Rules.", "sec_num": "5.3.2" }, { "text": "Finally, the Type 6 completor unifies the top feature structure of a substitution node with the top feature structure of the root of the tree being substituted.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Inference Rules.", "sec_num": "5.3.2" }, { "text": "r Scanner:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Inference Rules.", "sec_num": "5.3.2" }, { "text": "b[..\u03b7] \u2192 \u0393 \u2022 w\u2206, i, j, k, l b[..\u03b7] \u2192 \u0393w \u2022 \u2206, i, j, k, l + 1 , w = w l+1 , \u2205", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Inference Rules.", "sec_num": "5.3.2" }, { "text": "If w (a terminal symbol) occurs at position l+1, the scanner rule creates a new item whose span extends to l+1.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Inference Rules.", "sec_num": "5.3.2" }, { "text": "r Predictor:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Inference Rules.", "sec_num": "5.3.2" }, { "text": "N[..\u03b7] \u2192 \u0393 \u2022 N \u2032 [\u00b5]\u2206, i, j, k, l N \u2032 [\u00b5] \u2192 \u2022\u0398, l, \u2212, \u2212, l , \u2205", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Inference Rules.", "sec_num": "5.3.2" }, { "text": "Predictor rules are produced for all types of production rules. N and N \u2032 are LIG variables taking the value t or b. \u0393, \u2206, and \u0398 are the sequences of LIG nonterminals associated with stacks of node indices. \u00b5 is a sequence of node indices.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Inference Rules.", "sec_num": "5.3.2" }, { "text": "r Type 1 and 2 Completor:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Inference Rules.", "sec_num": "5.3.2" }, { "text": "b[..\u03b7] \u2192 \u0393 \u2022 t[\u03b7 1 ]\u2206, m, j \u2032 , k \u2032 , i t[\u03b7 1 ] \u2192 \u0398\u2022, i, j, k, l b[..\u03b7] \u2192 \u0393t[\u03b7 1 ] \u2022 \u2206, m, j \u2295 j \u2032 , k \u2295 k \u2032 , l , \u2205,", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Inference Rules.", "sec_num": "5.3.2" }, { "text": "\u03b7 1 not a root node Types 1 and 2 Completor rules permit completing Rules 1 and 2 whenever the top of a child node is fully recognized. Here, t[\u03b7 1 ] has been fully recognized as the substring between i and l (i.e., w i+1 . . . w l ). Therefore, t[\u03b7 1 ] can be completed in b [..\u03b7] . If one of t[\u03b7 1 ] or b [..\u03b7] dominates the foot node of the tree, the final b [..\u03b7] will have indices associated with the substring recognized by the foot subtree. The operation \u2295 is defined as follows:", "cite_spans": [ { "start": 276, "end": 281, "text": "[..\u03b7]", "ref_id": null }, { "start": 307, "end": 312, "text": "[..\u03b7]", "ref_id": null }, { "start": 362, "end": 367, "text": "[..\u03b7]", "ref_id": null } ], "ref_spans": [], "eq_spans": [], "section": "Inference Rules.", "sec_num": "5.3.2" }, { "text": "x \u2295 y = \uf8f1 \uf8f4 \uf8f4 \uf8f4 \uf8f2 \uf8f4 \uf8f4 \uf8f4 \uf8f3 x, if y = \u2212 y, if x = \u2212 x, if x = y undefined, otherwise r Type 3(a) Completor: t[..\u03b7] \u2192 \u2022b[..\u03b7], i, \u2212, \u2212, i b[..\u03b7] \u2192 \u0398\u2022, i, j, k, l t[..\u03b7] \u2192 b[..\u03b7]\u2022, i, j, k, l , \u2205,", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Inference Rules.", "sec_num": "5.3.2" }, { "text": "\u03b7 an auxiliary tree root node", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Inference Rules.", "sec_num": "5.3.2" }, { "text": "The Type 3(a) Completor rule is used to complete the prediction of an auxiliary tree rooted in \u03b7. Once the auxiliary tree dominated by b [..\u03b7] has been recognized, the auxiliary tree itself is completely recognized. As explained earlier, there is in this case no feature unification between the top and the bottom of the root of the auxiliary tree.", "cite_spans": [ { "start": 137, "end": 142, "text": "[..\u03b7]", "ref_id": null } ], "ref_spans": [], "eq_spans": [], "section": "Inference Rules.", "sec_num": "5.3.2" }, { "text": "r Type 3(b) Completor:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Inference Rules.", "sec_num": "5.3.2" }, { "text": "t[..\u03b7] \u2192 \u2022b[..\u03b7], i, \u2212, \u2212, i b[..\u03b7] \u2192 \u0398\u2022, i, j, k, l t[..\u03b7] \u2192 b[..\u03b7]\u2022, i, j, k, l , val(\u03b7.P T ) \u222a val(\u03b7.P B ),", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Inference Rules.", "sec_num": "5.3.2" }, { "text": "\u03b7 not an auxiliary tree root node", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Inference Rules.", "sec_num": "5.3.2" }, { "text": "The Type 3(b) Completor rule ensures the unification of the top and bottom feature structures for all nodes that are not the root node of an auxiliary tree.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Inference Rules.", "sec_num": "5.3.2" }, { "text": "r Type 4 Completor:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Inference Rules.", "sec_num": "5.3.2" }, { "text": "b[..\u03b7] \u2192 \u2022t[..\u03b7\u03b7 r ], i, \u2212, \u2212, i t[..\u03b7\u03b7 r ] \u2192 \u0398\u2022, i, j, k, l b[..\u03b7] \u2192 \u2206\u2022, j, p, q, k b[..\u03b7] \u2192 t[..\u03b7\u03b7 r ]\u2022, i, p, q, l , val(\u03b7.P T ) \u222a val(\u03b7 r .P T )", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Inference Rules.", "sec_num": "5.3.2" }, { "text": "\u03b7.P B := \u03b7 r .P B", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Inference Rules.", "sec_num": "5.3.2" }, { "text": "The auxiliary tree associated with the predicted adjunction (t[..\u03b7\u03b7 r ]) at the node \u03b7 and the subtree dominated by the node \u03b7 (below b [..\u03b7] ) are completed, hence b [..\u03b7] can be completely recognized with this adjunction. The associated feature unification unifies the content of the top reference variable of the adjoining node site \u03b7 with the content of the top reference variable of the root node \u03b7 r of the adjoined auxiliary tree. After the successful adjunction of this adjoining tree, the bottom reference variable of the adjoining node site \u03b7 is reassigned to the content of the bottom reference variable of the root node \u03b7 r of the adjoined auxiliary tree.", "cite_spans": [ { "start": 136, "end": 141, "text": "[..\u03b7]", "ref_id": null }, { "start": 167, "end": 172, "text": "[..\u03b7]", "ref_id": null } ], "ref_spans": [], "eq_spans": [], "section": "Inference Rules.", "sec_num": "5.3.2" }, { "text": "r Type 5 Completor:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Inference Rules.", "sec_num": "5.3.2" }, { "text": "b[..\u03b7\u03b7 f ] \u2192 \u2022b[..\u03b7], i, \u2212, \u2212, i b[..\u03b7] \u2192 \u0398\u2022, i, j, k, l b[..\u03b7\u03b7 f ] \u2192 b[..\u03b7]\u2022, i, i, l, l , val(\u03b7.P B ) \u222a val(\u03b7 f .P B )", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Inference Rules.", "sec_num": "5.3.2" }, { "text": "The foot node prediction can be completed when the adjunction has been performed and the bottom part of the adjoining node site \u03b7 has been recognized. The associated feature unification unifies the content of the bottom reference variable of the adjoining node site \u03b7 with the content of the bottom reference variable of the foot node \u03b7 f of the auxiliary tree being adjoined.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Inference Rules.", "sec_num": "5.3.2" }, { "text": "r Type 6 Completor:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Inference Rules.", "sec_num": "5.3.2" }, { "text": "t[\u03b7] \u2192 \u2022t[\u03b7 r ], i, \u2212, \u2212, i t[\u03b7 r ] \u2192 \u0398\u2022, i, \u2212, \u2212, l t[\u03b7] \u2192 t[\u03b7 r ]\u2022, i, \u2212, \u2212, l , val(\u03b7.P T ) \u222a val(\u03b7 r .P T )", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Inference Rules.", "sec_num": "5.3.2" }, { "text": "The Type 6 Completor rule completes the substitution at the node \u03b7. The associated feature unification unifies the content of the top reference variable of the node \u03b7 with the content of the top reference variable of the root node \u03b7 r of the initial tree.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Inference Rules.", "sec_num": "5.3.2" }, { "text": "Given these inference rules, the recognition process is initialized using axioms of the form t[\u03b7 s ] \u2192 \u2022\u0393, 0, \u2212, \u2212, 0 for each rule t[\u03b7 s ] \u2192 \u0393 where \u03b7 s is the root node of an initial tree labeled with the start symbol. Given an input string w 1 . . . w n to be recognized, the goal items in the chart are of the form S \u2192 t[\u03b7 s ]\u2022, 0, \u2212, \u2212, n . Once at least one goal item is found in the chart, the recognition process succeeds and the string is successfully accepted by the grammar; otherwise it is rejected. We refer the reader to Appendix A (cf. Figure A. 2) for a detailed example of the recognition of the sentence all the meerkats using the proposed inference system.", "cite_spans": [], "ref_spans": [ { "start": 551, "end": 560, "text": "Figure A.", "ref_id": null } ], "eq_spans": [], "section": "Inference Rules.", "sec_num": "5.3.2" }, { "text": "Note also that although the recognition algorithm we described uses unreduced rules (i.e., generated grammar rules maintaining the full information of nonterminals and the associated index stacks), it is possible to define a more efficient algorithm by having reduced LIG rules and chart items listing only the single top stack element for each constituent (Vijay-Shanker and Weir 1991 Weir , 1993 . The resulting recognition algorithm is still complete because the proposed TAG-to-LIG compilation maintains a one-to-one correspondence between the generated rules and their reduced forms (Schabes and Shieber 1994) .", "cite_spans": [ { "start": 376, "end": 385, "text": "Weir 1991", "ref_id": "BIBREF23" }, { "start": 386, "end": 397, "text": "Weir , 1993", "ref_id": "BIBREF24" }, { "start": 588, "end": 614, "text": "(Schabes and Shieber 1994)", "ref_id": "BIBREF16" } ], "ref_spans": [], "eq_spans": [], "section": "Inference Rules.", "sec_num": "5.3.2" }, { "text": "As mentioned by Schabes and Shieber (1994) , this recognition algorithm can be turned into a parsing algorithm by associating a set of operations with each chart item to build up associated derived trees.", "cite_spans": [ { "start": 16, "end": 42, "text": "Schabes and Shieber (1994)", "ref_id": "BIBREF16" } ], "ref_spans": [], "eq_spans": [], "section": "Inference Rules.", "sec_num": "5.3.2" }, { "text": "Note also that the derivation trees built as a side effect of the parsing process are the (dependent and/or independent) derivation trees of an FB-LTAG and are therefore context-free.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Inference Rules.", "sec_num": "5.3.2" }, { "text": "As explained at the end of Section 5.2, the parsing algorithm presented in the previous section systematically allows for dependent and independent adjunction. For example, the recognition of the sentence all the meerkats (Figure A. 2) produces both dependent and independent derivations that are not rejected by the unification constraints. In Section 2.2, however, we argued that different types of auxiliary trees license different types of derivations. To capture these distinctions, we modify the recognition algorithm so that it associates scopal auxiliary trees (Example (16a-b)) with dependent derivations only and multiple intersective modifier auxiliary trees (Example (16c)) with only an independent derivation. (16) a. John thinks that Peter said that the meerkat left.", "cite_spans": [], "ref_spans": [ { "start": 222, "end": 232, "text": "(Figure A.", "ref_id": null } ], "eq_spans": [], "section": "Handling Spurious Parses.", "sec_num": "5.3.3" }, { "text": "b. The meerkat admired the Syrian orthodox church. c. The tall black meerkat slept.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Handling Spurious Parses.", "sec_num": "5.3.3" }, { "text": "To block dependent adjunctions between intersective modifiers, we modify the TAG-to-LIG transformation so that, given two intersective modifier trees \u03b2 1 and \u03b2 2 , no Type 4 or Type 5 rule is produced.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Handling Spurious Parses.", "sec_num": "5.3.3" }, { "text": "Type 4: Start root of adjunction. For each elementary tree node \u03b7 in tree \u03b2 1 that allows the adjunction of the auxiliary tree \u03b2 2 with root node \u03b7 r , the following LIG production rule is generated if and only if \u03b2 1 and \u03b2 2 are not intersective modifier auxiliary trees.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Handling Spurious Parses.", "sec_num": "5.3.3" }, { "text": "b[..\u03b7] \u2192 t[..\u03b7\u03b7 r ] val(\u03b7.P T ) \u222a val(\u03b7 r .P T )", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Handling Spurious Parses.", "sec_num": "5.3.3" }, { "text": "Type 5: Start foot of adjunction. For each elementary tree node \u03b7 that allows the adjunction of the auxiliary tree \u03b2 2 with the foot node \u03b7 f , the following LIG production rule is generated if and only if \u03b2 1 and \u03b2 2 are not intersective modifier auxiliary trees.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Handling Spurious Parses.", "sec_num": "5.3.3" }, { "text": "b[..\u03b7\u03b7 f ] \u2192 b[..\u03b7] val(\u03b7.P B ) \u222a val(\u03b7 f .P B )", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Handling Spurious Parses.", "sec_num": "5.3.3" }, { "text": "Thus, for instance, in the derivation of all the meerkats depicted in Appendix Figure A. 2, the following rules will not be produced, thereby blocking the production of the dependent derivation. Similarly, to block independent adjunctions between scopal auxiliary trees, we add a flag scopal? to states in the parsing algorithm. The Type 4 Completor rules associated with scopal modifiers are modified to mark the progress of a scopal adjunction and to block the independent adjunction of another scopal modifier at the same node. i, j, k, l, scopal? b[..\u03b7] \u2192 \u2206\u2022, j, p, q, k, scopal? b[..\u03b7] ", "cite_spans": [ { "start": 531, "end": 557, "text": "i, j, k, l, scopal? b[..\u03b7]", "ref_id": null }, { "start": 558, "end": 590, "text": "\u2192 \u2206\u2022, j, p, q, k, scopal? b[..\u03b7]", "ref_id": null } ], "ref_spans": [ { "start": 79, "end": 88, "text": "Figure A.", "ref_id": null } ], "eq_spans": [], "section": "Handling Spurious Parses.", "sec_num": "5.3.3" }, { "text": "b[..\u03b7] \u2192 \u2022t[..\u03b7\u03b7 r ], i, \u2212, \u2212, i, scopal? t[..\u03b7\u03b7 r ] \u2192 \u0398\u2022,", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Type 4 Completor:", "sec_num": null }, { "text": "\u2192 t[..\u03b7\u03b7 r ]\u2022, i, p, q, l, True , val(\u03b7.P T ) \u222a val(\u03b7 r .P T )", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Type 4 Completor:", "sec_num": null }, { "text": "\u03b7.P B := \u03b7 r .P B", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Type 4 Completor:", "sec_num": null }, { "text": "In the Type 4 Completor rule, once a scopal auxiliary tree \u03b2 with root node \u03b7 r adjoins at some node \u03b7, the bottom component of the node \u03b7 is marked with True, recording that a scopal adjunction has occurred at node \u03b7 and that it therefore should not accept any further scopal adjunction.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Type 4 Completor:", "sec_num": null }, { "text": "Thus, for instance, the derivation of Syrian orthodox churches will proceed in a similar manner as the derivation of all the meerkats depicted in Appendix Figure A. 2, but it will fail to produce the chart items (40, 42, ..., 52) associated with the independent adjunction. Therefore, only the dependent derivation will be produced.", "cite_spans": [], "ref_spans": [ { "start": 155, "end": 164, "text": "Figure A.", "ref_id": null } ], "eq_spans": [], "section": "Type 4 Completor:", "sec_num": null }, { "text": "Note that this modification does not block modifier adjunction above a predicative adjunction. Therefore, it successfully recognizes the sentence At what time did Brockway say Harrison arrived?, shown in Example (15), where a wh-modifier needs to be adjoined above a predicative adjunction. Figure 15 shows the complete recognition algorithm modified to rule out spurious parses in the case of multiple scopal auxiliary trees and intersective modifier auxiliary trees.", "cite_spans": [], "ref_spans": [ { "start": 291, "end": 300, "text": "Figure 15", "ref_id": "FIGREF4" } ], "eq_spans": [], "section": "Type 4 Completor:", "sec_num": null }, { "text": "The weak-generative equivalence refers to the set of strings characterized by the formal system. In contrast, the strong-generative equivalence relates to the set of structural descriptions (such as derivation trees, dags, proof trees, etc.) assigned by a formal system to the strings that it specifies (Vijay-Shankar and Joshi 1985; Joshi 2000) .", "cite_spans": [ { "start": 303, "end": 333, "text": "(Vijay-Shankar and Joshi 1985;", "ref_id": "BIBREF19" }, { "start": 334, "end": 345, "text": "Joshi 2000)", "ref_id": "BIBREF6" } ], "ref_spans": [], "eq_spans": [], "section": "Weak Generative Equivalence.", "sec_num": "5.3.4" }, { "text": "Using an argument similar to that put forward by Schabes and Shieber (1994) , we can prove the weak-generative equivalence of TAGs under the dependent and our independent derivations. We call the set of languages generated by the standard derivation in TAG, TAL std ; the set of languages generated by Schabes and Shieber's extended derivation in TAG, TAL ext ss ; the set of languages generated with our modifications for FB-TAG, TAL ext ; and the set of languages generated by the LIG, LIL. Our derivation allows both dependent and independent derivations; therefore, our derivation will recognize all the strings recognized by the standard (dependent) derivation. More precisely, our derivation can mimic the standard derivation by not allowing more than one adjunction on a tree node by treating all auxiliary trees as scopal auxiliary trees (cf. Section 5.3.3), henceforth, TAL std \u2286 TAL ext . The proposed compilation from TAGs to LIGs for the independent derivation concluded TAL ext \u2286 LIL. Finally, LIL \u2286 TAL std has been proven by Vijay-Shanker (1987) . Combining these three inclusions, we can conclude that TAL std = TAL ext . In addition, Schabes and Shieber (1994) have shown that TAL std = TAL ext ss . Hence, we can conclude the weak-generative equivalence of all three derivations in TAGs, TAL std = TAL ext ss = TAL ext . Feature structures enhance TAGs' descriptive ability without affecting their generative capacity (Vijay-Shanker and Joshi 1988). The proposed algorithm simulates the established unification mechanism in FB-TAG without affecting the representation and the stipulations (e.g., null adjunction at the foot node and the bounded feature structures) of the grammar itself. Therefore, the association with feature structures will not affect this equivalence.", "cite_spans": [ { "start": 49, "end": 75, "text": "Schabes and Shieber (1994)", "ref_id": "BIBREF16" }, { "start": 1040, "end": 1060, "text": "Vijay-Shanker (1987)", "ref_id": "BIBREF20" }, { "start": 1151, "end": 1177, "text": "Schabes and Shieber (1994)", "ref_id": "BIBREF16" } ], "ref_spans": [], "eq_spans": [], "section": "Weak Generative Equivalence.", "sec_num": "5.3.4" }, { "text": "Although independent derivations have been shown by Schabes and Shieber (1994) to be essential for correctly supporting syntactic analysis, semantic interpretation, and statistical language modeling, the parsing algorithm they propose is restricted to TAG and is therefore not directly applicable to large scale implemented Feature-Based TAGs. We have provided a recognition algorithm for FB-TAGs that supports both dependent and independent derivations under certain restrictions enforced jointly by feature constraints and by side conditions in the parsing algorithm. The resulting algorithm combines the benefits of independent derivations with those of Feature-Based Grammars. In particular, we showed that it accounts for a range of interactions between dependent vs. independent derivation on the one hand, and syntactic constraints, linear ordering, and scopal vs. nonscopal semantic dependencies on the other hand.", "cite_spans": [ { "start": 52, "end": 78, "text": "Schabes and Shieber (1994)", "ref_id": "BIBREF16" } ], "ref_spans": [], "eq_spans": [], "section": "Conclusion", "sec_num": "6." }, { "text": "We show the recognition of the string all the meerkats as per the inference rules described in Section 5.3.2. Figure A .1 shows the grammar used for the derivation. To support multiple adjunction in FB-TAG, it implements two main modifications. First, to facilitate the TAG to LIG compilation, each tree node in the grammar is marked with a unique identifier. For example, in Figure A. 1, NP mk , NP the r , Det the , NP the f *, NP all r , Det all , and NP the f * are unique node identifiers in the grammar. Second, to implement the reassignment mechanism in NP mk P Figure A. 2 LIG production rules for the TAG shown in Figure A. 1.", "cite_spans": [], "ref_spans": [ { "start": 110, "end": 118, "text": "Figure A", "ref_id": null }, { "start": 376, "end": 385, "text": "Figure A.", "ref_id": null }, { "start": 569, "end": 578, "text": "Figure A.", "ref_id": null }, { "start": 623, "end": 632, "text": "Figure A.", "ref_id": null } ], "eq_spans": [], "section": "Appendix A: Recognition of the String all the meerkats", "sec_num": null }, { "text": "the parsing algorithm, the top (T) and the bottom (B) feature structures of each node are assigned reference variables P T and P B , respectively. Figure A .2 shows the LIG production rules for the FB-TAG shown in Figure A. 1. Table A .1 shows the step-wise recognition of the string all the meerkats. Recall Section 5.3.2: The LIG rules shown in Figure A .1 does not deal with spurious parses and produces all valid derivations, dependent or independent, that are not blocked by feature unification constraints. Hence, for the string all the meerkats, it generates both independent (Step 52) and dependent (Step 53) derivations. As explained in Figures A.3 and A.4, both derivations undergo the identical set of feature unifications. In both figures, prediction rules are abbreviated because they do not enforce any feature unification. ", "cite_spans": [], "ref_spans": [ { "start": 147, "end": 155, "text": "Figure A", "ref_id": null }, { "start": 214, "end": 223, "text": "Figure A.", "ref_id": null }, { "start": 227, "end": 234, "text": "Table A", "ref_id": null }, { "start": 347, "end": 355, "text": "Figure A", "ref_id": null }, { "start": 646, "end": 657, "text": "Figures A.3", "ref_id": "FIGREF10" } ], "eq_spans": [], "section": "Appendix A: Recognition of the String all the meerkats", "sec_num": null }, { "text": "XXTAG stands for XMG(Crabb\u00e9 et al. 2013)-based XTAG.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "", "sec_num": null }, { "text": "The characters in these sentences are borrowed from Yann Martel's book Life of Pi. 3 The sentence can describe either a single intentional act of blinking twice or two intentional acts each of single blinking(Shieber 1994).", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "", "sec_num": null }, { "text": "We associate \u03b7.T \u222a \u03b7 r .T with the Type 4(b) rules to mimic the adjunction in FB-TAG, as shown inFigure 7.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "", "sec_num": null }, { "text": "The indices i, j, k, l have been used in previous parsing algorithms for tree-adjoining grammars (Vijay-Shankar and Joshi 1985;Schabes and Joshi 1988;Schabes 1991). They deliver the same functionality here.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "", "sec_num": null } ], "back_matter": [ { "text": "We would like to thank Laura Perez-Beltrachini for useful discussion on the related topic. We are grateful to our anonymous reviewers for their insightful comments, which helped us improve the quality of the article in terms of both presentation and content.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Acknowledgments", "sec_num": null }, { "text": "r Scanner: b [..\u03b7] \u2192 \u0393 \u2022 w\u2206, i, j, k, l, S? b[..\u03b7] r Predictor:r Type 1 and 2 Completor:r Type 3(a) Completor:\u03b7 an auxiliary tree root node\u03b7 not an auxiliary tree root node r Type 4 Completor:r Type 6 Completor:, val(\u03b7.P T ) \u222a val(\u03b7 r .P T r )", "cite_spans": [ { "start": 13, "end": 18, "text": "[..\u03b7]", "ref_id": null }, { "start": 19, "end": 50, "text": "\u2192 \u0393 \u2022 w\u2206, i, j, k, l, S? b[..\u03b7]", "ref_id": null } ], "ref_spans": [], "eq_spans": [], "section": "annex", "sec_num": null }, { "text": "Recognition algorithm taking into account spurious parses.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Figure 15", "sec_num": null } ], "bib_entries": { "BIBREF0": { "ref_id": "b0", "title": "XTAG using XMG. Master's thesis", "authors": [ { "first": "Katya", "middle": [], "last": "Alahverdzhieva", "suffix": "" } ], "year": 2008, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Alahverdzhieva, Katya. 2008. XTAG using XMG. Master's thesis, Universit\u00e9 de Nancy.", "links": null }, "BIBREF1": { "ref_id": "b1", "title": "Can the TAG derivation tree represent a semantic graph? An answer in the light of Meaning-Text Theory", "authors": [ { "first": "Marie-H\u00e9l\u00e8ne", "middle": [], "last": "Candito", "suffix": "" }, { "first": "Sylvain", "middle": [], "last": "Kahane", "suffix": "" } ], "year": 1998, "venue": "Proceedings of the Fourth Workshop on Tree-Adjoining Grammars and Related Frameworks (TAG+4)", "volume": "", "issue": "", "pages": "21--24", "other_ids": {}, "num": null, "urls": [], "raw_text": "Candito, Marie-H\u00e9l\u00e8ne and Sylvain Kahane. 1998. Can the TAG derivation tree represent a semantic graph? An answer in the light of Meaning-Text Theory. In Proceedings of the Fourth Workshop on Tree-Adjoining Grammars and Related Frameworks (TAG+4), pages 21-24, Philadelphia, PA.", "links": null }, "BIBREF3": { "ref_id": "b3", "title": "Integrating a unification-based semantics in a large scale Lexicalised Tree Adjoining Grammar for French", "authors": [ { "first": "Claire", "middle": [], "last": "Gardent", "suffix": "" } ], "year": 2008, "venue": "Proceedings of the 22nd International Conference on Computational Linguistics (COLING)", "volume": "", "issue": "", "pages": "249--256", "other_ids": {}, "num": null, "urls": [], "raw_text": "Gardent, Claire. 2008. Integrating a unification-based semantics in a large scale Lexicalised Tree Adjoining Grammar for French. In Proceedings of the 22nd International Conference on Computational Linguistics (COLING), pages 249-256, Manchester.", "links": null }, "BIBREF4": { "ref_id": "b4", "title": "Semantic construction in Feature-Based TAG", "authors": [ { "first": "Claire", "middle": [], "last": "Gardent", "suffix": "" }, { "first": "Laura", "middle": [], "last": "Kallmeyer", "suffix": "" } ], "year": 2003, "venue": "Proceedings of the 10th Conference of the European Chapter of the Association for Computational Linguistics (EACL)", "volume": "", "issue": "", "pages": "123--130", "other_ids": {}, "num": null, "urls": [], "raw_text": "Gardent, Claire and Laura Kallmeyer. 2003. Semantic construction in Feature-Based TAG. In Proceedings of the 10th Conference of the European Chapter of the Association for Computational Linguistics (EACL), pages 123-130, Budapest.", "links": null }, "BIBREF5": { "ref_id": "b5", "title": "Applicability of indexed grammars to natural languages", "authors": [ { "first": "Gerald", "middle": [], "last": "Gazdar", "suffix": "" } ], "year": 1988, "venue": "Natural Language Parsing and Linguistic Theories", "volume": "35", "issue": "", "pages": "69--94", "other_ids": {}, "num": null, "urls": [], "raw_text": "Gazdar, Gerald. 1988. Applicability of indexed grammars to natural languages. In Uwe Reyle and Christian Rohrer, editors, Natural Language Parsing and Linguistic Theories, volume 35 of Studies in Linguistics and Philosophy. Springer, Netherlands, pages 69-94.", "links": null }, "BIBREF6": { "ref_id": "b6", "title": "Relationship between strong and weak generative power of formal systems", "authors": [ { "first": "Aravind", "middle": [ "K" ], "last": "Joshi", "suffix": "" } ], "year": 2000, "venue": "Proceedings of the 5th International Workshop on Tree Adjoining Grammars and Related Formalisms (TAG+5)", "volume": "", "issue": "", "pages": "107--114", "other_ids": {}, "num": null, "urls": [], "raw_text": "Joshi, Aravind K. 2000. Relationship between strong and weak generative power of formal systems. In Proceedings of the 5th International Workshop on Tree Adjoining Grammars and Related Formalisms (TAG+5), pages 107-114, Paris.", "links": null }, "BIBREF7": { "ref_id": "b7", "title": "Tree-Adjoining Grammars", "authors": [ { "first": "Aravind", "middle": [ "K" ], "last": "Joshi", "suffix": "" }, { "first": "Yves", "middle": [], "last": "Schabes", "suffix": "" } ], "year": 1997, "venue": "Handbook of Formal Languages and Automata", "volume": "3", "issue": "", "pages": "69--124", "other_ids": {}, "num": null, "urls": [], "raw_text": "Joshi, Aravind K. and Yves Schabes. 1997. Tree-Adjoining Grammars. Handbook of Formal Languages and Automata, 3:69-124.", "links": null }, "BIBREF8": { "ref_id": "b8", "title": "Compositional semantics with lexicalized tree-adjoining grammar (LTAG): How much underspecification is necessary", "authors": [ { "first": "Aravind", "middle": [ "K" ], "last": "Joshi", "suffix": "" }, { "first": "K", "middle": [], "last": "Vijay-Shanker", "suffix": "" } ], "year": 2001, "venue": "Computing Meaning", "volume": "77", "issue": "", "pages": "147--163", "other_ids": {}, "num": null, "urls": [], "raw_text": "Joshi, Aravind K. and K. Vijay-Shanker. 2001. Compositional semantics with lexicalized tree-adjoining grammar (LTAG): How much underspecification is necessary? In Harry Bunt, Reinhard Muskens, and Elias Thijsse, editors, Computing Meaning, volume 77 of Studies in Linguistics and Philosophy. Springer, Netherlands, pages 147-163.", "links": null }, "BIBREF9": { "ref_id": "b9", "title": "A formal model for plausible dependencies in lexicalized tree adjoining grammar", "authors": [ { "first": "Laura", "middle": [], "last": "Kallmeyer", "suffix": "" }, { "first": "Marco", "middle": [], "last": "Kuhlmann", "suffix": "" } ], "year": 2012, "venue": "Proceedings of the 11th International Workshop on Tree Adjoining Grammars and Related Formalisms (TAG+11)", "volume": "", "issue": "", "pages": "108--116", "other_ids": {}, "num": null, "urls": [], "raw_text": "Kallmeyer, Laura and Marco Kuhlmann. 2012. A formal model for plausible dependencies in lexicalized tree adjoining grammar. In Proceedings of the 11th International Workshop on Tree Adjoining Grammars and Related Formalisms (TAG+11), pages 108-116, Paris.", "links": null }, "BIBREF10": { "ref_id": "b10", "title": "Asymmetries in long distance extraction in a tree adjoining grammar", "authors": [ { "first": "Anthony", "middle": [], "last": "Kroch", "suffix": "" } ], "year": 1989, "venue": "Alternative conceptions of phrase structure", "volume": "", "issue": "", "pages": "66--98", "other_ids": {}, "num": null, "urls": [], "raw_text": "Kroch, Anthony. 1989. Asymmetries in long distance extraction in a tree adjoining grammar. In M. Baltin and A. Kroch, editors, Alternative conceptions of phrase structure, University of Chicago Press, pages 66-98.", "links": null }, "BIBREF11": { "ref_id": "b11", "title": "Probabilistic tree-adjoining grammar as a framework for statistical natural language processing", "authors": [ { "first": "Owen", "middle": [], "last": "Rambow", "suffix": "" }, { "first": "K", "middle": [], "last": "Vijay-Shanker", "suffix": "" }, { "first": "David", "middle": [], "last": "Weir", "suffix": "" } ], "year": 1992, "venue": "Proceedings of the 33rd Annual Meeting of the Association for Computational Linguistics (ACL)", "volume": "2", "issue": "", "pages": "418--424", "other_ids": {}, "num": null, "urls": [], "raw_text": "Rambow, Owen, K. Vijay-Shanker, and David Weir. 1995. D-Tree Grammars. In Proceedings of the 33rd Annual Meeting of the Association for Computational Linguistics (ACL), pages 151-158, Cambridge, MA. Resnik, Philip. 1992. Probabilistic tree-adjoining grammar as a framework for statistical natural language processing. In Proceedings of the 14th Conference on Computational linguistics (COLING), volume 2, pages 418-424, Nantes.", "links": null }, "BIBREF12": { "ref_id": "b12", "title": "The valid prefix property and left to right parsing of tree-adjoining grammar", "authors": [ { "first": "Yves", "middle": [], "last": "Schabes", "suffix": "" } ], "year": 1991, "venue": "Proceedings of the 2nd International Workshop on Parsing Technologies (IWPT)", "volume": "", "issue": "", "pages": "21--30", "other_ids": {}, "num": null, "urls": [], "raw_text": "Schabes, Yves. 1991. The valid prefix property and left to right parsing of tree-adjoining grammar. In Proceedings of the 2nd International Workshop on Parsing Technologies (IWPT), pages 21-30, Cancun.", "links": null }, "BIBREF13": { "ref_id": "b13", "title": "Stochastic lexicalized tree-adjoining grammars", "authors": [ { "first": "Yves", "middle": [], "last": "Schabes", "suffix": "" } ], "year": 1992, "venue": "Proceedings of the 14th Conference on Computational Linguistics (COLING)", "volume": "2", "issue": "", "pages": "425--432", "other_ids": {}, "num": null, "urls": [], "raw_text": "Schabes, Yves. 1992. Stochastic lexicalized tree-adjoining grammars. In Proceedings of the 14th Conference on Computational Linguistics (COLING), volume 2, pages 425-432, Nantes.", "links": null }, "BIBREF14": { "ref_id": "b14", "title": "An Earley-type parsing algorithm for tree adjoining grammars", "authors": [ { "first": "Yves", "middle": [], "last": "Schabes", "suffix": "" }, { "first": "Aravind", "middle": [ "K" ], "last": "Joshi", "suffix": "" } ], "year": 1988, "venue": "Proceedings of the 26th Annual Meeting of the Association for Computational Linguistics (ACL)", "volume": "", "issue": "", "pages": "258--269", "other_ids": {}, "num": null, "urls": [], "raw_text": "Schabes, Yves and Aravind K. Joshi. 1988. An Earley-type parsing algorithm for tree adjoining grammars. In Proceedings of the 26th Annual Meeting of the Association for Computational Linguistics (ACL), pages 258-269, Buffalo, NY.", "links": null }, "BIBREF15": { "ref_id": "b15", "title": "An alternative conception of tree-adjoining derivation", "authors": [ { "first": "Yves", "middle": [], "last": "Schabes", "suffix": "" }, { "first": "Stuart", "middle": [ "M" ], "last": "Shieber", "suffix": "" } ], "year": 1992, "venue": "Proceedings of the 30th Annual Meeting of the Association for Computational Linguistics (ACL)", "volume": "", "issue": "", "pages": "167--176", "other_ids": {}, "num": null, "urls": [], "raw_text": "Schabes, Yves and Stuart M. Shieber. 1992. An alternative conception of tree-adjoining derivation. In Proceedings of the 30th Annual Meeting of the Association for Computational Linguistics (ACL), pages 167-176, Newark, DE.", "links": null }, "BIBREF16": { "ref_id": "b16", "title": "An alternative conception of tree-adjoining derivation", "authors": [ { "first": "Yves", "middle": [], "last": "Schabes", "suffix": "" }, { "first": "Stuart", "middle": [ "M" ], "last": "Shieber", "suffix": "" } ], "year": 1994, "venue": "Computational Linguistics", "volume": "20", "issue": "1", "pages": "91--124", "other_ids": {}, "num": null, "urls": [], "raw_text": "Schabes, Yves and Stuart M. Shieber. 1994. An alternative conception of tree-adjoining derivation. Computational Linguistics, 20(1):91-124.", "links": null }, "BIBREF17": { "ref_id": "b17", "title": "Restricting the weak-generative capacity of synchronous tree-adjoining grammars", "authors": [ { "first": "Stuart", "middle": [ "M" ], "last": "Shieber", "suffix": "" } ], "year": 1994, "venue": "Computational Intelligence", "volume": "10", "issue": "4", "pages": "371--385", "other_ids": {}, "num": null, "urls": [], "raw_text": "Shieber, Stuart M. 1994. Restricting the weak-generative capacity of synchronous tree-adjoining grammars. Computational Intelligence, 10(4):371-385.", "links": null }, "BIBREF18": { "ref_id": "b18", "title": "A lexicalized tree adjoining grammar for English", "authors": [ { "first": "Mark", "middle": [], "last": "Steedman", "suffix": "" } ], "year": 2000, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Steedman, Mark. 2000. The syntactic process. MIT Press, Cambridge, MA. The XTAG Research Group. 2001. A lexicalized tree adjoining grammar for English. Technical report ICRS-01-03, Institute for Research in Cognitive Science, University of Pennsylvannia.", "links": null }, "BIBREF19": { "ref_id": "b19", "title": "Some computational properties of tree adjoining grammars", "authors": [ { "first": "K", "middle": [], "last": "Vijay-Shankar", "suffix": "" }, { "first": "K", "middle": [], "last": "Aravind", "suffix": "" }, { "first": "", "middle": [], "last": "Joshi", "suffix": "" } ], "year": 1985, "venue": "Proceedings of the 23rd Annual Meeting of the Association for Computational Linguistics (ACL)", "volume": "", "issue": "", "pages": "82--93", "other_ids": {}, "num": null, "urls": [], "raw_text": "Vijay-Shankar, K. and Aravind K. Joshi. 1985. Some computational properties of tree adjoining grammars. In Proceedings of the 23rd Annual Meeting of the Association for Computational Linguistics (ACL), pages 82-93, Chicago, IL.", "links": null }, "BIBREF20": { "ref_id": "b20", "title": "A Study of Tree Adjoining Grammars", "authors": [ { "first": "K", "middle": [], "last": "Vijay-Shanker", "suffix": "" } ], "year": 1987, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Vijay-Shanker, K. 1987. A Study of Tree Adjoining Grammars. Ph.D. thesis, Department of Computer and Information Science, University of Pennsylvania, Philadelphia.", "links": null }, "BIBREF21": { "ref_id": "b21", "title": "Feature structures based tree adjoining grammars", "authors": [ { "first": "K", "middle": [], "last": "Vijay-Shanker", "suffix": "" }, { "first": "Arvind", "middle": [ "K" ], "last": "Joshi", "suffix": "" } ], "year": 1988, "venue": "Proceedings of the 12th International Conference on Computational Linguistics (COLING)", "volume": "", "issue": "", "pages": "714--719", "other_ids": {}, "num": null, "urls": [], "raw_text": "Vijay-Shanker, K. and Arvind K. Joshi. 1988. Feature structures based tree adjoining grammars. In Proceedings of the 12th International Conference on Computational Linguistics (COLING), pages 714-719, Budapest.", "links": null }, "BIBREF22": { "ref_id": "b22", "title": "Unification-based tree adjoining grammar", "authors": [ { "first": "K", "middle": [], "last": "Vijay-Shanker", "suffix": "" }, { "first": "Arvind", "middle": [ "K" ], "last": "Joshi", "suffix": "" } ], "year": 1991, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Vijay-Shanker, K. and Arvind K. Joshi. 1991. Unification-based tree adjoining grammar. Technical report MS-CIS-91-25, School of Engineering and Applied Science, Department of Computer and Information Science, University of Pennsylvannia.", "links": null }, "BIBREF23": { "ref_id": "b23", "title": "Polynomial parsing of extensions of Context-Free Grammars", "authors": [ { "first": "K", "middle": [], "last": "Vijay-Shanker", "suffix": "" }, { "first": "J", "middle": [], "last": "David", "suffix": "" }, { "first": "", "middle": [], "last": "Weir", "suffix": "" } ], "year": 1991, "venue": "Current Issues in Parsing Technology", "volume": "126", "issue": "", "pages": "191--206", "other_ids": {}, "num": null, "urls": [], "raw_text": "Vijay-Shanker, K. and David J. Weir. 1991. Polynomial parsing of extensions of Context-Free Grammars. In Masaru Tomita, editor, Current Issues in Parsing Technology, volume 126 of The Springer International Series in Engineering and Computer Science. Springer US, pages 191-206.", "links": null }, "BIBREF24": { "ref_id": "b24", "title": "Parsing some constrained grammar formalisms", "authors": [ { "first": "K", "middle": [], "last": "Vijay-Shanker", "suffix": "" }, { "first": "J", "middle": [], "last": "David", "suffix": "" }, { "first": "", "middle": [], "last": "Weir", "suffix": "" } ], "year": 1993, "venue": "Computational Linguistics", "volume": "19", "issue": "4", "pages": "591--636", "other_ids": {}, "num": null, "urls": [], "raw_text": "Vijay-Shanker, K. and David J. Weir. 1993. Parsing some constrained grammar formalisms. Computational Linguistics, 19(4):591-636.", "links": null }, "BIBREF25": { "ref_id": "b25", "title": "Combinatory Categorial Grammars: Generative power and relationship to linear context-free rewriting systems", "authors": [ { "first": "David", "middle": [ "J" ], "last": "Weir", "suffix": "" }, { "first": "K", "middle": [], "last": "Aravind", "suffix": "" }, { "first": "", "middle": [], "last": "Joshi", "suffix": "" } ], "year": 1988, "venue": "Proceedings of the 26th Annual Meeting of the Association for Computational Linguistics (ACL)", "volume": "", "issue": "", "pages": "278--285", "other_ids": {}, "num": null, "urls": [], "raw_text": "Weir, David J. and Aravind K. Joshi. 1988. Combinatory Categorial Grammars: Generative power and relationship to linear context-free rewriting systems. In Proceedings of the 26th Annual Meeting of the Association for Computational Linguistics (ACL), pages 278-285, Buffalo, NY.", "links": null } }, "ref_entries": { "FIGREF1": { "num": null, "uris": null, "text": "(5) a. John wanted to assume that Peter slept. (Dependent derivation) b. John wanted Peter tries to walk. c. The meerkat admired the Syrian Orthodox church. (Dependent derivation)", "type_str": "figure" }, "FIGREF2": { "num": null, "uris": null, "text": "(6) a. Yann said that John knows that Richard Parker and Pi wandered the Algae Island yesterday through the meerkats. (Mixed derivation) b. The meerkat admired the old Syrian Orthodox church. (Mixed derivation)", "type_str": "figure" }, "FIGREF3": { "num": null, "uris": null, "text": "Start root of adjunction for predicative trees.", "type_str": "figure" }, "FIGREF4": { "num": null, "uris": null, "text": "LIG variant of TAG for Schabes and Shieber's Extended derivation and associated production rules. The top and bottom components of the nodes are presented by \u2022. Type 4(a) transitions support dependent derivations, and Type 4(b) transitions support independent derivations.", "type_str": "figure" }, "FIGREF6": { "num": null, "uris": null, "text": "11) a. The sonatas should have been being played by Sarah.b.The sonatas have should been being played by Sarah.", "type_str": "figure" }, "FIGREF7": { "num": null, "uris": null, "text": "Ordered derivation trees for the sentence of Example (15). Dotted lines indicate substitutions and plain lines indicate adjunctions. Schabes and Shieber's Outermost Predication principle rules out a derivation tree on the left-hand side.", "type_str": "figure" }, "FIGREF8": { "num": null, "uris": null, "text": "variant of TAG for the extended derivation in FB-TAG.", "type_str": "figure" }, "FIGREF9": { "num": null, "uris": null, "text": "A feature-based Tree-Adjoining Grammar.", "type_str": "figure" }, "FIGREF10": { "num": null, "uris": null, "text": "Feature unifications in dependent derivation of all the meerkats (prediction rules are abbreviated).", "type_str": "figure" }, "FIGREF11": { "num": null, "uris": null, "text": "Feature unifications in independent derivation of all the meerkats (prediction rules are abbreviated).", "type_str": "figure" }, "TABREF2": { "html": null, "text": "NP m NP m .T : [] NP m .B : [] \u03b1 meerkat NP the NP the .T : [] NP the .B : [det : the] NP all NP all .T : [] NP all .B : [det : all] Failed derivation under a simple extension of the Schabes and Shieber LIG framework to FB-TAG: Type 4(b) rules unify NP m .T with both NP the .T and NP all .T while Type 3 rules unify NP the .T with NP the .B and NP all .T with NP all .B. Hence NP the .B and NP all .B should unify. However, because their det values differ, derivation fails.", "type_str": "table", "content": "
(Type 4(b))
(Type 3)
(Type 4(b))
(Type 3)\u03b2 all
\u03b2 theNP * allNP * all .T : [] NP * all .B : []
NP * theNP * the .T : [det : nil] NP * the .B : []
Figure 10
", "num": null }, "TABREF3": { "html": null, "text": "Start root of adjunction. For each elementary tree node \u03b7 that allows the adjunction of the auxiliary tree with the root node \u03b7 r , the following LIG production rule is generated.b[..\u03b7] \u2192 t[..\u03b7\u03b7 r ]val(\u03b7.P T ) \u222a val(\u03b7 r .P T ), \u03b7.P B := \u03b7 r .P B Start foot of adjunction. For each elementary tree node \u03b7 that allows the adjunction of the auxiliary tree with the foot node \u03b7 f , the following LIG production rule is generated.", "type_str": "table", "content": "
Type 5: b[..\u03b7\u03b7 f ] \u2192 b[..\u03b7]val(\u03b7.P B ) \u222a val(\u03b7 f .P B )
", "num": null }, "TABREF6": { "html": null, "text": "NP mk ] \u2192 meerkat b[.. NP the r ] \u2192 t[Det the ] t[.. NP the f ] NP mk ] \u2192 b[.. NP mk ] t[.. Det the ] \u2192 b[.. Det the ] t[.. NP the f ] \u2192 b[.. NP the f ] Det all ] \u2192 b[.. Det all ] t[.. NP all f ] \u2192 b[.. NP all f ] NP mk ] \u2192 t[.. NP mk NP the r ] b[.. NP mk ] \u2192 t[.. NP mk NP all r ] b[.. NP the r ] \u2192 t[.. NP the r NP mk NP the f ] \u2192 b[.. NP mk ] b[.. NP all r NP the f ] \u2192 b[.. NP all r ] b[.. NP mk NP all f ] \u2192 b[.. NP mk ] b[.. NP the r NP all f ] \u2192 b[.. NP the r ]", "type_str": "table", "content": "
Type 1 and Type 2 production rules b[b[Det the ] \u2192 the b[.. NP all r ] \u2192 t[Det all ] t[.. NP all f ] b[Det all ] \u2192 all Type 3(a) production rules t[.. NP the r ] \u2192 b[.. NP the r ] t[.. NP all r ] \u2192 b[.. NP all r ] Type 3(b) production rules t[.. Type 3(b) production rules (continued) t[.. Type 4 production rules b[.. NP all r ] b[.. NP all r ] \u2192 t[.. NP all r NP the r ] Type 5 production rules b[..
", "num": null }, "TABREF7": { "html": null, "text": "Recognition of the string 0 all 1 the 2 meerkats 3 in FB-TAG.", "type_str": "table", "content": "
Table A.1
(continued)
#Chart ItemsDescription
11. 12.b[NP mk NP the r NP all r ] \u2192 \u2022t[Det all ] t[NP mk NP the r NP all f ], 0, \u2212, \u2212, 0 b[Det all ] \u2192 \u2022all, 0, \u2212, \u2212, 01/2-pred, 9 1/2-pred, 10
13.b[Det all ] \u2192 all\u2022, 0, \u2212, \u2212, 1scan, 12
14.t[Det all ] \u2192 b[Det all ]\u2022, 0, \u2212, \u2212, 13(b)-comp, (10, 13)
15. 16.b[NP mk NP all r ] \u2192 t[Det all ] \u2022 t[NP mk NP all f ], 0, \u2212, \u2212, 1 b[NP mk NP the r NP all r ] \u2192 t[Det all ] \u2022 t[NP mk NP the r NP all f ], 0, \u2212, \u2212, 11/2-comp, (8, 14) 1/2-comp, (11, 14)
17.t[NP mk NP all f ] \u2192 \u2022b[NP mk NP all f ], 1, \u2212, \u2212, 13(b)-pred, 15
18.t[NP mk NP the r NP all f ] \u2192 \u2022b[NP mk NP the r NP all f ], 1, \u2212, \u2212, 13(b)-pred, 16
19.b[NP mk NP all f ] \u2192 \u2022b[NP mk ], 1, \u2212, \u2212, 15-pred, 17
20. 21. 22. 23. 24.b[NP mk NP the r NP all f ] \u2192 \u2022b[NP mk NP the r ], 1, \u2212, \u2212, 1 b[NP mk ] \u2192 \u2022t[NP mk NP the r ], 1, \u2212, \u2212, 1 b[NP mk NP the r ] \u2192 \u2022t[Det the ] t[NP mk NP the f ], 1, \u2212, \u2212, 1 t[NP mk NP the r ] \u2192 \u2022b[NP mk NP the r ], 1, \u2212, \u2212, 1 t[Det the ] \u2192 \u2022b[Det the ], 1, \u2212, \u2212, 15-pred, 18 4-pred, 19 1/2-pred, 20 3(a)-pred, 21 3(b)-pred, 22
25.b[Det all ] \u2192 \u2022the, 1, \u2212, \u2212, 11/2-pred, 24
26.b[Det the ] \u2192 the\u2022, 1, \u2212, \u2212, 2scan, 25
27.t[Det the ] \u2192 b[Det the ]\u2022, 1, \u2212, \u2212, 23(b)-comp, (24, 26)
28.b[NP mk NP the r ] \u2192 t[Det the ] \u2022 t[NP mk NP the f ], 1, \u2212, \u2212, 21/2-comp, (22, 27)
29.t[NP mk NP the f ] \u2192 \u2022b[NP mk NP the f ], 2, \u2212, \u2212, 23(b)-pred, 28
30.b[NP mk NP the f ] \u2192 \u2022b[NP mk ], 2, \u2212, \u2212, 25-pred, 29
31.b[NP mk ] \u2192 \u2022meerkat, 2, \u2212, \u2212, 21/2-pred, 30
32.b[NP mk ] \u2192 meerkat\u2022, 2, \u2212, \u2212, 3scan, 31
33.b[NP mk NP the f ] \u2192 b[NP mk ]\u2022, 2, 2, 3, 35-comp, (30, 32)
34. 35. 36. 37. 38. 39. 40.t[NP mk NP the f ] \u2192 b[NP mk NP the f ]\u2022, 2, 2, 3, 3 b[NP mk NP the r ] \u2192 t[Det the ] t[NP mk NP the f ]\u2022, 1, 2, 3, 3 t[NP mk NP the r ] \u2192 b[NP mk NP the r ]\u2022, 1, 2, 3, 3 b[NP mk NP the r NP all r ]\u2022, 1, 1, 3, 3 f ] \u2192 b[NP mk NP the b[NP mk ] \u2192 t[NP mk NP the r ]\u2022, 1, \u2212, \u2212, 3 t[NP mk NP the r NP all f ] \u2192 b[NP mk NP the r NP all f ]\u2022, 1, 1, 3, 3 b[NP mk NP all f ] \u2192 b[NP mk ]\u2022, 1, 1, 3, 33(b)-comp, (29, 33) 1/2-comp, (28, 34) 3(a)-comp, (23, 35) 5-comp, (20, 35) 4-comp, (21, 36, 32) 3(b)-comp, (18, 37) 5-comp, (19, 38)
41.b[NP mk NP the r NP all r ] \u2192 t[Det all ] t[NP mk NP the r NP all f ]\u2022, 0, 1, 3, 31/2-comp, (16, 39)
42.t[NP mk NP all f ] \u2192 b[NP mk NP all f ]\u2022, 1, 1, 3, 33(b)-comp, (17, 40)
# 43. 44. 1. 2. 3. 4. 5. 45. 46. 47. 48. 49. 50. 6. 51. 7. 52. 8. 53.Chart Items r ] \u2192 b[NP mk NP the r NP all t[NP mk NP the r NP all r ]\u2022, 0, 1, 3, 3 b[NP mk NP all r ] \u2192 t[Det all ] t[NP mk NP all f ]\u2022, 0, 1, 3, 3 S \u2192 \u2022t[NP mk ], 0, \u2212, \u2212, 0 t[NP mk ] \u2192 \u2022b[NP mk ], 0, \u2212, \u2212, 0 b[NP mk ] \u2192 \u2022t[NP mk NP the r ], 0, \u2212, \u2212, 0 b[NP mk ] \u2192 \u2022t[NP mk NP all r ], 0, \u2212, \u2212, 0 t[NP mk NP the r ] \u2192 \u2022b[NP mk NP the r ], 0, \u2212, \u2212, 0 b[NP mk NP the r ] \u2192 t[NP mk NP the r NP all r ]\u2022, 0, 2, 3, 3 t[NP mk NP all r ] \u2192 b[NP mk NP all r ]\u2022, 0, 1, 3, 3 t[NP mk NP the r ] \u2192 b[NP mk NP the r ]\u2022, 0, 2, 3, 3 b[NP mk ] \u2192 t[NP mk NP all r ]\u2022, 0, \u2212, \u2212, 3 b[NP mk ] \u2192 t[NP mk NP the r ]\u2022, 0, \u2212, \u2212, 3 t[NP mk ] \u2192 b[NP mk ]\u2022, 0, \u2212, \u2212, 3 t[NP mk NP all r ] \u2192 \u2022b[NP mk NP all r ], 0, \u2212, \u2212, 0 t[NP mk ] \u2192 b[NP mk ]\u2022, 0, \u2212, \u2212, 3 b[NP mk NP the r ] \u2192 \u2022t[NP mk NP the r NP all r ], 0, \u2212, \u2212, 0 S \u2192 t[NP mk ]\u2022, 0, \u2212, \u2212, 3 b[NP mk NP all r ] \u2192 \u2022t[Det all ] t[NP mk NP all f ], 0, \u2212, \u2212, 0 S \u2192 t[NP mk ]\u2022, 0, \u2212, \u2212, 33(a)-comp, (9, 41) 1/2-comp, (15, 42) Description axiom 3(b)-pred, 1 4-pred, 2 4-pred, 2 4-comp, (7, 43, 35) 3(a)-comp, (6, 44) 3(a)-comp, (5, 45) 4-comp, (4, 46, 38) 4-comp, (3, 47, 32) 3(b)-comp, (2, 48) 3(a)-pred, 3 3(b)-comp, (2, 49) 3(a)-pred, 4 axiom-comp, (1, 50) 4-pred, 5 1/2-pred, 6 axiom-comp, (1, 51)
9. 10.t[NP mk NP the r NP all r ] \u2192 \u2022b[NP mk NP the r NP all r ], 0, \u2212, \u2212, 0 t[Det all ] \u2192 \u2022b[Det all ], 0, \u2212, \u2212, 03(a)-pred, 7 3(b)-pred, 8
", "num": null } } } }