ACL-OCL / Base_JSON /prefixP /json /P96 /P96-1001.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "P96-1001",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T09:02:43.381644Z"
},
"title": "Higher-Order Coloured Unification and Natural Language Semantics",
"authors": [
{
"first": "Claire",
"middle": [],
"last": "Gardent",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Computational Linguistics Universit\u00a3t des Saarlandes D-Saarbriicken",
"location": {}
},
"email": "claire@coil@de"
},
{
"first": "Michael",
"middle": [],
"last": "Kohlhase",
"suffix": "",
"affiliation": {},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "In this paper, we show that Higher-Order Coloured Unification-a form of unification developed for automated theorem proving-provides a general theory for modeling the interface between the interpretation process and other sources of linguistic, non semantic information. In particular, it provides the general theory for the Primary Occurrence Restriction which (Dalrymple et al., 1991)'s analysis called for.",
"pdf_parse": {
"paper_id": "P96-1001",
"_pdf_hash": "",
"abstract": [
{
"text": "In this paper, we show that Higher-Order Coloured Unification-a form of unification developed for automated theorem proving-provides a general theory for modeling the interface between the interpretation process and other sources of linguistic, non semantic information. In particular, it provides the general theory for the Primary Occurrence Restriction which (Dalrymple et al., 1991)'s analysis called for.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "It is well known that Higher-Order Unification (HOU) can be used to construct the semantics of Natural Language: (Dalrymple et al., 1991) -henceforth, DSP -show that it allows a treatment of VP-Ellipsis which successfully captures the interaction of VPE with quantification and nominal anaphora; (Pulman, 1995; use HOU to model the interpretation of focus and its interaction with focus sensitive operators, adverbial quantifiers and second occurrence expressions; shows that HOU yields a simple but precise treatment of corrections; Finally, (Pinkal, 1995) uses linear HOU to reconstruct underspecified semantic representations.",
"cite_spans": [
{
"start": 113,
"end": 137,
"text": "(Dalrymple et al., 1991)",
"ref_id": "BIBREF2"
},
{
"start": 296,
"end": 310,
"text": "(Pulman, 1995;",
"ref_id": "BIBREF15"
},
{
"start": 543,
"end": 557,
"text": "(Pinkal, 1995)",
"ref_id": "BIBREF13"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "However, it is also well known that the HOU approach to NL semantics systematically overgenerates and that some general theory of the interface between the interpretation process and other sources of linguistic information is needed in order to avoid this.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "In their treatment of VP-ellipsis, DSP introduce an informal restriction to avoid over-generation: the Primary Occurrence Restriction (POR) . Although this restriction is intuitive and linguistically wellmotivated, it does not provide a general theoretical framework for extra-semantic constraints.",
"cite_spans": [
{
"start": 134,
"end": 139,
"text": "(POR)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "In this paper, we argue that Higher-Order Coloured Unification (HOCU, (cf. sections 3, 6 ), a restricted form of HOU developed independently for theorem proving, provides the needed general framework. We start out by showing that the HOCU approach allows for a precise and intuitive modeling of DSP's Primary Occurrence Restriction (cf. section 3.1). We then show that the POR can be extended to capture linguistic restrictions on other phenomena (focus, second occurrence expressions and adverbial quantification) provided that the notion of primary occurrence is suitably adjusted (cf. section 4). Obviously a treatment of the interplay of these phenomena and their related notion of primary occurrence is only feasible given a precise and wellunderstood theoretical framework. We illustrate this by an example in section 4.4. Finally, we illustrate the generality of the HOCU framework by using it to encode a completely different constraint, namely Kratzer's binding principle (cf. section 5).",
"cite_spans": [
{
"start": 63,
"end": 69,
"text": "(HOCU,",
"ref_id": null
},
{
"start": 70,
"end": 86,
"text": "(cf. sections 3,",
"ref_id": null
},
{
"start": 87,
"end": 88,
"text": "6",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The basic idea underlying the use of HOU for NL semantics is very simple: the typed A-calculus is used as a semantic representation language while semantically under-specified elements (e.g. anaphors and ellipses) are represented by free variables whose value is determined by solving higher-order equations. For instance, the discourse (la) has (lb) as a semantic representation where the value of R is given by equation (lc) with solutions (ld) and (le).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Higher-Order Unification and NL semantics",
"sec_num": null
},
{
"text": "(1) a. Dan likes golf. Peter does too. b. like(dan, golf) AR(peter) c. like(dan,golf) = R(dan) d. R = Ax. like(x, golf) e. R = Ax. like (dan,golf) The process of solving such equations is traditionally called unification and can be stated as follows:",
"cite_spans": [
{
"start": 34,
"end": 57,
"text": "too. b. like(dan, golf)",
"ref_id": null
},
{
"start": 58,
"end": 67,
"text": "AR(peter)",
"ref_id": null
},
{
"start": 98,
"end": 119,
"text": "R = Ax. like(x, golf)",
"ref_id": null
},
{
"start": 136,
"end": 146,
"text": "(dan,golf)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Higher-Order Unification and NL semantics",
"sec_num": null
},
{
"text": "given two terms M and N, find a substitution of terms for free variables that will make M and N equal. For first order logic, this problem is decidable and the set of solutions can be represented by a single most general unifier. For the typed A-calculus, the problem is undecidable, but there is an algorithm which -given a solvable equation -will enumerate a complete set of solutions for this equation (Huet, 1975) .",
"cite_spans": [
{
"start": 405,
"end": 417,
"text": "(Huet, 1975)",
"ref_id": "BIBREF8"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Higher-Order Unification and NL semantics",
"sec_num": null
},
{
"text": "Note that in (1), unification yields a linguistically valid solution (ld) but also an invalid one: (le). To remedy this shortcoming, DSP propose an informal restriction, the Primary Occurrence Re-",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Higher-Order Unification and NL semantics",
"sec_num": null
},
{
"text": "In what follows, we present a unification framework which solves both of these problems.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "striction:",
"sec_num": null
},
{
"text": "Higher-Order Coloured",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "3",
"sec_num": null
},
{
"text": "Unification (HOCU)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "3",
"sec_num": null
},
{
"text": "There is a restricted form of HOU which allows for a natural modeling of DSP's Primary Occurrence Restriction: Higher-Order Coloured Unification developed independently for theorem proving (Hutter and Kohlhase, 1995) . This framework uses a variant of the simply typed A-calculus where symbol occurrences can be annotated with so-called colours and substitutions must obey the following constraint:",
"cite_spans": [
{
"start": 189,
"end": 216,
"text": "(Hutter and Kohlhase, 1995)",
"ref_id": "BIBREF10"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "3",
"sec_num": null
},
{
"text": "Given a labeling of occurrences as either primary or secondary, the POR excludes of the set of linguistically valid solutions, any solution which contains a primary occurrence.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "3",
"sec_num": null
},
{
"text": "For any colour constant c and any c-coloured variable V~, a well-formed coloured substitution must assign to Vc a cmonochrome term i.e., a term whose symbols are c-coloured.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "3",
"sec_num": null
},
{
"text": "Here, a primary occurrence is an occurrence that is directly associated with a source parallel element.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "3",
"sec_num": null
},
{
"text": "Neither the notion of direct association, nor that of parallelism is given a formal definition; but given an intuitive understanding of these notions, a source parallel element is an element of the source (i.e. antecedent) clause which has a parallel counterpart in the target (i.e. elliptic or anaphoric) clause. To see how this works, consider example (1) again.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "3",
"sec_num": null
},
{
"text": "In this case, dan is taken to be a primary occurrence because it represents a source parallel element which is neither anaphoric nor controlled i.e. it is directly associated with a source parallel element. Given this, equation (lc) becomes (2a) with solutions (2b) and (2c) (primary occurrences are underlined). Since (2c) contains a primary occurrence, it is ruled out by the POR and is thus excluded from the set of linguistically valid solutions.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "3",
"sec_num": null
},
{
"text": "(2) a. like(dan, golf)=R(dan) b. R = Ax.like (x, golf) c. R = Ax.like (dan, golf) Although the intuitions underlying the POR are clear, two main objections can be raised. First, the restriction is informal and as such provides no good basis for a mathematical and computational evaluation. As DSP themselves note, a general theory for the POR is called for. Second, their method is a generate-and-test method: all logically valid solutions are generated before those solutions that violate the POR and are linguistically invalid are eliminated. While this is sufficient for a theoretical analysis, for actual computation it would be preferable never to produce these solutions in the first place.",
"cite_spans": [
{
"start": 45,
"end": 54,
"text": "(x, golf)",
"ref_id": null
},
{
"start": 70,
"end": 81,
"text": "(dan, golf)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "3",
"sec_num": null
},
{
"text": "Given this coloured framework, the POR is directly modelled as follows: Primary occurrences are pecoloured whilst free variables are -~pe-coloured. For the moment we will just consider the colours pe (primary for ellipsis) and ~pe (secondary for ellipsis) as distinct basic colours to keep the presentation simple. Only for the analysis of the interaction of e.g. ellipsis with focus phenomena (cf. section 4.4) do we need a more elaborate formalization, which we will discuss there. Given the above restriction for well-formed coloured substitutions, such a colouring ensures that any solution containing a primary occurrence is ruled out: free variables are -~pe-coloured and must be assigned a -~pe-monochrome term. Hence no substitution will ever contain a primary occurrence (i.e. a pe-coloured symbol). For instance, discourse (la) above is assigned the semantic representation (3a) and the equation (3b) with unique solution (3c). In contrast, (3d) is not a possible solution since it assigns to an -~pe-coloured variable, a term containing a pe-coloured symbol i.e. a term that is not -~pemonochrome.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Modeling the Primary Occurrence Restriction",
"sec_num": "3.1"
},
{
"text": "(3) a. like ( ",
"cite_spans": [
{
"start": 12,
"end": 13,
"text": "(",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Modeling the Primary Occurrence Restriction",
"sec_num": "3.1"
},
{
"text": "To be more formal, we presuppose a finite set g = {a, b, c, pe, -~pe,...) of colour constants and a countably infinite supply ~ --{A, B,...} of colour variables.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "HOCU theory",
"sec_num": "3.2"
},
{
"text": "As usual in A-calculus, the set wff of wellformed formulae consists of (coloured 1) constants ca,runs~,runsA,..., (possibly uncoloured) variables x, xa,yb,... (function) applications of the form MN and A-abstractions of the form Ax.M. Note that only variables without colours can be abstracted over. We call a formula M cmonochrome, if all symbols in M are bound or tagged with c.",
"cite_spans": [
{
"start": 114,
"end": 135,
"text": "(possibly uncoloured)",
"ref_id": null
},
{
"start": 146,
"end": 169,
"text": "x, xa,yb,... (function)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "HOCU theory",
"sec_num": "3.2"
},
{
"text": "We will need the so-called colour erasure IMI of M, i.e. the formula obtained from M by erasing all colour annotations in M. We will also use various elementary concepts of the A-calculus, such as free and bound occurrences of variables or substitutions without defining them explicitly here. In particular we assume that free variables are coloured in all formulae occuring. We will denote the substitution of a term N for all free occurrences of x in M with",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "HOCU theory",
"sec_num": "3.2"
},
{
"text": "[N/x]M.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "HOCU theory",
"sec_num": "3.2"
},
{
"text": "It is crucial for our system that colours annotate symbol occurrences (i.e. colours are not sorts!), in particular, it is intended that different occurrences of symbols carry different colours (e.g. f(xb, Xa)) and that symbols that carry different colours are treated differently. This observation leads to the notion of coloured substitutions, that takes the colour information of formulae into account. In contrast to traditional (uncoloured) substitutions, a coloured substitution a is a pair (at,at), where the term substitution a t maps coloured variables (i.e. the pair xc of a variable x and the colour c) to formulae of the appropriate type and the colour substitution a c maps colour variables to colours. In order to be legal (a g-substitution) such a mapping a must obey the following constraints: The first condition ensures that the colour erasure of a C-substitution is a well-defined classical substitution of the simply typed A-calculus. The second condition formalizes the fact that free variables with constant colours stand for monochrome subformulae, whereas colour variables do not constrain the substitutions. This is exactly the trait, that we will exploit in our analysis.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "HOCU theory",
"sec_num": "3.2"
},
{
"text": "1Colours axe indicated by subscripts labeling term occurrences; whenever colours axe irrelevant, we simply omit them.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "HOCU theory",
"sec_num": "3.2"
},
{
"text": "Note that/37/-reduction in the coloured A-calculus is just the classical notion, since the bound variables do not carry colour information. Thus we have all the known theoretical results, such as the fact that/~/-reduction always terminates producing unique normal forms and that /3T/-equality can be tested by reducing to normal form and comparing for syntactic equality. This gives us a decidable test for validity of an equation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "HOCU theory",
"sec_num": "3.2"
},
{
"text": "In contrast to this, higher-order unification tests for satisfiability by finding a substitution a that makes a given equation M = N valid (a(M) =~ a(N)), even if the original equation is not (M ~Z, N) . In the coloured A-calculus the space of (semantic) solutions is further constrained by requiring the solutions to be g-substitutions. Such a substitution is called a C-unifier of M and N. In particular, C-unification will only succeed if comparable formulae have unifiable colours. For instance, introa (Pa, jb, Xa) unifies with introa (Ya, jA, Sa) but not with introa (Pa, ja, sa) because of the colour clash on j.",
"cite_spans": [
{
"start": 192,
"end": 201,
"text": "(M ~Z, N)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "HOCU theory",
"sec_num": "3.2"
},
{
"text": "It is well-known, that in first-order logic (and in certain related forms of feature structures) there is always a most general unifier for any equation that is solvable at all. This is not the case for higher-order (coloured) unification, where variables can range over functions, instead of only individuals. Fortunately, in our case we are not interested in general unification, but we can use the fact that our formulae belong to very restricted syntactic subclasses, for which much better results are known. In particular, the fact that free variables only occur on the left hand side of our equations reduces the problem of finding solutions to higher-order matching, of which decidability has been proven for the subclass of third-order formulae (Dowek, 1992) and is conjectured for the general case. This class, (intuitively allowing only nesting functions as arguments up to depth two) covers all of our examples in this paper. For a discussion of other subclasses of formulae, where higher-order unification is computationally feasible see (Prehofer, 1994) .",
"cite_spans": [
{
"start": 753,
"end": 766,
"text": "(Dowek, 1992)",
"ref_id": "BIBREF4"
},
{
"start": 1050,
"end": 1066,
"text": "(Prehofer, 1994)",
"ref_id": "BIBREF14"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "HOCU theory",
"sec_num": "3.2"
},
{
"text": "In section 3.1, we have seen that HOCU allowed for a simple theoretical rendering of DSP's Primary Occurrence Restriction. But isn't this restriction fairly idiosyncratic? In this section, we show that the restriction which was originally proposed by DSP to model VP-ellipsis, is in fact a very general constraint which far from being idiosyncratic, applies to many different phenomena. In particular, we show that it is necessary for an adequate analysis of focus, second occurrence expressions and adverbial quantification. Furthermore, we will see that what counts as a primary occurrence differs from one phenomenon to the other (for instance, an occurrence directly associated with focus counts as primary w.r.t focus semantics but not w.r.t to VP-ellipsis interpretation). To account for these differences, some machinery is needed which turns DSP's intuitive idea into a fullyblown theory. Fortunately, the HOCU framework is just this: different colours can be used for different types of primary occurrences and likewise for different types of free variables. In what follows, we show how each phenomenon is dealt with. We then illustrate by an example how their interaction can be accounted for.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Linguistic Applications of the POR",
"sec_num": "4"
},
{
"text": "Since (Jackendoff, 1972) , it is commonly agreed that focus affects the semantics and pragmatics of utterances. Under this perspective, focus is taken to be the semantic value of a prosodically prominent element. Furthermore, focus is assumed to trigger the formation of an additional semantic value (henceforth, the Focus Semantic Value or FSV) which is in essence the set of propositions obtained by making a substitution in the focus position (cf. e.g. (Kratzer, 1991) ). For instance, the FSV of (4a) 2 is (4b), the set of formulae of the form l(j,x) where x is of type e, and the pragmatic effect of focus is to presuppose that the denotation of this set is under consideration.",
"cite_spans": [
{
"start": 6,
"end": 24,
"text": "(Jackendoff, 1972)",
"ref_id": "BIBREF11"
},
{
"start": 456,
"end": 471,
"text": "(Kratzer, 1991)",
"ref_id": "BIBREF12"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Focus",
"sec_num": "4.1"
},
{
"text": "(4) a. Jon likes SARAH b. {l (j,x) ",
"cite_spans": [
{
"start": 29,
"end": 34,
"text": "(j,x)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Focus",
"sec_num": "4.1"
},
{
"text": "In , we show that HOU can successfully be used to compute the FSV of an utterance. More specifically, given (part of) an utterance U with semantic representation Sere and foci F1... F n, we require that the following equa-2Focus is indicated using upper-case. tion, the FSV equation, be soIved:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "l x e wife}",
"sec_num": null
},
{
"text": "Sem = Gd(F1)..",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "l x e wife}",
"sec_num": null
},
{
"text": "On the basis of the Gd value, we then define the FSV, written Gd, as follows:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": ". (F ~)",
"sec_num": null
},
{
"text": "Definition 4.1 (Focus Semantic Value) Let Gd be of type ~ = ~k --~ t and n be the number of loci (n < k), then the Focus Semantic Value derivable from Gd, written G---d, is {Gd(tl... t n) I ti e wife,}.",
"cite_spans": [
{
"start": 151,
"end": 187,
"text": "Gd, written G---d, is {Gd(tl... t n)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": ". (F ~)",
"sec_num": null
},
{
"text": "This yields a focus semantic value which is in essence Kratzer's presupposition skeleton. For instance, given (4a) above, the required equation will be l(j, s) = Gd(s) with two possible values for Gd: Ax.l(j, x) and Ax.l(j, s) . Given definition (4.1), (4a) is then assigned two FSVs namely (5) a. Gd= {l(j,x) l x e Wife} b. G '--d = {l(j,s) l x ~ Wife} That is, the HOU treatment of focus overgenerates: (5a) is an appropriate FSV, but not (5b). Clearly though, the POR can be used to rule out (5b) if we assume that occurrences that are directly associated with a focus are primary occurrences. To capture the fact that those primary occurrences are different from DSP's primary occurrences when dealing with ellipsis, we colour occurrences that are directly associated with focus (rather than a source parallel element in the case of ellipsis) pf. Consequently, we require that the variable representing the FSV be -~pf coloured, that is, its value may not contain any pf term. Under these assumptions, the equation for (4a) will be (6a) which has for unique solution (6b).",
"cite_spans": [
{
"start": 201,
"end": 211,
"text": "Ax.l(j, x)",
"ref_id": null
},
{
"start": 216,
"end": 226,
"text": "Ax.l(j, s)",
"ref_id": null
},
{
"start": 327,
"end": 341,
"text": "'--d = {l(j,s)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": ". (F ~)",
"sec_num": null
},
{
"text": "(6) a. l(j, Spf) = FSV~pf(Spf) b. FSV~pf = Ax.l(j, x) 4",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": ". (F ~)",
"sec_num": null
},
{
"text": "A second occurrence expression (SOE) is a partial or complete repetition of the preceding utterance and is characterised by a de-accenting of the repeating part (Bartels, 1995) . For instance, (Tb) is an SOE whose repeating part only likes Mary is deaccented. (7) a. Jon only likes MARY. b. No, PETER only likes Mary. In (Gardent, 1996; we show that SOEs are advantageously viewed as involving a deaccented anaphor whose semantic representation must unify with that of its antecedent. Formally, this is captured as follows. Let SSem and TSem be the semantic representation of the source and target clause respectively, and TP 1 ... TP n, SP 1 ... SP n be the target and source parallel elements 3, then the interpretation of an SOE must respect the following equations:",
"cite_spans": [
{
"start": 161,
"end": 176,
"text": "(Bartels, 1995)",
"ref_id": "BIBREF0"
},
{
"start": 282,
"end": 317,
"text": "MARY. b. No, PETER only likes Mary.",
"ref_id": null
},
{
"start": 321,
"end": 336,
"text": "(Gardent, 1996;",
"ref_id": "BIBREF7"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Second Occurrence Expressions",
"sec_num": "4.2"
},
{
"text": "An(Sp1,..., SP n) = SSem An(Tp1,..",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Second Occurrence Expressions",
"sec_num": "4.2"
},
{
"text": "Given this proposal and some further assumptions about the semantics of only, the analysis of (Tb) involves the following equations: Since An represents the semantic information shared by target and source clause, the second solution is clearly incorrect given that it contains information (j) that is specific to the source clause. Again, the POR will rule out the incorrect solutions, whereby contrary to the VP-ellipsis case, all occurrences that are directly associated with parallel elements (i.e. not just source parallel elements) are taken to be primary occurrences. ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "., TP '~) = TSem",
"sec_num": null
},
{
"text": "Finally, let us briefly examine some cases of adverbial quantification. Consider the following example from (von Fintel, 1995) :",
"cite_spans": [
{
"start": 108,
"end": 126,
"text": "(von Fintel, 1995)",
"ref_id": "BIBREF16"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Adverbial quantification",
"sec_num": "4.3"
},
{
"text": "Tom always takes SUE to Al's mother. Yes, and he always takes Sue to JO's mother.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Adverbial quantification",
"sec_num": "4.3"
},
{
"text": "In , we suggest that such cases are SOEs, and thus can be treated as involving a deaccented anaphor (in this case, the anaphor he always takes Sue to _'s mother). Given some standard assumptions about the semantics of 3As in DSP, the identification of parallel elements is taken as given. Once again, we see that the POR is a necessary restriction: by labeling as primary, all occurrences representing a parallel element, it can be ensured that only the first solution is generated.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Adverbial quantification",
"sec_num": "4.3"
},
{
"text": "Perhaps the most convincing way of showing the need for a theory of colours (rather than just an informal constraint) is by looking at the interaction of constraints between various phenomena. Consider the following discourse (9) a. Jon likes SARAH b. Peter does too Such a discourse presents us with a case of interaction between ellipsis and focus thereby raising the question of how DSP' POR for ellipsis should interact with our POR for focus.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Interaction of constraints",
"sec_num": "4.4"
},
{
"text": "As remarked in section 3.1, we have to interpret the colour -~pe as the concept of being not primary for ellipsis, which includes pf (primary for focus). In order to make this approach work formally, we have to extend the supply of colours by allowing boolean combinations of colour constants. The semantics of these ground colour formula is that of propositional logic, where -~d is taken to be equivalent to the disjunction of all other colour constants.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Interaction of constraints",
"sec_num": "4.4"
},
{
"text": "Consequently we have to generalize the second condition on C-substitutions \u2022 For all colour annotations d of symbols in a (xc) d ~ c in propositional logic.",
"cite_spans": [
{
"start": 122,
"end": 126,
"text": "(xc)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Interaction of constraints",
"sec_num": "4.4"
},
{
"text": "Thus X.d can be instantiated with any coloured formula that does not contain the colour d. The HOCU algorithm is augmented with suitable rules for boolean constraint satisfaction for colour equations. The equations resulting from the interpretation of (9b) are: l(jpe, 8pf) ~--R-,pe(jpe) R~pe(P) = FSV~pf (F) where the first equation determines the interpretation of the ellipsis whereas the second fixes the value of the FSV. Resolution of the first equation yields the value Ax.l(x, Spf) for R~pe. As required, no other solution is possible given the colour constralnts; in particular Ax.l(jpe, Spf) is not a valid solution. The value of R~pe(jpe) is now l(Ppe, 8pf) SO that the second equation is4:",
"cite_spans": [
{
"start": 305,
"end": 308,
"text": "(F)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Interaction of constraints",
"sec_num": "4.4"
},
{
"text": "l(p, Spf) = FSV~pf(F)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Interaction of constraints",
"sec_num": "4.4"
},
{
"text": "Under the indicated colour constraints, three solutions are possible:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Interaction of constraints",
"sec_num": "4.4"
},
{
"text": "FSV~pf = Ax.l(p, x), F = spf FSV~pf = AO.O(p), F = Ax.l(x, Spf) FSV~pf = ~X.X, F = l(p, spf)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Interaction of constraints",
"sec_num": "4.4"
},
{
"text": "The first solution yields a narrow focus reading (only SARAH is in focus) whereas the second and the third yield wide focus interpretations corresponding to a VP and an S focus respectively. That is, not only do colours allow us to correctly capture the interaction of the two PORs restricting the interpretation of ellipsis of focus, they also permit a natural modeling of focus projection (cf. (Jackendoff, 1972)).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Interaction of constraints",
"sec_num": "4.4"
},
{
"text": "Another constraint",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "5",
"sec_num": null
},
{
"text": "An additional argument in favour of a general theory of colours lies in the fact that constraints that are distinct from the POR need to be encoded to prevent HOU analyses from over-generating. In this section, we present one such constraint (the so-called weak-crossover constraint) and show how it can be implemented within the HOCU framework. In essence, the main function of the POR is to ensure that some occurrence occuring in an equation appears as a bound variable in the term assigned by substitution to the free variable occurring in this equation. However, there are cases where the dual 4Note that this equation falls out of our formal system in that it is untyped and thus cannot be solved by the algorithm described in section 6 (as the solutions will show, we have to allow for FSV and F to have different types). However, it seems to be a routine exercise to augment HOU algorithms that can cope with type variables like (Hustadt, 1991; Dougherty, 1993) with the colour methods from (Hutter and Kohlhase, 1995) . constraint must be enforced: a term occurrence appearing in an equation must appear unchanged in the term assigned by substitution to the free variable occurring in this equation. The following example illustrates this. (Chomsky, 1976) observes that focused NPs pattern with quantified and wh-NPs with respect to pronominal anaphora: when the quantified/wh/focused NP precedes and c-commands the pronoun, this pronoun yields an ambiguity between a co-referential and a bound-variable reading. This is illustrated in example 10We only expected HIMi to claim that he~ was brilliant where the presence of the pronoun hei gives rise to two possible FSVs s FSV = {Ax.ex(x,y,i) l Y E wife} FSV = {Ax.ex(x,y,y) [ y E Wife} thus allowing two different readings: the corefential or strict reading VP [P E {Ax.ex(x,y,i) ",
"cite_spans": [
{
"start": 937,
"end": 952,
"text": "(Hustadt, 1991;",
"ref_id": "BIBREF9"
},
{
"start": 953,
"end": 969,
"text": "Dougherty, 1993)",
"ref_id": "BIBREF3"
},
{
"start": 999,
"end": 1026,
"text": "(Hutter and Kohlhase, 1995)",
"ref_id": "BIBREF10"
},
{
"start": 1249,
"end": 1264,
"text": "(Chomsky, 1976)",
"ref_id": "BIBREF1"
},
{
"start": 1681,
"end": 1732,
"text": "FSV = {Ax.ex(x,y,i) l Y E wife} FSV = {Ax.ex(x,y,y)",
"ref_id": null
},
{
"start": 1820,
"end": 1838,
"text": "[P E {Ax.ex(x,y,i)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "5",
"sec_num": null
},
{
"text": "A P(we) --+ P = Ax.ex (x, i, i)] and the bound-variable or sloppy reading.",
"cite_spans": [
{
"start": 22,
"end": 32,
"text": "(x, i, i)]",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "I Y E Wife}",
"sec_num": null
},
{
"text": "VP [P E {Ax.ex(x,y,y) ",
"cite_spans": [
{
"start": 3,
"end": 21,
"text": "[P E {Ax.ex(x,y,y)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "I Y E Wife}",
"sec_num": null
},
{
"text": ") [ y E wife} ^ P(we) ~ P = Ax.ex(x, i, i))]",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "I Y E Wife}",
"sec_num": null
},
{
"text": "In contrast, if the quantified/wh/focused NP does not precede and c-command the pronoun, as in (11) We only expected himi to claim that HEi was brilliant there is no ambiguity and the pronoun can only give rise to a co-referential interpretation. For instance, given (11) only one reading arises VP [P E {Ax.ex(x,i,y) ",
"cite_spans": [
{
"start": 95,
"end": 99,
"text": "(11)",
"ref_id": null
},
{
"start": 299,
"end": 317,
"text": "[P E {Ax.ex(x,i,y)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "I Y E Wife}",
"sec_num": null
},
{
"text": "A P(we) ~ P = Ax.ex (x, i, i)] where the FSV is {Ax.ex (x,i,y) l Y E wife}.",
"cite_spans": [
{
"start": 20,
"end": 30,
"text": "(x, i, i)]",
"ref_id": null
},
{
"start": 55,
"end": 62,
"text": "(x,i,y)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "l Y E Wife}",
"sec_num": null
},
{
"text": "To capture this data, Government and Binding analyses postulate first, that the antecedent is raised by quantifier raising and second, that pronouns that are c-commanded and preceded by their antecedent are represented either as a A-bound variable or as a constant whereas other pronouns can only be represented by a constant (cf. e.g. (Kratzer, 1991) 's binding principle). Using HOCU, we can model this restriction directly. As before, the focus term is pfand the FSV variable -~pf-coloured. Furthermore, we assume that pronouns that are preceded and ccommanded by a quantified/wh/focused antecedent are variable coloured whereas other pronouns are -~pf-coloured. Finally, all other terms are taken to 5We abbreviate exp ( x, cl(y, blt( i) ",
"cite_spans": [
{
"start": 336,
"end": 351,
"text": "(Kratzer, 1991)",
"ref_id": "BIBREF12"
},
{
"start": 723,
"end": 741,
"text": "( x, cl(y, blt( i)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "l Y E Wife}",
"sec_num": null
},
{
"text": ") ) to ex( x, y, i) to in- crease legibility.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "l Y E Wife}",
"sec_num": null
},
{
"text": "be --pf-coloured. Given these assumptions, the representation for (10) is ex~o~ (we~pf,ipf ,iA) and the corresponding FSV equation R~pf(ipf) --)~x.eX~pf (x, ipf, in) has two possible solutions R~0f = )~y.)~x.ex~pf (x, y, i~0f) R~of = )~y.)~x.ex~of (x , y, x) In contrast, the representation for (11) is ex-.pf (We~of, i~0f, ipf) and the equation is R-~pf(ipf) = )~x.ex~pf (X, i~of , /0f ) with only one well-coloured solution R~0f = )~y. Ax.ex~of ( x , i~of , Y) Importantly, given the indicated colour constraints, no other solutions are admissible. Intuitively, there are two reasons for this. First, the definition of coloured substitutions ensures that the term assigned to R~0f is -~pf-monochrome. In particular, this forces any occurrences of/of to appear as a bound variable in the value assigned to R~pf whereas in can appear either as i~0f (a colour variable unifies with any colour constant) or as a bound variable -this in effect models the sloppy/strict ambiguity. Second, a colour constant only unifies with itself. This in effect rules out the bound variable reading in (11): if the i~0f occurrence were to become a bound variable, the value of R~of would then Ay.)~x.ex~of (x, y, y) . But then by ~-reduction, R~of(ipf ) would be )~x.ex~of(x, iof,iof ) which does not unify with the right hand side of the original equation i.e ~x.ex.of(x , i-0f, i0f).",
"cite_spans": [
{
"start": 80,
"end": 95,
"text": "(we~pf,ipf ,iA)",
"ref_id": null
},
{
"start": 153,
"end": 165,
"text": "(x, ipf, in)",
"ref_id": null
},
{
"start": 248,
"end": 258,
"text": "(x , y, x)",
"ref_id": null
},
{
"start": 310,
"end": 317,
"text": "(We~of,",
"ref_id": null
},
{
"start": 318,
"end": 323,
"text": "i~0f,",
"ref_id": null
},
{
"start": 324,
"end": 328,
"text": "ipf)",
"ref_id": null
},
{
"start": 372,
"end": 388,
"text": "(X, i~of , /0f )",
"ref_id": null
},
{
"start": 438,
"end": 462,
"text": "Ax.ex~of ( x , i~of , Y)",
"ref_id": null
},
{
"start": 1188,
"end": 1197,
"text": "(x, y, y)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "l Y E Wife}",
"sec_num": null
},
{
"text": "For a more formal account of how the unifiers are calculated see section 6.1.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "l Y E Wife}",
"sec_num": null
},
{
"text": "Since the HOCU is the principal computational device of the analysis in this paper, we will now try to give an intuition for the functioning of the algorithm. For a formal account including all details and proofs see (Hutter and Kohlhase, 1995) .",
"cite_spans": [
{
"start": 217,
"end": 244,
"text": "(Hutter and Kohlhase, 1995)",
"ref_id": "BIBREF10"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Calculating Coloured Unifiers",
"sec_num": "6"
},
{
"text": "Just as in the case of unification for first-order terms, the algorithm is a process of recursive decomposition and variable elimination that transform sets of equations into solved forms. Since C-substitutions have two parts, a term-and a colour part, we need two kinds (M =t N for term equations and c =c d for colour equations). Sets g of equations in solved form (i.e. where all equations are of the form x = M such that the variable x does not occur anywhere else in M or g) have a unique most general C-unifier a~ that also C-unifies the initial equation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Calculating Coloured Unifiers",
"sec_num": "6"
},
{
"text": "There are several rules that decompose the syntactic structure of formulae, we will only present two of hb (tl,...,t '~) to the set {a =c b, sl =t tl,...,s,~ =t tn}, provided that h is a constant. Furthermore equations are kept in 13~/-normal form.",
"cite_spans": [
{
"start": 107,
"end": 120,
"text": "(tl,...,t '~)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Calculating Coloured Unifiers",
"sec_num": "6"
},
{
"text": "The variable elimination process for colour variables is very simple, it allows to transform a set g U {A =c d} of equations to [d/A] =1 M, xc, = M1, ..., Xc~ =t Mn}, where ci are all colours of the variable x occurring in M and g, the M i are appropriately coloured variants (same colour erasure) of M, and a is the g-substitution that eliminates all occurrences of x from g.",
"cite_spans": [
{
"start": 128,
"end": 133,
"text": "[d/A]",
"ref_id": null
},
{
"start": 134,
"end": 139,
"text": "=1 M,",
"ref_id": null
},
{
"start": 140,
"end": 143,
"text": "xc,",
"ref_id": null
},
{
"start": 144,
"end": 149,
"text": "= M1,",
"ref_id": null
},
{
"start": 150,
"end": 154,
"text": "...,",
"ref_id": null
},
{
"start": 155,
"end": 166,
"text": "Xc~ =t Mn},",
"ref_id": null
},
{
"start": 167,
"end": 172,
"text": "where",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Calculating Coloured Unifiers",
"sec_num": "6"
},
{
"text": "Due to the presence of function variables, systematic application of these rules can terminate with equations of the form xc(sl,...,s n) =t hd (tl,...,tm) . Such equations can neither be further decomposed, since this would loose unifiers (if G and F are variables, then Ga = Fb as a solution Ax.c for F and G, but {F = G,a = b} is unsolvable), nor can the right hand side be substituted for x as in a variable elimination rule, since the types would clash. Let us consider the uncoloured equation x(a) ~t a which has the solutions (Az.a) and (Az.z) for x.",
"cite_spans": [
{
"start": 143,
"end": 154,
"text": "(tl,...,tm)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Calculating Coloured Unifiers",
"sec_num": "6"
},
{
"text": "The standard solution for finding a complete set of solutions in this so-called flex/rigid situation is to substitute a term for x that will enable decomposition to be applicable afterwards. It turns out that for finding all g-unifiers it is sufficient to bind x to terms of the same type as x (otherwise the unifier would be ill-typed) and compatible colour (otherwise the unifier would not be a C-substitution) that either",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Calculating Coloured Unifiers",
"sec_num": "6"
},
{
"text": "\u2022 have the same head as the right hand side; the so-called imitation solution (.kz.a in our example) or",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Calculating Coloured Unifiers",
"sec_num": "6"
},
{
"text": "\u2022 where the head is a bound variable that enables the head of one of the arguments of x to become head; the so-called projection binding ()~z.z).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Calculating Coloured Unifiers",
"sec_num": "6"
},
{
"text": "In order to get a better understanding of the situation let us reconsider our example using colours. z(a\u00a2) --ad. For the imitation solution (~z.ad) we \"imitate\" the right hand side, so the colour on a must be d. For the projection solution we instantiate ($z.z) for x and obtain ()kz.z)ac, which f~-reduces to ac. We see that this \"lifts\" the constant ac from the argument position to the top. Incidentally, the projection is only a C-unifier of our coloured example, if c and d axe identical. Fortunately, the choice of instantiations can be further restricted to the most general terms in the categories above\u2022 If Xc has type f~n --+ c~ and hd has type ~ -~ a, then these so-called general bindings have the following form: ..., where in essence only fixes a particular binding for the head variable Xc. It turns out (for details and proofs see (Hutter and Kohlhase, 1995) ) that these general bindings suffice to solve all flex/rigid situations, possibly at the cost of creating new flex/rigid situations after elimination of the variable Xc and decomposition of the changed equations (the elimination of",
"cite_spans": [
{
"start": 726,
"end": 730,
"text": "...,",
"ref_id": null
},
{
"start": 847,
"end": 874,
"text": "(Hutter and Kohlhase, 1995)",
"ref_id": "BIBREF10"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Calculating Coloured Unifiers",
"sec_num": "6"
},
{
"text": "G h =",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Calculating Coloured Unifiers",
"sec_num": "6"
},
{
"text": "x changes xc(sl,..., s n) to ~h(sl, ..., s n) which has head h).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Calculating Coloured Unifiers",
"sec_num": "6"
},
{
"text": "To fortify our intuition on calculating higher-order coloured unifiers let us reconsider examples (10) and (11) with the equations",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Example",
"sec_num": "6.1"
},
{
"text": "R~pf(ipf) __t ~x.ex~pf(X, ipf, iA) R~pf(ipf) =t Ax.ex~pf(X, i-~pf, ipf)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Example",
"sec_num": "6.1"
},
{
"text": "We will develop the derivation of the solutions for the first equations (10) and point out the differences for the second (11). As a first step, the first equation is decomposed to R~pf(ipf, c) :t ex~pf (C, ipf, iA) where c is a new constant\u2022 Since R~pf is a variable, we are in a flex/rigid situation and have the possibilities of projection and imitation. The projection bindings Axy.x and )~xy.y for R~pf would lead us to the equations ipf =t eX~pf (C, ipf,iA) \u2022 The imitation binding for H3pf is )kzw.i~pf, and not Azw.iA, as one is tempted to believe, since it has to be -~pf-monochrome. Thus we are left with i~pf =t iA, which can (uniquely) be solved by the colour substitution [-~pf/A].",
"cite_spans": [
{
"start": 203,
"end": 215,
"text": "(C, ipf, iA)",
"ref_id": null
},
{
"start": 452,
"end": 463,
"text": "(C, ipf,iA)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Example",
"sec_num": "6.1"
},
{
"text": "\u2022 If we bind H 3 to Azw.z, then we are left with ~pf",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Example",
"sec_num": "6.1"
},
{
"text": "Zpf. _-t iA, which can (uniquely) be solved by the colour substitution [pf/A].",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Example",
"sec_num": "6.1"
},
{
"text": "If we collect all instantiations, we arrive at exactly the two possible solutions for R~pf in the original equations, which we had claimed in section 5: R~pf = ~kyx.ex~pf(X, y, i~pf) R~pf = )kyx\u2022ex~pf (X, y, x) Obviously both of them solve the equation and furthermore, none is more general than the other, since i~pf cannot be inserted for the variable x in the second unifier (which would make it more general than the first), since x is bound\u2022",
"cite_spans": [
{
"start": 201,
"end": 210,
"text": "(X, y, x)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Example",
"sec_num": "6.1"
},
{
"text": "In the case of (11) the equations corresponding 1 __t 2 \" __t -and to (17) are H.~pf(e, ipf) -e, H~pf(e, Zpf) -?,~pf H3pf(ipf) __t ipf. Given the discussion above, it is immediate to see that H 1 has to be instantiated with -~pf the projection binding ~kzw.w, H 2 with the imitation 6For (11) we have the same situation\u2022 Here the cor- binding Azw.i~of, since the projection binding leads to a colour clash (i~f =t ipf) and finally H~pf has to be bound to the projection binding Azw.z, since the imitation binding Azw.ipf is not -~pf-monochrome.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Example",
"sec_num": "6.1"
},
{
"text": "Collecting the bindings, we arrive at the unique solution R~f = Ayx.ex~pf (x, i~pf, x) .",
"cite_spans": [
{
"start": 74,
"end": 86,
"text": "(x, i~pf, x)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Example",
"sec_num": "6.1"
},
{
"text": "Higher-Order Unification has been shown to be a powerful tool for constructing the interpretation of NL. In this paper, we have argued that Higher-Order Coloured Unification allows a precise specification of the interface between semantic interpretation and other sources of linguistic information, thus preventing over-generation. We have substantiated this claim by specifying the linguistic, extrasemantic constraints regulating the interpretation of VP-ellipsis, focus, SOEs, adverbial quantification and pronouns whose antecedent is a focused NP.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "7"
},
{
"text": "Other phenomena for which the HOCU approach seems particularly promising are phenomena in which the semantic interpretation process is obviously constrained by the other sources of linguistic information. In particular, it would be interesting to see whether coloured unification can appropriately model the complex interaction of constraints governing the interpretation and acceptability of gapping on the one hand, and sloppy/strict ambiguity on the other.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "7"
},
{
"text": "Another interesting research direction would be the development and implementation of a monostratal grammar for anaphors whose interpretation are determined by coloured unification. Colours are tags which decorate a semantic representation thereby constraining the unification process; on the other hand, there are also the reflex of linguistic, non-semantic (e.g. syntactic or prosodic) information. A full grammar implementation would make this connection more precise.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "7"
},
{
"text": "Some of the equations in the examples have multiple most general solutions, and indeed this multiplicity corresponds to the possibility of multiple different interpretations of the focus constructions. The role of colours in this is to restrict the logically possible solutions to those that are linguistically sound.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [
{
"text": "The work reported in this paper was funded by the Deutsche Forschungsgemeinschaft (DFG) in Sonderforschungsbereich SFB-378, Project C2 (LISA).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgements",
"sec_num": "8"
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Second occurrence test",
"authors": [
{
"first": "Christine",
"middle": [],
"last": "Bartels",
"suffix": ""
}
],
"year": 1995,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Christine Bartels. 1995. Second occurrence test. Ms.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Conditions on rules in grammar. Linguistic Analysis",
"authors": [
{
"first": "Noam",
"middle": [],
"last": "Chomsky",
"suffix": ""
}
],
"year": 1976,
"venue": "",
"volume": "2",
"issue": "",
"pages": "303--351",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Noam Chomsky. 1976. Conditions on rules in gram- mar. Linguistic Analysis, 2(4):303-351.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Ellipsis and higher-orderunification",
"authors": [
{
"first": "Mary",
"middle": [],
"last": "Dalrymple",
"suffix": ""
},
{
"first": "Stuart",
"middle": [],
"last": "Shieber",
"suffix": ""
},
{
"first": "Fernando",
"middle": [],
"last": "Pereira",
"suffix": ""
}
],
"year": 1991,
"venue": "Linguistics and Philosophy",
"volume": "14",
"issue": "",
"pages": "399--452",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Mary Dalrymple, Stuart Shieber, and Fernando Pereira. 1991. Ellipsis and higher-order- unification. Linguistics and Philosophy, 14:399- 452.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Higher-order unification using combinators",
"authors": [
{
"first": "Daniel",
"middle": [],
"last": "Dougherty",
"suffix": ""
}
],
"year": 1993,
"venue": "Theoretical Computer Science B",
"volume": "114",
"issue": "2",
"pages": "273--298",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Daniel Dougherty. 1993. Higher-order unification using combinators. Theoretical Computer Science B, 114(2):273-298.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Third order matching is decidable",
"authors": [
{
"first": "Gilles",
"middle": [],
"last": "Dowek",
"suffix": ""
}
],
"year": 1992,
"venue": "Proc. LICS92",
"volume": "",
"issue": "",
"pages": "2--10",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Gilles Dowek. 1992. Third order matching is decid- able. In Proc. LICS92, pages 2-10. IEEE Com- puter Society Press.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Focus and higher-order unification",
"authors": [
{
"first": "Claire",
"middle": [],
"last": "Gardent",
"suffix": ""
},
{
"first": "Michael",
"middle": [],
"last": "Kohlhase",
"suffix": ""
}
],
"year": 1996,
"venue": "Proe. COLING96 forthcoming",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Claire Gardent and Michael Kohlhase. 1996. Focus and higher-order unification. In Proe. COLING96 forthcoming.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Corrections and higher-order unification",
"authors": [
{
"first": "Claire",
"middle": [],
"last": "Gardent",
"suffix": ""
},
{
"first": "Michael",
"middle": [],
"last": "Kohlhase",
"suffix": ""
},
{
"first": "Noor",
"middle": [],
"last": "Van Leusen",
"suffix": ""
}
],
"year": 1996,
"venue": "CLAUS report",
"volume": "77",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Claire Gardent, Michael Kohlhase, and Noor van Leusen. 1996. Corrections and higher-order unifi- cation. CLAUS report 77, University of Saarland.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Anaphores parall~les et techniques de r~solution. Langages",
"authors": [
{
"first": "Claire",
"middle": [],
"last": "Gardent",
"suffix": ""
}
],
"year": 1996,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Claire Gardent. 1996. Anaphores parall~les et tech- niques de r~solution. Langages.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "A unification algorithm for typed A-calculus",
"authors": [
{
"first": "G@rard",
"middle": [],
"last": "Huet",
"suffix": ""
}
],
"year": 1975,
"venue": "Theoretical Computer Science",
"volume": "1",
"issue": "",
"pages": "27--57",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "G@rard Huet. 1975. A unification algorithm for typed A-calculus. Theoretical Computer Science 1, pages 27-57.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "A complete transformation system for polymorphic higher-order unification",
"authors": [
{
"first": "Ulrich",
"middle": [],
"last": "Hustadt",
"suffix": ""
}
],
"year": 1991,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ulrich Hustadt. 1991. A complete transformation system for polymorphic higher-order unification. Technical Report MPI-I-91-228, MPI Informatik, Saarbriicken, Germany.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "A coloured version of the A-calculus",
"authors": [
{
"first": "Dieter",
"middle": [],
"last": "Hutter",
"suffix": ""
},
{
"first": "Michael",
"middle": [],
"last": "Kohlhase",
"suffix": ""
}
],
"year": 1995,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Dieter Hutter and Michael Kohlhase. 1995. A coloured version of the A-calculus. SEKI-Report SR-95-05, Universit/it des Saarlandes.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Semantic Interpretation in Generative Grammar",
"authors": [
{
"first": "Ray",
"middle": [
"S"
],
"last": "Jackendoff",
"suffix": ""
}
],
"year": 1972,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ray S. Jackendoff. 1972. Semantic Interpretation in Generative Grammar. The MIT Press.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "The representation of focus",
"authors": [
{
"first": "Angelika",
"middle": [],
"last": "Kratzer",
"suffix": ""
}
],
"year": 1991,
"venue": "Semantik: Ein internationales Handbuch der zeitgenoessischen Forschung",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Angelika Kratzer. 1991. The representation of fo- cus. In Arnim van Stechow and Dieter Wunder- lich, editors, Semantik: Ein internationales Hand- buch der zeitgenoessischen Forschung. Berlin: Walter de Gruyter.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Radical underspecification",
"authors": [
{
"first": "Manfred",
"middle": [],
"last": "Pinkal",
"suffix": ""
}
],
"year": 1995,
"venue": "The lOth Amsterdam Colloquium",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Manfred Pinkal. 1995. Radical underspecification. In The lOth Amsterdam Colloquium.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Decidable higher-order unification problems",
"authors": [
{
"first": "Christian",
"middle": [],
"last": "Prehofer",
"suffix": ""
}
],
"year": 1994,
"venue": "Proc. CADE94, LNAI",
"volume": "",
"issue": "",
"pages": "635--649",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Christian Prehofer. 1994. Decidable higher-order unification problems. In Alan Bundy, editor, Proc. CADE94, LNAI, pages 635-649, Nancy, France.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "Higher-order unification and the interpretation of focus",
"authors": [
{
"first": "Steve",
"middle": [
"G"
],
"last": "Pulman",
"suffix": ""
}
],
"year": 1995,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Steve G. Pulman. 1995. Higher-order unification and the interpretation of focus. Paper submitted for publication.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "A minimal theory of adverbial quantification",
"authors": [
{
"first": "Fintel",
"middle": [],
"last": "Kai Von",
"suffix": ""
}
],
"year": 1995,
"venue": "Unpublished draft Ms. MIT",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kai von Fintel. 1995. A minimal theory of adver- bial quantification. Unpublished draft Ms. MIT, Cambridge, March.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"uris": null,
"type_str": "figure",
"text": "If a and b are different colours, then [a(xa)[ = [a(xb)[, i.e. the colour erasures have to be equal. \u2022 If c E C is a colour constant, then a(x\u00a2) is cmonochrome.",
"num": null
},
"FIGREF1": {
"uris": null,
"type_str": "figure",
"text": "An(j)= VP[P e {)~x.like(x,y) l y \u2022 wife} A P(j) ~ P = ~x.like(x, m)] An(p) = VP[P \u2022 FSV A P(p) --+ P = Ax.like(x, m)] Resolution of the first equation then yields two solutions: An = )~zVP[P \u2022 {;kx.like(x,y) l Y \u2022 wife} A P(z) ~ P = )~x.like(x, m)] An = AzVP[P \u2022 {)~x.like(x,y) l Y \u2022 wife} A P(j) ~ P = )~x.like(x, m)]",
"num": null
},
"FIGREF2": {
"uris": null,
"type_str": "figure",
"text": "The distinction is implemented by colouring all occurrences that are directly associated with parallel element ps, whereas the corresponding free variable (An) is coloured as --ps. Given these constraints, the first equation in (8) is reformulated as: An~ps(jps) = VP[P \u2022 {)~x.like(x,y) l Y \u2022 wife} A P(Jps) --+ P = Ax.like(x, m)] with the unique well-coloured solution An.,s = )~z.VP[P \u2022 {Ax.like(x,y) l y \u2022 wife} A P(z) --~ P = )~x.like(x, m)]",
"num": null
},
"FIGREF3": {
"uris": null,
"type_str": "figure",
"text": "them. The rule for abstractions transforms equations of the form )~x.A =t )~y.B to [c/x]A =t [c/y]B, and Ax.A =t B to [c/x]A =t Bc where c is a new constant, which may not appear in any solution. The rule for applications decomposes ha(s1,... ,s n) =t",
"num": null
},
"FIGREF4": {
"uris": null,
"type_str": "figure",
"text": "the H i are new variables of type f)-~ ~ Vi and the ei are either distinct colour variables (if c E CI)) or ei = d = c (ifc E C). If his one of the bound variables z ~' , then ~h is called an imitation binding, and else, (h is a constant or a free variable), a projection binding\u2022 The general rule for flex/rigid equations transforms {Xc(Sl,...,s n) =t hd(tl,...,tm)} into {Xc(S 1 .... , s n) =t hal(t1,..., tin), Xc =t ~h}, which",
"num": null
},
"FIGREF5": {
"uris": null,
"type_str": "figure",
"text": "and c =t eX~pf (c, ipf, iA), which are obviously unsolvable, since the head constants ipf (and c resp.) and eX~pf 8 clash 6. So we can only bind R~pf to the imitation binding ~kyx\u2022ex~pf(H~pf(y, x), H~2pf (y, x), H 3 (y, x)). Now, we can directly eliminate the variable R~pf, since there are no other variants. The resulting equation eX~pf(Hlpf(ipf, c), H2pf (ipf, c), g 3 (ipf, c)) =t eX~pf (c, ipf, iA) can be decomposed to the equations (17) Hlpf(ipf,C) __t c H~pf(ipf, c) =t ipf g3pf(/pf, C) __--t iA Let us first look at the first equation; in this flex/rigid situation, only the projection binding )kzw.w can be applied, since the imitation binding Azw.c contains the forbidden constant c and the other projection leads to a clash. This solves the equation, since (Azw.w)(ipf,c) j3-reduces to c, giving the trivial equation c __t c which can be deleted by the decomposition rules\u2022 Similarly, in the second equation, the projection binding Azw.z for H 2 solves the equation, while the second projection clashes and the imitation binding )kzw.ipf is not -~pf-monochrome. Thus we are left with the third equation, where both imitation and projection bindings yield legal solutions:",
"num": null
},
"FIGREF6": {
"uris": null,
"type_str": "figure",
"text": "\u2022 t responding equation is tpf --ex~pf(C, i~pf, ipf).",
"num": null
},
"TABREF1": {
"num": null,
"text": "always, the equations constraining the interpretation An of this anaphor are:",
"content": "<table><tr><td colspan=\"2\">An(al) = always (Tom take x to al's mother)</td></tr><tr><td/><td>(Tom take Sue to al's mother)</td></tr><tr><td colspan=\"2\">An(jo) = always FSV</td></tr><tr><td/><td>(Tom take Sue to Jo's mother)</td></tr><tr><td colspan=\"2\">Consider the first equation. If An is the semantics</td></tr><tr><td colspan=\"2\">shared by target and source clause, then the only</td></tr><tr><td colspan=\"2\">possible value for An is</td></tr><tr><td colspan=\"2\">)~z.always (Tom take x to z's mother)</td></tr><tr><td colspan=\"2\">(Tom take Sue to z's mother)</td></tr><tr><td colspan=\"2\">where both occurrences of the parallel element m</td></tr><tr><td colspan=\"2\">have been abstracted over. In contrast, the following</td></tr><tr><td colspan=\"2\">solutions for An are incorrect.</td></tr><tr><td colspan=\"2\">Az.always (Tom take x to al's mother)</td></tr><tr><td>(Tom</td><td>take Sue to z's mother)</td></tr><tr><td>)~z.always (Tom</td><td>take x to al's mother)</td></tr><tr><td>(Tom</td><td>take Sue to al's mother)</td></tr><tr><td>Az.always (Tom</td><td>take x to z's mother.)</td></tr><tr><td colspan=\"2\">(Tom take Sue to al's mother)</td></tr></table>",
"type_str": "table",
"html": null
}
}
}
}