File Information

File: 05-lr/acl_arc_1_sum/cleansed_text/xml_by_section/metho/80/c80-1056_metho.xml

Size: 28,493 bytes

Last Modified: 2025-10-06 14:11:17

<?xml version="1.0" standalone="yes"?>
<Paper uid="C80-1056">
  <Title>HOW TO DEAL WITH AMBIGUITIES WHILE PARSING: EXAM --- A SEMANTIC PROCESSING SYSTEM FOR JAPANESE LANGUAGE</Title>
  <Section position="1" start_page="0" end_page="0" type="metho">
    <SectionTitle>
HOW TO DEAL WITH AMBIGUITIES WHILE PARSING: EXAM ---
A SEMANTIC PROCESSING SYSTEM FOR JAPANESE LANGUAGE
</SectionTitle>
    <Paragraph position="0"> It is difficult for a natural language understanding system (NLUS) to deal with ambiguities. There is a dilemma: an NLUS must be able to produce plausible interpretations for given sentences, avoiding the combinatorial explosion of possible interpretations. Furthermore, it is desirable for an NLUS to produce several interpretations if they are equally plausible. EXAM, the system described in this paper, is an experimental text understanding system designed to deal with ambiguities effectively and efficiently.</Paragraph>
  </Section>
  <Section position="2" start_page="0" end_page="0" type="metho">
    <SectionTitle>
I.INTRODUCTION
</SectionTitle>
    <Paragraph position="0"> What is ambiguity? The term 'ambiguity' usually refers to the property that certain sentences may be interpreted in more than one way and that insufficient clues are available for the intended or optimal interpretation.5 The decision as to whether or not there are ambiguities in a given sentence is difficult; some systems with little knowledge may overlook the possibility of alternative interpretations in some sentences, and other systems may be puzzled as to which interpretation to choose even when there is only one plausible interpretation for human beings.</Paragraph>
    <Paragraph position="1"> In general, the more knowledge a system has, the greater are its possibilities of interpretation. One solution is to generate all possible interpretations and ask the user to choose one of them. But this is obviously absurd. Another solution is as follows: in the parsing process, the system chooses one interpretation and if that one fails, looks for another, and in the semantic process it produces all plausible interpretations on the basis of certain criteria I0.</Paragraph>
    <Paragraph position="2"> A different approach is adopted in EXAM.</Paragraph>
    <Paragraph position="3"> The reasons for this are as follows: i) In the processing of the Japanese language, it is undesirable to separate the parsing and the semantic process, since noun phrases, especially the subject are often omitted. Thus, we cannot parse Japanese sentences efficiently without using semantic information.</Paragraph>
    <Paragraph position="4"> 2) It is undesirable to ask the user to choose from among several interpretations whenever ambiguities occur in text understanding systems.</Paragraph>
    <Paragraph position="5"> 3) We may overlook the possibility of other interpretations if we adopt the strategy of making semantic interpretations after parsing, since such a strategy might exclude what turns out to be the proper interpretation when making a choice among several grammatically ambiguous alternatives. It would be awkward if there is another interpretation and we realize that it is the appropriate one only after having processed several sentences.</Paragraph>
    <Paragraph position="6"> EXAM is an experimental text understanding system designed to deal with ambiguities effectively and efficiently. EXAM consists of three components: hierarchical knowledge sources, a semantic interpreter and a fundamentally breadth-first augmented context-free parser. The second version of EXAM is under development on the HLISP system using the HITAC 8700/8800 at the</Paragraph>
  </Section>
  <Section position="3" start_page="0" end_page="368" type="metho">
    <SectionTitle>
2. CLASSIFICATION OF AMBIGUITIES
</SectionTitle>
    <Paragraph position="0"> In this chapter, the ambiguities with which we are concerned are classified into three types: levels of word meaning, levels of grammar and levels of discourse. Examples are given for each of these types. We point out that these are among the ambiguities that an NLUS must deal with.</Paragraph>
    <Section position="1" start_page="0" end_page="368" type="sub_section">
      <SectionTitle>
2.1 Levels of word meanin$
</SectionTitle>
      <Paragraph position="0"> There are many words in the Japanese language which are phonologically similar but correspond to different lexical entries in a dictionary. For example, sisei corresponds to 17 entries in a standard Japanese dictionary 8.</Paragraph>
      <Paragraph position="1"> This is known as homonymy and should be distinguished from polysemy.</Paragraph>
      <Paragraph position="2">  The referents of pronouns are often ambiguous. We call this ambiguity referential ambiguity. In Japanese, nouns are often used coreferentially, and so there may arise the problem of whether some noun is being used in the generic or in the specific sense. We also call this referential ambiguity.</Paragraph>
    </Section>
    <Section position="2" start_page="368" end_page="368" type="sub_section">
      <SectionTitle>
