ACL-OCL / Base_JSON /prefixP /json /P89 /P89-1009.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "P89-1009",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T08:14:33.150437Z"
},
"title": "COOKING UP REFERRING EXPRESSIONS",
"authors": [
{
"first": "Robert",
"middle": [],
"last": "Dale",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Edinburgh",
"location": {}
},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "This paper describes the referring expression generation mechanisms used in EPICURE, a computer program which produces natural language descriptions of cookery recipes. Major features of the system include: an underlying ontology which permits the representation of non-singular entities; a notion of diacriminatory power, to determine what properties should be used in a description; and a PATR-like unification grammar to produce surface linguistic strings.",
"pdf_parse": {
"paper_id": "P89-1009",
"_pdf_hash": "",
"abstract": [
{
"text": "This paper describes the referring expression generation mechanisms used in EPICURE, a computer program which produces natural language descriptions of cookery recipes. Major features of the system include: an underlying ontology which permits the representation of non-singular entities; a notion of diacriminatory power, to determine what properties should be used in a description; and a PATR-like unification grammar to produce surface linguistic strings.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "EPICURE (Dale 1989a (Dale , 1989b ) is a natural language generation system whose principal concern is the generation of referring expressions which pick out complex entities in connected discourse. In particular, the system generates natural language descriptions of cookery recipes. Given a top level goal, the program first decomposes that goal recursively to produce a plan consisting of operations at a level of detail commensurate with the assumed knowledge of the hearer. In order to describe the resulting plan, EPICURE then models its execution, so that the processes which produce referring expressions always have access to a representation of the ingredients in the state they are in at the time of description. This paper describes that part of the system responsible for the generation of subsequent referring expressions, i.e., references to entities which have already been mentioned in the discourse. The most notable features of the approach taken here are as follows: (a) the use of a sophisticated underlying ontology, to permit the representation of non-singular entities; (b) the use of two levels of semantic representation, in conjunction with a model of the discourse, to produce appropriate anaphoric referring expressions; (c) the use of a notion of discrimiaatory power, to determine what properties should be used in describing an entity; and (d) the use of a PATR-1ike unification grammar (see, for example, Karttunen (1986) ; Shieber (1986) ) to pro-duce surface linguistic strings from input semantic structures.",
"cite_spans": [
{
"start": 8,
"end": 19,
"text": "(Dale 1989a",
"ref_id": "BIBREF3"
},
{
"start": 20,
"end": 33,
"text": "(Dale , 1989b",
"ref_id": "BIBREF4"
},
{
"start": 1438,
"end": 1454,
"text": "Karttunen (1986)",
"ref_id": "BIBREF9"
},
{
"start": 1457,
"end": 1471,
"text": "Shieber (1986)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "INTRODUCTION",
"sec_num": null
},
{
"text": "In most natural language systems, it is assumed that all the entities in the domain of discourse are singular individuals. In more complex domains, such as recipes, this simplification is of limited value, since a large proportion of the objects we find are masses or sets, such as those described by the noun phrases two ounces of salt and three pounds of carrots respectively.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "THE REPRESENTATION OF INGREDIENTS",
"sec_num": null
},
{
"text": "In order to permit the representation of entities such as these, EPICURE makes use of a notion of a generalized physical object or physob]. This permits a consistent representation of entities irrespective of whether they are viewed as individuals, masses or sets, by representing each as a knowledge base entity (KBE) with an appropriate structure at. tribute. The knowledge base entity corresponding to three pounds of carrots, for example, is that shown in figure 1.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "THE REPRESENTATION OF INGREDIENTS",
"sec_num": null
},
{
"text": "A knowledge base entity models a physobj in a particular state. An entity may change during the course of a recipe, as processes are applied to it: in particular, apart from gaining new properties such as being peeled, chopped, etc., an ingredient's structure may change, for example, from set to mass. Each such change of state results in the creation of a new knowledge base entity. Suppose, for example, a grating event is applied to our three pounds of carrots between states so and sl: the entity shown in figure i will then become a mass of grated carrot, represented in state sl by the KBE shown in figure 2.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "THE REPRESENTATION OF INGREDIENTS",
"sec_num": null
},
{
"text": "To construct a referring expression corresponding to a knowledge base entity, we first build a deep se- Figure 2 : The knowledge base entity corresponding to three pound8 of grated carrot mantic structure which specifies the semantic content of the noun phrase to be generated. We call this the recoverable semantic content, since it consists of just that information the hearer should be able to derive from the corresponding utterance, even if that information is not stated explicitly: in particular, elided elements and instances of oae-anaphora are represented in the deep semantic structure by their more semantically complete counterparts, as we will see below.",
"cite_spans": [],
"ref_spans": [
{
"start": 104,
"end": 112,
"text": "Figure 2",
"ref_id": null
}
],
"eq_spans": [],
"section": "BUILDING A REFERRING EXPRESSION",
"sec_num": null
},
{
"text": "From the deep semantic structure, a surface semantic structure is then constructed. Unlike the deep semantic structure, this closely matches the syntactic structure of the resulting noun phrase, and is suitable for passing directly to a PATR-like unification grammar. It is at the level of surface semantic structure that processes such as elision and one-anaphora take place.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "BUILDING A REFERRING EXPRESSION",
"sec_num": null
},
{
"text": "When an entity is to be referred to, we first check to see if pronominalisation is possible. Some previous approaches to the pronominalization deci.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "PRONOMINALIZATION",
"sec_num": null
},
{
"text": "don have taken into account a large number of contextual factors (see, for example, McDonald (1980:218-220) ). The approach taken here is relatively simple. EPICURE makes use of a discourse model which distinguishes two principal components, corresponding to Grosz's (1977) distinction between local focus and global focus. We call that part of the discourse model corresponding to the local focus cache memory: this contains the lexical, syntactic and semantic detail of the current utterance being generated, and the same detail for the previous utterance. Corresponding to global focus, the discourse model consists of a number of hierarchically-arranged focua spaces, mirroring the structure of the recipe being described. These focus spaces record the semantic content, but not the syntactic or lexlcal detail, of the remainder of the preceding discourse. In addition, we make use of a notion of discourse centre: this is intuitively similar to the notion of centering suggested by (]ross, Joshi and Weinstein (1983) , and corresponds to the focus of attention in the discourse. In recipes, we take the centre to be the result of the previous operation described. Thus, after an utterance like Soak the butterbeaa.s the centre is the entity described by the noun phrase the butterbeans. Subsequent references to the centre can be pronominalized, so that the next instruction in the recipe might then be Drain and dnse tltem. Following Grosz, Joshi and Weinstein (1983) , references to other entities present in cache memory may also be pronominalized, provided the centre is pronominalized. 1",
"cite_spans": [
{
"start": 84,
"end": 107,
"text": "McDonald (1980:218-220)",
"ref_id": null
},
{
"start": 259,
"end": 273,
"text": "Grosz's (1977)",
"ref_id": "BIBREF6"
},
{
"start": 995,
"end": 1021,
"text": "Joshi and Weinstein (1983)",
"ref_id": null
},
{
"start": 1430,
"end": 1473,
"text": "Following Grosz, Joshi and Weinstein (1983)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "PRONOMINALIZATION",
"sec_num": null
},
{
"text": "If the intended referent is the current centre, then this is marked as part of the status information in the deep semantic structure being constructed, and a null value is specified for the structure's descriptive content. In addition, the verb case frame used to construct the utterance specifies whether or not the linguistic realization of the entity filling each case role is obligatory: as we will see below, this allows us to model a common linguistic phenomenon in recipes (recipe contezt empty objects, after Massam and Roberge (1989) ).",
"cite_spans": [
{
"start": 517,
"end": 542,
"text": "Massam and Roberge (1989)",
"ref_id": "BIBREF12"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "PRONOMINALIZATION",
"sec_num": null
},
{
"text": "For a case role whose surface realization is obligatory, the resulting deep semantic structure is then This will be realized as either a pronoun or an elided NP, generated from a surface semantic structure which is constructed in accordance with the following rules:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "PRONOMINALIZATION",
"sec_num": null
},
{
"text": "\u2022 If the status includes the features [centre, +] and [oblig, +] , then there should be a corresponding element in the surface semantic structure, with a null value specified for the descriptive content of the noun phrase to be generated;",
"cite_spans": [
{
"start": 38,
"end": 49,
"text": "[centre, +]",
"ref_id": null
},
{
"start": 54,
"end": 64,
"text": "[oblig, +]",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "PRONOMINALIZATION",
"sec_num": null
},
{
"text": "t We do not permit pronominal reference to entities last mentioned before the previous utterance: support for this restriction comes from a study by Hobbs, who, in a sample of one hundred consecutive e~.amples of pronouns from each of three very different texts, found that 98% of antecedents were either in the same or previous sentence (Hobbs 1978:322-323) . However, see Dale (1988) for a suggestion as to how the few instances of/onc-dbt~a.e pronominalimtion that do exist might be explained by means of a theory of discourse structure like that suggested by Gross and Sidner (1986) .",
"cite_spans": [
{
"start": 338,
"end": 358,
"text": "(Hobbs 1978:322-323)",
"ref_id": null
},
{
"start": 374,
"end": 385,
"text": "Dale (1988)",
"ref_id": "BIBREF2"
},
{
"start": 563,
"end": 586,
"text": "Gross and Sidner (1986)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "PRONOMINALIZATION",
"sec_num": null
},
{
"text": "\u2022 If the status includes the features [centre, +] and [oblig,-] , then this participant should be omitted from the surface semantic structure altogether.",
"cite_spans": [
{
"start": 38,
"end": 49,
"text": "[centre, +]",
"ref_id": null
},
{
"start": 54,
"end": 63,
"text": "[oblig,-]",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "7O",
"sec_num": null
},
{
"text": "In the former case, this will result in a pronominal reference as in Remove them, where the surface semantic structure corresponding to the pronominal form is as follows: However, if the participant is marked as non-obligatory, then reference to the entity is omitted, as in the following:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "7O",
"sec_num": null
},
{
"text": "Fry the onions. Add the garlic ~b.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "7O",
"sec_num": null
},
{
"text": "Here, the case frame for add specifies that the indirect object is non-obllgatory; since the entity which fills this case role is also the centre, the complete prepositional phrase to the onions can be elided. Note, however, that the entity corresponding to the onions still figures in the deep semantic structure; thus, it is integrated into the discourse model, and is deemed to be part of the semantic content recoverable by the hearer.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "7O",
"sec_num": null
},
{
"text": "If pronominalization is ruled out, we have to build an appropriate description of the intended referent. In EPICURE, the process of constructing a description is driven by two principles, very like Gricean conversational maxims (Grice 1975) . The p~'nciple of adequacy requires that a referring expression should identify the intended referent unambiguously, and provide sufficient information to serve the purpose of the reference; and the principle of e~ciency, pulling in the opposite direction, requires that the referring expression used must not contain more information than is necessary for the task at hand. 2",
"cite_spans": [
{
"start": 228,
"end": 240,
"text": "(Grice 1975)",
"ref_id": "BIBREF5"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "FULL DEFINITE NOUN PHRASE REFERENCE",
"sec_num": null
},
{
"text": "These principles are implemented in EPICUItE 2Similar considerations are discussed by Appelt (1985) . and that we wish to distinguish one of these entities, zl, from all the others. Suppose, also, that the domain includes a number of attributes (a I, a~, and so on), and that each attribute has a number of permissible values {v,,t, v,,2, and so on}; and that each entity is described by a set of attributevalue pairs. In order to distinguish z~ from the other entities in U, we need to find some set of attribute-value pairs which are together true of zl, but of no other entity in U. This set of attributevalue pairs constitutes a distinguishing descriptior, of xl with respect to the ,~ontext U. A minimal distinguishing description is then a set of such attribute-value pairs, where the cardinality of that set is such that there are no other sets of attributevalue pairs of lesser cardinality which are sufficient to distinguish the intended referent.",
"cite_spans": [
{
"start": 86,
"end": 99,
"text": "Appelt (1985)",
"ref_id": "BIBREF0"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "FULL DEFINITE NOUN PHRASE REFERENCE",
"sec_num": null
},
{
"text": "We find a minimal distinguishing description by observing that different attribute-value pairs differ in the effectiveness with which they distinguish an entity from a set of entities. Suppose U has N elements, where N > I. Then, any attribute-value pair true of the intended referent zl will be true of n entities in this set, where n >_ i. For any attribute-value pair < a, v > that is true of the intended referent, we can compute the discriminatory power (notated here as F) of that attribute-value pair with respect to U as fol- Given an intended referent and a set of entities from which the intended referent must be distinguished, this notion is used to determine which set of properties should be used in building a description which is both adequate and efficient. 3 There remains the question of how the constituency of the set U of entities is determined: in the present work, we take the context always to consist of the working set. This is the set of distinguishable entisstrictly speaking, this mechanism is only applicable in the form described here to those properties of an entity which are realizable by what are known as abJolute (or t~tereect/ee or pred~tiee) adjectives (see, for example, Kamp (1975) , Keenan and FaRm (1978) ). This is acceptable in the current domain, where many of the adjectives used are derived from the verbs used to describe processes applied to entities. ties in the domain at any given point in time: the constituency of this set changes as a recipe proceeds, since entities may be created or destroyed. 4",
"cite_spans": [
{
"start": 1212,
"end": 1223,
"text": "Kamp (1975)",
"ref_id": "BIBREF8"
},
{
"start": 1226,
"end": 1248,
"text": "Keenan and FaRm (1978)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "FULL DEFINITE NOUN PHRASE REFERENCE",
"sec_num": null
},
{
"text": "Suppose, for example, we determine that we must identify a given object as being a set of olives which have been pitted (in a context, for example, where there are also olives which have not been pitted}; the corresponding deep semantic structure is then as in figure 3.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "FULL DEFINITE NOUN PHRASE REFERENCE",
"sec_num": null
},
{
"text": "Note that this deep semantic structure can be realized in at least two ways: as either the olives which have been pitted or the pitted olives.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "FULL DEFINITE NOUN PHRASE REFERENCE",
"sec_num": null
},
{
"text": "4A slightly more sophisticated approach would be to restrict U to exclude those entities which are, in G rosz and Sidner's (1986) terms, only present in closed focus spaces. However, the benefit gained from doing this (if indeed it is a valid thing to do) is minimal in the current context because of the small number of entities we are dealing with. the generation algorithm is non-deterministic in this respect (although one might imagine there are other factors which determine which of the two realizations is preferrable in a given context}. The surface semantic structure for the simpler of the two noun phrase structures is as shown in figure 4.",
"cite_spans": [
{
"start": 114,
"end": 129,
"text": "Sidner's (1986)",
"ref_id": "BIBREF6"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "FULL DEFINITE NOUN PHRASE REFERENCE",
"sec_num": null
},
{
"text": "The algorithms employed in EPICURE also permit the generation of onc-anaphora, as in Slice the large green capsicum. Now remove the top of the small red one. The mechanisms which construct the surface semantic structure determine whether one-anaphora is possible by comparing the deep semantic structure corresponding to the previous utterance with that corresponding to the current utterance, to identify any elements they have in common. The two distinct levels of semantic representation play an important role here: in the deep semantic structure, only the basic semantic category of the de\u2022 scription has special status (this is similar to Wel>her's (1979) use of restricted quantification), whereas the embedding of the surface semantic structure's dcsc feature closely matches that of the noun phrase to be generated. For one-anaphora to be possible, the two deep semantic structures being compared must have the same value for the feature addressed by the path <sere spec type category>.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "ONE ANAPHORA",
"sec_num": null
},
{
"text": "Rules which specify the relative ordering of adjectives in the surface form are then used to build an appropriately nested surface semantic structure which, when unified with the grammar, will result in the required one-anaphoric noun phrase. In the present example, this results in the surface semantic structure in figure 6.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "ONE ANAPHORA",
"sec_num": null
},
{
"text": "Partitive and pseudo-partitive noun phrases, exemplified by half of the carrots and three pounds of carrots respectively, are very common in recipes;",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "PSEUDO-PARTITI'VE NPS",
"sec_num": null
},
{
"text": "EPICURE is capable of generating both. So, for example, the pseudo-partitive noun phrase three pounds of carrots (as represented by the knowledge base entity shown in figure 1) is generated from the deep semantic structure shown in figure 7 via the surface semantic structure shown in figure 8.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "PSEUDO-PARTITI'VE NPS",
"sec_num": null
},
{
"text": "The generation of partitive noun phrases requires slightly different semantic structures, described in greater detail in Dale (1989b) .",
"cite_spans": [
{
"start": 121,
"end": 133,
"text": "Dale (1989b)",
"ref_id": "BIBREF4"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "PSEUDO-PARTITI'VE NPS",
"sec_num": null
},
{
"text": "Once the required surface semantic structure has been constructed, this is passed to a unification grammar. In EPICURE, the grammar consists of phrase structure rules annotated with path equations which determine the relationships between semantic units and syntactic units: the path equations specify arbitrary constituents (either complex or atomic) of feature structures.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "THE UNIFICATION GRAMMAR",
"sec_num": null
},
{
"text": "There is insufficient space here to show the entire NP grammar, but we provide some representative rules in figure 9 (although these rules are expressed here in a PATR-Iike formalism, within EPI-CURE they are encoded as PROLOG definite clause grammar (DCG) rules (Clocksin and Mellish 1981) ). Applying these rules to the surface semantic structures described above results in the generation of the appropriate surface linguistic strings.",
"cite_spans": [
{
"start": 263,
"end": 290,
"text": "(Clocksin and Mellish 1981)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "THE UNIFICATION GRAMMAR",
"sec_num": null
},
{
"text": "In this paper, we have described the processes used in EPICURE to produce noun phrase referring expressions. EPICURE is implemented in C-PROLOG running under UNIX. The algorithms used in the system permit the generation of a wide range of pronominal forms, one-anaphoric forms and full noun phrase structures, including partitives and pseudo-partitives.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "CONCLUSION",
"sec_num": null
},
{
"text": "Nll NPx NPI ---4. Cambridge, Mass., 15-17 June, 1983, pp44-49. ",
"cite_spans": [
{
"start": 12,
"end": 17,
"text": "---4.",
"ref_id": null
},
{
"start": 18,
"end": 62,
"text": "Cambridge, Mass., 15-17 June, 1983, pp44-49.",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "NP N2",
"sec_num": null
}
],
"back_matter": [
{
"text": "The work described here has benefited greatly from discussions with Ewan Klein, Graeme Ritchie, :Ion Oberlander, and Marc Moens, and from Bonnie Webber's encouragement.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "ACKNOWLEDGEMENTS",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Planning English Referring Expressions",
"authors": [
{
"first": "Douglas",
"middle": [
"E"
],
"last": "Appelt",
"suffix": ""
}
],
"year": 1985,
"venue": "Artificial Intelligence",
"volume": "26",
"issue": "",
"pages": "1--33",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Appelt, Douglas E. (1985) Planning English Refer- ring Expressions. Artificial Intelligence, 26, 1-33.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Programming in Prolog",
"authors": [
{
"first": "William",
"middle": [
"F"
],
"last": "Clocksin",
"suffix": ""
},
{
"first": "Christopher",
"middle": [
"S"
],
"last": "Melllsh",
"suffix": ""
}
],
"year": 1981,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Clocksin, William F. and Melllsh, Christopher S. (1981) Programming in Prolog. Berlin: Springer- Verlag.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "The Generation of Subsequent Referring Expressions in Structured Discourses",
"authors": [
{
"first": "Robert",
"middle": [],
"last": "Dale",
"suffix": ""
}
],
"year": 1988,
"venue": "",
"volume": "2",
"issue": "",
"pages": "58--75",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Dale, Robert (1988) The Generation of Subsequent Referring Expressions in Structured Discourses. Chapter 5 in Zock, M. and Sabah, G. (eds.) Ad- uances in Natural Language Generation: An Inter- disciplinary Perspective, Volume 2, pp58-75. Lon- don: Pinter Publishers Ltd.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Extended Abstracts of the Second European Natural Language Generation Workshop",
"authors": [
{
"first": "Robert",
"middle": [],
"last": "Dale",
"suffix": ""
}
],
"year": 1989,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Dale, Robert (1989a) Generating Recipes: An Over- view of EPICURE. Extended Abstracts of the Sec- ond European Natural Language Generation Work- shop, Edinburgh, April 1989.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Generating Referring Expressions in a Domain of Objects and Processes",
"authors": [
{
"first": "Robert",
"middle": [],
"last": "Dale",
"suffix": ""
}
],
"year": 1989,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Dale, Robert (1989b) Generating Referring Ex- pressions in a Domain of Objects and Processes. PhD Thesis, Centre for Cognitive Science, Univer- sity of Edinburgh.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Logic and Conversation",
"authors": [
{
"first": "H",
"middle": [],
"last": "Grice",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Paul",
"suffix": ""
}
],
"year": 1975,
"venue": "Speech Acts",
"volume": "3",
"issue": "",
"pages": "41--58",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Grice, H. Paul (1975) Logic and Conversation. In Cole, P. and Morgan, J. L. (eds.) Syntax and Se- mantics, Volume 3: Speech Acts, pp41-58. New York: Academic Press.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Attention, Intentions, and the Structure of Discourse",
"authors": [
{
"first": "Barbara",
"middle": [
"J"
],
"last": "Grosz",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Grosz",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Barbara",
"suffix": ""
},
{
"first": "Candace",
"middle": [
"L"
],
"last": "Sidner",
"suffix": ""
}
],
"year": 1977,
"venue": "Computational Linguistics",
"volume": "12",
"issue": "",
"pages": "175--204",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Grosz, Barbara J. (1977} The Representation and Use of Focus in Dialogue. Technical Note No. 151, Grosz, Barbara J. and Sidner, Candace L. (1986) Attention, Intentions, and the Structure of Dis- course. Computational Linguistics, 12, 175-204.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Resolving Pronoun References",
"authors": [
{
"first": "Jerry",
"middle": [
"R"
],
"last": "Hobbs",
"suffix": ""
}
],
"year": 1978,
"venue": "Lingua",
"volume": "44",
"issue": "",
"pages": "311--338",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hobbs, Jerry R. (1978) Resolving Pronoun Refer- ences. Lingua, 44, 311-338.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Formal Semantics of Natural Language: Papers from a colloquium sponsored by King's College Research Centre",
"authors": [
{
"first": "Hans",
"middle": [],
"last": "Kamp",
"suffix": ""
}
],
"year": 1975,
"venue": "",
"volume": "",
"issue": "",
"pages": "123--155",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kamp, Hans (1975) Two Theories about Adjec- tives. In Keenan, E. L. (ed.) Formal Semantics of Natural Language: Papers from a colloquium spon- sored by King's College Research Centre, Cam- bridge, pp123-155. Cambridge: Cambridge Uni- versity Press.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "D-PATR: A Development Environment for Unification-Based Grammars",
"authors": [
{
"first": "Lauri",
"middle": [],
"last": "Karttunen",
"suffix": ""
}
],
"year": 1986,
"venue": "Proceedings of the 11th International Conference on Computational Linguistics",
"volume": "",
"issue": "",
"pages": "74--80",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Karttunen, Lauri (1986) D-PATR: A Development Environment for Unification-Based Grammars. In Proceedings of the 11th International Conference on Computational Linguistics, Bonn, 25-29 Au- gust, 1986, pp74-80.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Logical Types for Natural Language. UCLA Occasional Papers in Linguistics",
"authors": [
{
"first": "Edward",
"middle": [
"L"
],
"last": "Keenan",
"suffix": ""
},
{
"first": "Leonard",
"middle": [
"M"
],
"last": "Faltz",
"suffix": ""
}
],
"year": 1978,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Keenan, Edward L. and Faltz, Leonard M. (1978) Logical Types for Natural Language. UCLA Occa- sional Papers in Linguistics, No. 3.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Natural Language Generation as a Process of Decision-Making under Constraints",
"authors": [
{
"first": "David",
"middle": [
"D"
],
"last": "Mcdonald",
"suffix": ""
}
],
"year": 1980,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "McDonald, David D. (1980) Natural Language Gen- eration as a Process of Decision-Making under Con- straints. PhD Thesis, Department of Computer Science and Electrical Engineering, MIT.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Recipe Context Null Objects in English. Linguistic Inquiry",
"authors": [
{
"first": "Diane",
"middle": [],
"last": "Massam",
"suffix": ""
},
{
"first": "Yves",
"middle": [],
"last": "Roberge",
"suffix": ""
}
],
"year": 1989,
"venue": "",
"volume": "20",
"issue": "",
"pages": "134--139",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Massam, Diane and Roberge, Yves (1989) Recipe Context Null Objects in English. Linguistic In- quiry, 20, 134--139.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "An Introduction to Unificationbased Approaches to Grantmar",
"authors": [
{
"first": "Stuart",
"middle": [
"M"
],
"last": "Shieber",
"suffix": ""
}
],
"year": 1980,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Shieber, Stuart M. (1980) An Introduction to Unification- based Approaches to Grantmar. Chicago, Illinois: The University of Chicago Press.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "A Formal Approach to Discourse Anaphora",
"authors": [
{
"first": "Bonnie",
"middle": [],
"last": "Webber",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Lynn",
"suffix": ""
}
],
"year": 1979,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Webber, Bonnie Lynn (1979) A Formal Approach to Discourse Anaphora. London: Garland Pub- lishing.",
"links": null
}
},
"ref_entries": {
"FIGREF2": {
"uris": null,
"text": "The deep semantic structure corresponding to the pitted olives #tat*t. = epee = a/yen= + ] unique = + [countable : -~ ] agr = number = pl ] head = olive dee\u00a2 = mad=[ head = pltted ]",
"num": null,
"type_str": "figure"
},
"FIGREF3": {
"uris": null,
"text": "The surface semantic structure corresponding to the pitted olives by means of a notion of discriminatory power. Suppose that we have a set of entities U such that U = {zl,z2,...,x,}",
"num": null,
"type_str": "figure"
},
"FIGREF4": {
"uris": null,
"text": "< ~,v>, U) = ~-'~ l<n<N F thus has as its range the interval [0,1], where a value of 1 for a given attribute-value pair indicates that the attribute-value pair singles out the intended referent from the conte\u00d7t, and a value of",
"num": null,
"type_str": "figure"
},
"FIGREF5": {
"uris": null,
"text": "The deep semantic structure corresponding to the small red capsicum The surface semantic structure corresponding to the small red one 0 indicates that the attribute-value pair is of no assistance in singling out the intended referent.",
"num": null,
"type_str": "figure"
},
"FIGREF6": {
"uris": null,
"text": "The deep semantic structure corresponding to three pounds of carrots Both forms are possible, although they correspond to different surface semantic structures. Thus,",
"num": null,
"type_str": "figure"
},
"FIGREF7": {
"uris": null,
"text": "The deep semantic structure corresponding to the noun phrase the small red one is as shown in figure 5.",
"num": null,
"type_str": "figure"
},
"FIGREF9": {
"uris": null,
"text": "The surface semantic structure corresponding to three pounds of carrots",
"num": null,
"type_str": "figure"
},
"FIGREF10": {
"uris": null,
"text": "A fragment of the noun phrase grammar SRI International, Menlo Park, Ca., July, 1977. Grosz, Barbara J., Joshi, Aravind K. and Weinstein, Scott (1983) Providing a Unified Account of Definite Noun Phrases in Discourse. In Proceedings of the ~lst Annual Meeting o/the Association for Computational Linguistics, Massachusetts Institute of Technology,",
"num": null,
"type_str": "figure"
}
}
}
}