ACL-OCL / Base_JSON /prefixP /json /P85 /P85-1035.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "P85-1035",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T09:39:30.210735Z"
},
"title": "Towards a Self-Extending Lexicon*",
"authors": [
{
"first": "Uri",
"middle": [],
"last": "Zernik",
"suffix": "",
"affiliation": {
"laboratory": "Artificial Intelligence Laboratory Computer Science",
"institution": "Boelt~r Hall University of tMifomis Los Angeles",
"location": {
"postCode": "3531, 90024",
"region": "California"
}
},
"email": ""
},
{
"first": "Michael",
"middle": [
"G"
],
"last": "Dyer",
"suffix": "",
"affiliation": {
"laboratory": "Artificial Intelligence Laboratory Computer Science",
"institution": "Boelt~r Hall University of tMifomis Los Angeles",
"location": {
"postCode": "3531, 90024",
"region": "California"
}
},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "The problem of manually modifying the lexicon appears with any natural language processing program. Ideally, a program should be able to acquire new lexieal entries from context, the way people learn. We address the problem of acquiring entire phrases, specifically Jigurative phr~es, through augmenting a phr~al lezico~ Facilitating such a self-extending lexicon involves (a) disambiguation~se|ection of the intended phrase from a set of matching phrases, (b) robust parsin~-comprehension of partially-matching phrases, and (c) error analysis-use of errors in forming hypotheses about new phrases. We have designed and implemented a program called RINA which uses demons to implement funetional-~rammar principles. RINA receives new figurative phrases in context and through the application of a sequence of failure-driven rules, creates and refines both the patterns and the concepts which hold syntactic and semantic information about phrases.",
"pdf_parse": {
"paper_id": "P85-1035",
"_pdf_hash": "",
"abstract": [
{
"text": "The problem of manually modifying the lexicon appears with any natural language processing program. Ideally, a program should be able to acquire new lexieal entries from context, the way people learn. We address the problem of acquiring entire phrases, specifically Jigurative phr~es, through augmenting a phr~al lezico~ Facilitating such a self-extending lexicon involves (a) disambiguation~se|ection of the intended phrase from a set of matching phrases, (b) robust parsin~-comprehension of partially-matching phrases, and (c) error analysis-use of errors in forming hypotheses about new phrases. We have designed and implemented a program called RINA which uses demons to implement funetional-~rammar principles. RINA receives new figurative phrases in context and through the application of a sequence of failure-driven rules, creates and refines both the patterns and the concepts which hold syntactic and semantic information about phrases.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "linguistic pattern whose associated meaning cannot be produced from the composition of its constituents. Indeed, an interpretation of the phrase based on the meanings of its constituents often exists, but it carries a different meaning. The fact that this literal interpretation of the figurative phrase exists is a misleading clue in learning. Furthermore, the learner may not even notice that a novel phrase has been introduced since she is familiar with dram as well as with foot. Becker [Becker?5] has described a space of phrases ranging in generality from fixed proverbs such as charity begsns at, home through idioms such as Xay dove t,he tar and phrasal verbs such as put, up rich one's spouse and look up the name, to literal verb phrases such as sit, on she chair. He suggested employing a phrasal lexicon to capture this entire range o( language structures.",
"cite_spans": [
{
"start": 491,
"end": 501,
"text": "[Becker?5]",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Three issues must be addressed when learning phrases in context. (I) Detecting failures: What are the indications that the initial interpretation of the phrase take him on as \"to take a person to a location\" is incorrect? Since all the words in the sentence are known, the problem is detected both as a conceptual discrepancy (why would he take his enemy anywhere?) and as a syntactic failure (the expected location of the assunied physical transfer is missing).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Issues in Phrase AequLsition",
"sec_num": "1.2"
},
{
"text": "(2) Determining scope and generality of patterns:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Issues in Phrase AequLsition",
"sec_num": "1.2"
},
{
"text": "The linguistic pattern of a phrase may be perceived by the learner at various levels of generalit~l. For example, in the second dialogue, incorrect generalizations could yield patterns accepting sentences such as:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Issues in Phrase AequLsition",
"sec_num": "1.2"
},
{
"text": "Her boss put his left foot down. He moved his foot dora. He put down his foot. He put dovn his leg.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Issues in Phrase AequLsition",
"sec_num": "1.2"
},
{
"text": "(",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Issues in Phrase AequLsition",
"sec_num": "1.2"
},
{
"text": "A decision is also required about the scope of the pattern (i.e., the tokens included in the pattern). For instance, the scope of the pattern in John put up with Mary could be (I) ?x:persoa put:verb up where with is associated with l'lmry or (2) ?x:persos put:verb up with ?y:persou, where with is associated with put up.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "3)",
"sec_num": null
},
{
"text": "Finding appropriate meanings: The conceptual meaning of the phrase must be extracted from the context which contains many concepts, both appropriate and inappropriate for hypothesis formation. Thus there must be strategies for focusing on appropriate elements in the context.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "3)",
"sec_num": null
},
{
"text": "RINA [Dyer85] is a computer program designed to learn English phrases. It takes as input English sentences which may include unknown phrases and conveys as output its hypotheses about novel phrases. The pro~am consists of four components: (2) Case-frame parser: In the parsing process, caseframe expectations are handled by spawning demons (3) Pattern Constructor: Learning of phrase patterns is accomplished by analyzing parsing failures. Each failure situation is associated with a patternmodification action.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Program",
"sec_num": "1.3"
},
{
"text": "(4) Concept Constructor: Learning of phrase concepts is accomplished by a set of strategies which are selected according to the context.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Program",
"sec_num": "1.3"
},
{
"text": "Schematically, the program receives a sequence of sentence/contezt pairs from which it refines its current pattern/concept pair. The pattern is derived from the sentence and the concept is derived from the coLtext. However, the two processes are not independent since the context influences construction of patterns while linguistic clues in the sentence influence formation of concepts.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Program",
"sec_num": "1.3"
},
{
"text": "Parsing in RINA is central since learning is evaluated in terms of parsing ability before and after phrases are acquired. Moreover, learning is accomplished through parsing.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Phrasal Representation of the Lexicon",
"sec_num": "2."
},
{
"text": "RINA combines elements of the following two approaches to language processing:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Background",
"sec_num": "2.1"
},
{
"text": "Phra~-bued pattern matching: In the implementation of UC [Wilensky84], an intelligent help system for UNIX users, both PHRAN [AJ'ens82 l, the conceptual analyzer, and PHRED [Jacobs85] the generator, share a phrasal lepton. As outlined by Wilensky {Wilensky81] this lexicon provides a declarative database, being modularly separated from the control part of the system which carries out parsing and generation. This development in representation of linguistic knowledge is paralleled by theories of functional grammars {Kay79 [, and lezicalfunctional grammars [Bresnan78] .",
"cite_spans": [
{
"start": 525,
"end": 527,
"text": "[,",
"ref_id": null
},
{
"start": 528,
"end": 570,
"text": "and lezicalfunctional grammars [Bresnan78]",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "The Background",
"sec_num": "2.1"
},
{
"text": "Ca~,-b,,-,,ed demon pmming: Boris [DyerS3 I modeled reading and understanding stories in depth. Its conceptual analyzer employed demon-based templates for parsing and for generation. Demons are used in parsing for two purposes: (1) to implement syntactic and semantic expectations [Riesbeck74] and (2) to implement memory operations such as search, match and update. This approach implements Schank's [Schank77] theory of representation of concepts, and follows case-grammar [Fillmore681 principles.",
"cite_spans": [
{
"start": 401,
"end": 411,
"text": "[Schank77]",
"ref_id": "BIBREF6"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "The Background",
"sec_num": "2.1"
},
{
"text": "RINA uses a declarative phrasal lexicon as suggested by Wilensky [Wilensky82] , where a lexical phrase is a pattern-concept pair. The pattern notation is described below and the concept notation is Dyer's",
"cite_spans": [
{
"start": 56,
"end": 77,
"text": "Wilensky [Wilensky82]",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "The Background",
"sec_num": "2.1"
},
{
"text": "[Dyer83] i-link notation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Background",
"sec_num": "2.1"
},
{
"text": "To span English sentences, RINA uses two kinds of patterns: lezical patterns and ordering patterns [Arens82] . In Figure I we show sample lexical patterns (patterns of lexical phrases). Such patterns are viewed as the generic linguistic forms of their corresponding phrases. The notation is explained below: (t) A token is a literal unless otherwise specified. For example, on is a literal in the patterns above.",
"cite_spans": [
{
"start": 99,
"end": 108,
"text": "[Arens82]",
"ref_id": null
}
],
"ref_spans": [
{
"start": 114,
"end": 122,
"text": "Figure I",
"ref_id": null
}
],
"eq_spans": [],
"section": "The Pattern Notation",
"sec_num": "2.2"
},
{
"text": "(2) ?x:sort denotes a variable called .~x of a semantic type sort. ?y:food above is a variable which stands for references to objects of the semantic class food.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Pattern Notation",
"sec_num": "2.2"
},
{
"text": "(3) Act.verb denotes any form of the verb s!lntactic class with the root act. nibble:vet6 above stands for expressions such as: nibbled, hms never nibbled, etc.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Pattern Notation",
"sec_num": "2.2"
},
{
"text": "(4) By default, a pattern sequence does not specify the order of its tokens. The additional notation introduced here is:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Pattern Notation",
"sec_num": "2.2"
},
{
"text": "(6) An * preceding a term, such as *<by ?z:~ent> in the first pattern above indicates that the term is optional.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Pattern Notation",
"sec_num": "2.2"
},
{
"text": "(7) * denotes an omitted term. The concept for Ty in the third example above is extracted from the agent of the pattern including the current pattern.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Pattern Notation",
"sec_num": "2.2"
},
{
"text": "(8) By convention, the agent is the case-frame which precedes the verb in the lexical pattern. Notice that the notion of agent is necessary since (a) the agent is not necessarily the subject (i.e., she vu taken) and {b) the agent is not necessarily the actor {i.e., she received the book, he took a blo~), and (c) in the infinitive form, the agent must be referred to since the agent is omitted from the pattern in the lexicon.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Pattern Notation",
"sec_num": "2.2"
},
{
"text": "(9) Uni/ieation [Kay79] accounts for the interaction of lexical patterns with ordering patterns in matching input sentences.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Pattern Notation",
"sec_num": "2.2"
},
{
"text": "So far, we have given a declarative definition of our grammar, a definition which is neutral with respect to either parsing or generation. The parsing procedure which is derived from the definitions above still has to be given.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Pattern Notation",
"sec_num": "2.2"
},
{
"text": "Three main tasks in phrasal parsing may be identified, ordered by degree of difficulty.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Parsing Objectives",
"sec_num": "2.3"
},
{
"text": "(1) Phrase dlaambiguation: When more than one lexicat phrase matches the input sentence, the parser must select the phrase intended by the speaker. For example, the input the vorkeru took to the streets could mean either \"they demonstrated\" or \"they were fond of the streets'. In this case, the first phrase is selected according to the principle of pattern speci]icit 9 [Arens821. The pattern ?X: person taXe:verb <to the streets> is more specific then ?x:person take:verb <to ?y:thing> However, in terms of our pattern notation, how do we define pattern specificity? {2) Ill-formed input comprehension: Even when an input sentence is not well phrased according to textbook grammar, it may be comprehensible by people and so must be comprehensible to the parser. For example, John took Nary school is telegraphic, but comprehensible, while John took Nzry to conveys only a partial concept. Partially matching sentences (or \"near misses') are not handled well by syntaxdriven pattern matehers. A deviation in a function word (such as the word to above) might inhibit the detection of the phrase which could be detected by a semantics-driven parser.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Parsing Objectives",
"sec_num": "2.3"
},
{
"text": "(3) Error-detection: when the hypothesized phrase does not match the input sentence/context pair, the parser is required to detect the failure and return with an indication of its nature. Error analysis requires that pattern tokens be assigned a casesignificance, as shown in Section 4.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Parsing Objectives",
"sec_num": "2.3"
},
{
"text": "Compounding requirements--disambiguation plus error-analysis capability--complicate the design of the parser. On one hand, analysis of \"near misses\" (they bury a hatchet instead of they buried the hatchet) can be performed through a rigorous analysis--assuming the presence of a single phrase only. On the other hand, in the presence of multiple candidate phrases, disambiguafinn could be made efficient by organizing sequences of pattern tokens into a discrimination net. However, attempting to perform both disambiguation and \"near miss\" recognition and analysis simultaneously presents a difficult problem. The discrimination net organization would not enable comparing the input sentence, the \"near miss\", with existing phrases.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Parsing Objectives",
"sec_num": "2.3"
},
{
"text": "The solution is to organize the discrimination sequence by order of generality from the general to the specific. According to this principle, verb phrases are matched by conceptual features first and by syntactic features only later on. For example, consider three initial erroneous hypotheses: (a) bury a hatchet (b) bury the gun, and (c) bury the hash. On hearing the words \"bury the hatchet', the first hypothesis would be the easiest to analyze (it differs only by a function word while the second differs by a content-holding word) and the third one would be the hardest (as opposed to the second, huh does not have a common concept with hlttchet).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Parsing Objectives",
"sec_num": "2.3"
},
{
"text": "Since these requirements are not facilitated by the representation of patterns as given above, we slightly modify our view of patterns. An entire pattern is constructed from a set of case-/tames where each case-frame is constructed of single tokens: words and concepts. Each frame has several slots containing information about the case and pertaining to: (a) its syntactic appearance (b) its semantic concept and (c) its phrase role: agent, patient. Variable identifiers (e.g., ?x. ?y) are used for unification of phrase patterns with their corresponding phrase concepts. Two example patterns are given below:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Case-Frames",
"sec_num": "2.4"
},
{
"text": "The first example pattern denotes a simple literal verb phrase:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Case-Frames",
"sec_num": "2.4"
},
{
"text": "{id:?x class:person role:agent} (take:verb) (id:?y class:person role:patient} {id:?z class:location marker:to} {id:?x class:person role:agent) {take:verb} (marker:to determiner:the word:streets} Figure 4 : Case Frames for \"He took to the streets\"",
"cite_spans": [],
"ref_spans": [
{
"start": 195,
"end": 203,
"text": "Figure 4",
"ref_id": null
}
],
"eq_spans": [],
"section": "Case-Frames",
"sec_num": "2.4"
},
{
"text": "The third case frame in Figure 4 above, the indirect object, does not have any corresponding concept. Rather it is represented as a sequence of words. However the words in the sequence are designated as the marker, the determiner and the word itself.",
"cite_spans": [],
"ref_spans": [
{
"start": 24,
"end": 32,
"text": "Figure 4",
"ref_id": null
}
],
"eq_spans": [],
"section": "Case-Frames",
"sec_num": "2.4"
},
{
"text": "Using this view of patterns enables the recognition of \"near misses\" and facilitate error-analysis in parsing.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Case-Frames",
"sec_num": "2.4"
},
{
"text": "So far, we have described only the linguistic notation and indicated that unification [Kay79] accounts for production of sentences from patterns. However, it is not obvious how to make pattern unification operational in parsing. One approach [Arens82] is to generate word sequences and to compare generated sequences with the input sentence. Another approach IPereiraS01 is to implement unification using PROLOG. Since our task is to provide lenient parsing, namely also ill-formed sentences must be handled by the parser, these two approaches are not suitable. In our approach, parsing is carried out by converting patterns into demons.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Demons Make Patterns Operational",
"sec_num": "3."
},
{
"text": "Conceptual analysis is the process which involves reading input words left to right, matching them with existing linguistic patterns and instantiating or modifying in memory the associated conceptual meanings. For example, assume that these are the phrases for take: in the lexicon: Figure 2 depict the word order involving verb phrases. In each pattern the case-frame preceding the verb is specified. (In active voice, the agent appears imediately before the verb, while in the passive it is the patient that precedes the verb.)",
"cite_spans": [],
"ref_spans": [
{
"start": 283,
"end": 291,
"text": "Figure 2",
"ref_id": null
}
],
"eq_spans": [],
"section": "Demons Make Patterns Operational",
"sec_num": "3."
},
{
"text": "Ordering patterns are compiled into demons. For example, DAGENT, the demon anticipating the agent of the phrase is generated by the patterns in Figure 2 . rt has three clauses:",
"cite_spans": [],
"ref_spans": [
{
"start": 144,
"end": 152,
"text": "Figure 2",
"ref_id": null
}
],
"eq_spans": [],
"section": "How Does It All Work?",
"sec_num": "3.2"
},
{
"text": "If the verb is in active form then the agent is immediately be/ore the verb If the verb is in passive form then the agent may appear, preceded by by.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "How Does It All Work?",
"sec_num": "3.2"
},
{
"text": "If the verb is in infinitive then the agent is omitted. Its concept is obtained from the function verb. Through identifying the verbs and their forms, the protess is:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "How Does It All Work?",
"sec_num": "3.2"
},
{
"text": "decided (active, simple) Search for the agent before the verb, anticipate an infinitive form.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "How Does It All Work?",
"sec_num": "3.2"
},
{
"text": "talc, (active, infinitive) Do not anticipate the agent. The actor of the \"take on\" concept which is the agent, is extracted from the agent of \"decide'.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "How Does It All Work?",
"sec_num": "3.2"
},
{
"text": "Learning of phrases in RINA is an iterative protess. The input is a sequence of sentence-context pairs, through which the program refines its current hypothesis about the new phrase. The hypothesis pertains to both the pattern and the concept of the phrase.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Failure-Driven Pattern Construction",
"sec_num": "4."
},
{
"text": "The basic cycle in the process is: (c) If a failure is detected then the current hypothesis is updated.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Learning Cycle",
"sec_num": "4.2"
},
{
"text": "The crucial point in this scheme is to obtain from the parser an intelligible analysis of failures. As an example, consider this part of the first dialog:. He accepted the challenge?",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Learning Cycle",
"sec_num": "4.2"
},
{
"text": "The first hypothesis is shown in Figure 8 . pattern: concept:",
"cite_spans": [],
"ref_spans": [
{
"start": 33,
"end": 41,
"text": "Figure 8",
"ref_id": null
}
],
"eq_spans": [],
"section": "The Learning Cycle",
"sec_num": "4.2"
},
{
"text": "?",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Learning Cycle",
"sec_num": "4.2"
},
{
"text": "x:person take:verb don ?y:person~ ?x win the conflict with ?y",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Learning Cycle",
"sec_num": "4.2"
},
{
"text": "Notice that the preposition on is attached to the object ?y, thus assuming that the phrase is similar to He looked at Iqaar7 which cannot produce the following sentence: H. look.d her at. This hypothesis underlies Sentence 1 which is erroneous in both its form and its meaning. Two observations should be made by comparing this pattern to Sentence 2:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 8: First Hypothesis",
"sec_num": null
},
{
"text": "The object is not preceded by the preposition on. The preposition on does not precede any object.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 8: First Hypothesis",
"sec_num": null
},
{
"text": "pattern:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "These comments direct the construction of the new hypothesis:",
"sec_num": null
},
{
"text": "concept:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "These comments direct the construction of the new hypothesis:",
"sec_num": null
},
{
"text": "?x:person take:verb on ?y:person ?x win the conflict with ?y Figure 9 : Second Hypothesis where the preposition on is taken as a modifier of the verb itself, thus correctly generating Sentence 3. In Figure 9 the conceptual hypothesis is still incorrect and must itself be modified.",
"cite_spans": [],
"ref_spans": [
{
"start": 61,
"end": 69,
"text": "Figure 9",
"ref_id": null
},
{
"start": 199,
"end": 205,
"text": "Figure",
"ref_id": null
}
],
"eq_spans": [],
"section": "These comments direct the construction of the new hypothesis:",
"sec_num": null
},
{
"text": "A subset of RINA's learning strategies, the ones used for the David and OoliaCh Dialog (Section 1.1) are described in this section. In our exposition of failures and actions we will illustrate the situations involved in the dialogues above, where each situation is specified by the following five ingredients:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Learning Strategies",
"sec_num": "4.3"
},
{
"text": "(1) the input sentence (Sentence),",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Learning Strategies",
"sec_num": "4.3"
},
{
"text": "(2) the context (not shown explicitly here), (3} the active pattern: either the pattern under construction, or the best matching pattern if this is the first sentence in the dialogue (Patternl).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Learning Strategies",
"sec_num": "4.3"
},
{
"text": "(4) the failures detected in the current situation (Failures),",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Learning Strategies",
"sec_num": "4.3"
},
{
"text": "(5) the pattern resulting from the application of the action to the current pattern (Pattern2).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Learning Strategies",
"sec_num": "4.3"
},
{
"text": "A case.role mismatch occurs when the input sentence can only be partially matched by the active pattern. A 9oal mismatch occurs when the concept instantinted by the selected pattern does not match the goal situation in the context. ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Creating a New Phrase",
"sec_num": null
},
{
"text": "A prepoMtional mismatch occurs when a preposition P matches in neither the active pattern nor in one of the lexical prepositional phrases, such as: <on ?x:platform> (indicating a spatial relation) <on ?x:time-unit> (indicating a time of action) <on ?x:location> (indicating a place)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Discriminating a Pattern by Freezing a Prepoab tional Phrase",
"sec_num": null
},
{
"text": "Patternl: Failures: Pattern2:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Sentence:",
"sec_num": null
},
{
"text": "David took on Goliath. ?x:person take:verb Prepositional mismatch ?x:person take:verb <on ?y:person> The preposition on is not part of the active pattern. Neither does it match any of the prepositional phrases which currently exist for on. Therefore, since it cannot be interpreted in any other way, the ordering of the sub-expression <on ?y,:peraoa> is frozen in the larger pattern, using < and >.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Sentence:",
"sec_num": null
},
{
"text": "Two-word verbs present a di~culty to language learners [Ulm75] who tend to ignore the separated verbparticle form, generating: take on him instead of cake him o,s. In the situation above, the learner produced this typical error.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Sentence:",
"sec_num": null
},
{
"text": "Two failures involving on: (1) case-role mismatch (on ?y:p,r6oa is not found)and 2 The combination of these two failures indicate that the pattern is too restrictive. Therefore, the < and > freezing delimiters are removed, and the pattern may now account for two-word verbs. In this case on can be separated from \u00a2,&ke.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relaxing an Undergeneralized Pattern",
"sec_num": null
},
{
"text": "A semantic mismatch is marked when the semantic class of a variable in the pattern does not subsume the class of the corresponding concept in the sentence.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Generaiising a Semantic Restriction",
"sec_num": null
},
{
"text": "Patternt: Failures: Pattern2:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Sentence:",
"sec_num": null
},
{
"text": "John took on the third question. ?x:person take:verb on ?y:person Semantic mismatch ?x:person take:verb on ?y:task As a result, the type of ?y in the pattern is generalized to include both cases.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Sentence:",
"sec_num": null
},
{
"text": "An unrelated reference is marked when a reference in the sentence does not relate to the context, but rather it relates to a metaphor (see elaboration in [Zernik85] ).",
"cite_spans": [
{
"start": 154,
"end": 164,
"text": "[Zernik85]",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Freezing a Reference Which Relates to a Metaphor",
"sec_num": null
},
{
"text": "The reference his fooc cannot be resolved in the context, rather it is resolved by a metaphoric gesture.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Freezing a Reference Which Relates to a Metaphor",
"sec_num": null
},
{
"text": "Failures: Pattern2:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Sentence: Pattern1:",
"sec_num": null
},
{
"text": "Her father put his foot down. ?x:person put:verb down ?y:phys-obj Goal mismatch and unrelated reference ?x:person put:verb down foot:body-part Since, (I) putting his foot on the floor does not match any of the goals of Jenny's father and (2) the reference his foot is related to the domain of metaphoric gestures rather than to the context. Therefore, foot becomes frozen in the pattern. This method is similar to a method suggested by Fuss and Wilks [Fuss83] . In their method, a metaphor is analyzed when an apparently illformed input is detected, e.g.: the car drank ffi lot of gas.",
"cite_spans": [
{
"start": 436,
"end": 459,
"text": "Fuss and Wilks [Fuss83]",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Sentence: Pattern1:",
"sec_num": null
},
{
"text": "Each pattern has an associated concept which is specified using Dyer's [Dyer83] i-link notation. The concept of a new phrase is extracted from the context, which may contain more than one element. For example, in the first dialogue above, the given context contains some salient sto W points [Wilensky82] which are indexed in episodic memory as two violated expectations:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Concept Constructor",
"sec_num": "4.4"
},
{
"text": "\u2022 David won the fight in spite of Goliath's physical superiority.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Concept Constructor",
"sec_num": "4.4"
},
{
"text": "\u2022 David accepted the challenge in spite of the risk involved.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Concept Constructor",
"sec_num": "4.4"
},
{
"text": "The program extracts meanings from the given set of points. Concept hypothesis construction is further discussed in [Zernik85].",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Concept Constructor",
"sec_num": "4.4"
},
{
"text": "In RINA, the stimulus for learning is comprehension failure. In previous models language learning was ,~lso driven by detection of failures.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Previous Work in Language Learning",
"sec_num": "5."
},
{
"text": "PST [Reeker76] learned grammar by acting upon dilfercnces detected between the input sentence and internally generated sentences. Six types of differences were classified, and the detection of a difference which belonged to a class caused the associated alteration of the grammar.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Previous Work in Language Learning",
"sec_num": "5."
},
{
"text": "FOUL-UP [Granger771 learned meanings of single words when an unknown word was encountered. The meaning was extracted from the script [Schank77] which was given as the context. A typical learning situation was The cffir vas driving on Hvy 66, vhen it careened off the road. The meaning of the unknown verb care.ned was guessed from the SACCIDENT script.",
"cite_spans": [
{
"start": 133,
"end": 143,
"text": "[Schank77]",
"ref_id": "BIBREF6"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Previous Work in Language Learning",
"sec_num": "5."
},
{
"text": "[CarbonellTO], which modeled comprehension of text involving political concepts, initiated learning when semantic constraints were violated. Constraints were generalized by analyzing underlying metaphors.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "POLITICS",
"sec_num": null
},
{
"text": "[Langley82] modeled learning of basic sentence structure. The process of learning was directed by mismatches between input sentences and sentences generated by the program. Learning involved recovery from both errors of omission (omitting a function word such as the or is in daddy bouncing ball) and errors of commission (producing daddy is liking dinner).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "AMBER",
"sec_num": null
},
{
"text": "Thus, some programs acquired linguistic patterns and some programs acquired meanings from context, but none of the above programs acquired new phrases. Acquisition of phrases involves two parallel processes: the formation of the pattern from the given set of example sentences, and the construction of the meaning from the context. These two processes are not independent since the construction of the conceptual meaning utilizes linguistic clues while the selection of pattern elements of new figurative phrases bears on concepts in the context.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "AMBER",
"sec_num": null
},
{
"text": "Currently, RINA can learn a variety of phrasal verbs and idioms. For example, RINA implements the behavior of the learner in vffivtd vs. c, oliffich and in Go-\u00a3ng Punk in Section 1. Modifications of lexicM entries are driven by analysis of failures. This analysis is similar to analysis of ill-formed input, however, detection of failures may result in the augmentation of the lexicon. Failures appear as semantic discrepancies (e.g., goal-plan mismatch}, or syntactic discrepancies (e.g., case-role mismatch). Finally, references in figurative phrases are resolved by metaphor mapping.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Current and Future Work",
"sec_num": "6."
},
{
"text": "Currently our efforts are focussed on learning the conceptual elements of phrases. We attempt to develop strategies for generalizing and refining acquired concepts. For example, it is desirable to refine the concept for \"take on\" by this sequence of examples:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Current and Future Work",
"sec_num": "6."
},
{
"text": "David toak on Goliath. The [t, kers took on ~he Celtics. I took on a, bard ~ffi,,.k. I took on a, hey Job. In selecting ~he naae \u00b0TQvard8 a. Self-EzCending",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Current and Future Work",
"sec_num": "6."
},
{
"text": "LeXiCOne. Ye t,43olc OU in old nKme.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Current and Future Work",
"sec_num": "6."
},
{
"text": "The first three examples \"deciding to fight someone', \"playing against someone\" and \"accepting a challenge\" could be generalized into the same concept, but the last two examples deviate in their meanings from that developed concept. The problem is to determine the desired level of generality. Clearly, the phrases in the following examples: ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Current and Future Work",
"sec_num": "6."
}
],
"back_matter": [
{
"text": "We wish to thank Erik Muelhr and Mike Gasser for their incisive comments on drafts of this paper.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgments",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "The Context Model: Language Understanding in a Context",
"authors": [
{
"first": "Y",
"middle": [],
"last": "Areas",
"suffix": ""
}
],
"year": 1982,
"venue": "Proceedings Fourth Annual Conference of the Cofnitive Science Society",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Areas, Y., \"The Context Model: Language Understanding in a Con- text,\" in Proceedings Fourth Annual Conference of the Cofnitive Science So- ciety, Ann Arbor, Michigan (1982}.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "The Phrasal Lexicon",
"authors": [
{
"first": "Joseph",
"middle": [
"D"
],
"last": "Bucker",
"suffix": ""
}
],
"year": 1975,
"venue": "Proceedings Interdisciplinary Workshop on Theoretical Is. sues in Natural Lanfaage Processing",
"volume": "",
"issue": "",
"pages": "70--73",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bucker, Joseph D., \"The Phrasal Lexi- con,\" pp. 70-73 in Proceedings Interdis- ciplinary Workshop on Theoretical Is. sues in Natural Lanfaage Processing, Cambridge, Massachusets (June 1975).",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "A Realistic Transformational Grammar",
"authors": [
{
"first": "Joan",
"middle": [],
"last": "Bresnan",
"suffix": ""
}
],
"year": 1978,
"venue": "in Linguistic Theory and Psychological Reality",
"volume": "",
"issue": "",
"pages": "1--59",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bresnan, Joan, \"A Realistic Transfor- mational Grammar,\" pp. 1-59 in Linguistic Theory and Psychological Reality, ed. M. Halle J. Bresnan G. Miller, MIT Press, Harvard, Mas- sachusets (1978).",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Towards a Sell'-Extending Parser",
"authors": [
{
"first": "J",
"middle": [
"G"
],
"last": "Carbonell",
"suffix": ""
}
],
"year": null,
"venue": "in Proceedings 17th Annual Meeting of the Association for Computational Linfaistics",
"volume": "",
"issue": "",
"pages": "3--7",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Carbonell, J. G., \"Towards a Sell'- Extending Parser,\" pp. 3-7 in Proceed- ings 17th Annual Meeting of the Associ- ation for Computational Linfaistics, La Jolla, California (1070).",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "In-Depth Understanding: A Computer Model of Integrated Processing for Narrative Comprehension",
"authors": [
{
"first": "Michael",
"middle": [
"G"
],
"last": "Dyer",
"suffix": ""
}
],
"year": 1983,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Dyer, Michael G., In-Depth Under- standing: A Computer Model of In- tegrated Processing for Narrative Comprehension, MIT Press, Cam- bridge, MA (1983).",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Parsing Paradignm and Language Learning",
"authors": [
{
"first": "Michael",
"middle": [
"G"
],
"last": "Dyer",
"suffix": ""
},
{
"first": "Uri",
"middle": [],
"last": "Zernik",
"suffix": ""
}
],
"year": null,
"venue": "Proceedings AI-85",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Dyer, Michael G. and Uri Zernik, \"Parsing Paradignm and Language Learning,\" in Proceedings AI-85, Long Beach, California (May 1085).",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Preference Semantics, IlbFormedness and Metaphor",
"authors": [
{
"first": "Dan",
"middle": [],
"last": "Fans",
"suffix": ""
},
{
"first": "Yorick",
"middle": [],
"last": "Wilks",
"suffix": ""
}
],
"year": null,
"venue": "American Journal of Computational Linguistics",
"volume": "0",
"issue": "3-4",
"pages": "178--179",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Fans, Dan and Yorick Wilks, \"Prefer- ence Semantics, IlbFormedness and Metaphor,\" American Journal of Com- putational Linguistics 0(3-4), pp.178- 1s7 (zoo).",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "The Case for Case",
"authors": [
{
"first": "C",
"middle": [],
"last": "Fillmore",
"suffix": ""
}
],
"year": 1988,
"venue": "pp. l-g0 in Universals in Linguistic Theory",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Fillmore, C., \"The Case for Case,\" pp. l-g0 in Universals in Linguistic Theory, ed. E. Bach R. Harms, Holt, Reinhart and Winston, Chicago (1988).",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "FOUL-UP: A Program That Figures Out Meanings of Words from Context",
"authors": [
{
"first": "R",
"middle": [
"H"
],
"last": "Granger",
"suffix": ""
}
],
"year": 1977,
"venue": "in Proceedings Fifth",
"volume": "",
"issue": "",
"pages": "172--178",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Granger, R. H., \"FOUL-UP: A Pro- gram That Figures Out Meanings of Words from Context,\" pp. 172-178 in Proceedings Fifth [JCAI, Cambridge, Massachusets (August 1977).",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "PHRED: A Generator for Natural Language Interfaces",
"authors": [
{
"first": "Paul",
"middle": [
"S"
],
"last": "Jaeobs",
"suffix": ""
}
],
"year": 1985,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Jaeobs, Paul S., \"PHRED: A Generator for Natural Language Interfaces,\" UCB/CSD 85/108,. Computer Science Division, University of California Berkeley, Berkeley, California (Janu- ary 1985).",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Functional Grammar",
"authors": [
{
"first": "Martin",
"middle": [],
"last": "Kay",
"suffix": ""
}
],
"year": 1979,
"venue": "Proceedings 5th Annual Meeting of the Berkeley Linguistic Society",
"volume": "",
"issue": "",
"pages": "142--158",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kay, Martin, \"Functional Grammar.\" pp. 142-158 in Proceedings 5th Annual Meeting of the Berkeley Linguistic So- ciety, Berkeley, California (1979).",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Language Acquisition Through Error Recovery",
"authors": [
{
"first": "Pat",
"middle": [],
"last": "Langley",
"suffix": ""
}
],
"year": null,
"venue": "Cognition and Brain Theory",
"volume": "082",
"issue": "3",
"pages": "211--255",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Langley, Pat, \"Language Acquisition Through Error Recovery,\" Cognition and Brain Theory ~;(3), pp.211-255 {I082).",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Definite Clause Grammars for Language Analysis-A Survey of the Formalism and a Comparison with Augmented Transition Networks",
"authors": [
{
"first": "F",
"middle": [
"C N"
],
"last": "Pereira",
"suffix": ""
},
{
"first": "H",
"middle": [
"D"
],
"last": "David",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Warren",
"suffix": ""
}
],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Pereira, F. C. N. and David H. D. War- ren, \"Definite Clause Grammars for Language Analysis-A Survey of the Formalism and a Comparison with Augmented Transition Networks.\"",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "The Computational Study of Language Learning",
"authors": [
{
"first": "L",
"middle": [
"H"
],
"last": "Reeker",
"suffix": ""
}
],
"year": 1976,
"venue": "Advances in Computers, ed. M. Yovits M. Rubinoff",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Reeker, L. H., \"The Computational Study of Language Learning,\" in .Ad- vances in Computers, ed. M. Yovits M. Rubinoff, Academic Press, New York (1976).",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "Computational Understanding: Analysis of Sentences and Context",
"authors": [
{
"first": "C",
"middle": [
"K"
],
"last": "Riesbeck",
"suffix": ""
}
],
"year": 1974,
"venue": "",
"volume": "238",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Riesbeck, C. K., \"Computational Understanding: Analysis of Sentences and Context,\" Memo 238, AI Labora- tory (1974).",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "The Separation Phenomenon in English Phrasal Verbs, Double trouble",
"authors": [
{
"first": "Susan",
"middle": [
"C"
],
"last": "Ulm",
"suffix": ""
}
],
"year": 1975,
"venue": "",
"volume": "601",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ulm, Susan C., \"The Separation Phenomenon in English Phrasal Verbs, Double trouble,\" 601, University of California Los Angeles (1975). M.A. Thesis.",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "A Knowledge-Ba~ed Approach to Natural Language Proeessing:. A progress Report",
"authors": [
{
"first": "R",
"middle": [],
"last": "Wilensky",
"suffix": ""
}
],
"year": 1981,
"venue": "Proceedings Seventh International Joint Conference on Artificial Intelligence",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Wilensky, R., \"A Knowledge-Ba~ed Approach to Natural Language Pro- eessing:. A progress Report,\" in Proceedings Seventh International Joint Conference on Artificial Intelligence, Vancouver, Canada (1981).",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"title": "Points: A Theory of Structure of Stories in Memory",
"authors": [
{
"first": "R",
"middle": [],
"last": "Wilensky",
"suffix": ""
}
],
"year": 1982,
"venue": "Strategies for Natural Lanfaage Processing",
"volume": "",
"issue": "",
"pages": "345--375",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Wilensky, R., \"Points: A Theory of Structure of Stories in Memory,\" pp. 345-375 in Strategies for Natural Lanfaage Processing, ed. W. G. Lehnert M. H. Ringle, Laurence Erl- banm Associates, New Jersey (1982).",
"links": null
},
"BIBREF20": {
"ref_id": "b20",
"title": "Talking to UNIX in English: an Overview of UC",
"authors": [
{
"first": "R",
"middle": [],
"last": "Wilensky",
"suffix": ""
},
{
"first": "Y",
"middle": [],
"last": "Arens",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Chin",
"suffix": ""
}
],
"year": 1984,
"venue": "Communications of the ACM",
"volume": "2",
"issue": "6",
"pages": "574--593",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Wilensky, R., Y. Arens, and D. Chin, \"Talking to UNIX in English: an Over- view of UC,\" Communications of the ACM 2T(6), pp.574.-593 (June 1984).",
"links": null
},
"BIBREF21": {
"ref_id": "b21",
"title": "Failure-Driven Aquisition of Fifarative Phrasea by Second Language Speakers",
"authors": [
{
"first": "Uri",
"middle": [],
"last": "Zernik",
"suffix": ""
},
{
"first": "Michael",
"middle": [
"G"
],
"last": "Dyer",
"suffix": ""
}
],
"year": 1985,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Zernik, Uri and Michael G. Dyer, Failure-Driven Aquisition of Fifarative Phrasea by Second Language Speakers, 1985. (submitted to publication).",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"type_str": "figure",
"num": null,
"text": "(l) Phrasal lexicon: This is a list of phrases where each phrase is a declarative pattern-concept pair [WilenskySl].",
"uris": null
},
"FIGREF1": {
"type_str": "figure",
"num": null,
"text": "Dyer83]. The parser detects comprehension failures which are used in learning.",
"uris": null
},
"FIGREF2": {
"type_str": "figure",
"num": null,
"text": "Figure h The Pattern Notation",
"uris": null
},
"FIGREF3": {
"type_str": "figure",
"num": null,
"text": "Figure 2: Ordering Patterns",
"uris": null
},
"FIGREF4": {
"type_str": "figure",
"num": null,
"text": "Cue Frmmes for \"He took her to school\" Both the agent and the patient are of the class person; the indirect object is a location marked by the preposition co. The second phrase is figurative:",
"uris": null
},
"FIGREF5": {
"type_str": "figure",
"num": null,
"text": "A Variety of Phrases for TAKE where variables ?x, :y and ?z also appear in correspond-in& concepts (not shown here). How are these patterns actually applied in conceptual analysis?3.1 Interaction of Lexlcal and Ordering PatternsToken order in the lexical patterns themselves(Figure 5) supports the derivation of simple active-voice sentences only. Sentences such as:Msry vas ~,zken on by John. A veak contender David might, have left, alone, bu~ Goliath he book on. David dec\u00a3ded to take on Gol'tath.",
"uris": null
},
"FIGREF6": {
"type_str": "figure",
"num": null,
"text": "A Variety of Word Orders cannot be derived directly by the given hxical patterns. These sentences deviate from the order given by the corresponding lexical patterns and require interaction with language conventions such as passive voice and infinitive. Ordering patterns are used to span a wider range of sentences in the language. Ordering patterns such as the one's given in",
"uris": null
},
"FIGREF7": {
"type_str": "figure",
"num": null,
"text": "The Conatruction of D_AGENT In parsing, this demon is spawned when a verb is encountered. For example, consider the process in parsing the sentence Da.v~.d dec'ideal ~ bake on ~,o].\u00a3ath.",
"uris": null
},
"FIGREF8": {
"type_str": "figure",
"num": null,
"text": "(a) A sentence is parsed on the background of a conceptual context.(b) Using the current hypothesis, either the sentence is comprehended smoothly, or a failure is detected.",
"uris": null
},
"FIGREF9": {
"type_str": "figure",
"num": null,
"text": "person take:verb ?y:person ?z:location Pattern and goal mismatch ?x:person take:verb David's physically transferring Goliath to a location fails since {1) a location is not found and (2) the action does not match David's goals. If these two failures are encountered, then a new phrase is created. In absence of a better alternative, RINA initially generates David Cook him somevhere.",
"uris": null
},
"FIGREF10": {
"type_str": "figure",
"num": null,
"text": "prepositional mismatch (on appears unmatched at the end of the sentence) are encountered in the situation below: person take:verb <on ?y'person Prepositional and case-role mismatch. ?x:person take:verb on ?y:person",
"uris": null
},
"FIGREF11": {
"type_str": "figure",
"num": null,
"text": "on am enemy Lake os an old name ~a~e on the shape of a essdce deserve separate entries in the phrasal lexicon. The question is, at what stage is the advantage of further generalization diminished?",
"uris": null
}
}
}
}