2.2 Levels of srammar
</SectionTitle>
      <Paragraph position="0"> Consider the following sentence.</Paragraph>
      <Paragraph position="1"> (i) Taroo wa Z~roo ni wazato nagura~se-ta. 'Taroo made Ziroo beat him purposely.' This sentence is ambiguous, because there are two possible interpretations, namely, Taroo ga wazato nagura-se-ta 'Taroo purposely made...' and Z~roo ga wazato nagut-ta 'Ziroo purposely beat.' This is called grammatical ambiguity, that is, (i) has two different parsing trees ( or superficial syntactic structures), as follows:  (l-a) \[Taroo ga Ziroo ni \[(Ziroo ga)(Taroo o) wazato nagura\] s se-ta\]s (l-b) \[Taroo ga Ziroo ni wazato \[(Ziroo ga)</Paragraph>
      <Paragraph position="3"> The ambiguity of coordinated noun phrases such as wakai otoko to onna 'young men and women' is also included in the grammatical ambiguity category.</Paragraph>
      <Paragraph position="4"> The interpretation of the scope of negatives such as (2) also constitutes a problem.</Paragraph>
      <Paragraph position="5"> (2) Taroo wa Ziroo no youni rikoude nai.</Paragraph>
      <Paragraph position="6"> This sentence is ambiguous, having the following  three readings: (2-a) Taroo, like Ziroo, is not clever. (2-b) Taroo is not as clever as Ziroo. (2-c) Ziroo is clever, but Taroo is not.  In Japanese, these three readings have the same superficial syntactic structure, but allow three different semantic analyses, according to the rule of interpretation used. We call this interpretative ambiguity.</Paragraph>
    </Section>
    <Section position="3" start_page="368" end_page="368" type="sub_section">
      <SectionTitle>
2.3 Levels of discourse
</SectionTitle>
      <Paragraph position="0"> The role of a sentence in discourse is often ambiguous. Consider the following sentence.</Paragraph>
      <Paragraph position="1">  (3) Onaka ga sui-ta.</Paragraph>
      <Paragraph position="3"> This is merely an assertion, with no special implied meaning when used without any particular context. But if we have a certain context, for example, if Taroo and Ziroo were walking along the street at noon, and Ziroo uttered sentence  (3) in front of a restaurant, then (3) might have a different meaning, that is, &amp;quot;let's have lunch.&amp;quot; (In this case, one says that (3) has illocutionary force.) Consider another example: (4) Taroo wa miti de koron-da. Banana no kawa ga soko n~ at-ta.</Paragraph>
      <Paragraph position="4">  'Taroo slipped and fell on the street. There was a banana skin there.' St is difficult to interpret the second sentence with assurance. We can interpret it as stating the cause of the event described by the first sentence, and also as stating a result of this event, that is, Taroo found the banana skin as a result of falling down in the street. We call this cohesion ambiguity.</Paragraph>
    </Section>
    <Section position="4" start_page="368" end_page="368" type="sub_section">
      <SectionTitle>
2.4 Sense and meaning
</SectionTitle>
      <Paragraph position="0"> In this paper, we distinguish 'sense' from 'meaning.' &amp;quot;Meaning&amp;quot; refers to the interpretation of linguistic expression, taking the context into account. &amp;quot;Sense&amp;quot; means, on the contrary, the interpretation of the expression in the absence of context. In other words, &amp;quot;sense&amp;quot; is literal meaning. In this account a variety of ambiguities, such as homonymy and grammatical ambiguity, are regarded as ambiguities in sense.</Paragraph>
      <Paragraph position="1"> Other ambiguities, such as referential ambiguity and cohesion ambiguity are those in meaning.</Paragraph>
      <Paragraph position="2"> In EXAM, we adopt the strategy of first determining the sense of linguistic expression, and then the meaning. Therefore, the transformation of sense representation into meaning representation i~ carried out after disambiguating the &amp;quot;sense&amp;quot; ambiguity.</Paragraph>
    </Section>
  </Section>
  <Section position="4" start_page="368" end_page="369" type="metho">
    <SectionTitle>
3. HOW TO DEAL WITH AMBIGUITIES IN PARSING
</SectionTitle>
    <Paragraph position="0"> EXAM incorporates three sources of knowledge: frame memory, text memory and working memory. The frame memory holds prototype frames, script frames and other useful information such as metaknowledge. The text memory holds three components: the context, which is the so-called frame system connecting the frames produced by the semantic interpreter; the frame representing the sense of the last sentence (which constitutes the data for ellipsis), and the speaker's current view point. The working memory stores various interpretations of the sentence being processed during parsing.</Paragraph>
    <Paragraph position="1"> In parsing process, EXAM translates linguistic expression into frames Which represent their structure, such as word order. The transformation of sense representation into meaning representation is not necessarily carried out during the parsing process but may be done if required.</Paragraph>
    <Paragraph position="2"> Constructing the sense representation from the expression depends upon the knowledge contained in the frame memory. EXAM also takes the knowledge contained in the text memory into consideration when transforming sense representations into meaning representations and selecting the plausible interpretations.</Paragraph>
    <Paragraph position="3"> The parsing process in EXAM is carried out by a parser called MELING and the knowledge representation language. In this chapter, we shall describe these and explain how EXAM deals with ambiguities.</Paragraph>
    <Section position="1" start_page="368" end_page="369" type="sub_section">
      <SectionTitle>
3.1 MELING --- a parser
</SectionTitle>
      <Paragraph position="0"> MELING stands for Modified Extended LINGol, which is slightly different from Extended LINGOL~ It is basically an augmented context-free parser using a bottom-up and top-down parsing algorithm  and parses input sentences by using the dictionary and the grammatical rules provided by the user.</Paragraph>
      <Paragraph position="1"> The descriptive format of the dictionary is, \[&lt;morpheme&gt; &lt;syntactic-category&gt; (&lt;message-list&gt; &lt;interpretation&gt;) &lt;gen&gt;\]. The &lt;message-list&gt; is regarded as attached to the syntactic category of the morpheme, and is used to control the parsing. &lt;Interpretation&gt;, when evaluated, returns the frames or other data relating to the appropriate function of the morpheme in the semantic processing.</Paragraph>
      <Paragraph position="2"> The format of the grammatical rules is \[&lt;left&gt; &lt;right&gt; (&lt;advice&gt; &lt;cog&gt;) &lt;gen&gt;\].</Paragraph>
      <Paragraph position="3"> The &lt;left&gt;-&lt;right&gt; pair represents a context-free rule of the form A -/ B or A -/ B C, where A, B and C are non-terminal symbols. For example,</Paragraph>
      <Paragraph position="5"> indicates that the phrase name is S and that its syntactic constituents are NP and VP.</Paragraph>
      <Paragraph position="6"> In general, it is possible that several parsing trees may be produced for one sentence, therefore, the parsing process must be controlled by using syntactic and semantic information. The &lt;advice&gt; and the &lt;cog&gt; are provided for this purpose.</Paragraph>
      <Paragraph position="7"> The &lt;advice&gt; is an arbitrary LISP function which serves to control the parsing process by using syntactic information. It is evaluated if the parser creates a new requirement for a parsing tree in a top-d0wn manner by using the grammatical rule under consideration, or if the rule is applied to produce a new parsing tree in a bottom-up manner; the parsing process depends upon the result. The &lt;advice&gt; program should be one which returns the result deterministicalSy in the local syntactic context. For example, a program dealing with the inflection of verbs is provided to serve as &lt;advice&gt; for the rewriting rule which decomposes a verb into its root and its suffix.</Paragraph>
      <Paragraph position="8"> The &lt;cog&gt; is a LISP S-expression (or program) for producing interpretations and controlling the parsing process in terms of these interpretations. Usually, semantic processing costs more than syntactic processing, hence the parser does not evaluate the &lt;cog&gt; very frequently. The &lt;cog&gt; would be evaluated in the following cases: i) if several partial parsed trees with the same root node and the same terminal symbols (Fig. i; we call these ambiguous PPTs) were found to make sense given the syntactic context, or 2) if some phrases are produced which are considered as components for semantic interpretation (e.g. sentence, thematic phrase, adverbial clause,  det .... noun noun ..... p \] adj---noun ! i ! ! ! ! kuroi kcmzi no syo~zyo 'a girl with dark hair' Fig. i An example of ambiguous PPTs.</Paragraph>
      <Paragraph position="9">  The result of such an evaluation is a list of pairs each consisting of an interpretation and a number which indicates to the parser the degree of our satisfaction with the interpretation (or &amp;quot;likelihood&amp;quot;).</Paragraph>
      <Paragraph position="10"> As we have seen, syntactic and semantic processing are distinctly separated, and the semantic processing is dependent upon the parsing tree. Furthermore, if there are grammatical ambiguities, that is, ambiguous PPTs, the semantic processer is used to retain only plausible interpretations, and then MELING continues the parsing process accordingly. We pointed out that although there may be several semantic interpretations, the number of parsing trees is just one. That is, the interpretations produced all belong to the same syntactic category. Thus, MELING eliminates the ambiguous PPTs.</Paragraph>
    </Section>
    <Section position="2" start_page="369" end_page="369" type="sub_section">
      <SectionTitle>
