| { |
| "paper_id": "P79-1014", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T08:11:37.062579Z" |
| }, |
| "title": "H~ADING WITH A PURPOSE", |
| "authors": [ |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Lebowitz", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Yale University", |
| "location": {} |
| }, |
| "email": "" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "", |
| "pdf_parse": { |
| "paper_id": "P79-1014", |
| "_pdf_hash": "", |
| "abstract": [], |
| "body_text": [ |
| { |
| "text": "A newspaper story about terrorism, war, politics or football is not likely to be read in the same way as a gothic novel, college catalog or physics textbook. Similarly, tne process used to understand a casual conversation is unlikely to be the same as the process of understanding a biology lecture or TV situation comedy. One of the primary differences amongst these various types of comprehension is that the reader or listener will nave different goals in each case.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "The reasons a person nan for reading, or the goals he has when engaging in conversation wlll nave a strong affect on what he pays attention to, how deeply the input is processed, and what information is incorporated into memory.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "The computer model of understanding described nere addresses the problem of using a reader's purpose to assist in natural language understanding. This program, the Integrated Partial Parser (IPP) ~s designed to model the way people read newspaper stories in a robust, comprehensive, manner.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "IPP nan a set of interests, much as a human reader does.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "At the moment it concentrates on stories about International violence and terrorism.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "IPP contrasts sharply wlth many other tecnniques which have been used in parslng.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "Most models of language processing have had no purpose in reading. They pursue all inputs with the same dillgence and create the same type of representation for all stories.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "The key difference in IPP is that it maps lexlcal input into as high a level representation as possible, thereby performing the complete understanding process. Other approaches have invariably first tried to create a preliminary representation, often a strictly syntactic parse tree, in preparation for real understandlng. ~ince high-level, semantic representations are ultimately necessary for understanding, there is no obvious need for creating a preliminary syntactic representation, which can be a very difficult task. The isolation of the lexlcal level processing from more complete understanding processes makes it very difficult for hlgn level predictions to influence low-level processing, which is crucial in IPP.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "technique for creating a low-level representation of sentences has been the Augmented Transition NetworX (ATN). Parsers of this sort have been discussed by Woods [ 11] and Kaplan [SJ.", |
| "cite_spans": [ |
| { |
| "start": 162, |
| "end": 167, |
| "text": "[ 11]", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "One very popular", |
| "sec_num": null |
| }, |
| { |
| "text": "An ATN-IiKe parser was developed by Winograd [10] .", |
| "cite_spans": [ |
| { |
| "start": 45, |
| "end": 49, |
| "text": "[10]", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "One very popular", |
| "sec_num": null |
| }, |
| { |
| "text": "Most ATN parsers nave dealt primarily wltn syntax, occasionally checking a\" few simple semantic properties of words.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "One very popular", |
| "sec_num": null |
| }, |
| { |
| "text": "A more recent parser wnicn does an isolated syntactic parse was created by Marcus [4] . TOe important thing to note about all of these parsers is that they view syntactic parsing as a process to be done prior to real understanding.", |
| "cite_spans": [ |
| { |
| "start": 82, |
| "end": 85, |
| "text": "[4]", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "One very popular", |
| "sec_num": null |
| }, |
| { |
| "text": "Even thougn systems of this sort at times make use of semantic information, they are driven by syntax. Their ~oal of developing a syntactic parse tree is not an explicit part of the purpcse of human understanding.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "One very popular", |
| "sec_num": null |
| }, |
| { |
| "text": "the type of understanding done by IPP is in some sense a compromise between the very detailed understanding of it made extensive use of the semantic properties of the words being processed, but interacted only slightly with the rest of the understanding processes it was a part of. it would pass off a completed Conceptual Dependency representation of each sentence to SAM or PAM which would try to incorporate it into an overall story representation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "One very popular", |
| "sec_num": null |
| }, |
| { |
| "text": "BOth these programs attempted to understand each sentence fully, SAM in terms of scripts, PAM in terms of plans and goals, before going onto the next sentence.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "One very popular", |
| "sec_num": null |
| }, |
| { |
| "text": "(In [~] Scnank and Abelson describe scripts, plans and goals.) SAM and PAM model the way people might read a story if they were expecting a detalied test on it, or the way a textbook might be read.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "One very popular", |
| "sec_num": null |
| }, |
| { |
| "text": "\u00a3acn program's purpose was to get out of a story every piece of informatlon possible, fney treated each piece of every story as being equally important, ~nd requiring total understanding. Both of these programs are relatively fragile, requiring compiex dictionary entries for every word they might en0ounter, as well as extensive Knowledge of the appropriate scripts and plans.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "One very popular", |
| "sec_num": null |
| }, |
| { |
| "text": "FR\u00d9MP, in contrast to SAM and rAM, is a robust system whlcn attempts to extract the amount of information from a newspaper story which a person gets when ne skims rapidly.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "One very popular", |
| "sec_num": null |
| }, |
| { |
| "text": "It does this by selecting a script to represent the story and then trying to fill in the various slots which are important to understand the story.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "One very popular", |
| "sec_num": null |
| }, |
| { |
| "text": "Its purpose is simply to obtain enough information from a story to produce a meaningful summary.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "One very popular", |
| "sec_num": null |
| }, |
| { |
| "text": "FRUMP is strongly top-down, and worries about incoming information from the story only insofar ~s it helps fill In the details of the script which it selected. 50 wnile FRUMP is robust, simply skipping over words it doesn't Know, it does miss interesting sections of stories which are not explained by its initial selection of a script. 18P attempts to model the way people normally read a newspaper story.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "One very popular", |
| "sec_num": null |
| }, |
| { |
| "text": "Unlike SAM and PAH, it does not care if it gets every last plece of information out of a story.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "One very popular", |
| "sec_num": null |
| }, |
| { |
| "text": "Dull, mundane information is gladly ignored. But, In contrast with FRUMP, it does not want to miss interesting parts of stories simply because tney do not mesh with initial expectations.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "One very popular", |
| "sec_num": null |
| }, |
| { |
| "text": "It tries to create a representation which captures the important aspects of each story, but also tries to minimize extensive, unnecessary processing which does not contrlbute to the understanding of the story. There are the event structures themselves, generally scripts such as $KIDNAP and SAMBUSH, which form the backbone of the story representations, and tokens which fill the roles in the event structures. These tokens are basically the ?tcture Producers of [6], and represent the concepts underlying words such as \"airliner,\"", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "One very popular", |
| "sec_num": null |
| }, |
| { |
| "text": "\"machine-gun\" and \"Kidnapper.\"", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "How l~ EOA~s", |
| "sec_num": "2." |
| }, |
| { |
| "text": "The final story representation can also Include links between event structures indicating causal, temporal and script-scene relationships.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "How l~ EOA~s", |
| "sec_num": "2." |
| }, |
| { |
| "text": "Due to IPP's limited repertoire of structures with which to represent events, it is currently unable to fully understand some stories which maXe sense only in terms of goals and plans, or other higher level representations. However, the understanding techniques used in IPP should be applicable to stories which require the use of such knowledge structures.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "How l~ EOA~s", |
| "sec_num": "2." |
| }, |
| { |
| "text": "This is a topic of current research.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "How l~ EOA~s", |
| "sec_num": "2." |
| }, |
| { |
| "text": "It Is worth noting that the form of a story's representation may depend on the purpose behind its being read.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "How l~ EOA~s", |
| "sec_num": "2." |
| }, |
| { |
| "text": "If the reader is only mildly Interested in the subject of the story, soriptal representation may well be adequate. On the other hand, for an story of great interest to the reader, additional effort may be expended to allow the goals and plans of the actors In the story to be gorked out.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "How l~ EOA~s", |
| "sec_num": "2." |
| }, |
| { |
| "text": "This Is generally more complex than simply representing a story in terms of stereotypical knowledge, and will only be attempted in cases of great interest.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "How l~ EOA~s", |
| "sec_num": "2." |
| }, |
| { |
| "text": "In order to achieve its purpose, ~PP does extensive \"top-down\" processing.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "How l~ EOA~s", |
| "sec_num": "2." |
| }, |
| { |
| "text": "That Is, It makes predlotions aOout what it is likely to see. These predictions range from low-level, syntactic predictions (\"the next noun phrase will be the person kidnapped,\" for instance) to quite high-level, global predictions, (\"expect to see demands made by the terrorist\").", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "How l~ EOA~s", |
| "sec_num": "2." |
| }, |
| { |
| "text": "Significantly, the program only makes predictions about things it would like to Know. It doesn't mind skipping over unimportant parts of the text. The tests in IPP requests are also llmited in nature. They can look for certain types of events or tokens, check for words with a specified property in their dictionary entry, or even check for specific lexical items.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "How l~ EOA~s", |
| "sec_num": "2." |
| }, |
| { |
| "text": "The tests for lexical items are quite Important in Keeping IPP's processing efficient.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "How l~ EOA~s", |
| "sec_num": "2." |
| }, |
| { |
| "text": "One advantage is that very specific top-down predictions will often allow an otherwise very complex word disa~biguation process to be bypassed. For example, in a story about a hijacking, ZPP expects the word \"carrying\" to indicate that the passengers of the hijacked vehicle are to follow.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "How l~ EOA~s", |
| "sec_num": "2." |
| }, |
| { |
| "text": "So it never has to consider An any detail the meaning of \"carrying.\" Many function words really nave no meaning by themselves, and the type of predictive processing used by IPP is crucial in handling them efficiently. IPP Is interested in the traditional syntactic classifications only when they help determine how worqs should be processed. IPP's criteria for classification Involve the type of data structures words build, and when they should be processed.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "How l~ EOA~s", |
| "sec_num": "2." |
| }, |
| { |
| "text": "Words can build either of the main data structures used in XPP, events and tokens. The words bulldin~ events are usually verbs, but many syntactic nouns, such as \u2022 kidnapping,\" \"riot,\" and \"demonstration\" also indicate events, and are handled in Just the same way as traditional verbs. Some words, such as =oat adjectives and adverbs, do not build structures but rather modify structures built by other words. These words are handled according to the type of structure they modify.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "How l~ EOA~s", |
| "sec_num": "2." |
| }, |
| { |
| "text": "The second criteria for classifying words -when they should be processed -is crucial to 1PP's operation. In order to model a rapid, normally paced reader, IPP attempts to avoid doin~ any processing which will not add to its overall understandin~ of a story.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "How l~ EOA~s", |
| "sec_num": "2." |
| }, |
| { |
| "text": "To do this, it classifies words into three groupswords which must be fully processed i--edlately, words which should be saved in short-ter~ memory, and then processed later, if ne,=essary, and words which should be skipped entirely.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "How l~ EOA~s", |
| "sec_num": "2." |
| }, |
| { |
| "text": "Words which must be processed immediately include interesting words building either event structures or tokens.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "How l~ EOA~s", |
| "sec_num": "2." |
| }, |
| { |
| "text": "\"Gunmen,\" \"kidnapped\" and \"exploded\" are typical examples. These words give us the overall framework of a story, indicate how much effort should 0e devoted to further analysis, and, most importantly, generate the predictions w~loh allow later processing to proceed efficiently.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "How l~ EOA~s", |
| "sec_num": "2." |
| }, |
| { |
| "text": "The save and process later words are those which may become si~nifioant later, but are not obviously impor~cant when they are read.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "How l~ EOA~s", |
| "sec_num": "2." |
| }, |
| { |
| "text": "This class is quite substantial, Including many dull nouns and nearly all adjectives and adverbs.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "How l~ EOA~s", |
| "sec_num": "2." |
| }, |
| { |
| "text": "Zn a noun phrase sucn as \"numerous Italian gunmen,\" there Is no point in processing tO any depth \"numerous\" or \"Italian\" until we ~now the word they modify is Important enou~n to be included in the final representation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "How l~ EOA~s", |
| "sec_num": "2." |
| }, |
| { |
| "text": "Zn the cases where further procesein~ is necessary, IPP has the proper information to easily incorporate the saved words Into the story representation, and In the many cases where the word is not important, no effort above saving the word is required. The processin~ strategy for these words is a Key to modei~n~ nom,al reading.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "How l~ EOA~s", |
| "sec_num": "2." |
| }, |
| { |
| "text": "The final class of words are those IPP skips altogether. Thls class includes very unlnterestln~ words whlch neither contribute processing clues, nor add to the story representation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "How l~ EOA~s", |
| "sec_num": "2." |
| }, |
| { |
| "text": "Many function words, adjectives and verbs irrelevant to the domain at hand, and most pronouns fall into this category.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "How l~ EOA~s", |
| "sec_num": "2." |
| }, |
| { |
| "text": "These words can still be significant in cases where they are predlcted, but otherwise they are ignored by IPP and take no processln~ effort.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "How l~ EOA~s", |
| "sec_num": "2." |
| }, |
| { |
| "text": "In addition to the processing techniques mentioned so far, IPP makes use of several very pragmatic heuristics. These are particularly important in processlng noun ~roups", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "How l~ EOA~s", |
| "sec_num": "2." |
| }, |
| { |
| "text": "properly.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "How l~ EOA~s", |
| "sec_num": "2." |
| }, |
| { |
| "text": "An example of the type of heuristic used is IPP's assumption that the first actor in a story tends to be important, and is worth extra processing effort.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "How l~ EOA~s", |
| "sec_num": "2." |
| }, |
| { |
| "text": "Other In humans this presumably occurs after a reader has noted that stories involving gunmen tend to be interesting.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "How l~ EOA~s", |
| "sec_num": "2." |
| }, |
| { |
| "text": "Since it is interesting, IPP fully processes GUNMEN, Knowing that it Is important to its purpose of extracting the significant content of the story, it builds a token to represent the GUNMEN and makes several predlctlons to facilitate later processing.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "How l~ EOA~s", |
| "sec_num": "2." |
| }, |
| { |
| "text": "There is a strong possibility that some verb conceptually equivalent to \"shoot\" will appear. There are also a set of scripts, including SROBBERY, STERRORISM and $HIJACK wnlcn are likely to appear, so IPP creates predictions looking for clues indicating that one of these scripts sOould be activated and used to represent the story. Therefore, it looks baoK at the modifiers temporarily saved in short-term memory, 8-YEAR-OLD in this case, and uses them to modify the token ~uilt for GIRL. The age of the ~Irl is noted as eight years. This information could easily be crucial to appreciatin~ the interesting nature of the story. As it pro~esses a story such as this one, IPF keeps track of how interesting it feels the story is. Novelty and relevance tend to increase interestlngness, while redundancy and irrelevance dec?ease it.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "How l~ EOA~s", |
| "sec_num": "2." |
| }, |
| { |
| "text": "For example, in the story shown moore, the faot that the victim of the shooting was an 8 year-old ingresses the interest of the story, and the the incident taMin~ place in Northern Ireland as opposed to a more unusual sate for terrorism decreases the interest.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "FIRING : Word satisfies prediction", |
| "sec_num": null |
| }, |
| { |
| "text": "The story's interest Is used to determine how much effort should be expended in tryin~ to fill in more details of t~e story. If the level of lnterestingness decreases fax' enough, the program can stop processing the story, and look for a more interesting one, in the same way a person does when reading through a newspaper. Notice that 1PP has jumped to a conclusion about the story,, which, while plausible, could easily be wrong, it assumes that the actor of the SBOMB and SATTACK-PLACE scripts is the same as the actor of the STERRORISM script, which was in turn inferred from the actor of the sbootln~ incident.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "FIRING : Word satisfies prediction", |
| "sec_num": null |
| }, |
| { |
| "text": "Tnls is plausible, as normally news stories are about a coherent set of events witn lo~Ical relations amongst them. So it is reasonable for a story to De about a series of related acts of terrorism, committed by the same person or ~roup, and tnat is what IPP assumes here even though that may not be correct. Uut this ~Ind of inference is exactly the Kind which IPP must make in order to do efficient top-down processln~, despite the possibility of errors.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "~. ANOTHER EXAMPLE", |
| "sec_num": null |
| }, |
| { |
| "text": "The otner interesting point about tnis example is the way some of iPP's quite pragmatic heuristics for processln~ give positive results.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "~. ANOTHER EXAMPLE", |
| "sec_num": null |
| }, |
| { |
| "text": "For instance, as mentioned earlier, the first actor mentioned has a stronz tendency to be important to the understandln~ of a story.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "~. ANOTHER EXAMPLE", |
| "sec_num": null |
| }, |
| { |
| "text": "In thls story that means that the modlfyin~ prepositional phrase \"of former President Su~enlo Kjell Lau~erud\"", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "~. ANOTHER EXAMPLE", |
| "sec_num": null |
| }, |
| { |
| "text": "is analyzed and attached to the token built for \"son,\" usually not an interesting word. Heur~stlcs of this sort ~ive IPP its power and robustness, rather than any single rule about language understandln~.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "~. ANOTHER EXAMPLE", |
| "sec_num": null |
| }, |
| { |
| "text": "IPP has been implemented on a DECsystem 20/50", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "CONCLUSION", |
| "sec_num": "5." |
| }, |
| { |
| "text": "at Yale. It currently has a vocabulary of more than I~00 words wnlcn is oelng continually Increased in an attempt to make the program an expert underst~der of newspaper stories scout terrorism. \u00a3t is also planned to add information about nigher level knowledge structures such as ~oals and plans and expand IPP's domain of interest. To date, IPP has successfully processed over 50 stories taken directly from various newspapers, many sight unseen.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "CONCLUSION", |
| "sec_num": "5." |
| }, |
| { |
| "text": "The difference between the powers of IPP and the syntactlcally driven parsers mentioned earller can cent be seen by the Kinds of sentences they handle. Syntax-0ased parsers generally deal with relatively simple, syntactically well-formed sentences. IPP handles sucn sentences, Out also accurately processes stories taken directly from newspapers, which often involve extremely convoluted syntax, and in many cases are not grammatical at all.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "CONCLUSION", |
| "sec_num": "5." |
| }, |
| { |
| "text": "Sentences of this type are difficult, if not impossible for parsers relyln~ on syntax.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "CONCLUSION", |
| "sec_num": "5." |
| }, |
| { |
| "text": "IPP is sole to process news stories quickly, on the order of 2 CPU seconds, and when done, it has achieved a complete understandln~ of the story, not Just a syntactic parse.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "CONCLUSION", |
| "sec_num": "5." |
| }, |
| { |
| "text": "As shown in tne examples above, interest can provide a purpose for reading newspaper stories.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "CONCLUSION", |
| "sec_num": "5." |
| }, |
| { |
| "text": "In other situations, other factors might provide the purpose. But the purpose is never simply to create a representation -especially a representation with no semantic content, such as a syntax tree. This is not to say syntax is not important, obviously in many circumstances it provides crucial information, but it should not drive the understanding process. Preliminary representations are needed only if they assist in the reader's ultimate purpose bulldln~ an appropriate, high-level representation which can be incorporated with already existing Knowledge. The results achieved by IPP indicate that parsing directly into high-level knowledge structures is possible, and in many situations may well be more practical than first doin~ a low-level parse. Its integrated approacn allows IPP to make use of all the various kinds of knowledge which people use when understandtn~ a story.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "CONCLUSION", |
| "sec_num": "5." |
| } |
| ], |
| "back_matter": [], |
| "bib_entries": {}, |
| "ref_entries": { |
| "TABREF2": { |
| "num": null, |
| "html": null, |
| "type_str": "table", |
| "text": "IPP represents stories in terms of scripts similar to, although simpler than, those used by SAM and FRUMP. Most of the co--on events In IPP's area of Interest, terrorism, such as hiJaokings, kidnappings, and ambushes, are reasonanly stereotyped, although not necessarily wltn all the temporal sequencing present in the scripts SAM uses. ZPP also represents some events directly In Conceptual Dependency. The representations in IPP consist of two types of structures.", |
| "content": "<table><tr><td colspan=\"2\">stories,</td><td colspan=\"4\">and, crucially,</td><td colspan=\"2\">have extensive knowledge about</td></tr><tr><td>the</td><td colspan=\"2\">\"real</td><td colspan=\"2\">world.\"</td><td colspan=\"2\">It</td><td>is</td><td>impossible to properly</td></tr><tr><td colspan=\"8\">understand a story without applying already existing</td></tr><tr><td colspan=\"8\">knowledge about the functioning</td><td>of the world.</td><td>This</td></tr><tr><td colspan=\"8\">means the use of long-term memory cannot be fruitfully</td></tr><tr><td colspan=\"2\">separated</td><td/><td>from</td><td colspan=\"2\">other</td><td/><td>aspects</td><td>of</td><td>the</td><td>natural</td></tr><tr><td colspan=\"3\">understandin~</td><td colspan=\"3\">problem.</td><td/><td>The mana~emant of all</td><td>this</td></tr><tr><td colspan=\"3\">information</td><td colspan=\"5\">by an understander is a critical</td><td>problem In</td></tr><tr><td colspan=\"8\">comprehension, since the application of all</td><td>potentially</td></tr><tr><td colspan=\"8\">relevant Knowledge all the time, would seriously degrade</td></tr><tr><td colspan=\"8\">the understandin~ process, possibly to the point of</td></tr><tr><td colspan=\"2\">halting</td><td>It</td><td colspan=\"3\">altogether.</td><td/><td>In our model of understanding,</td></tr><tr><td colspan=\"8\">the role played by the interests of the understander Is</td></tr><tr><td colspan=\"8\">to allow detailed processing to occur only on the parts</td></tr><tr><td colspan=\"2\">of the</td><td colspan=\"2\">story</td><td colspan=\"2\">which</td><td/><td>are</td><td>Important</td><td>to</td><td>overall</td></tr><tr><td colspan=\"8\">understanding, thereby conserving processing resources.</td></tr><tr><td colspan=\"8\">Central to any understandin~</td><td>system is</td><td>the type of</td></tr><tr><td colspan=\"5\">Knowledge structure</td><td colspan=\"3\">used to represent stories.</td><td>At the</td></tr><tr><td colspan=\"3\">present time,</td><td/><td/><td/><td/></tr><tr><td/><td/><td/><td/><td/><td/><td/><td>The ultimate purpose of reading a newspaper story is</td><td>to</td></tr><tr><td/><td/><td/><td/><td/><td/><td/><td>incorporate new information into memory.</td><td>In order to do</td></tr><tr><td/><td/><td/><td/><td/><td/><td/><td>this, a number of</td><td>different</td><td>Kinds of</td><td>Knowledge are</td></tr><tr><td/><td/><td/><td/><td/><td/><td/><td>needed.</td><td>The understander must</td><td>Know the meanings of</td></tr><tr><td/><td/><td/><td/><td/><td/><td/><td>words, llngulatic rules about now words combine into</td></tr><tr><td/><td/><td/><td/><td/><td/><td/><td>sentences, the conventions used in writing newspaper</td></tr></table>" |
| }, |
| "TABREF3": { |
| "num": null, |
| "html": null, |
| "type_str": "table", |
| "text": "The top-down predictions made by IPP are implemented in terms of requests, similar to those used by RiesbecK [5], which are basically Just test-action pairs. While such an implementation In theory allows arbitrary computations to ~e performed, the actions used in IPP are in fact quite limited. IPP requests can build an event structure, link event structures together, use a token to fill a role in an event structure, activate new requests or de-activate other active requests.", |
| "content": "<table/>" |
| }, |
| "TABREF6": { |
| "num": null, |
| "html": null, |
| "type_str": "table", |
| "text": "The SATTACK-PERSON representation allows IPP to make inferences which are relevant to any case of a person being attacked, not just snootin~s.IPP is still not able to Instantiate any of the high level scripts predicted by GUNMEN, since the SATTACK-PERSON script is associated with several of the~. Known scene of $ATTACK-PERSON, representin~ a common outcome of an attack. It is instantlated and attached to $ATTACK-P~RSON. IPP infers that the actor of SWOUND is probably the same as for $A~ACK-PERSON, i.e. the GUNMgN. toXen wnlch fllls t~e VICTIM role of the SWOUND script. Since IPP has inferred that the VICTIM of the ~ATrACK-PERSON and SSHOOr scripts are the same as the VICTIM of SWOUND, it also fills in those roles. Identifyin~ these roles is integral to IFP's purpose of understanding the story, since an attack on a person can only Oe properly understood if the victim is Known. As t~is person is important to the understandln~ of the story, IPP wants to acquire as much information as", |
| "content": "<table><tr><td/><td/><td colspan=\"7\">Predictions \u00b0 $SHOOf-HUL::-FINUER REASON-FOR-SHOOtING</td></tr><tr><td/><td/><td colspan=\"4\">$SHoor-scEN~S</td><td/><td/></tr><tr><td>SgRIOUSLY</td><td>: SKip and save</td><td/><td/><td/><td/><td/><td/></tr><tr><td>~OUNO\u00a3D</td><td>: Word satisfies prediction</td><td colspan=\"7\">tJeiIJ~i~Jf~mmQll~l|l#~Oilm~i~Ome|J|i~|~i~iQltllliJIDI</td></tr><tr><td/><td/><td colspan=\"7\">FIHING satisfies the predlction for a \"shoot\" verb.</td></tr><tr><td colspan=\"2\">Prediction confirmed -SWOUND-SCENE</td><td colspan=\"7\">Notice that tne prediction immediately dlsamblguates</td></tr><tr><td colspan=\"2\">Predictions -SWOUND-ROLE-FINDER SWOUND-SCENES</td><td>FIRING.</td><td/><td colspan=\"2\">Other</td><td colspan=\"3\">senses of the word, such as \"terminate</td></tr><tr><td colspan=\"2\">t~e~eoeeeleleeeeeeelloeelem|eee|eoeeeeaoalenlo|eleeoeeee</td><td colspan=\"7\">employment\" are never considered. confirmed an event, it builds a structure to represent Once IPP has</td></tr><tr><td colspan=\"2\">SWOUND is a eleileleleeeelllllll|lllalllolsllieilllOlllelllel|oileil</td><td colspan=\"7\">it, in this case the $SHOOr script and the token for GUNMEN is filled in ss the actor. Predictions are made trying to flnd the unknown roles of the script, VICTIM, in particular, the reason for the shooting, and any scenes of $SHOOT wnicn might be found. JJJiJJJJJiJiJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJlJJJJJJJJJJJJJ</td></tr><tr><td>AN</td><td>: SKip and save</td><td colspan=\"7\">instantiated $ATTACK-P~RSON script</td></tr><tr><td>~-YEAR-OLD</td><td>: Skip and save</td><td colspan=\"7\">Predictions -SAT rACK-PERSON-ROLE-FINDER.</td></tr><tr><td>GiRL</td><td>: Normal token -GIRL</td><td colspan=\"6\">SATrACK-PERSON-SC~N~S</td></tr><tr><td colspan=\"2\">Prediction confirmed -SWOUND-ROLE-FINDER-VICTIM</td><td colspan=\"7\">Im,*|i@m|li,I@Wm~#mI~@Igm#wIiII#mmimmIII|@milIIillJgimR@</td></tr><tr><td/><td/><td colspan=\"7\">IPP does not consider the $SHOOT script to be a total</td></tr><tr><td colspan=\"2\">eeee~eeeeeeme~eee~see~e~eee~m~ee~o~eeeeeeeeeee~aeeoee</td><td colspan=\"3\">explanation</td><td colspan=\"4\">of a snootin~</td><td>event.</td><td>It</td><td>requires</td><td>a</td></tr><tr><td colspan=\"2\">~IRL Ouilds a</td><td colspan=\"4\">representation</td><td colspan=\"2\">wnlcn</td><td>indicates</td><td>the purpose</td><td>of the</td></tr><tr><td/><td/><td>various</td><td colspan=\"3\">actors,</td><td colspan=\"2\">in</td><td>the</td><td>absence</td><td>of</td><td>any</td><td>other</td></tr><tr><td/><td/><td colspan=\"3\">information,</td><td colspan=\"2\">IPP</td><td colspan=\"2\">assu~es people</td><td>wno</td><td>shoot are</td></tr><tr><td/><td/><td colspan=\"7\">deliberately attacKin~ someone. So the SATTACK-PERSON</td></tr><tr><td/><td/><td colspan=\"7\">script is Inferred, and $SHOOT attacned</td><td>to it as a</td></tr><tr><td/><td/><td>scene. FROM</td><td/><td/><td colspan=\"4\">: Function word</td></tr><tr><td/><td/><td colspan=\"7\">Predictions -FILL-FROM-SLOT</td></tr><tr><td/><td/><td colspan=\"7\">Ji*JiJJeJ**JJJJiJJJJJJJlJJJJJJJJJ*JJJJ*JJJJ**J*JJJJJ*J*J</td></tr><tr><td/><td/><td colspan=\"7\">FROM in s =ontext such as this normally indicates the</td></tr><tr><td/><td/><td colspan=\"7\">location from which the attack was made is to follow, so</td></tr><tr><td/><td/><td colspan=\"7\">IPP makes a prediction to that effect.</td><td>However, since a</td></tr><tr><td/><td/><td colspan=\"7\">word building a token does not follow, the prediction is</td></tr><tr><td/><td/><td colspan=\"3\">deactivated.</td><td colspan=\"2\">The</td><td colspan=\"2\">fact that AMBUSH is syntactically a</td></tr><tr><td/><td/><td colspan=\"7\">noun is not relevant, since iFP's prediction loo~s for a</td></tr><tr><td/><td/><td colspan=\"5\">word which identifies</td><td/><td>a place.</td></tr><tr><td/><td/><td colspan=\"7\">li*JiJJ*Jll**J*lJli|iJl*lii|llll#*J**JiJJiJJ**iJil*iiJJ*</td></tr><tr><td/><td/><td>AMBUSH</td><td/><td/><td colspan=\"4\">: Scene word</td></tr><tr><td/><td/><td colspan=\"7\">Predictions -SAMBUSH-ROL~-FIND~R $AMBUSH-SCENKS</td></tr><tr><td/><td/><td colspan=\"7\">Prediction confirmed -TERRORISM-SCRIPT</td></tr><tr><td/><td/><td colspan=\"7\">Instantlated $TERRORISM script</td></tr><tr><td/><td/><td colspan=\"7\">Predictions -TERRORIST-DEMANDS STERRORISM-ROLE-FINDER</td></tr><tr><td/><td/><td colspan=\"7\">STERRORISM-SCENES COUNTER-MEASURES</td></tr><tr><td/><td/><td colspan=\"7\">J*lJJJ*JiJJJJJJiJ*JJJJJJlJJJJJJJJJ*JJJi*JJ*JJJJ***JJJJ**</td></tr><tr><td/><td/><td colspan=\"7\">IPP <nows the word AMBUSH to indicate an instance of the</td></tr><tr><td/><td/><td>SAMBUSH</td><td colspan=\"3\">scr|pt,</td><td colspan=\"2\">and</td><td>tn~t SAMBUSH</td><td>can be a scene of</td></tr><tr><td/><td/><td colspan=\"2\">$TERRORISM</td><td colspan=\"3\">(i.e.</td><td colspan=\"2\">it is an activity</td><td>w~Ich can be</td></tr><tr><td/><td/><td colspan=\"2\">construed</td><td colspan=\"2\">as</td><td colspan=\"3\">a terrorist</td><td>act).</td><td>This causes</td><td>the</td></tr><tr><td/><td/><td colspan=\"7\">prediction made by GUNMEN that $TERRORISM was a possible</td></tr><tr><td/><td/><td>script</td><td colspan=\"6\">tO be trlggerred.</td><td>Even</td><td>if AMBUSH had other</td></tr><tr><td/><td/><td colspan=\"7\">meanings, or could be associated with other higher level</td></tr><tr><td/><td/><td colspan=\"2\">scripts,</td><td colspan=\"5\">the prediction</td><td>would</td><td>enable quicK, accurate</td></tr><tr><td/><td/><td colspan=\"7\">identification and incorporation of the word's meaning</td></tr><tr><td/><td/><td>into</td><td>the</td><td/><td colspan=\"4\">story representation.</td><td>IPP's purpose of</td></tr><tr><td/><td/><td colspan=\"7\">associating the shooting with a nlgh level</td><td>Knowledge</td></tr><tr><td/><td/><td colspan=\"2\">structure</td><td colspan=\"5\">which helps to expialn it, has been achieved.</td></tr><tr><td/><td/><td colspan=\"4\">At this point</td><td colspan=\"3\">in the processing</td><td>an</td><td>Instance</td><td>of</td></tr><tr><td/><td/><td colspan=\"2\">STERRORISM</td><td colspan=\"5\">is constructed</td><td>to serve as the top level</td></tr><tr><td colspan=\"2\">Prediction confirmed -SHOOTING-WILL-OCCUR</td><td colspan=\"4\">representation SATTACK-PERSON</td><td colspan=\"3\">of scripts the</td><td>story. are attached The</td><td>SAMBUSH as scenes of and</td></tr><tr><td colspan=\"2\">Instantiated $SHOOT script</td><td colspan=\"3\">STERRORISM.</td><td/><td/><td/></tr><tr><td/><td>61</td><td/><td/><td/><td/><td/><td/></tr></table>" |
| }, |
| "TABREF7": { |
| "num": null, |
| "html": null, |
| "type_str": "table", |
| "text": "important in the or~anizatlon of memories about stories. A incidence of terrorism in Northern ireland is understood differently from one in New York or Geneva.", |
| "content": "<table><tr><td>@EeE~eeBe@~oeeEeeeeeeeE~e~aEeeoaeEsasee|eaeeeeeeeeEssee AS : SKip SHE : SKip WAS : SKip and save BEING : Dull verb -skipped TAKEN : SKip TO : Function word SCHOOL : Normal token -SCHOOL Y~ST~RDAY : Normal token -YESTERDAY ~eee~ene~e~e~neeeeeaeeeeoeeeeeeeaeeeeeaeeeeeeeeeeeeeeee Nothin~ in this phrase is either inherently interesting or fulfills expectations made earlier in the processing of the story. So it is all prc,:essed very superficially, addin~ nothing to the final representation. It is important that IPP ma~es no attempt to dlsamOi~uate words such as TAKEN, an extremely complex process, since it knows none of the possible meanings will add significantly to its understanding. @illIIIIIIIIIIIIIIIIIIIIIIIllOIIlllIIIIIiilIIIIIIIIilIII AT : Function word STEWARTSTOWN : Skip and save COUNTY : SKip and save TYRONNE : Normal token -TYRONNE Prediction confirmed -$T~RRORISH-ROLE-FIHDER-PLACE emmtu~u~eeeeteHeJ~eee~t~e~eeeeatteet~aaeaaeaeeesewaa ST\u00a3WARTSTOWN COUNTY rYRONNE satisfies the ?redlotlon for the place where the terrorism took plane. IPP has inferred that all the scenes of the event took place at the same location. IPP expends effort in identifying this role, as location is crucial to the understandln~ of most storles. It is also Story Representation: ee MAIN [VENT ee SCRIPT $TERRORISM ACTOR GUNMEN PLACE $TEWARTSTOWN COUNTY TYRONNE TIHE ~ESTERDAY SCENES SCRIPT SAHBUSH ACTOR GUNMEN SCRIPT $ATTACK-PERSON ACTOR GUNMEN VICTIM 8 ~EAR OLD GIRL SCENES SCRIPT $SHOOT ACTOR GUNMEN VICTIM 8 XEAR OLD GIRL SCRIPT SWOUND ACTOR GUNMEN VICTIM 8 YEAR OLD GIRL EXTENT GREATERTHAN-nNORH e saesaeeeaeeeeseeeeeeeeeesseeesesesaeaeeoeeeeaeeeeeaeeeee IPP's final representation indicates that it has fulfilled its purpose in readimi the story. It has extracted roughly the same information as a person reading the story quickly. IPP has r~ognised an instance of terrorism oonststln8 of an ambush in whioh an eight year-old girl was wounded. That seems to be about all a person would normally remember from suoha story. eseeeeeeeeeae|eeeeeeesneeeeeaeeeeeeeeeeseeeeeeeaeeeeeese [PHOTO: Terminated Sun 24-jun-79 3:38~]</td></tr></table>" |
| } |
| } |
| } |
| } |