| { |
| "paper_id": "C04-1026", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T13:19:05.899550Z" |
| }, |
| "title": "A Relational Syntax-Semantics Interface Based on Dependency Grammar", |
| "authors": [ |
| { |
| "first": "Ralph", |
| "middle": [], |
| "last": "Debusmann", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "" |
| }, |
| { |
| "first": "Denys", |
| "middle": [], |
| "last": "Duchier", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "duchier@loria.fr" |
| }, |
| { |
| "first": "Alexander", |
| "middle": [], |
| "last": "Koller", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "" |
| }, |
| { |
| "first": "Marco", |
| "middle": [], |
| "last": "Kuhlmann", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "" |
| }, |
| { |
| "first": "Gert", |
| "middle": [], |
| "last": "Smolka", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "" |
| }, |
| { |
| "first": "Stefan", |
| "middle": [], |
| "last": "Thater", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "We propose a syntax-semantics interface that realises the mapping between syntax and semantics as a relation and does not make functionality assumptions in either direction. This interface is stated in terms of Extensible Dependency Grammar (XDG), a grammar formalism we newly specify. XDG's constraint-based parser supports the concurrent flow of information between any two levels of linguistic representation, even when only partial analyses are available. This generalises the concept of underspecification.", |
| "pdf_parse": { |
| "paper_id": "C04-1026", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "We propose a syntax-semantics interface that realises the mapping between syntax and semantics as a relation and does not make functionality assumptions in either direction. This interface is stated in terms of Extensible Dependency Grammar (XDG), a grammar formalism we newly specify. XDG's constraint-based parser supports the concurrent flow of information between any two levels of linguistic representation, even when only partial analyses are available. This generalises the concept of underspecification.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "A key assumption of traditional syntax-semantics interfaces, starting with (Montague, 1974) , is that the mapping from syntax to semantics is functional, i. e. that once we know the syntactic structure of a sentence, we can deterministically compute its semantics.", |
| "cite_spans": [ |
| { |
| "start": 75, |
| "end": 91, |
| "text": "(Montague, 1974)", |
| "ref_id": "BIBREF12" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Unfortunately, this assumption is typically not justified. Ambiguities such as of quantifier scope or pronominal reference are genuine semantic ambiguities; that is, even a syntactically unambiguous sentence can have multiple semantic readings. Conversely, a common situation in natural language generation is that one semantic representation can be verbalised in multiple ways. This means that the relation between syntax and semantics is not functional at all, but rather a true m-to-n relation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "There is a variety of approaches in the literature on syntax-semantics interfaces for coping with this situation, but none of them is completely satisfactory. One way is to recast semantic ambiguity as syntactic ambiguity by compiling semantic distinctions into the syntax (Montague, 1974; Steedman, 1999; Moortgat, 2002) . This restores functionality, but comes at the price of an artificial blowup of syntactic ambiguity. A second approach is to assume a non-deterministic mapping from syntax to semantics as in generative grammar (Chomsky, 1965) , but it is not always obvious how to reverse the relation, e. g. for generation. For LFG, the operation of functional uncertaintainty allows for a restricted form of relationality (Kaplan and Maxwell III, 1988) . Finally, underspecification (Egg et al., 2001 ; Gupta and Lamping, 1998; Copestake et al., 2004) introduces a new level of representation, which can be computed functionally from a syntactic analysis and encapsulates semantic ambiguity in a way that supports the enumeration of all semantic readings by need.", |
| "cite_spans": [ |
| { |
| "start": 273, |
| "end": 289, |
| "text": "(Montague, 1974;", |
| "ref_id": "BIBREF12" |
| }, |
| { |
| "start": 290, |
| "end": 305, |
| "text": "Steedman, 1999;", |
| "ref_id": "BIBREF16" |
| }, |
| { |
| "start": 306, |
| "end": 321, |
| "text": "Moortgat, 2002)", |
| "ref_id": "BIBREF13" |
| }, |
| { |
| "start": 533, |
| "end": 548, |
| "text": "(Chomsky, 1965)", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 730, |
| "end": 760, |
| "text": "(Kaplan and Maxwell III, 1988)", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 791, |
| "end": 808, |
| "text": "(Egg et al., 2001", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 811, |
| "end": 835, |
| "text": "Gupta and Lamping, 1998;", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 836, |
| "end": 859, |
| "text": "Copestake et al., 2004)", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "In this paper, we introduce a completely relational syntax-semantics interface, building upon the underspecification approach. We assume a set of linguistic dimensions, such as (syntactic) immediate dominance and predicate-argument structure; a grammatical analysis is a tuple with one component for each dimension, and a grammar describes a set of such tuples. While we make no a priori functionality assumptions about the relation of the linguistic dimensions, functional mappings can be obtained as a special case. We formalise our syntax-semantics interface using Extensible Dependency Grammar (XDG), a new grammar formalism which generalises earlier work on Topological Dependency Grammar (Duchier and Debusmann, 2001 ).", |
| "cite_spans": [ |
| { |
| "start": 694, |
| "end": 722, |
| "text": "(Duchier and Debusmann, 2001", |
| "ref_id": "BIBREF3" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The relational syntax-semantics interface is supported by a parser for XDG based on constraint programming. The crucial feature of this parser is that it supports the concurrent flow of possibly partial information between any two dimensions: once additional information becomes available on one dimension, it can be propagated to any other dimension. Grammaticality conditions and preferences (e. g. selectional restrictions) can be specified on their natural level of representation, and inferences on each dimension can help reduce ambiguity on the others. This generalises the idea of underspecification, which aims to represent and reduce ambiguity through inferences on a single dimension only.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The structure of this paper is as follows: in Section 2, we give the general ideas behind XDG, its formal definition, and an overview of the constraintbased parser. In Section 3, we present the relational syntax-semantics interface, and go through examples that illustrate its operation. Section 4 shows how the semantics side of our syntax-semantics interface can be precisely related to mainstream semantics research. We summarise our results and point to further work in Section 5.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "This section presents Extensible Dependency Grammar (XDG), a description-based formalism for dependency grammar. XDG generalizes previous work on Topological Dependency Grammar (Duchier and Debusmann, 2001) , which focussed on word order phenomena in German.", |
| "cite_spans": [ |
| { |
| "start": 177, |
| "end": 206, |
| "text": "(Duchier and Debusmann, 2001)", |
| "ref_id": "BIBREF3" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Extensible Dependency Grammar", |
| "sec_num": "2" |
| }, |
| { |
| "text": "XDG is a description language over finite labelled graphs. It is able to talk about two kinds of constraints on these structures: The lexicon of an XDG grammar describes properties local to individual nodes, such as valency. The grammar's principles express constraints global to the graph as a whole, such as treeness. Well-formed analyses are graphs that satisfy all constraints.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "XDG in a Nutshell", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "An XDG grammar allows the characterisation of linguistic structure along several dimensions of description. Each dimension contains a separate graph, but all these graphs share the same set of nodes. Lexicon entries synchronise dimensions by specifying the properties of a node on all dimensions at once. Principles can either apply to a single dimension (one-dimensional), or constrain the relation of several dimensions (multi-dimensional).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "XDG in a Nutshell", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "Consider the example in Fig. 1 , which shows an analysis for a sentence of English along two dimensions of description, immediate dominance (ID) and linear precedence (LP). The principles of the underlying grammar require both dimensions to be trees, and the LP tree to be a \"flattened\" version of the ID tree, in the sense that whenever a node v is a transitive successor of a node u in the LP tree, it must also be a transitive successor of u in the ID tree. The given lexicon specifies the potential incoming and required outgoing edges for each word on both dimensions. The word does, for example, accepts no incoming edges on either dimension and must therefore be at the root of both the ID and the LP tree. It is required to have outgoing edges to a subject (subj) and a verb base form (vbse) in the ID tree, needs fillers for a subject (sf) and a verb complement field (vcf) in the LP tree, and offers an optional field for topicalised material (tf). All these constraints are satisfied by the analysis, which is thus well-formed.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 24, |
| "end": 30, |
| "text": "Fig. 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "XDG in a Nutshell", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "Formally, an XDG grammar is built up of dimensions, principles, and a lexicon, and characterises a set of well-formed analyses.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Formalisation", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "A ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Formalisation", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "(Lab i , Fea i , Val i , Pri i ) n i=1 , Pri, Lex) consists of n dimensions, multi-dimensional principles Pri, and a lexicon Lex. An XDG analysis (V, E i , F i ) n i=1 is an element of Ana = Str 1 \u00d7 \u2022 \u2022 \u2022 \u00d7", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Formalisation", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "Str n where all dimensions share the same set of nodes V .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Formalisation", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "Multi-dimensional principles work just like onedimensional principles, except that they specify subsets of Ana, i. e. couplings between dimensions (e. g. the flattening principle between ID and LP in Section 2.1). The lexicon", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Formalisation", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "Lex \u2286 Lex 1 \u00d7 \u2022 \u2022 \u2022 \u00d7 Lex n constrains all dimensions at once. An XDG analysis is licenced by Lex iff (F 1 (w), . . . , F n (w)) \u2208 Lex for every node w \u2208 V .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Formalisation", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "In order to compute analyses for a given input, we model it as a set of input constraints (Inp), which again specify a subset of Ana. The parsing problem for XDG is then to find elements of Ana that are licenced by Lex and consistent with Inp and Pri. Note that the term \"parsing problem\" is traditionally used only for inputs that are sequences of words, but we can easily represent surface realisation as a \"parsing\" problem in which Inp specifies a semantic dimension; in this case, a \"parser\" would compute analyses that contain syntactic dimensions from which we can read off a surface sentence.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Formalisation", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "The parsing problem of XDG has a natural reading as a constraint satisfaction problem (CSP) (Apt, 2003) on finite sets of integers; well-formed analyses correspond to the solutions of this problem. The transformation, whose details we omit due to lack of space, closely follows previous work on axiomatising dependency parsing (Duchier, 2003) and includes the use of the selection constraint to efficiently handle lexical ambiguity.", |
| "cite_spans": [ |
| { |
| "start": 92, |
| "end": 103, |
| "text": "(Apt, 2003)", |
| "ref_id": "BIBREF0" |
| }, |
| { |
| "start": 327, |
| "end": 342, |
| "text": "(Duchier, 2003)", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Constraint Solver", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "We have implemented a constraint solver for this CSP using the Mozart/Oz programming system (Smolka, 1995; Mozart Consortium, 2004) . This solver does a search for a satisfying variable assignment. After each case distinction (distribution), it performs simple inferences that restrict the ranges of the finite set variables and thus reduce the size of the search tree (propagation). The successful leaves of the search tree correspond to XDG analyses, whereas the inner nodes correspond to partial analyses. In these cases, the current constraints are too weak to specify a complete analysis, but they already express that some edges or feature values must be present, and that others are excluded. Partial analyses will play an important role in Section 3.3.", |
| "cite_spans": [ |
| { |
| "start": 92, |
| "end": 106, |
| "text": "(Smolka, 1995;", |
| "ref_id": "BIBREF15" |
| }, |
| { |
| "start": 107, |
| "end": 131, |
| "text": "Mozart Consortium, 2004)", |
| "ref_id": "BIBREF14" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Constraint Solver", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "Because propagation operates on all dimensions concurrently, the constraint solver can frequently infer information about one dimension from information on another, if there is a multi-dimensional principle linking the two dimensions. These inferences take place while the constraint problem is being solved, and they can often be drawn before the solver commits to any single solution.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Constraint Solver", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "Because XDG allows us to write grammars with completely free word order, XDG solving is an NPcomplete problem (Koller and Striegnitz, 2002) . This means that the worst-case complexity of the solver is exponential, but the average-case complexity for the hand-crafted grammars we experimented with is often better than this result suggests. We hope there are useful fragments of XDG that would guarantee polynomial worst-case complexity.", |
| "cite_spans": [ |
| { |
| "start": 110, |
| "end": 139, |
| "text": "(Koller and Striegnitz, 2002)", |
| "ref_id": "BIBREF10" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Constraint Solver", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "Now that we have the formal and processing frameworks in place, we can define a relational syntaxsemantics interface for XDG. We will first show how we encode semantics within the XDG framework. Then we will present an example grammar (including some principle definitions), and finally go through an example that shows how the relationality of the interface, combined with the concurrency of the constraint solver, supports the flow of information between different dimensions.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Relational Syntax-Semantics Interface", |
| "sec_num": "3" |
| }, |
| { |
| "text": "We represent meaning within XDG on two dimensions: one for predicate-argument structure (PA), iii. scope trees Figure 2 : Two analyses for the sentence \"every student reads a book.\"", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 111, |
| "end": 119, |
| "text": "Figure 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Representing Meaning", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "and one for scope (SC). The function of the PA dimension is to abstract over syntactic idiosyncrasies such as active-passive alternations or dative shifts, and to make certain semantic dependencies e. g. in control constructions explicit; it deals with concepts such as agent and patient, rather than subject and object. The purpose of the SC dimension is to reflect the structure of a logical formula that would represent the semantics, in terms of scope and restriction. We will make this connection explicit in Section 4. In addition, we assume an ID dimension as above.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Representing Meaning", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "We do not include an LP dimension only for ease of presentation; it could be added completely orthogonally to the three dimensions we consider here. While one ID structure will typically correspond to one PA structure, each PA structure will typically be consistent with multiple SC structures, because of scope ambiguities. For instance, Fig. 2 shows the unique ID and PA structures for the sentence \"Every student reads a book.\" These structures (and the input sentence) are consistent with the two possible SC-structures shown in (iii). Assuming a Davidsonian event semantics, the two SC trees (together with the PA-structure) represent the two readings of the sentence:", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 339, |
| "end": 345, |
| "text": "Fig. 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Representing Meaning", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "\u2022 \u03bb e.\u2200x.student(x) \u2192 \u2203y.book(y) \u2227 read(e, x, y)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Representing Meaning", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "\u2022 \u03bb e.\u2203y.book(y) \u2227 \u2200x.student(x) \u2192 read(e, x, y)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Representing Meaning", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "The lexicon for an XDG grammar for a small fragment of English using the ID, PA, and SC dimensions is shown in Fig. 3 . Each row in the table specifies a (unique) lexical entry for each part of speech (determiner, common noun, proper noun, transitive verb and preposition); there is no lexical ambiguity in this grammar. Each column specifies a feature. The meaning of the features will be explained together with the principles that use them. The ID dimension uses the edge labels Lab ID = {det, subj, obj, prep, pcomp} resp. for determined common noun, 1 subject, object, preposition, and complement of a preposition. The PA dimension uses Lab PA = {ag, pat, arg, quant, mod, instr}, resp. for agent, patient, argument of a modifier, common noun pertaining to a quantifier, modifier, and instrument; and SC uses Lab SC = {r, s, a} resp. for restriction and scope of a quantifier, and for an argument.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 111, |
| "end": 117, |
| "text": "Fig. 3", |
| "ref_id": "FIGREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "A Grammar for a Fragment of English", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "The grammar also contains three one-dimensional principles (tree, dag, and valency), and three multi-dimensional principles (linking, codominance, and contra-dominance).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Grammar for a Fragment of English", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "Tree and dag principles. The tree principle restricts ID and SC structures to be trees, and the dag principle restricts PA structures to be directed acyclic graphs.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Grammar for a Fragment of English", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "Valency principle. The valency principle, which we use on all dimensions, states that the incoming and outgoing edges of each node must obey the specifications of the in and out features. ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Grammar for a Fragment of English", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "v l \u2192 d 1 v \u21d2 \u2203l \u2208 link d 1 ,d 2 (v)(l) : v l \u2192 d 2 v", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Grammar for a Fragment of English", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "Our grammar uses this principle with the link feature to constrain the realisations of PA-dependents in the ID dimension. In Fig. 2 , the agent (ag) of reads must be realised as the subject (subj), i. e. 1 We assume on all dimensions that determiners are the heads of common nouns. This makes for a simpler relationship between the syntactic and semantic dimensions.", |
| "cite_spans": [ |
| { |
| "start": 204, |
| "end": 205, |
| "text": "1", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 122, |
| "end": 131, |
| "text": "In Fig. 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "A Grammar for a Fragment of English", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "reads ag \u2192 PA every \u21d2 reads subj \u2192 ID every", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Grammar for a Fragment of English", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "Similarly for the patient and the object. There is no instrument dependent in the example, so this part of the link feature is not used. An ergative verb would use a link feature where the subject realises the patient; Control and raising phenomena can also be modelled, but we cannot present this here. ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Grammar for a Fragment of English", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "v l \u2192 d 1 v \u21d2 \u2203l \u2208 codom d 1 ,d 2 (v)(l) : v l \u2192 \u2192 * d 2 v", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Grammar for a Fragment of English", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "Our grammar uses the co-dominance principle on dimension PA and SC to express, e. g., that the propositional contribution of a noun must end up in the restriction of its determiner. For example, for the determiner every of Fig. 2 ", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 223, |
| "end": 229, |
| "text": "Fig. 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "A Grammar for a Fragment of English", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "v l \u2192 d 1 v \u21d2 \u2203l \u2208 contradom d 1 ,d 2 (v)(l) : v l \u2192 \u2192 * d 2 v", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Grammar for a Fragment of English", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "Our grammar uses the contra-dominance principle on dimensions PA and SC to express, e. g., that predicates must end up in the scope of the quantifiers whose variables they refer to. Thus, for the transitive verb reads of Fig. 2 , we have:", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 221, |
| "end": 227, |
| "text": "Fig. 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "A Grammar for a Fragment of English", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "reads ag \u2192 PA every \u21d2 every s \u2192 \u2192 * SC reads reads pat \u2192 PA a \u21d2 a s \u2192 \u2192 * SC reads", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Grammar for a Fragment of English", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "Mary saw a student with a book a g p a t q u a n t a r g q u a n t", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Grammar for a Fragment of English", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "Mary saw a student with a book Mary saw a student with a book a g p a t q u a n t a r g q u a n t Figure 4 : Partial description (left) and two solutions (right) for \"Mary saw a student with a book.\"", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 98, |
| "end": 106, |
| "text": "Figure 4", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "A Grammar for a Fragment of English", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "It is important to note at this point that the syntaxsemantics interface we have defined is indeed relational. Each principle declaratively specifies a set of admissible analyses, i. e. a relation between the structures for the different dimensions, and the analyses that the complete grammar judges grammatical are simply those that satisfy all principles. The role of the lexicon is to provide the feature values which parameterise the principles defined above. The constraint solver complements this relationality by supporting the use of the principles to move information between any two dimensions. If, say, the left-hand side of the linking principle is found to be satisfied for dimension d 1 , a propagator will infer the right-hand side and add it to dimension d 2 . Conversely, if the solver finds that the right-hand side must be false for d 2 , the negation of the left-hand side is inferred for d 1 . By letting principles interact concurrently, we can make some very powerful inferences, as we will demonstrate with the example sentence \"Mary saw a student with a book,\" some partial analyses for which are shown in Fig. 4 .", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 1131, |
| "end": 1137, |
| "text": "Fig. 4", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Syntax-Semantics Interaction", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "Column (i) in the figure shows the state after the constraint solver finishes its initial propagation, at the root of the search tree. Even at this point, the valency and treeness principles have conspired to establish an almost complete ID-structure. By the linking principle, the PA-structure has been determined similarly closely. The SC-structure is still mostly undetermined, but by the co-and contra-dominance principles, the solver has already established that some nodes must dominate others: A dotted edge with label s in the picture means that the solver knows there must be a path between these two nodes which starts with an s-edge. In other words, the solver has computed a large amount of semantic information from an incomplete syntactic analysis. Now imagine some external source tells us that with is a mod-child of student on PA, i. e. the analysis in (iii). This information could come e. g. from a statistical model of selectional preferences, which will judge this edge much more probable than an instr-edge from the verb to the preposition (ii). Adding this edge will trigger additional inferences through the linking principle, which can now infer that with is a prep-child of student on ID. In the other direction, the solver will infer more dominances on SC. This means that semantic information can be used to disambiguate syntactic ambiguities, and semantic information such as selectional preferences can be stated on their natural level of representation, rather than be forced into the ID dimension directly.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Syntax-Semantics Interaction", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "Similarly, the introduction of new edges on SC could trigger a similar reasoning process which would infer new PA-edges, and thus indirectly also new ID-edges. Such new edges on SC could come from inferences with world or discourse knowledge (Koller and Niehren, 2000) , scope preferences, or interactions with information structure (Duchier and Kruijff, 2003) .", |
| "cite_spans": [ |
| { |
| "start": 242, |
| "end": 268, |
| "text": "(Koller and Niehren, 2000)", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 333, |
| "end": 360, |
| "text": "(Duchier and Kruijff, 2003)", |
| "ref_id": "BIBREF4" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Syntax-Semantics Interaction", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "Our syntax-semantics interface represents semantic information as graphs on the PA and SC dimensions. While this looks like a radical departure from traditional semantic formalisms, we consider these graphs simply an alternative way of presenting more traditional representations. We devote the rest of the paper to demonstrating that a pair of a PA and a SC structure can be interpreted as a Montague-style formula, and that a partial analysis on these two dimensions can be seen as an underspecified semantic description.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Traditional Semantics", |
| "sec_num": "4" |
| }, |
| { |
| "text": "In order to extract a standard type-theoretic expression from an XDG analysis, we assign each node v two semantic values: a lexical value L(v) representing the semantics of v itself, and a phrasal value P(v) representing the semantics of the entire SCsubtree rooted at v. We use the SC-structure to determine functor-argument relationships, and the PAstructure to establish variable binding.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Montague-style Interpretation", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "We assume that nodes for determiners and proper names introduce unique individual variables (\"indices\"). Below we will write v to refer to the index of the node v, and we write \u2193 to refer to the node which is the -child of the current node in the appropriate dimension (PA or SC). The semantic lexicon is defined as follows; \"L(w)\" should be read as \"L(v), where v is a node for the word w\". Lexical values for other determiners, common nouns, and proper names are defined analogously. Note that we do not formally distinguish event variables from individual variables. In particular, L(with) can be applied to either nouns or verbs, which both have type e,t .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Montague-style Interpretation", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "We assume that no node in the SC-tree has more than one child with the same edge label (which our grammar guarantees), and write n( 1 , . . . , k ) to indicate that the node n has SC-children over the edge labels 1 , . . . , k . The phrasal value for n is defined (in the most complex case) as follows: P(n(r, s)) = L(n)(P(\u2193r))(\u03bb n .P(\u2193s))", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Montague-style Interpretation", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "This rule implements Montague's rule of quantification (Montague, 1974) ; note that \u03bb n is a binder for the variable n . Nodes that have no s-children are simply functionally applied to the phrasal semantics of their children (if any).", |
| "cite_spans": [ |
| { |
| "start": 55, |
| "end": 71, |
| "text": "(Montague, 1974)", |
| "ref_id": "BIBREF12" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Montague-style Interpretation", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "By way of example, consider the left-hand SCstructure in Fig. 2 . If we identify each node by the word it stands for, we get the following phrasal value for the root of the tree:", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 57, |
| "end": 63, |
| "text": "Fig. 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Montague-style Interpretation", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "L(a)(L(book))(\u03bb x.L(every)(L(student) (\u03bb y.read (y)(x)))),", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Montague-style Interpretation", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "where we write x for a and y for every . The arguments of read are x and y because every and a are the arg and pat children of reads on the PAstructure. After replacing the lexical values by their definitions and beta-reduction, we obtain the familiar representation for this semantic reading, as shown in Section 3.1.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Montague-style Interpretation", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "It is straightforward to extend this extraction of type-theoretic formulas from fully specified XDG analyses to an extraction of underspecified semantic descriptions from partial XDG analyses. We will briefly demonstrate this here for descriptions in the CLLS framework (Egg et al., 2001) , which supports this most easily. Other underspecification formalisms could be used too. Consider the partial SC-structure in Fig. 5 , which could be derived by the constraint solver for the sentence from Fig. 2 . We can obtain a CLLS constraint from it by first assigning to each node of the SC-structure a lexical value, which is now a part of the CLLS constraint (indicated by the dotted ellipses). Because student and book are known to be rdaughters of every and a on SC, we plug their CLLS constraints into the r-holes of their mothers' constraints. Because we know that reads must be dominated by the s-children of the determiners, we add the two (dotted) dominance edges to the constraint. Finally, variable binding is represented by the binding constraints drawn as dashed arrows, and can be derived from PA exactly as above.", |
| "cite_spans": [ |
| { |
| "start": 270, |
| "end": 288, |
| "text": "(Egg et al., 2001)", |
| "ref_id": "BIBREF6" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 416, |
| "end": 422, |
| "text": "Fig. 5", |
| "ref_id": "FIGREF5" |
| }, |
| { |
| "start": 495, |
| "end": 501, |
| "text": "Fig. 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Underspecification", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "In this paper, we have shown how to build a fully relational syntax-semantics interface based on XDG.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "5" |
| }, |
| { |
| "text": "This new grammar formalism offers the grammar developer the possibility to represent different kinds of linguistic information on separate dimensions that can be represented as graphs. Any two dimensions can be linked by multi-dimensional principles, which mutually constrain the graphs on the two dimensions. We have shown that a parser based on concurrent constraint programming is capable of inferences that restrict ambiguity on one dimension based on newly available information on another.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Because the interface we have presented makes no assumption that any dimension is more \"basic\" than another, there is no conceptual difference between parsing and generation. If the input is the surface sentence, the solver will use this information to compute the semantic dimensions; if the input is the semantics, the solver will compute the syntactic dimensions, and therefore a surface sentence. This means that we get bidirectional grammars for free.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "5" |
| }, |
| { |
| "text": "While the solver is reasonably efficient for many (hand-crafted) grammars, it is an important goal for the future to ensure that it can handle largescale grammars imported from e.g. XTAG (XTAG Research Group, 2001) or induced from treebanks. One way in which we hope to achieve this is to identify fragments of XDG with provably polynomial parsing algorithms, and which contain most useful grammars. Such grammars would probably have to specify word orders that are not completely free, and we would have to control the combinatorics of the different dimensions (Maxwell and Kaplan, 1993) . One interesting question is also whether different dimensions can be compiled into a single dimension, which might improve efficiency in some cases, and also sidestep the monostratal vs. multistratal distinction.", |
| "cite_spans": [ |
| { |
| "start": 187, |
| "end": 214, |
| "text": "(XTAG Research Group, 2001)", |
| "ref_id": "BIBREF17" |
| }, |
| { |
| "start": 562, |
| "end": 588, |
| "text": "(Maxwell and Kaplan, 1993)", |
| "ref_id": "BIBREF11" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "5" |
| }, |
| { |
| "text": "The crucial ingredient of XDG that make relational syntax-semantics processing possible are the declaratively specified principles. So far, we have only given some examples for principle specifications; while they could all be written as Horn clauses, we have not committed to any particular representation formalism. The development of such a representation formalism will of course be extremely important once we have experimented with more powerful grammars and have a stable intuition about what principles are needed.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "5" |
| }, |
| { |
| "text": "At that point, it would also be highly interesting to define a (logic) formalism that generalises both XDG and dominance constraints, a fragment of CLLS. Such a formalism would make it possible to take over the interface presented here, but use dominance constraints directly on the semantics dimensions, rather than via the encoding into PA and SC dimensions. The extraction process of Section 4.2 could then be recast as a principle.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "5" |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "We thank Markus Egg for many fruitful discussions about this paper.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgements", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Principles of Constraint Programming", |
| "authors": [ |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Apt", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "K. Apt. 2003. Principles of Constraint Programming. Cambridge University Press.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Aspects of the Theory of Syntax", |
| "authors": [ |
| { |
| "first": "N", |
| "middle": [], |
| "last": "Chomsky", |
| "suffix": "" |
| } |
| ], |
| "year": 1965, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "N. Chomsky. 1965. Aspects of the Theory of Syntax. MIT Press, Cambridge, MA.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Minimal recursion semantics. an introduction", |
| "authors": [ |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Copestake", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Flickinger", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Pollard", |
| "suffix": "" |
| }, |
| { |
| "first": "I", |
| "middle": [], |
| "last": "Sag", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Journal of Language and Computation", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "A. Copestake, D. Flickinger, C. Pollard, and I. Sag. 2004. Minimal recursion semantics. an introduction. Journal of Language and Computation. To appear.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Topological dependency trees: A constraint-based account of linear precedence", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Duchier", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Debusmann", |
| "suffix": "" |
| } |
| ], |
| "year": 2001, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "D. Duchier and R. Debusmann. 2001. Topological de- pendency trees: A constraint-based account of linear precedence. In ACL 2001, Toulouse.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Information structure in topological dependency grammar", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Duchier", |
| "suffix": "" |
| }, |
| { |
| "first": "G.-J", |
| "middle": [ |
| "M" |
| ], |
| "last": "Kruijff", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "D. Duchier and G.-J. M. Kruijff. 2003. Information structure in topological dependency grammar. In EACL 2003.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Configuration of labeled trees under lexicalized constraints and principles", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Duchier", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "Research on Language and Computation", |
| "volume": "1", |
| "issue": "3-4", |
| "pages": "307--336", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "D. Duchier. 2003. Configuration of labeled trees un- der lexicalized constraints and principles. Research on Language and Computation, 1(3-4):307-336.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "The Constraint Language for Lambda Structures. Logic, Language, and Information", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Egg", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Koller", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Niehren", |
| "suffix": "" |
| } |
| ], |
| "year": 2001, |
| "venue": "", |
| "volume": "10", |
| "issue": "", |
| "pages": "457--485", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "M. Egg, A. Koller, and J. Niehren. 2001. The Constraint Language for Lambda Structures. Logic, Language, and Information, 10:457-485.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Efficient linear logic meaning assembly", |
| "authors": [ |
| { |
| "first": "V", |
| "middle": [], |
| "last": "Gupta", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Lamping", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "COLING/ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "V. Gupta and J. Lamping. 1998. Efficient linear logic meaning assembly. In COLING/ACL 1998.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "An algorithm for functional uncertainty", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Kaplan", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [ |
| "T" |
| ], |
| "last": "Maxwell", |
| "suffix": "" |
| }, |
| { |
| "first": "Iii", |
| "middle": [], |
| "last": "", |
| "suffix": "" |
| } |
| ], |
| "year": 1988, |
| "venue": "COLING 1988", |
| "volume": "", |
| "issue": "", |
| "pages": "297--302", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "M. Kaplan and J. T. Maxwell III. 1988. An algorithm for functional uncertainty. In COLING 1988, pages 297-302, Budapest/HUN.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "On underspecified processing of dynamic semantics", |
| "authors": [ |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Koller", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Niehren", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "Proceedings of COLING-2000", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "A. Koller and J. Niehren. 2000. On underspecified processing of dynamic semantics. In Proceedings of COLING-2000, Saarbr\u00fccken.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Generation as dependency parsing", |
| "authors": [ |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Koller", |
| "suffix": "" |
| }, |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Striegnitz", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "A. Koller and K. Striegnitz. 2002. Generation as depen- dency parsing. In ACL 2002, Philadelphia/USA.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "The interface between phrasal and functional constraints", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [ |
| "T" |
| ], |
| "last": "Maxwell", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [ |
| "M" |
| ], |
| "last": "Kaplan", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "Computational Linguistics", |
| "volume": "19", |
| "issue": "4", |
| "pages": "571--590", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "J. T. Maxwell and R. M. Kaplan. 1993. The interface between phrasal and functional constraints. Compu- tational Linguistics, 19(4):571-590.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "The proper treatment of quantification in ordinary english", |
| "authors": [ |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Montague", |
| "suffix": "" |
| } |
| ], |
| "year": 1974, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "247--271", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "R. Montague. 1974. The proper treatment of quantifica- tion in ordinary english. In Richard Thomason, editor, Formal Philosophy. Selected Papers of Richard Mon- tague, pages 247-271. Yale University Press, New Haven and London.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Categorial grammar and formal semantics", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Moortgat", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Encyclopedia of Cognitive Science", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "M. Moortgat. 2002. Categorial grammar and formal se- mantics. In Encyclopedia of Cognitive Science. Na- ture Publishing Group, MacMillan. To appear.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "The Mozart-Oz website", |
| "authors": [ |
| { |
| "first": "Mozart", |
| "middle": [], |
| "last": "Consortium", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Mozart Consortium. 2004. The Mozart-Oz website. http://www.mozart-oz.org/.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "The Oz Programming Model", |
| "authors": [ |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Smolka", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "Computer Science Today", |
| "volume": "1000", |
| "issue": "", |
| "pages": "324--343", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "G. Smolka. 1995. The Oz Programming Model. In Computer Science Today, Lecture Notes in Computer Science, vol. 1000, pages 324-343. Springer-Verlag.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "Alternating quantifier scope in CCG", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Steedman", |
| "suffix": "" |
| } |
| ], |
| "year": 1999, |
| "venue": "Proc. 37th ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "301--308", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "M. Steedman. 1999. Alternating quantifier scope in CCG. In Proc. 37th ACL, pages 301-308.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "A lexicalized tree adjoining grammar for english", |
| "authors": [ |
| { |
| "first": "", |
| "middle": [], |
| "last": "Xtag Research Group", |
| "suffix": "" |
| } |
| ], |
| "year": 2001, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "XTAG Research Group. 2001. A lexicalized tree adjoin- ing grammar for english. Technical Report IRCS-01- 03, IRCS, University of Pennsylvania.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF1": { |
| "uris": null, |
| "text": "The example grammar fragment", |
| "num": null, |
| "type_str": "figure" |
| }, |
| "FIGREF3": { |
| "uris": null, |
| "text": "(a) = \u03bb P\u03bb Q\u03bb e.\u2203x(P(x) \u2227 Q(x)(e)) L(book) = book L(with) = \u03bb P\u03bb x.(with ( \u2193arg )(x) \u2227 P(x)) L(reads) = read ( \u2193pat )( \u2193ag )", |
| "num": null, |
| "type_str": "figure" |
| }, |
| "FIGREF5": { |
| "uris": null, |
| "text": "A partial SC-structure and its corresponding CLLS description.", |
| "num": null, |
| "type_str": "figure" |
| }, |
| "TABREF1": { |
| "num": null, |
| "type_str": "table", |
| "html": null, |
| "content": "<table><tr><td colspan=\"2\">in CN {det?}</td><td>{prep * }</td><td>{quant?}</td><td>{mod?}</td><td>{r?, s?, a?} {}</td></tr><tr><td>PREP</td><td>{prep?}</td><td>{pcomp!}</td><td>{mod?, instr?}</td><td>{arg!}</td><td>{r?, s?, a?} {a!}</td></tr><tr><td/><td>link</td><td/><td>codom</td><td>contradom</td><td/></tr><tr><td>DET</td><td>{quant \u2192 {det}}</td><td/><td colspan=\"2\">{quant \u2192 {r}} {}</td><td/></tr><tr><td>CN,PN</td><td>{mod \u2192 {prep}}</td><td/><td>{}</td><td>{mod \u2192 {a}}</td><td/></tr><tr><td>PREP</td><td>{arg \u2192 {pcomp}}</td><td/><td>{}</td><td>{arg \u2192 {s}}</td><td/></tr></table>", |
| "text": "ID out ID in PA out PA in SC out SC DET {subj?, obj?, pcomp?} {det!} {ag?, pat?, arg?} {quant!} {r?, s?, a?} {r!, s!} {subj?, obj?, pcomp?} {prep * } {ag?, pat?, arg?} {mod?} {r?, s?, a?} {r?, s!} TV {} {subj!, obj!, prep * } {} {ag!, pat!, instr?} {r?, s?, a?} {}" |
| }, |
| "TABREF2": { |
| "num": null, |
| "type_str": "table", |
| "html": null, |
| "content": "<table><tr><td>Linking principle.</td></tr></table>", |
| "text": "The possible values for each feature in d and out d are subsets of Lab d \u00d7 {!, ?, * }. ! specifies a mandatory edge with label , ? an optional one, and * zero or more. The linking principle for dimensions d 1 , d 2 constrains how dependents on d 1 may be realised on d 2 . It assumes a feature link d 1 ,d 2 whose values are functions that map labels from Lab d 1 to sets of labels from Lab d 2 , and is specified by the following implication:" |
| }, |
| "TABREF3": { |
| "num": null, |
| "type_str": "table", |
| "html": null, |
| "content": "<table/>", |
| "text": "The co-dominance principle for d 1 , d 2 relates edges in d 1 to dominance relations in the same direction in d 2 . It assumes a feature codom d 1 ,d 2 mapping labels in Lab d 1 to sets of labels in Lab d 2 and is specified as" |
| }, |
| "TABREF4": { |
| "num": null, |
| "type_str": "table", |
| "html": null, |
| "content": "<table><tr><td>we have:</td></tr><tr><td>every</td></tr></table>", |
| "text": "The contra-dominance principle is symmetric to the co-dominance principle, and relates edges in d 1 to dominance edges into the opposite direction in d 2 . It assumes a feature contradom d 1 ,d 2 mapping labels of Lab d 1 to sets of labels from Lab d 2 and is specified as" |
| } |
| } |
| } |
| } |