3.2 GIRL --- a knowledge representation languase
</SectionTitle>
      <Paragraph position="0"> GIRL has frame-like knowledge packets as a basic data type, and these packets are mutually connected by certain links. Following KRL 1 terminology, the packets are called units, and the links are called slots. The format of a unit is: \[unit-name category self-slot slotl slot2 ... slotn\].</Paragraph>
      <Paragraph position="1"> In EXAM, interpretation may be regarded as transforming protytype frames into frames representing the meaning of the phrases or sentences by instantiating them. The prototype frame ( called PROTO-unit) is indicated by the category &amp;quot;PROTO&amp;quot; in the frame memory. GIRL provides a hierarchy with several modes of property inheritance for PROTO-units, and uses this hierarchy to instantiate them in the semantic interpretation. The units have several slots, and most of them have the following format: (role facet filler comment) or (role check-to-fill when-filled comment).</Paragraph>
      <Paragraph position="2"> The former is called a semantic slot and the latter is called a prototype slot. The role/filler pair in the semantic slot corresponds to the traditional attribute/value pair. The facet specifies the characteristic of filler; it is usually &amp;quot;=&amp;quot; (value). The comment is used for various purposes: default value, expectation, attached procedures to be evaluated later, etc.</Paragraph>
      <Paragraph position="3"> are specified.</Paragraph>
      <Paragraph position="4"> EXAM instantiates PROTO-units by transform- 370 ing their prototype slots into semantic slots. In addition to this, several slots are added and removed. In instantiating units, the check-to-fill is evaluated when a candidate for the filler of the slot is provided, and returns either NIL or a number as the result. If the result is NIL, then the candidate is abandoned. Otherwise, the result, that is, a number, indicates the candidate's fitness and then the transformation from prototype slot into semantic slot is carried out. After this is comleted, the when-filled is evaluated. The when-filled may consist of any kind of programs.</Paragraph>
      <Paragraph position="5"> GIRL has another type of slot which specifies the definitions of the units and the global requirements applicable to the unit as a whole. However, we shall not describe it here.</Paragraph>
    </Section>
    <Section position="3" start_page="369" end_page="369" type="sub_section">
      <SectionTitle>
