ACL-OCL / Base_JSON /prefixE /json /E95 /E95-1011.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "E95-1011",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T10:31:49.174209Z"
},
"title": "A Tractable Extension of Linear Indexed Grammars",
"authors": [
{
"first": "Bill",
"middle": [],
"last": "Keller",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Sussex Falmer",
"location": {
"postCode": "BN1 9QH",
"settlement": "Brighton",
"country": "UK"
}
},
"email": ""
},
{
"first": "David",
"middle": [],
"last": "Weir",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Sussex Falmer",
"location": {
"postCode": "BN1 9QH",
"settlement": "Brighton",
"country": "UK"
}
},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "Vijay-Shanker and Weir (1993) show that Linear Indexed Grammars (I_IG) can be processed in polynomial time by exploiting constraints which make possible the extensive use of structure-sharing. This paper describes a formalism that is more powerful than I_IG, but which can also be processed in polynomial time using similar techniques. The formalism, which we refer to as Partially Linear PATR (PI_PATR) manipulates feature structures rather than stacks.",
"pdf_parse": {
"paper_id": "E95-1011",
"_pdf_hash": "",
"abstract": [
{
"text": "Vijay-Shanker and Weir (1993) show that Linear Indexed Grammars (I_IG) can be processed in polynomial time by exploiting constraints which make possible the extensive use of structure-sharing. This paper describes a formalism that is more powerful than I_IG, but which can also be processed in polynomial time using similar techniques. The formalism, which we refer to as Partially Linear PATR (PI_PATR) manipulates feature structures rather than stacks.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "Unification-based grammar formalisms can be viewed as generalizations of Context-Free Grammars (CFG) where the nonterminal symbols are replaced by an infinite domain of feature structures. Much of their popularity stems from the way in which syntactic generalization may be elegantly stated by means of constraints amongst features and their values. Unfortunately, the expressivity of these formalisms can have undesirable consequences for their processing. In naive implementations of unification grammar parsers, feature structures play the same role as nonterminals in standard context-free grammar parsers. Potentially large feature structures are stored at intermediate steps in the computation, so that the space requirements of the algorithm are expensive. Furthermore, the need to perform nondestructive unification means that a large proportion of the processing time is spent copying feature structures.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "One approach to this problem is to refine parsing algorithms by developing techniques such as restrictions, structure-sharing, and lazy unification that reduce the amount of structure that is stored and hence the need for copying of features structures (Shieber, 1985; Pereira, 1985; Karttunen and Kay, 1985; Wroblewski, 1987; Gerdemann, 1989; Godden, 1990; Kogure, 1990; Emele, 1991; Tomabechi, 1991; Harrison and Ellison, 1992) ). While these techniques can yield significant improvements in performance, the generality of unification-based grammar formalisms means that there are still cases where expensive processing is unavoidable. This approach does not address the fundamental issue of the tradeoff between the descriptive capacity of a formalism and its computational power.",
"cite_spans": [
{
"start": 253,
"end": 268,
"text": "(Shieber, 1985;",
"ref_id": "BIBREF11"
},
{
"start": 269,
"end": 283,
"text": "Pereira, 1985;",
"ref_id": "BIBREF9"
},
{
"start": 284,
"end": 308,
"text": "Karttunen and Kay, 1985;",
"ref_id": "BIBREF6"
},
{
"start": 309,
"end": 326,
"text": "Wroblewski, 1987;",
"ref_id": "BIBREF16"
},
{
"start": 327,
"end": 343,
"text": "Gerdemann, 1989;",
"ref_id": "BIBREF3"
},
{
"start": 344,
"end": 357,
"text": "Godden, 1990;",
"ref_id": "BIBREF4"
},
{
"start": 358,
"end": 371,
"text": "Kogure, 1990;",
"ref_id": "BIBREF8"
},
{
"start": 372,
"end": 384,
"text": "Emele, 1991;",
"ref_id": "BIBREF0"
},
{
"start": 385,
"end": 401,
"text": "Tomabechi, 1991;",
"ref_id": "BIBREF12"
},
{
"start": 402,
"end": 429,
"text": "Harrison and Ellison, 1992)",
"ref_id": "BIBREF5"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "In this paper we identify a set of constraints that can be placed on unification-based grammar formalisms in order to guarantee the existence of polynomial time parsing algorithms. Our choice of constraints is motivated by showing how they generalize constraints inherent in Linear Indexed Grammar (l_lG). We begin by describing how constraints inherent in I.IG admit tractable processing algorithms and then consider how these constraints can be generalized to a formalism that manipulates trees rather than stacks. The constraints that we identify for the tree-based system can be regarded equally well as constraints on unification-based grammar formalisms such as PArR (Shieber, 1984) .",
"cite_spans": [
{
"start": 673,
"end": 688,
"text": "(Shieber, 1984)",
"ref_id": "BIBREF10"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "An Indexed Grammar (IG) can be viewed as a CFG in which each nonterminal is associated with a stack of indices. Productions specify not only how nonterminals can be rewritten but also how their associated stacks are modified. 1_16, which were first described by Gazdar (1988) , are constrained such that stacks are passed from the mother to at most a single daughter.",
"cite_spans": [
{
"start": 262,
"end": 275,
"text": "Gazdar (1988)",
"ref_id": "BIBREF2"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "From Stacks to Trees",
"sec_num": "2"
},
{
"text": "For I_IG, the size of the domain of nonterminals and associated stacks (the analogue of the nonterminals in CFG) is not bound by the grammar. However, Vijay-Shanker and Weir (1993) demonstrate that polynomial time performance can be achieved through the use of structuresharing made possible by constraints in the way that LI6 use stacks.",
"cite_spans": [
{
"start": 151,
"end": 180,
"text": "Vijay-Shanker and Weir (1993)",
"ref_id": "BIBREF13"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "From Stacks to Trees",
"sec_num": "2"
},
{
"text": "Although stacks of unbounded size can arise during a derivation, it is not possible for a LIG to specify that two dependent, unbounded stacks must appear at distinct places in the derivation tree. Structure-sharing can therefore be used effectively because checking the applicability of rules at each step in the derivation involves the comparison of structures of limited size.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "From Stacks to Trees",
"sec_num": "2"
},
{
"text": "Our goal is to generalize the constraints inherent in LIG to a formalism that manipulates feature structures rather than stacks. As a guidl ing heuristic we will avoid formalisms that generate tree sets with an unbounded number of unbounded, dependent branches. It appears that the structure-sharing techniques used with LIG cannot be generalized in a straightforward way to such formalisms.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "From Stacks to Trees",
"sec_num": "2"
},
{
"text": "Suppose that we generalize LIG to allow the stack to be passed from the mother to two daughters. If this is done recursion can be used to produce an unbounded number of unbounded, dependent branches. An alternative is to allow an unbounded stack to be shared between two (or more) daughters but not with the mother. Thus, rules may mention more than one unbounded stack, but the stack associated with the mother is still associated with at most one daughter. We refer to this extension as Partially Linear Indexed Grammars (PLIG).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "From Stacks to Trees",
"sec_num": "2"
},
{
"text": "Example 1 The PLIG with the following productions generates the language { anbmcnd m In, m > 1 } and the tree set shown in Figure 1 . Because a single PUG production may mention more than one unbounded stack, variables (x, y) are introduced to distinguish between them. The notation A[xa] is used to denote the nonterminal A associated with any stack whose top symbol is ~r. Example 3 PLIG can \"count\" to any fixed k, i.e., a PLIG with the following productions generates the language {a?...a n In>O}",
"cite_spans": [
{
"start": 202,
"end": 225,
"text": "stack, variables (x, y)",
"ref_id": null
},
{
"start": 283,
"end": 288,
"text": "A[xa]",
"ref_id": null
}
],
"ref_spans": [
{
"start": 123,
"end": 131,
"text": "Figure 1",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "From Stacks to Trees",
"sec_num": "2"
},
{
"text": "A[x] --+ aA[\u00a2a], B[x~] -~ bBb], C[~] -~ cCb], D[xa] --* dD[x], A[x] ~ B[y]C[x]D[y], B[~] -~ b, C[~] -~ c, D[a] ---* d.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "From Stacks to Trees",
"sec_num": "2"
},
{
"text": "B[,~ m] b B[~] b C[c~ n] D[~ m] c C[o-\"-'] d v[o-\"-'] c c[~] d D[o-] e d",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "From Stacks to Trees",
"sec_num": "2"
},
{
"text": "where k > 1. S~ --* Al[z]...Ak[z], Al[xa] ~ al Al[x], AI~ --~ A, Ak [x~r] --+ ak Ak [x], Ak ~ --* A.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "From Stacks to Trees",
"sec_num": "2"
},
{
"text": "In PLIG, stacks shared amongst siblings cannot be passed to the mother. As a consequence, there is no possibility that recursion can be used to increase the number of dependent branches. In fact, the number of dependent branches is bounded by the length of the right-hand-side of productions. By the same token, however, PUG may only generate structural descriptions in which dependent rll rl2",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "From Stacks to Trees",
"sec_num": "2"
},
{
"text": "A [r, d S2[c~( r,,, r~) ]",
"cite_spans": [
{
"start": 2,
"end": 23,
"text": "[r, d S2[c~( r,,, r~)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "From Stacks to Trees",
"sec_num": "2"
},
{
"text": "a A[rn-1] a A[n] / b B[rn-1] C[rn] b BIll] J b c C[rl] /",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "From Stacks to Trees",
"sec_num": "2"
},
{
"text": "where rl = ~1 and ri+l = ~2(ri) Figure 2 : Tree set for { anbncn In > 1 } branches begin at nodes that are siblings of one another. Note that the tree shown in Figure 2 is unobtainable because the branch rooted at 7/1 is dependent on more than one of the branches originating at its sibling r/2. This limitation can be overcome by moving to a formalism that manipulates trees rather than stacks. We consider an extension of CFG in which each nonterminal A is associated with a tree r. Productions now specify how the tree associated with the mother is related to the trees associated with the daughters. We denote trees with first order terms. For example, the following production requires that the x and y subtrees of the mother's tree are shared with the B and C daughters, respectively. In addition, the daughters have in common the subtree z.",
"cite_spans": [],
"ref_spans": [
{
"start": 32,
"end": 40,
"text": "Figure 2",
"ref_id": null
},
{
"start": 160,
"end": 168,
"text": "Figure 2",
"ref_id": null
}
],
"eq_spans": [],
"section": "From Stacks to Trees",
"sec_num": "2"
},
{
"text": "A[ao(x,y)] --* B[ch(z, z)] z)]",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "From Stacks to Trees",
"sec_num": "2"
},
{
"text": "There is a need to incorporate some kind of generalized notion of linearity into such a system.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "From Stacks to Trees",
"sec_num": "2"
},
{
"text": "Corresponding to the linearity restriction in [16 we require that any part of the mother's tree is passed to at most one daughter. Corresponding to the partial linearity of PIAG, we permit subtrees that are not shared with the mother to be shared amongst the daughters. Under these conditions, the tree set shown in Figure 2 can be generated. The nodes 71 and r/2 share the tree rn, which occurs twice at the node r/2. At r12 the two copies of rn are distributed across the daughters.",
"cite_spans": [],
"ref_spans": [
{
"start": 316,
"end": 324,
"text": "Figure 2",
"ref_id": null
}
],
"eq_spans": [],
"section": "From Stacks to Trees",
"sec_num": "2"
},
{
"text": "The formalism as currently described can be used to simulate arbitrary Turing Machine computations. To see this, note that an instantaneous description of a Turing Machine can be encoded with a tree as shown in Figure 3 . Moves of the Turing Machine can be simulated by unary productions. The following production may be glossed: \"if in state q and scanning the symbol X, then change state to q~, write the symbol Y and move left\" 1",
"cite_spans": [],
"ref_spans": [
{
"start": 211,
"end": 219,
"text": "Figure 3",
"ref_id": "FIGREF1"
}
],
"eq_spans": [],
"section": "From Stacks to Trees",
"sec_num": "2"
},
{
"text": "A[q(W(x), X, y)] --* A[q'(x, W, r(y))]",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "From Stacks to Trees",
"sec_num": "2"
},
{
"text": "One solution to this problem is to prevent a single daughter sharing more than one of its subtrees with the mother. However, we do not impose this restriction because it still leaves open the possibility of generating trees in which every branch has the same length, thus violating the condition that trees have at most a bounded number of unbounded, dependent branches. Figure 4 shows how a set of such trees can be generated by illustrating the effect of the following production.",
"cite_spans": [],
"ref_spans": [
{
"start": 371,
"end": 379,
"text": "Figure 4",
"ref_id": "FIGREF3"
}
],
"eq_spans": [],
"section": "From Stacks to Trees",
"sec_num": "2"
},
{
"text": "A[c~(cr(x, y), a(x', y'))] ---* A[a(z, x)] A[cr(z, y)] d[~(z, z')] u')]",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "From Stacks to Trees",
"sec_num": "2"
},
{
"text": "To see this, assume (by induction) that all four of the daughter nonterminals are associated with the full binary tree of height i (v 0. All four of these trees are constrained to be equal by the production given above, which requires that they have identical left (i.e. z) subtrees (these subtrees must be the full binary tree vi-1). Passing the right subtrees (x, y, z' and //I) to the mother as shown allows the construction of a full binary tree with height i + 1 (ri+l). This can be repeated an 1There will be a set of such productions for each tape symbol W. unbounded number of times so that all full binary trees are produced.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "From Stacks to Trees",
"sec_num": "2"
},
{
"text": "To overcome both of these problems we impose the following additional constraint on the productions of a grammar. We require that subtrees of the mother that are passed to daughters that share subtrees with one another must appear as siblings in the mother's tree. Note that this condition rules out the production responsible for building full binary trees since the x, y, x' and y' subtrees are not siblings in the mother's tree despite the fact that all of the daughters share a common subtree z. Moreover, since a daughter shares subtrees with itself, a special case of the condition is that subtrees occurring within some daughter can only appear as siblings in the mother. This condition also rules out the Turing Machine simulation. We refer to this formalism as Partially Linear Tree Grammars (PLTG). As a further illustration of the constraints places on shared subtrees, Figure 5 shows a local tree that could appear in a derivation tree. This local tree is licensed by the following production which respects all of the constraints on PLT6 productions. ",
"cite_spans": [],
"ref_spans": [
{
"start": 881,
"end": 889,
"text": "Figure 5",
"ref_id": null
}
],
"eq_spans": [],
"section": "From Stacks to Trees",
"sec_num": "2"
},
{
"text": "Finally, we note that acyclic feature structures without re-entrancy can be viewed as trees with branches labelled by feature names and atomic values only found at leaf nodes (interior nodes being unlabelled).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Trees to Feature Structures",
"sec_num": "3"
},
{
"text": "Based on this observation, we can consider the constraints we have formulated for the tree system PI_TG as constraints on a unification-based grammar formalism such as PARR. We will call this system Partially Linear PATR (PI_PATR). Having made the move from trees to feature structures, we consider the possibility of re-entrancy in PI_PATR.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Trees to Feature Structures",
"sec_num": "3"
},
{
"text": "Note that the feature structure at the root of a PI_PATR derivation tree will not involve reentrancy. However, for the following reasons we believe that this does not constitute as great a limitation as it might appear. In unification-based grammar, the feature structure associated with the root of the tree is often regarded as the structure that has been derived from the input (i.e., the output of a parser). As a consequence there is a tendency to use the grammar rules to accumulate a single, large feature structure giving a complete encoding of the analysis. To do this, unbounded feature information is passed up the tree in a way that violates the constraints developed in this paper. Rather than giving such prominenc.e to the root feature structure, we suggest that the entire derivation tree should be seen as the object that is derived from the input, i.e., this is what the parser returns. Because feature structures associated with all nodes in the tree are available, feature information need only be passed up the tree when it is required in order to establish dependencies within the derivation tree. When this approach is taken, there may be less need for reentrancy in the root feature structure. Furthermore, re-entrancy in the form of shared feature structures within and across nodes will be found in PI_PATR (see for example Figure 5 ).",
"cite_spans": [],
"ref_spans": [
{
"start": 1350,
"end": 1358,
"text": "Figure 5",
"ref_id": null
}
],
"eq_spans": [],
"section": "Trees to Feature Structures",
"sec_num": "3"
},
{
"text": "Generative Capacity HG are more powerful than CI=G and are known to be weakly equivalent to Tree Adjoining Grammar, Combinatory Categorial Grammar, and Head Grammar (Vijay-Shanker and Weir, 1994) . PI_IG are more powerful than I_IG since they can generate the k-copy language for any fixed k (see Example 2). Slightly more generally, PI_IG can generate the language {w~]weR} for any k > 1 and regular language R. We believe that the language involving copies of strings of matching brackets described in Example 5 cannot be generated by PI_IG but, as shown in Exampie 5, it can be generated by P/T(:; and therefore PLPATR. Slightly more generally, PLTG can gener-ate the language {w k Iw~L } for any k > 1 and context-free language L. It appears that the class of languages generated by PI_TG is included in those languages generated by Linear Context-Free Rewriting Systems (Vijay-Shanker et al., 1987) since the construction involved in a proof of this underlies the recognition algorithm discussed in the next section. As is the case for the tree sets of 16, 1_16 and Tree Adjoining Grammar, the tree sets generated by PI_TG have path sets that. are context-free languages. In other words, the set of all strings labelling root to frontier paths of derivation trees is a context-free language. While the tree sets of lAG and Tree Adjoining Grammars have independent branches, PI_T6 tree sets exhibit dependent branches, where the number of dependent branches in any tree is bounded by the grammar. Note that the number of dependent branches in the tree sets of 16 is not bounded by the grammar (e.g., they generate sets of all full binary trees).",
"cite_spans": [
{
"start": 165,
"end": 195,
"text": "(Vijay-Shanker and Weir, 1994)",
"ref_id": "BIBREF14"
},
{
"start": 875,
"end": 903,
"text": "(Vijay-Shanker et al., 1987)",
"ref_id": "BIBREF15"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "4",
"sec_num": null
},
{
"text": "In this section we outline the main ideas underlying a polynomial time recognition algorithm for PlPATR that generalizes the CKY algorithm (Kasami, 1965; Younger, 1967) . The key to this algorithm is the use of structure sharing techniques similar to those used to process I_lG efficiently (Vijay-Shanker and Weir, 1993). To understand how these techniques are applied in the case of PLPATR, it is therefore helpful to consider first the somewhat simpler case of I_lG.",
"cite_spans": [
{
"start": 139,
"end": 153,
"text": "(Kasami, 1965;",
"ref_id": "BIBREF7"
},
{
"start": 154,
"end": 168,
"text": "Younger, 1967)",
"ref_id": "BIBREF17"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Tractable Recognition",
"sec_num": "5"
},
{
"text": "The CKY algorithm is a bottom-up recognition algorithm for CI=G. For a given grammar G and input string al ... a,~ the algorithm constructs an array P, having n 2 elements, where element P [i, j] stores all and only those nonterminals of G that derive the substring ai...aj. A naive adaptation of this algorithm for I_lG recognition would involve storing a set of nonterminals and their associated stacks. But since stack length is at least proportional to the length of the input string, the resultant algorithm would exhibit exponential space and time complexity in the worst case. Vijay-Shanker and Weir (1993) showed that the behaviour of the naive algorithm can be improved upon. In I_lG derivations the application of a rule cannot depend on more than a bounded portion of the top of the stack. Thus, rather than storing the whole of the. potentially unbounded stack in a particular array entry, it suffices to store just . It is not difficult to show that only that portion of the derivation below the terminator node is dependent on more than the top of the stack ha. It follows that for any stack a'a, if there is a derivation of the substring %...he from B[c~'c~] (see tree (b)), then there is a corresponding derivation of ai...aj from A[al~rcr '] (see tree (c)). This captures the sense in which I_IG derivations exhibit \"context-freeness\". Efficient storage of stacks can therefore be achieved by storing in Pit, j] just that bounded amount of information (nonterminal plus top of stack) relevant to rule application, together with a pointer to any entry in Pip, q] representing a subderivation from an object B [c~'a] .",
"cite_spans": [
{
"start": 189,
"end": 195,
"text": "[i, j]",
"ref_id": null
},
{
"start": 584,
"end": 613,
"text": "Vijay-Shanker and Weir (1993)",
"ref_id": "BIBREF13"
},
{
"start": 1625,
"end": 1631,
"text": "[c~'a]",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Tractable Recognition",
"sec_num": "5"
},
{
"text": "2The stack aa associated with B is \"inherited\" from the stack associated with A at the root of the tree.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Tractable Recognition",
"sec_num": "5"
},
{
"text": "Before describing how we adapt this technique to the case of PLPATR we discuss the sense in which PLPATR derivations exhibit a \"contextfreeness\" property. The constraints on PLPATR which we have identified in this paper ensure that these feature values can be manipulated independently of one another and that they behave in a stack-like way. As a consequence, the storage technique used effectively for LIG recognition may be generalized to the case of PLPATR.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Tractable Recognition",
"sec_num": "5"
},
{
"text": "Suppose that we have the derived tree shown in Figure 7 where the nodes at the root of the subtrees T1 and 7\"2 are the so-called f-terminator and g-terminator of the tree's root, respectively. Roughly speaking, the f-terminator of a node is the node from which it gets the value for the feature f, Because of the constraints on the form of PLPATR productions, the derivations between the root of 7-and these terminators cannot in general depend on more than a bounded part of the feature structures [] and [-~. At the root of the figure the feature structures [-i-] and [] have been expanded to show the extent of the dependency in this example. In this case, the value of the feature in [-~ must be a, whereas, the feature g is Y not fixed. Furthermore, the value of the feature g in must be b, whereas, the feature f is not fixed. This means, for example, that the applicability of the productions used on the path from the root of rl to the root of r depends on the feature f in [] having the value a but does not depend on the value of the feature g in [~] . Note that in this tree the value of the feature g in [-~ is [,:c] Suppose that, in addition to the tree shown in Figure 7 the grammar generates the pair of trees shown in Figure 8 . Notice that while the feature structures at the root of r~ and r4 are not compatible with ~ and [~], they do agree with respect to those parts that are fully expanded at v's root node. The \"context-freeness\" of PI_PATR means that given the three trees shown in Figures 7 and 8 the tree shown in Figure 9 will also be generated by the grammar.",
"cite_spans": [
{
"start": 560,
"end": 565,
"text": "[-i-]",
"ref_id": null
},
{
"start": 1057,
"end": 1060,
"text": "[~]",
"ref_id": null
},
{
"start": 1123,
"end": 1128,
"text": "[,:c]",
"ref_id": null
}
],
"ref_spans": [
{
"start": 47,
"end": 55,
"text": "Figure 7",
"ref_id": null
},
{
"start": 1176,
"end": 1184,
"text": "Figure 7",
"ref_id": null
},
{
"start": 1234,
"end": 1242,
"text": "Figure 8",
"ref_id": null
},
{
"start": 1506,
"end": 1521,
"text": "Figures 7 and 8",
"ref_id": null
},
{
"start": 1540,
"end": 1548,
"text": "Figure 9",
"ref_id": "FIGREF9"
}
],
"eq_spans": [],
"section": "Tractable Recognition",
"sec_num": "5"
},
{
"text": "This gives us a means of efficiently storing the potentially unbounded feature structures associated with nodes in a derivation tree (derived feature structures). By analogy with the situation for LIG, derived feature structures can be viewed as consisting of a bounded part (relevant to rule application) plus unbounded information about the values of features. For each feature, we store in the recognition array a bounded amount of information about its value locally, together with a pointer to a further array element. Entries in this element of the recognition array that are compatible (i.e. unifiable) with the bounded, local information correspond to different possible values for the feature. For example, we can use a single entry in the recognition array to store the fact that all of the feature structures that can appear at the root of the trees in Figure 9 derive the substring ai...aj. This entry would be underspecified, for example, the value of feature [-~ would be specified to be any feature stored in the array entry for the substring ap... aq whose feature f had the value a. However, this is not the end of the story. In contrast to LIG, PLPATR licenses structure sharing on the right hand side of productions. That is, partial linearity permits feature values to be shared between daughters where they are not also shared with the mother. But in that case, it appears that checking the applicability of a production at some point in a derivation must entail the comparison of structures of unbounded size. In fact, this is not so. The PLPATR recognition algorithm employs a second array (called the compatibility array), which encodes information about the compatibility of derived feature structures. Tuples of compatible derived feature structures are stored in the compatibility array using exactly the same approach used to store feature structures in the main recognition array. The presence of a tuple in the compatibility array (the indices of which encode which input substrings are spanned) indicates the existence of derivations of compatible feature structures. Due to the \"context-freeness\" of PLPATR, new entries can be added to the compatibility array in a bottom-up manner based on existing entries without the need to reconstruct complete feature structures.",
"cite_spans": [],
"ref_spans": [
{
"start": 864,
"end": 872,
"text": "Figure 9",
"ref_id": "FIGREF9"
}
],
"eq_spans": [],
"section": "Tractable Recognition",
"sec_num": "5"
},
{
"text": "In considering ways of extending LIG, this paper has introduced the notion of partial linearity and shown how it can be manifested in the form of a constrained unification-based grammar formalism. We have explored examples of the kinds of tree sets and string languages that this system can generate. We have also briefly outlined the sense in which partial linearity gives rise to \"contextfreeness\" in derivations and sketched how this can be exploited in order to obtain a tractable recognition algorithm.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "6"
}
],
"back_matter": [
{
"text": "We thank Roger Evans, Gerald Gazdar~ Aravind Joshi, Bernard Lang, Fernando Pereira, Mark Steedman and K. Vijay-Shanker for their help.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgements",
"sec_num": "7"
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Unification with lazy nonredundant copying",
"authors": [
{
"first": "Martin",
"middle": [
"Emele"
],
"last": "",
"suffix": ""
}
],
"year": 1991,
"venue": "29 th meeting Assoc",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Martin Emele. 1991. Unification with lazy non- redundant copying. In 29 th meeting Assoc.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Applicability of indexed grammars to natural languages",
"authors": [
{
"first": "G",
"middle": [],
"last": "Gazdar",
"suffix": ""
}
],
"year": 1988,
"venue": "Natural Language Parsing and Linguistic Theories",
"volume": "",
"issue": "",
"pages": "69--94",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "G. Gazdar. 1988. Applicability of indexed gram- mars to natural languages. In U. Reyle and C. Rohrer, editors, Natural Language Parsing and Linguistic Theories, pages 69--94. D. Rei- del, Dordrecht, Holland.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Using restrictions to optimize unification parsing",
"authors": [
{
"first": "Dale",
"middle": [],
"last": "Gerdemann",
"suffix": ""
}
],
"year": 1989,
"venue": "International Workshop of Parsing Technologies",
"volume": "",
"issue": "",
"pages": "8--17",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Dale Gerdemann. 1989. Using restrictions to optimize unification parsing. In International Workshop of Parsing Technologies, pages 8-- 17, Pittsburgh, PA.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Lazy unification. In 28 th meeting Assoc",
"authors": [
{
"first": "Kurt",
"middle": [],
"last": "Godden",
"suffix": ""
}
],
"year": 1990,
"venue": "Comput. Ling",
"volume": "",
"issue": "",
"pages": "180--187",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kurt Godden. 1990. Lazy unification. In 28 th meeting Assoc. Comput. Ling., pages 180--187, Pittsburgh, PA.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Restriction and termination in parsing with featuretheoretic grammars",
"authors": [
{
"first": "S",
"middle": [
"P"
],
"last": "Harrison",
"suffix": ""
},
{
"first": "T",
"middle": [
"M"
],
"last": "Ellison",
"suffix": ""
}
],
"year": 1992,
"venue": "Computational Linguistics",
"volume": "18",
"issue": "4",
"pages": "519--531",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "S. P. Harrison and T. M. Ellison. 1992. Restric- tion and termination in parsing with feature- theoretic grammars. Computational Linguis- tics, 18(4):519--531.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Structure sharing with binary trees",
"authors": [
{
"first": "L",
"middle": [],
"last": "Karttunen",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Kay",
"suffix": ""
}
],
"year": 1985,
"venue": "23 th meeting Assoc. Comput. Ling",
"volume": "",
"issue": "",
"pages": "133--136",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "L. Karttunen and M. Kay. 1985. Structure shar- ing with binary trees. In 23 th meeting Assoc. Comput. Ling., pages 133--136.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "An efficient recognition and syntax algorithm for context-free languages",
"authors": [
{
"first": "T",
"middle": [],
"last": "Kasami",
"suffix": ""
}
],
"year": 1965,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "T. Kasami. 1965. An efficient recognition and syntax algorithm for context-free languages. Technical Report AF-CRL-65-758, Air Force Cambridge Research Laboratory, Bedford, MA.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Strategic lazy incremental copy graph unification",
"authors": [
{
"first": "Kiyoshi",
"middle": [],
"last": "Kogure",
"suffix": ""
}
],
"year": 1990,
"venue": "13 \u00b0` International Conference on Comput. Ling",
"volume": "",
"issue": "",
"pages": "223--228",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kiyoshi Kogure. 1990. Strategic lazy incremental copy graph unification. In 13 \u00b0` International Conference on Comput. Ling., pages 223--228, Helsinki.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "A structure-sharing representation for unification-based grammar formalisms",
"authors": [
{
"first": "P",
"middle": [
"C N"
],
"last": "Pereira",
"suffix": ""
}
],
"year": 1985,
"venue": "23 ~h meeting Assoc. Comput. Ling",
"volume": "",
"issue": "",
"pages": "137--144",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "P. C. N. Pereira. 1985. A structure-sharing representation for unification-based grammar formalisms. In 23 ~h meeting Assoc. Comput. Ling., pages 137--144.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "The design of a computer language for linguistic information",
"authors": [
{
"first": "S",
"middle": [
"M"
],
"last": "Shieber",
"suffix": ""
}
],
"year": 1984,
"venue": "10 th International Conference on Comput. Ling",
"volume": "",
"issue": "",
"pages": "363--366",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "S. M. Shieber. 1984. The design of a computer language for linguistic information. In 10 th International Conference on Comput. Ling., pages 363-366.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Using restriction to extend parsing algorithms for complex-featurebased formalisms",
"authors": [
{
"first": "S",
"middle": [
"M"
],
"last": "Shieber",
"suffix": ""
}
],
"year": 1985,
"venue": "23 rd meeting Assoc. Cornput. Ling",
"volume": "",
"issue": "",
"pages": "82--93",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "S. M. Shieber. 1985. Using restriction to ex- tend parsing algorithms for complex-feature- based formalisms. In 23 rd meeting Assoc. Corn- put. Ling., pages 82-93.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Quasi-destructive graph unification",
"authors": [
{
"first": "Hideto",
"middle": [],
"last": "Tomabechi",
"suffix": ""
}
],
"year": 1991,
"venue": "29 th meeting Assoc. Cornput. Ling",
"volume": "",
"issue": "",
"pages": "315--322",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hideto Tomabechi. 1991. Quasi-destructive graph unification. In 29 th meeting Assoc. Corn- put. Ling., pages 315--322, Berkeley, CA.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Parsing some constrained grammar formalisms",
"authors": [
{
"first": "K",
"middle": [],
"last": "Vijay-Shanker",
"suffix": ""
},
{
"first": "D",
"middle": [
"J"
],
"last": "Weir",
"suffix": ""
}
],
"year": 1993,
"venue": "Computational Linguistics",
"volume": "19",
"issue": "4",
"pages": "591--636",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "K. Vijay-Shanker and D. J. Weir. 1993. Parsing some constrained grammar formalisms. Com- putational Linguistics, 19(4):591--636.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "The equivalence of four extensions of context-free grammars",
"authors": [
{
"first": "K",
"middle": [],
"last": "Vijay-Shanker",
"suffix": ""
},
{
"first": "D",
"middle": [
"A"
],
"last": "Weir",
"suffix": ""
}
],
"year": 1994,
"venue": "Math. Syst. Theory",
"volume": "27",
"issue": "",
"pages": "511--546",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "K. Vijay-Shanker and D. a. Weir. 1994. The equivalence of four extensions of context-free grammars. Math. Syst. Theory, 27:511-546.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "Characterizing structural descriptions produced by various grammatical formalisms",
"authors": [
{
"first": "K",
"middle": [],
"last": "Vijay-Shanker",
"suffix": ""
},
{
"first": "D",
"middle": [
"J"
],
"last": "Weir",
"suffix": ""
},
{
"first": "A",
"middle": [
"K"
],
"last": "Joshi",
"suffix": ""
}
],
"year": 1987,
"venue": "25 th meeting Assoc",
"volume": "",
"issue": "",
"pages": "104--111",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "K. Vijay-Shanker, D. J. Weir, and A. K. Joshi. 1987. Characterizing structural descriptions produced by various grammatical formalisms. In 25 th meeting Assoc. Comput. Ling., pages 104-111.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Nondestructive graph unification",
"authors": [
{
"first": "David",
"middle": [],
"last": "Wroblewski",
"suffix": ""
}
],
"year": 1987,
"venue": "6 th National Conference on Artificial Intelligence",
"volume": "",
"issue": "",
"pages": "582--587",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "David Wroblewski. 1987. Nondestructive graph unification. In 6 th National Conference on Arti- ficial Intelligence, pages 582--587, Seattle, WA.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "Recognition and parsing of context-free languages in time n 3",
"authors": [
{
"first": "D",
"middle": [
"H"
],
"last": "Younger",
"suffix": ""
}
],
"year": 1967,
"venue": "Information and Control",
"volume": "10",
"issue": "2",
"pages": "189--208",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "D. H. Younger. 1967. Recognition and parsing of context-free languages in time n 3. Information and Control, 10(2):189-208.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"uris": null,
"type_str": "figure",
"num": null,
"text": "Tree set for {a\"bmc'd \"~ In,m >_ 1"
},
"FIGREF1": {
"uris": null,
"type_str": "figure",
"num": null,
"text": "Encoding a Turing Machine"
},
"FIGREF3": {
"uris": null,
"type_str": "figure",
"num": null,
"text": "Building full binary trees"
},
"FIGREF4": {
"uris": null,
"type_str": "figure",
"num": null,
"text": "Figure 5the daughter nodes labelled B and D share a common subtree and the subtrees shared between the mother and the B and D daughters appear as siblings in the tree associated The PLTG with the following productions generates the language {a\"b\"c ~ In >_ 1 } and the tree set shown inFigure 2.Sl [frO] \"\"+ A[x] $2 If(x, x)],The PLTG with the following productions generates the language of strings consisting of k copies of strings of matching parenthesis, i.e., the language where k k 1 and D is the set of strings in { (,) }* that have balanced brackets, i. e, the Dyck language (x)] --* ( A[z] ), A[a2(x, y)] --~ A[z] A[y]."
},
"FIGREF5": {
"uris": null,
"type_str": "figure",
"num": null,
"text": ""
},
"FIGREF6": {
"uris": null,
"type_str": "figure",
"num": null,
"text": "\"Context-Freeness' in I_IG derivations a bounded portion together with a pointer to the residue.ConsiderFigure 6. Tree (a) shows a LIG derivation of the substring hi...aj from the object A[aaa']. In this derivation tree, the node labelled B[aa] is a distinguished descendant of the root s and is the first point below A[c~rcr ~] at which the top symbol (or) of the (unbounded) stack aa is exposed. This node is called the terminator of the node labelled A[acr]"
},
"FIGREF8": {
"uris": null,
"type_str": "figure",
"num": null,
"text": "Figure 7: Terminators in PLPATR"
},
"FIGREF9": {
"uris": null,
"type_str": "figure",
"num": null,
"text": "Alternative derivation"
},
"TABREF0": {
"type_str": "table",
"text": "",
"html": null,
"num": null,
"content": "<table><tr><td>a</td><td>A[~]</td></tr><tr><td>a</td><td>A[cr n ]</td></tr><tr><td>Example 2 A PLIG with the following produc-</td><td/></tr><tr><td>tions generates the k-copy language over { a,b }*,</td><td/></tr><tr><td>i.e., the language</td><td/></tr></table>"
}
}
}
}