ACL-OCL / Base_JSON /prefixU /json /U03 /U03-1006.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "U03-1006",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T03:11:35.563600Z"
},
"title": "Syntactic disambiguation using presupposition resolution",
"authors": [
{
"first": "Alistair",
"middle": [],
"last": "Knott",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Otago",
"location": {}
},
"email": ""
},
{
"first": "Peter",
"middle": [],
"last": "Vlugter",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Otago",
"location": {}
},
"email": "pvlugter@cs.otago.ac.nz"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "If a sentence is ambiguous, it often happens that the correct reading is the one which can most easily be incorporated into the discourse context. In this paper we present a simple method for implementing this intuition using the mechanism of presupposition resolution. The basic idea is that we can choose between the alternative readings of an ambiguous sentence by picking the reading which has the greatest number of satistified presuppositions. We present two uses of the disambiguation algorithm in our bilingual human-machine dialogue system.",
"pdf_parse": {
"paper_id": "U03-1006",
"_pdf_hash": "",
"abstract": [
{
"text": "If a sentence is ambiguous, it often happens that the correct reading is the one which can most easily be incorporated into the discourse context. In this paper we present a simple method for implementing this intuition using the mechanism of presupposition resolution. The basic idea is that we can choose between the alternative readings of an ambiguous sentence by picking the reading which has the greatest number of satistified presuppositions. We present two uses of the disambiguation algorithm in our bilingual human-machine dialogue system.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "Syntactic ambiguity is a well-known problem for natural language interpretation systems, and it is one which becomes increasingly serious as the syntactic coverage of a system increases. A great deal of research in NLP has focussed on how to avoid or alleviate the problem, and several different (and reasonably complementary) approaches have been devised. Four broad classes of approach can be distinguished. The oldest approach involves devising structural heuristics for disambiguation; these are often psycholinguisticallyinspired, such as the minimal attachment strategy of Ferreira and Clifton (1986) . Another class of approaches rely on the deployment of world or situation knowledge to assess alternative interpretations of a sentence. These approaches re-quire interpretation systems which generate fairly rich semantic representations for sentences, along with large knowledge bases of facts about the domain of interpretation, along with sophisticated inference mechanisms to operate on them. Limitations on the size of knowledge bases and on the speed of theorem-provers mean that this approach is often hard to scale to real applications. (However, there are a number of promising approaches for tackling the scalability problem; see for instance Bos (2001) , Hobbs (1993) , Stone (1998) .) But by far the dominant approach to syntactical ambiguity resolution at the moment involves the use of statistical techniques in one form or another. In particular, using statistical grammars which take into consideration lexical dependencies (see e.g. Collins (1996) , Goodman (1998) , Magerman (1995) ) has proved a very sensitive way of capturing the kind of grammatical contexts that particular words or word combinations typically appear in; this information can be effectively used to decide between alternative parses.",
"cite_spans": [
{
"start": 579,
"end": 606,
"text": "Ferreira and Clifton (1986)",
"ref_id": "BIBREF5"
},
{
"start": 1261,
"end": 1271,
"text": "Bos (2001)",
"ref_id": "BIBREF0"
},
{
"start": 1274,
"end": 1286,
"text": "Hobbs (1993)",
"ref_id": "BIBREF7"
},
{
"start": 1289,
"end": 1301,
"text": "Stone (1998)",
"ref_id": "BIBREF12"
},
{
"start": 1558,
"end": 1572,
"text": "Collins (1996)",
"ref_id": "BIBREF1"
},
{
"start": 1575,
"end": 1589,
"text": "Goodman (1998)",
"ref_id": null
},
{
"start": 1592,
"end": 1607,
"text": "Magerman (1995)",
"ref_id": "BIBREF10"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "However, there remain some species of ambiguity which are hard to resolve using statistical parsers. It frequently happens that at least two of the alternative readings of a sentence are relatively frequently attested in the corpus used to train the parser. Some of the classical illustrations of syntactic ambiguity can be used to make the point. For instance, there are two readings of the following well-known sentence:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "(1)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The man saw the girl with the telescope.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "In one reading, the PP with the telescope attaches to the NP the girl, while in the other, it attaches Figure 1 : Architecture of the Te Kaitito system to the VP saw the girl. The ambiguity in this sentence is clear, because both the alternative readings describe situations which are consistent with our world knowledge: telescopes can be used for seeing, and people can possess telescopes. In a representative corpus of English, we can expect with [telescope] (or perhaps, backing off, with [instrument] to occur quite frequently modifying NPs as well as VPs. For the same reason, we cannot expect world knowledge to be very useful in distinguishing between the two alternative parses. A more useful source of information for disambiguation is the immediate discourse context. Simply put, if the reader knows that the man has a telescope in the current discourse context, one of the readings is preferred; if the reader knows that the girl has a telescope in the current context, the other reading is preferred.",
"cite_spans": [],
"ref_spans": [
{
"start": 103,
"end": 111,
"text": "Figure 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "English Maori Lexicons English Maori Morphological rules English Maori",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "In this paper, we present a simple method for making use of this kind of contextual information in syntactic disambiguation. The key idea is to allow the process of presupposition resolution to provide information about the contextual appropriateness of each alternative reading of a sentence (or perhaps each of the readings which a syntactic parser considers reasonably likely). In Section 2, we introduce the general framework we will be working in, by describing our humanmachine dialogue system and the semantic representations it uses. In Section 3, we outline the (fairly simple) approach to disambiguation we have in mind, and give an example. In Section 4, we describe one particularly useful application of the approach, for dealing with sentences which have ambiguous information structure.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Our sentence interpretation system is embedded in a larger human-machine dialogue system called Te Kaitito 1 (see for a general overview). The architecture of Te Kaitito is given in Figure 1 . When it is the user's turn to contribute to the dialogue, (s)he enters a sentence, in written form. (Te Kaitito is bilingual between English and M\u0101ori, so either language can be used.) The sentence is first parsed, using the LKB system (Copestake, 2000) , and a set of syntactic analyses are computed. Each analysis is associated with a semantic interpretation in the Minimal Recursion Semantics (MRS) formalism of Copestake et al. (1999) . Each MRS representation is then converted to a representation in Discourse Representation Theory (DRT) (Kamp and Reyle, 1993) , as extended by van der Sandt (1992) to incorporate a treatment of presuppositions. Each of the sentence's DRSs then has its presuppositions resolved using information about the current discourse context, and one of the DRSs is selected as the preferred interpretation of the sentencethis operation is the focus of the current paper. The preferred interpretation is then passed to the dialogue engine, and a response is generated.",
"cite_spans": [
{
"start": 429,
"end": 446,
"text": "(Copestake, 2000)",
"ref_id": "BIBREF3"
},
{
"start": 608,
"end": 631,
"text": "Copestake et al. (1999)",
"ref_id": "BIBREF2"
},
{
"start": 737,
"end": 759,
"text": "(Kamp and Reyle, 1993)",
"ref_id": "BIBREF8"
}
],
"ref_spans": [
{
"start": 182,
"end": 190,
"text": "Figure 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "Presuppositional DRT in the Te Kaitito system",
"sec_num": "2"
},
{
"text": "Here is a brief introduction to the relevant concepts from DRT. The dialogue context and incoming sentences are modelled with Discourse Representation Structures (DRSs). A DRS is a structure with two fields, one for representing discourse referents, and one for representing conditions or predications over these referents. DRSs are typically drawn as split boxes, where referents appear at the top, and conditions below. For example, here is the DRS for the sentence A cat walked:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Presuppositional DRT in the Te Kaitito system",
"sec_num": "2"
},
{
"text": "x cat(x) walk(x)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Presuppositional DRT in the Te Kaitito system",
"sec_num": "2"
},
{
"text": "The discourse referent x is created by the indefinite NP a cat. This shows that a cat has introduced a new discourse referent. The conditions cat(x) and walk(x) were placed in the bottom part by the NP a cat and the VP walked.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Presuppositional DRT in the Te Kaitito system",
"sec_num": "2"
},
{
"text": "A sentence's presuppositions are elements of its content which the speaker assumes are already part of the common ground; they are constraints on the kinds of context in which the sentence can be uttered. Here are two examples.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Presuppositional DRT in the Te Kaitito system",
"sec_num": "2"
},
{
"text": "( 2)The dog chased a cat.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Presuppositional DRT in the Te Kaitito system",
"sec_num": "2"
},
{
"text": "(3) John's cat slept.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Presuppositional DRT in the Te Kaitito system",
"sec_num": "2"
},
{
"text": "Sentence 2 presupposes that there is a dog in the discourse context (or more precisely, that there is exactly one salient dog in the context). Sentence 3 presupposes that there is someone called John, and also that this person has a cat. Presuppositions are triggered by lexical items such as the definite article, proper names, and possessive forms. These triggers determine what is asserted information, and what is presupposed in a given sentence.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Presuppositional DRT in the Te Kaitito system",
"sec_num": "2"
},
{
"text": "As already mentioned, we use a DRT-based treatment of presuppositions as proposed by van der Sandt (1992). A sentence is modelled as an assertion DRS and a set of presupposition DRSs. The DRSs for Examples 2 and 3 are shown in Figures 2 and 3 . Notice that the presupposition DRSs are distinguished by dashed lines. 2",
"cite_spans": [],
"ref_spans": [
{
"start": 227,
"end": 242,
"text": "Figures 2 and 3",
"ref_id": null
}
],
"eq_spans": [],
"section": "Presuppositional DRT in the Te Kaitito system",
"sec_num": "2"
},
{
"text": "2 One difference between our model and that of van der Sandt's is that there is no hierarchy of presuppositions in dog(x)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Presuppositional DRT in the Te Kaitito system",
"sec_num": "2"
},
{
"text": "x y cat(y) chase(x,y) The presuppositions of a sentence need to be resolved or satisfied in the current discourse context before its assertional content can be processed. In van der Sandt's DRS-based treatment, this is modelled as a binding operation: the referents in each of the sentence's presupposition DRSs need to be bound to referents in the context DRS which have the properties identified in the presupposition DRS. Once this binding has been done, if the presuppositions of a sentence are not satisfied, referents with suitable properties can be (charitably) assumed to exist, and added to the context DRS, in an operation called accommodation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Presuppositional DRT in the Te Kaitito system",
"sec_num": "2"
},
{
"text": "Our basic idea for disambiguating between alternative readings of an ambiguous sentence is to choose the reading that can most easily be incorporated into the discourse context. To implement this we use the following general strategy: first, generate the DRS for each alternative interpretation of an ambiguous sentence; then perform presupposition resolution for each interpretation within the current discourse context; finally, choose the most contextually appropriate interpretation. We use the following two principles to determine preference between the alternaour model: they all appear at the same level. In van der Sandt's model, a presupposition DRS can itself have presuppositions.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Presuppositional weight for sentence disambiguation",
"sec_num": "3"
},
{
"text": "tives:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Presuppositional weight for sentence disambiguation",
"sec_num": "3"
},
{
"text": "1. Accommodation principle: the most contextually appropriate interpretations of a sentence are those whose presuppositions can be resolved with the minimum amount of accommodated material.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Presuppositional weight for sentence disambiguation",
"sec_num": "3"
},
{
"text": "2. Presuppositional weight principle: if two interpretations of a sentence can both have their presuppositions resolved without accommodation, the most contextually appropriate interpretation is the one with the greatest amount of presuppositional material.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Presuppositional weight for sentence disambiguation",
"sec_num": "3"
},
{
"text": "One point to clarify in relation to these principles is how to determine the 'amount' of accommodated or presupposed material in the interpretation of a sentence. We will assume that this relates simply to a count of DRS conditions. For instance, for the accommodation principle, an interpretation which requires only one DRS condition to be accommodated into the discourse context is preferable over an interpretation which requires two conditions to be accommodated. For the presuppositional weight principle, given two interpretations whose presuppositions are both satisfied without recourse to accommodation, we simply count the total number of presupposed DRS conditions in each interpretation and choose the one with the highest total. It may be that there are alternative definitions for this notion of 'amount of semantic material', for instance including a count of the number of referents introduced, or the number of separate presupposition DRSs. But a simple account will suffice for the examples we deal with in this paper.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Presuppositional weight for sentence disambiguation",
"sec_num": "3"
},
{
"text": "Let us return to Example (1), repeated below:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "An example",
"sec_num": null
},
{
"text": "(4) The man saw the girl with the telescope.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "An example",
"sec_num": null
},
{
"text": "There are two possible readings for this sentence. Both readings presuppose a man, a girl, and a telescope, and both assert that the man saw the girl. The DRS that represents the reading in which the man used the telescope to see the girl is given in Figure 4 . The other possible reading, in which the girl possesses the telescope, is given in Figure 5 . Notice that the second reading has more presuppositional content, or greater presuppositional weight, than the first. If we know of a girl who has a telescope (see e.g. Figure 6(a) ), then the reading in which the girl possesses the telescope would be preferred. In a context like this all the presuppositions of both readings could be resolved. However, we can choose the second reading, by the presuppositional weight principle, since it is 'heavier' in resolvable presuppositions. In a discourse context where there is a man, a girl, and a telescope, but the girl does not possess the telescope (see e.g. 4 Application: sentences with ambiguous information structure",
"cite_spans": [],
"ref_spans": [
{
"start": 251,
"end": 259,
"text": "Figure 4",
"ref_id": null
},
{
"start": 345,
"end": 355,
"text": "Figure 5",
"ref_id": null
},
{
"start": 527,
"end": 538,
"text": "Figure 6(a)",
"ref_id": "FIGREF2"
}
],
"eq_spans": [],
"section": "An example",
"sec_num": null
},
{
"text": "In this section, we describe a use for the two principles just outlined in the interpretation of sentences with ambiguous information structure. To begin with, we will illustrate this kind of ambiguity. Consider the following sentence:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "An example",
"sec_num": null
},
{
"text": "(5) The cat chased the dog.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "An example",
"sec_num": null
},
{
"text": "The most obvious reading of the sentence is that the speaker is simply asserting a new fact a propos of nothing, namely that the cat chased the dog. However, there are alternative possible readings in which the speaker is answering a wide variety of questions: for instance, 'What did the cat chase?', 'What chased the dog?', 'What did the cat do to the dog?' and so on. If the answers were spoken, they would have different prosodic and intonational structures: THE CAT chased the dog, The cat chased THE DOG, The cat CHASED the dog, and so on. In a grammar of English, it is important to distinguish these alternative readings even when there are no prosodic cues; any declarative sentence can genuinely be interpreted in these different ways, and the grammar should reflect this. However, computational grammars typically do not pay much attention to information structure ambiguity, 3 principally because once the ambiguity is created, it is hard to resolve. Information structure ambiguity is prototypically a kind of ambiguity which cannot be resolved using statistical techniques or knowledge about the domain; it requires an analysis of the relation between the sentence and its immediate discourse context. In this section, we describe how information structure ambiguity of this kind can be resolved using a presuppositional framework. We begin by providing some background about the way questions and answers are represented using presuppositions in our system.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "An example",
"sec_num": null
},
{
"text": "In the Te Kaitito system we model questions and answers using presuppositions (for details, see de ). A question can be thought of as asserting that something is 'unknown', 4 and presupposing the content of the query to exist within the current discourse context. For example, consider the question:",
"cite_spans": [
{
"start": 173,
"end": 174,
"text": "4",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Background: presuppositions in questions and answers",
"sec_num": "4.1"
},
{
"text": "(6) What chased the dog?",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Background: presuppositions in questions and answers",
"sec_num": "4.1"
},
{
"text": "This question presupposes that something did chase the dog. The only information it asserts is that the something which chased the dog is unknown to the speaker. This is represented as a DRS in Figure 7 .",
"cite_spans": [],
"ref_spans": [
{
"start": 194,
"end": 202,
"text": "Figure 7",
"ref_id": null
}
],
"eq_spans": [],
"section": "Background: presuppositions in questions and answers",
"sec_num": "4.1"
},
{
"text": "unknown(v) v chased(v,w) dog(w) w u1 u1:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Background: presuppositions in questions and answers",
"sec_num": "4.1"
},
{
"text": "question(u1) Figure 7 : What chased the dog?",
"cite_spans": [],
"ref_spans": [
{
"start": 13,
"end": 21,
"text": "Figure 7",
"ref_id": null
}
],
"eq_spans": [],
"section": "Background: presuppositions in questions and answers",
"sec_num": "4.1"
},
{
"text": "An answer to a question also makes use of presuppositions. An answer presupposes a question containing an unknown element, and asserts that this unknown element is identical to some referent within the discourse context. An answer to the question in Example 6 could be given as It was the cat or just The cat. This answer is represented as a DRS in Figure 8 and answers, and a discussion of some of its additional benefits in a dialogue management system, see .",
"cite_spans": [],
"ref_spans": [
{
"start": 349,
"end": 357,
"text": "Figure 8",
"ref_id": "FIGREF3"
}
],
"eq_spans": [],
"section": "Background: presuppositions in questions and answers",
"sec_num": "4.1"
},
{
"text": "One could also answer the question in Example 6 using the full sentence The cat chased the dog (c.f. Example 5), with understood emphasis THE CAT chased the dog. How do we distinguish this reading from the other possible readings? The DRSs in Figures 9-11 can be used directly to derive the right interpretation of the sentence, namely that given in Figure 10. Firstly, note that both the interpretation in Figure 9 and that in Figure 10 can have all their presuppositions resolved without accommodation in the context created by the question (Figure 7) , while the interpretation given in Figure 11 contains a presupposition which needs to be accommodated in this context (an unknown object which is chased). By the accommodation principle, we can reject the interpretation in Figure 11 . Now note that the interpretation in Figure 10 has a larger number of presupposed DRS conditions than the interpretation in Figure 9 (4 versus 2) . By the presuppositional weight principle, we can therefore choose the interpretation in Figure 10 , which is the correct interpretation for the sentence.",
"cite_spans": [],
"ref_spans": [
{
"start": 243,
"end": 255,
"text": "Figures 9-11",
"ref_id": "FIGREF4"
},
{
"start": 350,
"end": 356,
"text": "Figure",
"ref_id": null
},
{
"start": 407,
"end": 415,
"text": "Figure 9",
"ref_id": null
},
{
"start": 428,
"end": 437,
"text": "Figure 10",
"ref_id": null
},
{
"start": 543,
"end": 553,
"text": "(Figure 7)",
"ref_id": null
},
{
"start": 590,
"end": 599,
"text": "Figure 11",
"ref_id": "FIGREF4"
},
{
"start": 778,
"end": 787,
"text": "Figure 11",
"ref_id": "FIGREF4"
},
{
"start": 826,
"end": 835,
"text": "Figure 10",
"ref_id": null
},
{
"start": 913,
"end": 934,
"text": "Figure 9 (4 versus 2)",
"ref_id": null
},
{
"start": 1025,
"end": 1034,
"text": "Figure 10",
"ref_id": null
}
],
"eq_spans": [],
"section": "Using presuppositional weight for disambiguation",
"sec_num": "4.2"
},
{
"text": "In this paper, we have presented a simple approach to sentence disambiguation, which makes use of presupposition resolution, and we have described two example contexts where the approach is useful. We have argued that this approach is likely to be helpful in cases where other methods for disambiguation have difficulties, in particular in cases where statistical methods cannot deliver a clear verdict because two (or more) interpretations of a sentence contain constructions which are frequently attested in training corpora, and where methods based on determining consistency with world or domain knowledge have a similar problem; information structure ambiguity is a good case in point. Naturally, the information about contextual appropriateness delivered by the presupposition reolution mechanism should just be considered as one source of information about the appropriate reading of a sentence. Other sources of information should also be taken into account. A statistical parser is still likely to be of considerable use in weeding out very unsuitable readings at the very start, because presupposition resolution is computationally quite expensive. And information from world or domain knowledge about the absolute likelihood of alternative readings is also bound to be important. Our main conclusion is simply that information about presuppositions should have a useful role to play in a complete framework for sentence disambiguation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Summary and conclusions",
"sec_num": "5"
},
{
"text": "Online demos of Te Kaitito can be found at http://tutoko.otago.ac.nz:8080/teKaitito/ .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Categorial grammar is a notable exception; seeSteedman (2000).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Strictly speaking, we are here asserting something about the speaker's knowledge about the object, rather than about the object itself. But in our system, we draw no distinction between this kind of epistemic predicate and ordinary firstorder predicates.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [
{
"text": "This work was supported by University of Otago Research Grant MFHB10, and by the NZ Foundation for Research in Science & Technology (FRST) grant UOOX02.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgements",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "DORIS 2001: Underspecification, resolution and inference for discourse representation structures",
"authors": [
{
"first": "",
"middle": [],
"last": "Bos",
"suffix": ""
}
],
"year": 2001,
"venue": "Proceedings of ICoS-3: Inference in Computational Semantics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "J Bos. 2001. DORIS 2001: Underspecification, res- olution and inference for discourse representation structures. In Proceedings of ICoS-3: Inference in Computational Semantics.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "A new statistical parser based on bigram lexical dependencies",
"authors": [
{
"first": "M",
"middle": [],
"last": "Collins",
"suffix": ""
}
],
"year": 1996,
"venue": "Proceedings of the 34th Meeting of the ACL",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "M Collins. 1996. A new statistical parser based on bigram lexical dependencies. In Proceedings of the 34th Meeting of the ACL, Santa Cruz.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Minimal Recursion Semantics: An introduction",
"authors": [
{
"first": "A",
"middle": [],
"last": "Copestake",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Flickinger",
"suffix": ""
},
{
"first": "C",
"middle": [],
"last": "Sag",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Pollard",
"suffix": ""
}
],
"year": 1999,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "A Copestake, D Flickinger, I Sag, and C Pollard. 1999. Minimal Recursion Semantics: An introduc- tion. Manuscript, CSLI, Stanford University.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "The (new) LKB system",
"authors": [
{
"first": "",
"middle": [],
"last": "Copestake",
"suffix": ""
}
],
"year": 2000,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "A Copestake. 2000. The (new) LKB system. CSLI, Stanford University.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "A DRTbased framework for presuppositions in dialogue management",
"authors": [
{
"first": "",
"middle": [],
"last": "S De Jager",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Knott",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Bayard",
"suffix": ""
}
],
"year": 2002,
"venue": "Proceedings of the 6th workshop on the semantics and pragmatics of dialogue",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "S de Jager, A Knott, and I Bayard. 2002. A DRT- based framework for presuppositions in dialogue management. In Proceedings of the 6th work- shop on the semantics and pragmatics of dialogue (EDILOG 2002), Edinburgh.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "The independence of syntactic processing",
"authors": [
{
"first": "F",
"middle": [],
"last": "Ferreira",
"suffix": ""
},
{
"first": "C",
"middle": [],
"last": "Clifton",
"suffix": ""
}
],
"year": 1986,
"venue": "Journal of Memory and Language",
"volume": "25",
"issue": "",
"pages": "348--368",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "F Ferreira and C Clifton. 1986. The independence of syntactic processing. Journal of Memory and Lan- guage, 25:348-368.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Interpretation as abduction",
"authors": [
{
"first": "J",
"middle": [],
"last": "Hobbs",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Stickel",
"suffix": ""
},
{
"first": "P",
"middle": [],
"last": "Appelt",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Martin",
"suffix": ""
}
],
"year": 1993,
"venue": "Artificial Intelligence",
"volume": "63",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "J Hobbs, M Stickel, D Appelt, and P Martin. 1993. Interpretation as abduction. Artificial Intelligence, 63.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "From discourse to logic",
"authors": [
{
"first": "H",
"middle": [],
"last": "Kamp",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Reyle",
"suffix": ""
}
],
"year": 1993,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "H Kamp and U Reyle. 1993. From discourse to logic. Kluwer Academic Publishers, Dordrecht.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "An architecture for bilingual and bidirectional nlp",
"authors": [
{
"first": "A",
"middle": [],
"last": "Knott",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Bayard",
"suffix": ""
},
{
"first": "N",
"middle": [],
"last": "De Jager",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Wright",
"suffix": ""
}
],
"year": 2002,
"venue": "Proceedings of the 2nd Australasian Natural Language Processing Workshop",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "A Knott, I Bayard, S de Jager, and N Wright. 2002. An architecture for bilingual and bidirectional nlp. In Proceedings of the 2nd Australasian Natural Language Processing Workshop (ANLP 2002).",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Statistical decision-tree models for parsing",
"authors": [
{
"first": "David",
"middle": [
"M"
],
"last": "Magerman",
"suffix": ""
}
],
"year": 1995,
"venue": "Proc. of the 33 rd Annual Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "David M. Magerman. 1995. Statistical decision-tree models for parsing. In Proc. of the 33 rd Annual Meeting of the Association for Computational Lin- guistics. Cambridge, MA, 26-30 Jun 1995.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "The syntactic process",
"authors": [
{
"first": "M",
"middle": [],
"last": "Steedman",
"suffix": ""
}
],
"year": 2000,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "M Steedman. 2000. The syntactic process. MIT Press/Bradford Books.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Modality in dialogue: planning, pragmatics and computation",
"authors": [
{
"first": "M",
"middle": [],
"last": "Stone",
"suffix": ""
}
],
"year": 1998,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "M Stone. 1998. Modality in dialogue: planning, pragmatics and computation. Ph.D. thesis, Insti- tute for Research in Cognitive Science, University of Pennsylvania.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Presupposition projection as anaphora resolution",
"authors": [
{
"first": "R",
"middle": [],
"last": "Van Der",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Sandt",
"suffix": ""
}
],
"year": 1992,
"venue": "Journal of Semantics",
"volume": "9",
"issue": "",
"pages": "333--377",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "R Van der Sandt. 1992. Presupposition projection as anaphora resolution. Journal of Semantics, 9:333- 377.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"text": "The dog chased a cat John's cat slept",
"uris": null,
"type_str": "figure",
"num": null
},
"FIGREF1": {
"text": ". . . [saw [the girl] [with the telescope]] . . . [saw [the girl [with the telescope]]]",
"uris": null,
"type_str": "figure",
"num": null
},
"FIGREF2": {
"text": "Figure 6(b)), only the presuppositions of the first reading can be satisified. In this case, this reading is preferred, by the accommodation principle. Two alternative contexts for Sentence 1",
"uris": null,
"type_str": "figure",
"num": null
},
"FIGREF3": {
"text": "The cat / It was the cat about this presuppositional treatment of questions",
"uris": null,
"type_str": "figure",
"num": null
},
"FIGREF4": {
"text": "show three ways of interpreting The cat chased the dog. Using this rep-The cat chased THE DOG resentation, the principles presented in Section 3",
"uris": null,
"type_str": "figure",
"num": null
}
}
}
}