3.3 Ambiguities and interpretation
</SectionTitle>
      <Paragraph position="0"> As we have seen, the semantic processing is dependent upon the parsing tree. In more concrete terms, the interpretations, that is, frames, of a certain phrase consist of the interpretations of its syntactic constituents. In case the form of a grammatical rule is A + B C, the frames of the constituents B and C form the arguments for the &lt;cog&gt; of the grammatical rule, and then the semantic interpreter produces the interpretations of the phrase A. In this manner, the semantic processing is carried out in a bottom-up and left-to-right fashion.</Paragraph>
      <Paragraph position="1"> Here we have a problem: since MELING is a basically breadth-first parser, the number of interpretations which are senseless to human beings becomes very large as the length of the sentences increases, and the parser operates inefficiently. (In fact, the time required for the older version of MELING to process a sentence of length n is generally proportional to n 2 and sometimes n~.) However, EXAM does not produce all combinations of possible interpretations. The semantic interpreter is evoked in two cases (see 3.1): in the first case, it determines the sense representation and eliminates some interpretations; in the second case, EXAM attempts to produce the meaning representation and also produces certain &amp;quot;anticipations&amp;quot;.</Paragraph>
      <Paragraph position="2"> In the first semantic interpretation, the traditional and most powerful tool is so-called semantic marker. EXAM implements this tool using the generalization hierarchy. For some &amp;quot;cases&amp;quot;, such as locative and time, the semantic marker functions as the selection restrictions. However, for other &amp;quot;cases&amp;quot; it does not, and in such cases, it is regarded as an indicator of the &amp;quot;likelihood&amp;quot; of various interpretations. Furthermore, the Japanese language has many homonyms which have the same categories, especially nouns. We group such homonyms into several special frames whose category is &amp;quot;GROUP&amp;quot; in accordance with their semantic category. If there is sufficient information to determine the sense of the semantic interpretation, the &amp;quot;GROUP&amp;quot; frames are replaced by the frames corresponding to the appropriate sense.</Paragraph>
      <Paragraph position="3"> The &amp;quot;case ordering&amp;quot; is also an indicator of &amp;quot;likelihood&amp;quot;. Inoue 4 points out that in Japanese, there is a certain ordering of cases in thematization and relativization, such as: subject&gt;object&gt;dative&gt;locativeegoal&gt;source...</Paragraph>
      <Paragraph position="4"> We have adopted this notion and have applied it to the disambiguation of certain grammatical ambiguities. For example, consider the following phrase: Taroo no kenkyuu In the absence of any particular context, the system is more likely to interpret this phrase as Taroo ga suru/sita kenkyuu 'the research carried out by Taroo' than Taroo ni tuite no kenkyuu 'research concerning Taroo'.</Paragraph>
      <Paragraph position="5"> These'devices are very effective in dealing with homonymy, polysemy and grammatical ambiguity. EXAM chooses the most plausible interpetations depending upon their &amp;quot;likelihoods&amp;quot;. If there are several interpretations whose &amp;quot;likelihoods&amp;quot; are equally great, then EXAM retains all of them. That is, &amp;quot;likelihood&amp;quot; is used to indicate the order of preference of interpretations. In the semantic interpretation, if the &amp;quot;PROTO&amp;quot; frames are instantiated with some slot filler, then the category &amp;quot;PROTO&amp;quot; is replaced by the category &amp;quot;INSTANT&amp;quot;. The distinction between these categories, that is, &amp;quot;PROTO&amp;quot; and &amp;quot;INSTANT&amp;quot;, is important. For example, akai iro no kuruma 'a red car' and sonna iro no kuruma 'a car with such a color' are well-formed expressions, but iro no ku~ma 'a car with color' is rather ill-formed. We explain this phenomenon as follows: the frame with the &amp;quot;INSTANT&amp;quot; category is, as it were, a specified frame, and is therefore preferred to &amp;quot;PROTO&amp;quot; frames in the modification of other frames. This distinction is also used as an indicator of &amp;quot;likelihood&amp;quot;.</Paragraph>
      <Paragraph position="6"> \[We must note that the frames with categories such as &amp;quot;PROTO&amp;quot;, &amp;quot;INSTANT&amp;quot; and &amp;quot;GROUP&amp;quot; are merely temporary in the working memory, and these categories are replaced by appropriate ones such as &amp;quot;CLASS&amp;quot; (which means generic), &amp;quot;INDIVIDUAL&amp;quot; (which means specific object) or &amp;quot;SOME&amp;quot; (which means indefinite object) in the meaning interpretation process.\] In the second semantic interpretation, dealing with referential ambiguity constitutes the most important phase of the process. Usuall~ candidates for the referent are not uniquely determined in the local context where the ambiguity occurs. Therefore, EXAM delays the disambiguation until after the entire sentence has been processed. EXAM collects the requirements of the referent from the interpretation of the comlete sentence. In particular, some Predicates such as hosii 'want' produce opaque contexts, and in such cases the category determination II should be carried out after processing the entire sentence.</Paragraph>
      <Paragraph position="7">  task involved in the second interthe elimination of unnecessary . For example, consider the followinu wa korii da.</Paragraph>
      <Paragraph position="8"> 'Taroo's dog is a collie.' When MELING has processed the sentence (5) up through the word wa, it produces the following partial parsed trees: S nOUFI theme \ \ det theme Taroo no inu wa Taroo no inu wa In this case, only the first is plausible, and the second is unnecessary. (In fact, the second partial parsed tree is plausible only when the sentence is of a form such as: Taroo no, inu wa ...) Therefore, EXAM eliminates unnecessary parsing trees in accordance with the result of the semantic interpretation, that is, &amp;quot;likelihood&amp;quot;. This method makes the parsing process more efficient, but involves some risk of misinterpretation. Hence, the elimination of parsing trees is carried out on the basis of certain linguistic evidence 7, and the number of the parsed trees which are retained may sometimes be greater than one.</Paragraph>
      <Paragraph position="9"> The other task is to produce &amp;quot;anticipations&amp;quot; in the second semantic interpretation. Consider the following sentence: (6) Taroo wa terebi o mi-nagara benkyousi-ta.</Paragraph>
      <Paragraph position="10"> 'Taroo studied while watching television.' When EXAM observes nagara, it anticipates that the agent of mi(ru) 'watch' will be coreferential with the agent of the verb of the matrix sentence, that is, in this example, benkyousi 'study'. In this manner, &amp;quot;anticipations&amp;quot; also serve to produce plausible interpretations and eliminate some ambiguities.</Paragraph>
      <Paragraph position="11"> As for ambiguities in meaning, EX~ does not deal with these in an entirely conclusive manner. However, we should note that &amp;quot;cohesion relations ''3 play an important role in disambiguation. Dealing with ambiguities in meaning requires comprehension of the structure of the text and the determination of the topic. The structure of the text is determined by the cohesion relations. First, EXAM attempts to recognize how sentences are related. In particular, conjunctions and sentences which are provided to support the reader's comprehension are employed in the recognition of these relations. If EXAM succeeds in recognizing these relations, then the inference mechanism attempts to explain why these sentences are related. In this manner, EXAM deals with ellipsis and properly disambiguates some sentences. For example, (7) Kaeru wa hiatari no yoi mizu no naka ni t~nago o umi-masu. Atatakai tokoro no hou ga yoku sodatu kara desu.</Paragraph>
      <Paragraph position="12"> 'Frogs lay their eggs in water which is well exposed to sunshine. Because they grow well in warm places.' The second sentence is related to the first by the &amp;quot;explanation relation&amp;quot; and this is indicated by kara 'because'. Then EXAM attempts to clarify the question of why the second sentence constitutes an explanation of the first. In this case, mizu no naka 'in water' and tokoro 'place' correspond to one another, and EXAM discovers the omitted element (kaeru ga un-da) tamago 'eggs (which are layed by frogs)'</Paragraph>
    </Section>
  </Section>
  <Section position="5" start_page="369" end_page="372" type="metho">
    <SectionTitle>
