Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "A88-1009",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T02:04:06.868908Z"
},
"title": "RESPONDING TO SEMANTICALLY ILL-FORMED INPUT",
"authors": [
{
"first": "Ralph",
"middle": [],
"last": "Grishman",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "New York University",
"location": {
"addrLine": "251 Mercer Street",
"postCode": "10012",
"settlement": "New York",
"region": "NY"
}
},
"email": ""
},
{
"first": "Ping",
"middle": [],
"last": "Peng",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "New York University",
"location": {
"addrLine": "251 Mercer Street",
"postCode": "10012",
"settlement": "New York",
"region": "NY"
}
},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "One cause of failure in natural language interfaces is semantic overshoot; this is reflected in input sentences which do not correspond to any semantic pattern in the system. We describe a system which provides helpful feedback in such cases by identifying the \"semantically closest\" inputs which the system would be able to understand.",
"pdf_parse": {
"paper_id": "A88-1009",
"_pdf_hash": "",
"abstract": [
{
"text": "One cause of failure in natural language interfaces is semantic overshoot; this is reflected in input sentences which do not correspond to any semantic pattern in the system. We describe a system which provides helpful feedback in such cases by identifying the \"semantically closest\" inputs which the system would be able to understand.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "Natural language interfaces have achieved a limited success in small, well circumscribed domains, such as query systems for simple data bases. One task in constructing such an interface is identifying the relationships which exist in a domain, and the possible linguistic expressions of these relationships. As we set our sights on more complex domains, it will become much harder to develop a complete or nearly complete catalog of the relevant relationships and linguistic expressions; substantial gaps will be inevitable. In consequence, many inputs will be rejected because they fail to match the semantic/linguistic model we have constructed for the domain.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1."
},
{
"text": "We are concerned with the following question: what response should we give a user when his input cannot be analyzed for the reasons just described? The response \"please rephrase\" gives the user no clue as to how to rephrase. This leads to the well-known \"stonewalling\" phenomenon, where a user tries repeatedly, without success, to rephrase his request in a form the system will understand. This may seem amusing to the outside observer, but it can be terribly frustrating to the user, and to the system designer watching his system being used.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1."
},
{
"text": "We propose instead to provide the user with sentences which are semantically close to the original input (in a sense to be defined below) and are acceptable inputs to the system. Such feed-back may occasionally be confusing, but we expect that more often it will be helpful in showing the system's capabilities and suggesting possible rephrasings.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1."
},
{
"text": "In the remainder of this paper we briefly review the prior work on responding to illformedness, describe our proposal and its implementation as part of a small question-answering system, and relate our initial experiences with this system.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1."
},
{
"text": "Relative and Absolute Ill-formedness Weischedel and Sondheimer (~,Veischedel, 1983) have distinguished two types of ill-formedness: absolute ill-formedness and relative ill-formedness. Roughly speaking, an absolutely ill-formed input is one which does not conform to the syntactic and semantic constraints of the natural language or the sublanguage; a relatively ill-formed input is one which is outside the coverage of a particular natural language interface. Our concern is primarily with relative ill-formedness. For complex domains, we believe that it will be difficult to create complete semantic models, and therefore that relatively ill-formed input will be a serious problem -a problem that it will be hard for users to remedy without suitable feedback.",
"cite_spans": [
{
"start": 37,
"end": 83,
"text": "Weischedel and Sondheimer (~,Veischedel, 1983)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "A.",
"sec_num": null
},
{
"text": "Earlier studies have examined both syntactically and semantically ill-formed input. Among the work on syntactically ill-formed input has been EPISTLE (Miller 1981) , the work of Weischedel and Sondheimer (Weischedel 1980 , Kwasney 1981 , and Weischedel 1983 , and Carbonell and Hayes (Carbonell 1983) . Some of this work has involved the relaxation of syntactic constraints; other (such as Carbonell and Hayes) a reliance primarily on semantic structures when syntactic analysis fails. Our system has been primarily motivated by our concern about the possiblity of constructing complete semantic models, so we have focussed to date on semantic ill-formedness, but we believe that our system will have to be extended in the future to handle syntactic ill-formedness as well.",
"cite_spans": [
{
"start": 150,
"end": 163,
"text": "(Miller 1981)",
"ref_id": "BIBREF6"
},
{
"start": 204,
"end": 220,
"text": "(Weischedel 1980",
"ref_id": "BIBREF8"
},
{
"start": 221,
"end": 235,
"text": ", Kwasney 1981",
"ref_id": "BIBREF3"
},
{
"start": 236,
"end": 257,
"text": ", and Weischedel 1983",
"ref_id": "BIBREF9"
},
{
"start": 284,
"end": 300,
"text": "(Carbonell 1983)",
"ref_id": "BIBREF0"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "B. Syntactic and Semantic Illformedness",
"sec_num": null
},
{
"text": "For some applications, it is sufficient that the point of ill-formedness be identified, and the constraint be relaxed so that an analysis can be obtained. This was the case in Wilks' early work on \"Preference Semantics\" (Wilks 1975) , which was used for machine translation applications. In other applications it is necessary to obtain an analysis conforming to the system's semantic model in order for further processing of the input to take place, in effect \"correcting\" the user's input. This is the case for data base query (our current application), for command systems (such as MURPHY (Selfridge 1986)), and for message entry systems (such as NOMAD (Granger 1983 ) and VOX (Meyers 1985)).",
"cite_spans": [
{
"start": 220,
"end": 232,
"text": "(Wilks 1975)",
"ref_id": "BIBREF10"
},
{
"start": 655,
"end": 668,
"text": "(Granger 1983",
"ref_id": "BIBREF2"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "C. Error Identification and Correction",
"sec_num": null
},
{
"text": "Error correction can be provided either by making pervasive changes to a set of rules, or by providing uniform correction procedures which work with a standard (non-correcting) set of rules. In the syntactic domain, EPISTLE is an example of the former, the metarule approach (Weischedel 1983 ) an example of the latter. We feel that, particularly for semantic correction, it is important to take the \"uniform procedure\" approach, since a semantic model for a large domain will be difficult enough to build and maintain without having to take the needs of a correction mechanism into account. It is equally important to have a procedure which will operate on a system with separate syntactic and semantic components, so that we may reap the advantages of such an organization (conciseness, modularity). The NOMAD system used procedures associated with individual words and so was very hard to extend (Granger 1983, p. 195 ); the VOX system remedied some of these defects but used a \"conceptual grammar\" mixing syntactic and semantic constraints (Meyers 1985 ). The MURPHY system (Selfridge 1986 ) is most similar to our own work in terms of the approach to semantic constraint relaxation and user feedback;",
"cite_spans": [
{
"start": 275,
"end": 291,
"text": "(Weischedel 1983",
"ref_id": "BIBREF9"
},
{
"start": 899,
"end": 920,
"text": "(Granger 1983, p. 195",
"ref_id": null
},
{
"start": 1044,
"end": 1056,
"text": "(Meyers 1985",
"ref_id": "BIBREF5"
},
{
"start": 1078,
"end": 1093,
"text": "(Selfridge 1986",
"ref_id": "BIBREF7"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "D. System Organization",
"sec_num": null
},
{
"text": "however, it used a syntactic representation which would be difficult to extend, and required weights in the semantic model for the correction procedure.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "D. System Organization",
"sec_num": null
},
{
"text": "The ill-formedness we are considering may also be viewed as one type of violation of the intensional constraints of the data base (constraints in this case on the classes of objects which may participate in particular relations). Intensional constraints have been studied in connection with natural language query systems by several researchers, including Mays (1980) and Gal (1985) . In particular, the technique that we have adopted is similar in general terms to that suggested by Mays to handle non-existent relationships.",
"cite_spans": [
{
"start": 356,
"end": 367,
"text": "Mays (1980)",
"ref_id": "BIBREF4"
},
{
"start": 372,
"end": 382,
"text": "Gal (1985)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "D. System Organization",
"sec_num": null
},
{
"text": "In addition to the shortcomings of some of the systems just described, we felt it important to develop and test a system in order to gain experience in the effectiveness of these correction techniques. Although (as just noted) many techniques have been described, the published reports contain virtually no evaluation of the different approaches.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "D. System Organization",
"sec_num": null
},
{
"text": "Our feedback mechanism is being evaluated in the context of a small question-answering system with a relatively standard structure. Processing of a question begins with two stages of syntax analysis: parsing, using an augmented context-free grammar, and syntactic regularization, which converts the various types of clauses (active and passive; interrogative, imperative, and declarative; relative and reduced relative; etc.) into a canonical form. In this canonical form, each clause is represented as a list consisting of: tense, aspect, and voice markers; the verb (root form); and a list of operands, each marked by \"subject\", \"object\", or the governing preposition. For example, \"John received an A in calculus.\" would be translated to (past receive (subject John) (object A) (in calculus))",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "System Overview",
"sec_num": "3."
},
{
"text": "Processing continues with semantic analysis, which translates the regularized parse into an extended-predicate-calculus formula. One aspect of this translation is the determination of quantifier scope. Another aspect is the mapping of each verb and its operands (subject, objects, and modifiers) into a predicate-argument structure. The predicate calculus formula is then interpreted as a data base retrieval command. Finally, the retrieved data is formatted for the user. The translation from verb plus operands to predicate plus arguments is controlled by the model for the domain. The domain vocabulary is organized into a set of verb, noun, adjective, and adverb semantic classes. The model is a set of patterns stated in terms of these semantic classes. Each pattern represents one combination of verb and operands which is valid (meaningful) in this domain. For example, the pattern which would match the sentence given just above is ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "System Overview",
"sec_num": "3."
},
{
"text": "In terms of the system just described, the analysis failures we are concerned with correspond to the presence in the input of clauses which do not match any pattern in the model. The essence of our approach is quite simple: find the patterns in the model which come closest to matching the input clause, and create sentences using these patterns. Implementation of this basic idea, however, has required the development of several processing steps, which we now describe. Our first task is to identify the clauses to which we should apply our diagnostic procedure. Our first impulse might be to trigger the procedure as soon as we parse a clause which doesn't match the model. However, the process of matching clause against model serves in our system to check selectional constraints. These constraints are needed to filter out, from syntactically valid analyses, those which are semantically ill-formed. In a typical query we may have several semantically ill-foimed analyses (along with one wellformed one), and thus several occasions of failure in the matching process before we obtain the correct analysis.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Diagnostic Process",
"sec_num": "4."
},
{
"text": "We must therefore wait until syntax analysis is complete and see if there is any syntactic analysis satisfying all selectional constraints. If there is no such analysis, we look for an analysis in which all but one clause satisfies the selectional constraints; if there is such an analysis, we mark the offending clause as our candidate for diagnostic processing.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Diagnostic Process",
"sec_num": "4."
},
{
"text": "Next we look for patterns in the model which \"roughly match\" this clause. As we explained above, the regularized clause contains a verb and a set of syntactic cases with case labels and fillers; each model pattern specifies a verb class and a set of cases, with each case slot specifying a label and the semantic class of its filler. We define a distance measure between a clause and a pattern by assigning a score to each type of mismatch (clause and pattern have the same syntactic case with different semantic classes; clause and pattern include the same semantic class but in different cases; clause has case not present in pattern; etc.) and adding the scores. We then select the pattern or patterns which, according to this distance measure, are closest to the offending clause.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Diagnostic Process",
"sec_num": "4."
},
{
"text": "We now must take each of these patterns and build from it a sentence or phrase the user can understand. Each pattern is in effect a syntactic case frame, with slots whose values have to be filled in. If the case corresponds to one present in the clause, we copy the value from the clause; if the case is optional, we delete it. Othewise we create a slot filler consisting of an indefinite article and a noun describing the semantic class allowed in that slot (for example, if the pattern allows members of the class of students in a slot, we would generate the filler \"a student\"). When all the slots have been filled, we have a structure comparable to the regularized clause structure produced by syntactic analysis.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Diagnostic Process",
"sec_num": "4."
},
{
"text": "Finally each filled-in pattern must be transformed to a syntactic form parallel to that of the original offending clause. (If we don't do thisif, for example, the input is a yes-no question and the feedback is a declarative sentence -the system output can be quite confusing.) We isolate the tense, voice, aspect, and other syntactic features of the original clause (this is part of the syntactic regularization process) and transfer these features to the generated structure. If the offending clause is an embedded clause in the original sentence, we save the context of the offending clause (the matrix sentence) and insert the \"corrected\" clause into this context. We take the resulting structure and apply a sentence generation procedure. The generation procedure, guided by the syntactic feature markers, applies \"forward\" transformations which eventually generate a sentence string. These sentences are presented as the system's suggestions to the user.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Diagnostic Process",
"sec_num": "4."
},
{
"text": "The system has been implemented as described above, and has been tested as part of a questionanswering system for a small \"student transcript\" data base. The syntactic model currently has patterns for 30 combinations of verbs and arguments. While the model has been gradually growing, it still has sufficient \"gaps\" to give adequate opportunity for applying the diagnostics.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Examples",
"sec_num": "5."
},
{
"text": "A few examples will serve to clarify the operation of the system. The system has models (where Vll is the name of a course), the system will respond Sorry, I don't understand the pattern (students offer courses) and will offer the \"suggestions\" Did any students take Vll? and Did some school offer Vll?",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Examples",
"sec_num": "5."
},
{
"text": "Prepositional phrase modifiers are analyzed by inserting a \"be\" and treating the result as a relative clause. For example, \"students in Vll\" would be expanded to \"students [such that] [students] be in Vll\". If the resulting clause is not in the semantic model, the usual correction procedures are applied. As part of our policy of limiting the model for testing purposes, we did not include a pattern of the form (be (subject student) (in course)) but there is a pattern of the form (enroll (subject student) (in course)) (for sentences such as \"Tom enrolled in Vll.\"). Therefore if the user types List the students in Vll.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Examples",
"sec_num": "5."
},
{
"text": "the system will generate the suggestions List the students who enroll in Vll. and List the students.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Examples",
"sec_num": "5."
},
{
"text": "(the second suggestion arising by deleting the modifier).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Examples",
"sec_num": "5."
},
{
"text": "The system has been operational since the summer of 1986. Since that time we have been regularly testing the system on various volunteers and revising the system to improve its design and feedback. We instructed the volunteers to try to use the system to get various pieces of information, rather than setting them a fixed task, so the queries tried have varied widely among users. The experimental results indicate both the strength and weakness of the technique we have described. On the one hand, semantic pattern mismatch is not the primary cause of failure; vocabulary overshoot (using words not in the dictionary) is much more common. In a series of tests involving 375 queries (by 8 users), 199 (53%) were successful, 95 (25%) failed due to missing vocabulary, 22 (6%) failed due to semantic pattern mismatch, and 59 (16%) failed for other reasons. On the other hand, in cases of semantic pattern mismatch, the suggestions made by the system usually include an appropriate rephrasing of the query (as well as some extraneous suggestions). Of the 22 failures due to semantic pattern mismatch (in both series of tests), we judge that in 14 cases the suggestions included an appropriate rephrasing.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Current Status",
"sec_num": "6."
},
{
"text": "These results, while not definitive, suggest that the technique described above /s a useful one, but will have to be combined with other techniques to forge a general strategy for dealing with problems encountered in interpreting the input. Extending the syntactic coverage of our system, which at present is quite limited, should reduce the frequency of some types of failure. To obtain further improvement, we will have to extend our technique to deal with input containing unknown words. It should be possible to do this in a straightforward way by adding dictionary entries for the closed syntactic classes, guessing from morphological clues the syntactic class(es) of new words not in the dictionary, obtaining a parse, and then applying the techniques just described (with a new word treated as a semantic unknown, not belonging to any class).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Assessment",
"sec_num": "7."
},
{
"text": "Our system only offers suggestions; it does not aspire to correct the user's input. That would be an unreasonable expectation for our simple system, which does not maintain any user or discourse model. Our current system typically generates several equally-rated suggestions for an illformed input. For a more sophisticated system which does maintain a richer model, correction may be a feasible goal. Specifically, we might generate the suggested questions as we do now and then see if any question corresponds to a plausible goal.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Assessment",
"sec_num": "7."
}
],
"back_matter": [],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Recovery Strategies for Parsing Extragrammatical Language",
"authors": [
{
"first": "J",
"middle": [
"G"
],
"last": "Carbonell",
"suffix": ""
},
{
"first": "P",
"middle": [
"J"
],
"last": "Hayes",
"suffix": ""
}
],
"year": 1983,
"venue": "Am. J. Computational Linguistics",
"volume": "9",
"issue": "",
"pages": "123--146",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "J. G. Carbonell and P. J. Hayes, 1983, Re- covery Strategies for Parsing Extragrammati- cal Language. Am. J. Computational Linguis- tics 9(3-4), pp. 123-146.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "A Natural Language Data Base Interface that Provides Cooperative Answers",
"authors": [
{
"first": "A",
"middle": [],
"last": "Gal",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Minker",
"suffix": ""
}
],
"year": 1985,
"venue": "Proc. Second Conf. Artificial Intelligence Applications",
"volume": "",
"issue": "",
"pages": "352--357",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "A. Gal and J. Minker, 1985, A Natural Lan- guage Data Base Interface that Provides Coop- erative Answers. Proc. Second Conf. Artificial Intelligence Applications, IEEE Computer So- ciety, pp. 352-357.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "The NOMAD System: Expectation-Based Detection and Correction of Errors during Understanding of Syntactically and Semantically Ill-Formed Text",
"authors": [
{
"first": "R",
"middle": [
"H"
],
"last": "Granger",
"suffix": ""
}
],
"year": 1983,
"venue": "Am. J. Com-\"putational Linguistics",
"volume": "9",
"issue": "",
"pages": "188--196",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "R. H. Granger 1983 The NOMAD System: Expectation-Based Detection and Correction of Errors during Understanding of Syntactically and Semantically Ill-Formed Text. Am. J. Com- \"putational Linguistics, 9(3-4), pp. 188-196.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Relaxation Techniques for Parsing Ill-Formed Input",
"authors": [
{
"first": "S",
"middle": [
"C"
],
"last": "Kwasney",
"suffix": ""
},
{
"first": "N",
"middle": [
"K"
],
"last": "Sondheimer",
"suffix": ""
}
],
"year": 1981,
"venue": "Am. J. Computational Linguistics",
"volume": "7",
"issue": "",
"pages": "99--108",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "S. C. Kwasney and N. K. Sondheimer, 1981, Relaxation Techniques for Parsing Ill-Formed Input. Am. J. Computational Linguistics, 7, pp. 99-108.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Failures in Natural Language Systems: Applications to Data Base Query Systems",
"authors": [
{
"first": "E",
"middle": [],
"last": "Mays",
"suffix": ""
}
],
"year": 1980,
"venue": "Proc. First Nat'l Conf. Artificial Intelligence (AAAI-80)",
"volume": "",
"issue": "",
"pages": "327--330",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "E. Mays, 1980, Failures in Natural Language Systems: Applications to Data Base Query Sys- tems. Proc. First Nat'l Conf. Artificial Intelli- gence (AAAI-80), pp. 327-330.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "VOX -An Extensible Natural Language Processor",
"authors": [
{
"first": "A",
"middle": [],
"last": "Meyers",
"suffix": ""
}
],
"year": 1985,
"venue": "Proc. IJCAI-85",
"volume": "",
"issue": "",
"pages": "821--825",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "A. Meyers, 1985, VOX -An Extensible Nat- ural Language Processor. Proc. IJCAI-85, Los Angeles, CA, pp. 821-825.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Text-critiquing with the EPISTLE System: An Author's Aid to Better Syntax",
"authors": [
{
"first": "L",
"middle": [
"A"
],
"last": "Miller",
"suffix": ""
},
{
"first": "G",
"middle": [
"E"
],
"last": "Heidorn",
"suffix": ""
},
{
"first": "K",
"middle": [],
"last": "Jensen",
"suffix": ""
}
],
"year": 1981,
"venue": "Proc. Nat'l Comp. Conf",
"volume": "",
"issue": "",
"pages": "649--655",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "L. A. Miller, G. E. Heidorn, and K. Jensen, 1981, Text-critiquing with the EPISTLE Sys- tem: An Author's Aid to Better Syntax. In Proc. Nat'l Comp. Conf., AFIPS Press, Arling- ton, VA, pp. 649-655.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Integrated Processing Produees Robust Understanding",
"authors": [
{
"first": "M",
"middle": [],
"last": "Selfridge",
"suffix": ""
}
],
"year": 1986,
"venue": "Computational Linguistics",
"volume": "12",
"issue": "2",
"pages": "89--106",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "M. Selfridge, 1986, Integrated Processing Pro- duees Robust Understanding, Computational Linguistics, 12(2), pp. 89-106.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Responding Intelligently to Unparsable Inputs",
"authors": [
{
"first": "R",
"middle": [
"M"
],
"last": "Weischedel",
"suffix": ""
},
{
"first": "J",
"middle": [
"E"
],
"last": "Black",
"suffix": ""
}
],
"year": 1980,
"venue": "Am. J. Computational Linguistics",
"volume": "6",
"issue": "2",
"pages": "97--109",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "R. M. Weischedel and J. E. Black, 1980, Re- sponding Intelligently to Unparsable Inputs. Am. J. Computational Linguistics, 6(2), pp. 97- 109.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Meta-rules as a Basis for Processing Ill-Formed Input",
"authors": [
{
"first": "R",
"middle": [
"M"
],
"last": "Weischedel",
"suffix": ""
},
{
"first": "N",
"middle": [
"K"
],
"last": "Sondheimer",
"suffix": ""
}
],
"year": 1983,
"venue": "Am. J. Computational Linguistics",
"volume": "9",
"issue": "",
"pages": "161--177",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "R. M. Weischedel and N. K. Sondheimer, 1983, Meta-rules as a Basis for Processing Ill- Formed Input. Am. J. Computational Linguis- tics, 9(3-4), pp. 161-177.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "An Intelligent Analyser and Understander of English",
"authors": [
{
"first": "Y",
"middle": [],
"last": "Wilks",
"suffix": ""
}
],
"year": 1975,
"venue": "Comm. ACM",
"volume": "18",
"issue": "",
"pages": "264--274",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Y. Wilks, 1975, An Intelligent Analyser and Understander of English. Comm. ACM 18, pp. 264-274.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"type_str": "figure",
"text": "(v-receive (subject nstudent) (object ngrade) (in ncourse)) where v-receive is the class of verbs including receive, get, etc.; nstudent the class of students; ngrade the class of grades; and ncourse the class of course names. Associated with each pattern is a rule for creating the corresponding predicateargument structure.",
"uris": null,
"num": null
},
"FIGREF1": {
"type_str": "figure",
"text": "take (subject student) (object course)) and (offer (subject school) (object course)) but no model of the form (offer (subject student) (object course)) Accordingly, if a user types Did any students offer Vll?",
"uris": null,
"num": null
}
}
}
}