4. DEALING WITH AMBIGUITIES AFTER PARSING
</SectionTitle>
    <Paragraph position="0"> So far, we have discussed the question of dealing with ambiguities while parsing. However, ambiguities may still remain! Furthermore, in some sentences, such as the headings of news articles, we often find ambiguities which we cannot eliminate for lack of a preceding context.</Paragraph>
    <Paragraph position="1"> How can we deal with such situations? In this section, we describe some strategies which are still under development now.</Paragraph>
    <Paragraph position="2"> In such cases, we must delay the disambiguation and provide some mechanism for selecting the appropriate interpretation when sufficient information has been supplied. One solution is to introduce a kind of Truth Maintenance System2. For example, consider the following sentence: (8) Every man loves a woman.</Paragraph>
    <Paragraph position="3"> As is well known, sentence (8) has two interpretations. These interpretations are stated in the first order predicate calculus as follows:</Paragraph>
    <Paragraph position="5"> This sentence should not be regarded as meaningless, even if we have no context and hence can not disambiguate it. Since we can deduce (8-a) from (8-b), we surely have at least the information described in (8-a). Hence, we enter (8-a) into the text memory as a &amp;quot;premise&amp;quot; and (8-b) as a &amp;quot;hypothesis&amp;quot;. If some information contradicting (8-b) exists, the Truth Maintenance System will delete (8-b) from the text memory.</Paragraph>
    <Paragraph position="6"> Here, we adopt the following standpoint: if the disambiguation is essential for the understanding of the text, the text (or the writer) will certainly provide clues adequate to disambiguate the sentence, and if this is not the case, the system may adopt any interpretation consistent with the context.</Paragraph>
    <Paragraph position="7"> In fact, sentences which follow ambiguous ones are often paraphrases of or explanations for them. For example, (9) John says that everyone loves a woman. Whom does John think everyone loves? The first sentence of (9) is ambiguous, but we can disambiguate it by means of the second.</Paragraph>
    <Paragraph position="8"> Thus, we had better delay the interpretation of ambiguous sentences after having processed  several subsequent sentences.</Paragraph>
  </Section>
class="xml-element"></Paper>
Download Original XML