{ "paper_id": "P98-1023", "header": { "generated_with": "S2ORC 1.0.0", "date_generated": "2023-01-19T09:18:19.343899Z" }, "title": "Anchoring Floating Quantifiers in Japanese-to-English Machine Translation", "authors": [ { "first": "Francis", "middle": [], "last": "Bond", "suffix": "", "affiliation": { "laboratory": "", "institution": "NTT Communication Science Laboratories", "location": { "addrLine": "2-4 Hikari-dai, Seika-cho, Soraku-gun", "postCode": "619-0237", "settlement": "Kyoto", "country": "Japan" } }, "email": "" }, { "first": "Daniela", "middle": [], "last": "Kurz", "suffix": "", "affiliation": {}, "email": "" }, { "first": "Satoshi", "middle": [], "last": "Shirai", "suffix": "", "affiliation": { "laboratory": "", "institution": "NTT Communication Science Laboratories", "location": { "addrLine": "2-4 Hikari-dai, Seika-cho, Soraku-gun", "postCode": "619-0237", "settlement": "Kyoto", "country": "Japan" } }, "email": "" } ], "year": "", "venue": null, "identifiers": {}, "abstract": "In this paper we present an algorithm to anchor floating quantifiers in Japanese, a language in which quantificational nouns and numeralclassifier combinations can appear separated from the noun phrase they quantify. The algorithm differentiates degree and event modifiers from nouns that quantify noun phrases. It then finds a suitable anchor for such floating quantifiers. To do this, the algorithm considers the part of speech of the quantifier and the target, the semantic relation between them, the case marker of the antecedent and the meaning of the verb that governs the two constituents. The algorithm has been implemented and tested in a rule-based Japanese-to-English machine translation system, with an accuracy of 76% and a recall of 97%.", "pdf_parse": { "paper_id": "P98-1023", "_pdf_hash": "", "abstract": [ { "text": "In this paper we present an algorithm to anchor floating quantifiers in Japanese, a language in which quantificational nouns and numeralclassifier combinations can appear separated from the noun phrase they quantify. The algorithm differentiates degree and event modifiers from nouns that quantify noun phrases. It then finds a suitable anchor for such floating quantifiers. To do this, the algorithm considers the part of speech of the quantifier and the target, the semantic relation between them, the case marker of the antecedent and the meaning of the verb that governs the two constituents. The algorithm has been implemented and tested in a rule-based Japanese-to-English machine translation system, with an accuracy of 76% and a recall of 97%.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Abstract", "sec_num": null } ], "body_text": [ { "text": "One interesting phenomenon in Japanese is the fact that quantifiers can appear in two main positions, as pre-modifier in a noun phrase (1), or 'floating' as adjuncts to the verb phrase, typically in pre-verbal position (2). 1,2", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": null }, { "text": "(1) watashi-wa 3-ko-no kgki-wo tabeta I-TOP 3-CL-ADN cake-ACC ate I ate three cakes", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": null }, { "text": "(2) watashi-wa kgki-wo 3-ko tabeta I-TOP cake-ACC 3-CL ate I ate three cakes Quantifier 'float' of numeral-classifier combinations is widely discussed in the linguistic liter-ature. 3 Much of the discussion focuses on identifying the conditions under which a quantifier can appear in the adjunct position. The explanations range from configurational (Inoue, 1983; Miyagawa, 1989) to discourse based (Downing, 1996; Alam, 1997) , we shall discuss these further below. There has been almost no discussion of other floating quantifiers, such as quantificational nouns.", "cite_spans": [ { "start": 350, "end": 363, "text": "(Inoue, 1983;", "ref_id": null }, { "start": 364, "end": 379, "text": "Miyagawa, 1989)", "ref_id": "BIBREF16" }, { "start": 399, "end": 414, "text": "(Downing, 1996;", "ref_id": "BIBREF6" }, { "start": 415, "end": 426, "text": "Alam, 1997)", "ref_id": "BIBREF0" } ], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": null }, { "text": "We call the process of identifying the noun phrase being quantified by a floating quantifier 'anchoring' the quantifier. The necessity of anchoring floating quantifiers for many natural language processing tasks is widely recognized (Asahioka et al., 1990; Bond et al., 1996) , and is important not only for machine translation but for the interpretation of Japanese in general. However, although there are several NLP systems that incorporate some solution to the problem of floating quantifiers, to the best of our knowledge, no algorithm for anchoring floating quantifiers has been given. We propose such an algorithm in this paper. The algorithm uses information about case-marking, sentence structure, part-of-speech, noun and verb meaning. The algorithm has been implemented and tested within the Japanese-to-English machine translation system ALT-J/E (Ikehara et al., ", "cite_spans": [ { "start": 233, "end": 256, "text": "(Asahioka et al., 1990;", "ref_id": "BIBREF1" }, { "start": 257, "end": 275, "text": "Bond et al., 1996)", "ref_id": "BIBREF3" }, { "start": 858, "end": 874, "text": "(Ikehara et al.,", "ref_id": null } ], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": null }, { "text": "The next section describes the phenomenon of quantifier float in more detail. We then propose our algorithm to identify and anchor floating quantifiers in Section 3. The results of implementing the algorithm in ALT-J/E are dis-3The name 'float' comes from early transformational accounts, where the quantifier was said to 'float' out of the noun phrase. Although this analysis has largely been abandoned, and we disagree with it, we shall continue with accepted practice and call a quantifier in the adjunct position a floating quantifier. cussed in Section 4 and some remaining problems identified. The conclusion summarises the implementation of the algorithm and highlights some of its strengths.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "1991).", "sec_num": null }, { "text": "2 Quantifier float in Japanese First we will give a definition of quantifiers. Semantically, quantifiers are elements that serve to quantify, or enumerate, some target. The target can be an entity, in which case the number of objects is quantified, or an action, in which case the number of events (i.e. iterations of the action) are quantified. The quantification can be by a cardinal number, or by a more vague expression, like several or many.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "1991).", "sec_num": null }, { "text": "In Japanese, quantifiers (Q) axe mainly realised in two ways: numeral-classifier combinations (XC) and quantificational nouns (N). Note that these nouns are often treated as adverbs, as they typically function as adjuncts that modify verbs, a function prototypically carried out by adverbs. They can however head noun phrases, and take some case-markers, so we classify them as nouns.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "1991).", "sec_num": null }, { "text": "Numeral classifiers form a closed class, although a large one. Japanese and Korean both have two or three hundred numeral classifiers (not counting units), although typically individual speakers use far less, between 30 and 80 (Downing, 1995, 346) .", "cite_spans": [ { "start": 227, "end": 247, "text": "(Downing, 1995, 346)", "ref_id": null } ], "ref_spans": [], "eq_spans": [], "section": "1991).", "sec_num": null }, { "text": "Syntactically, numeral classifiers are a subclass of nouns. The main property distinguishing them from prototypical nouns is that they cannot stand alone. Typically they postfix to numerals, forming a quantifier phrase, although they can also combine with the quantificational prefix s~ \"some\" or the interrogative nani \"what\":", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "1991).", "sec_num": null }, { "text": "(3) 2-hiki \"2 animals\" (Numeral) (4) s~-hiki \"some animals\" (Quantifier) (5) nan-biki \"how many animals\" (Interrogative) Semantically, classifiers both classify and quantify the referent of the noun phrase they collocate with.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "1991).", "sec_num": null }, { "text": "Quantificational nouns, such as takusan \"much/many\", subete \"all\" and ichibu \"some\", only quantify their targets, there is no classification involved.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "1991).", "sec_num": null }, { "text": "Numeral classifier combinations appear in seven major patterns of use (following Asahioka et al. (1990) ) as shown below (T refers to the quantified target noun phrase, m is a casemarker): Noun quantifiers cannot appear in the appositive, attributive, anaphoric and predicative complement patterns.", "cite_spans": [ { "start": 81, "end": 103, "text": "Asahioka et al. (1990)", "ref_id": "BIBREF1" } ], "ref_spans": [], "eq_spans": [], "section": "1991).", "sec_num": null }, { "text": "Type Form XC N pre-nominal Q-no T-m + + appositive TQ-m + - floating T-m Q + + Q T-m partitive T-no Q-m + + attributive QT-m + - anaphoric T-m \u00f7 - predicative T-wa Q-da \u00f7 -", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "1991).", "sec_num": null }, { "text": "In the pre-nominal construction the relation between the target noun phrase and quantifier is explicit. For numeral-classifier combinations the quantification can be of the object denoted by the noun phrase itself as in (6); or of a subpart of it as in (7) (see Bond and Paik (1997) for a fuller discussion). For nouns, only the object denoted by the noun itself can be quantified.", "cite_spans": [ { "start": 262, "end": 282, "text": "Bond and Paik (1997)", "ref_id": "BIBREF2" } ], "ref_spans": [], "eq_spans": [], "section": "1991).", "sec_num": null }, { "text": "(6) 3-ts~-no tegami 3-CL-ADN letter 3 letters (7) 3-rnai-no tegami 3-CL-ADN letter a 3 page letter", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "1991).", "sec_num": null }, { "text": "In the partitive construction the quantifier restricts a subset of a known amount: e.g., tegamino 3-ts~ \"three of the letters\". This is a very different construal to the pre-nominal construction. Only rational quantificational nouns can appear in the partitive construction.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "1991).", "sec_num": null }, { "text": "The floating construction, on the other hand, has the same quantificational meaning as the pre-nominal. Two studies indicate that there are pragmatic differences (Downing, 1996; Kim, 1995) . Pre-nominal constructions typically are used to introduce important referents, with nonexistential predicates, while floating constructions typically introduce new number information. In addition floating constructions are used when the nominal has other modifiers, and are more common in spoken text.", "cite_spans": [ { "start": 162, "end": 177, "text": "(Downing, 1996;", "ref_id": "BIBREF6" }, { "start": 178, "end": 188, "text": "Kim, 1995)", "ref_id": "BIBREF14" } ], "ref_spans": [], "eq_spans": [], "section": "1991).", "sec_num": null }, { "text": "We will restrict the following discussion to the difference between the pre-nominal and floating uses.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "1991).", "sec_num": null }, { "text": "There have been many attempts to describe the situations under which the floating construction is possible, almost all of which only consider numeral-classifier constructions.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Restrictions on quantifier float", "sec_num": "2.1" }, { "text": "The earliest generative approaches suggested that the target in the floating construction must be either subject or object. Inoue (1983) pointed out that quasi-objects, noun phrases marked with the accusative case-marker but failing other tests for objecthood, could also be targets. Miyagawa (1989) gives a comprehensive configurational explanation, where the target and quantifier must mutually c-command each other (that is, neither the target nor the quantifier dominates the other, and the first branching node that dominates either one, dominates the other).", "cite_spans": [ { "start": 124, "end": 136, "text": "Inoue (1983)", "ref_id": null }, { "start": 284, "end": 299, "text": "Miyagawa (1989)", "ref_id": "BIBREF16" } ], "ref_spans": [], "eq_spans": [], "section": "Restrictions on quantifier float", "sec_num": "2.1" }, { "text": "The restriction to nominative and accusative targets is explained by proposing a difference in structure. Verb arguments subcategorized for in the lexicon are noun phrases, where the case-marker is a clitic and thus can be c-commanded, whereas adjuncts are headed by their markers, to form post-positional phrases which are thus not available as targets.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Restrictions on quantifier float", "sec_num": "2.1" }, { "text": "The c-command relation is applied to both the noun phrases themselves and traces. Quantifiers can be scrambled (moved from their base position after their target) leaving a trace if the target is an affected Theme NP, and the target and quantifier are governed by the verb that assigns this thematic role. Thus quantifiers associated with affected themes can move within the sentence. Affected themes are things that axe \"changed, created, converted, extinguished, consumed, destroyed or gotten-rid of\". Miyagawa (1989, 57) proposes a syntactic test for affectiveness: affected themes can occure in the intransitive resultative construction -te-aru.", "cite_spans": [ { "start": 504, "end": 523, "text": "Miyagawa (1989, 57)", "ref_id": null } ], "ref_spans": [], "eq_spans": [], "section": "Restrictions on quantifier float", "sec_num": "2.1" }, { "text": "Alam (1997) looks at the problem from a different angle, and proposes that only quantifiers which are interpreted \"distributively or as a quantified event\" can float, as they take wide scope beyond the NP. A quantified noun phrase will also quantify the event if the noun phrase measures-out the event, where \"direct internal arguments undergoing change in the event described by the verb measure out the event\" a very similar description to that of affected theme. However, Jackendoff (1996) has shown that a wide variety of arguments can measure out processes, not just subjects and objects, but also the complements of prepositional phrases. Which case-roles measure out the process can be pragmatically determined as well as lexically stipulated, so it is not a simple matter to determine which arguments are relevent.", "cite_spans": [ { "start": 475, "end": 492, "text": "Jackendoff (1996)", "ref_id": "BIBREF12" } ], "ref_spans": [], "eq_spans": [], "section": "Restrictions on quantifier float", "sec_num": "2.1" }, { "text": "The excellent distributional analysis of Downing (1996) shows that actual cases of floating tend to be absolutive, that is quantifiers largely float from intransitive subjects (67%) or direct objects of transitive verbs (24%) rather than from transitive subjects (4%) or indirect objects (1%).", "cite_spans": [ { "start": 41, "end": 55, "text": "Downing (1996)", "ref_id": "BIBREF6" } ], "ref_spans": [], "eq_spans": [], "section": "Restrictions on quantifier float", "sec_num": "2.1" }, { "text": "On the question of why quantifiers appear outside of the noun phrases they quantify, there have been two explanations: Discourse new information floats to the pre-verb focus position (Downing, 1996; Kim, 1995) , quantifiers float from noun phrases that 'measure out' an event (Alam, 1997) .", "cite_spans": [ { "start": 183, "end": 198, "text": "(Downing, 1996;", "ref_id": "BIBREF6" }, { "start": 199, "end": 209, "text": "Kim, 1995)", "ref_id": "BIBREF14" }, { "start": 276, "end": 288, "text": "(Alam, 1997)", "ref_id": "BIBREF0" } ], "ref_spans": [], "eq_spans": [], "section": "Restrictions on quantifier float", "sec_num": "2.1" }, { "text": "We speculate that there may be a performance based reason. Hawkins (1994) has shown that many phenomena claimed to be discourse related are in fact largely due to performance. However we have not yet compiled sufficient empirical evidence to show this conclusively.", "cite_spans": [ { "start": 59, "end": 73, "text": "Hawkins (1994)", "ref_id": "BIBREF7" } ], "ref_spans": [], "eq_spans": [], "section": "Restrictions on quantifier float", "sec_num": "2.1" }, { "text": "3 An algorithm to identify and anchor floating quantifiers The proposed algorithm is outlined in Figure 1 . In our implementation it is appplied to each of one or more candidate outputs of a Japanese dependency parser as part of the semantic ranking.", "cite_spans": [], "ref_spans": [ { "start": 97, "end": 105, "text": "Figure 1", "ref_id": "FIGREF0" } ], "eq_spans": [], "section": "Restrictions on quantifier float", "sec_num": "2.1" }, { "text": "quantifiers The first step is to identify potential floating quantifiers.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Identify potential floating", "sec_num": "3.1" }, { "text": "Every adjunct case element headed by a noun is checked. All numeral classifier combinations are potential candidates.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Identify potential floating", "sec_num": "3.1" }, { "text": "An adjunct must must meet two conditions to be considered a floating quantificational nouns, one semantic and one syntactic. The semantic criterion is that one of the noun's senses must be The syntactic criterion is that the part of speech subcategory must be one of degree or quantifier adverbial. 4 We use the Goi-Taikei (Ikehara et al., 1997) to test for the senses and Miyazaki et al. (1995) for the syntactic classification.", "cite_spans": [ { "start": 323, "end": 345, "text": "(Ikehara et al., 1997)", "ref_id": "BIBREF10" }, { "start": 373, "end": 395, "text": "Miyazaki et al. (1995)", "ref_id": "BIBREF17" } ], "ref_spans": [], "eq_spans": [], "section": "Identify potential floating", "sec_num": "3.1" }, { "text": "All noun phrases that matched a case-slot marked with -ga (nominative) or -o (accusative)", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Identify potential anchors", "sec_num": "3.2" }, { "text": "are accepted as potential anchors. This is the traditional criterion given for potential anchors. Note even if the surface marker is different, for example when the case-marker is overwritten by a focus-marker such as -wa \"topic\", the 'canonical' case-marker will be found by our parser.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Identify potential anchors", "sec_num": "3.2" }, { "text": "Noun phrases marked with -hi (dative), have been shown to be permissible candidates, but we do not allow them. Such sentences are, however, rare outside linguistics papers. We found no such candidates in the sentences we examined, and Downing (1996, 239) found only one in ninety six examples. When we tried allowing dative noun phrases, it significantly reduced the performance of our algorithm: every dative noun phrase selected was wrong. If we could determine which noun phrases measure-out the action, then they should also be considered as 4This part of speech category actually includes both true adverbs and adverb-like nouns.", "cite_spans": [ { "start": 235, "end": 254, "text": "Downing (1996, 239)", "ref_id": null } ], "ref_spans": [], "eq_spans": [], "section": "Identify potential anchors", "sec_num": "3.2" }, { "text": "candidates, but we have no way to identify them at present.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Identify potential anchors", "sec_num": "3.2" }, { "text": "Some combinations of anchor and quantifier can be ruled out. We have identified three cases: semantically anomalous cases; sentences where the quantifier modifies the verb as a degree modifier; and sentences where the quantifier modifies the verb as a frequency modifier.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Discard bad combinations", "sec_num": "3.3" }, { "text": "Semantically anomalous cases Singular noun phrases In Japanese, pronouns and names are typically marked with a collectiviser (such as -tachi) if there are multiple referents (see e.g. Martin (1988, 143-154)) . A pronoun or name not so marked characteristically has a singular interpretation. For names this can be overridden by a numeral-classifier combination (8), although it is rare, but not by an quantificational noun (9). In all the texts we examined, we found no examples of names modified by floating numeralclassifier combinations. We therefore block all pronouns and names not modified by a collectiviser from serving as anchors to floating quantifiers.", "cite_spans": [ { "start": 184, "end": 207, "text": "Martin (1988, 143-154))", "ref_id": null } ], "ref_spans": [], "eq_spans": [], "section": "3.3.1", "sec_num": null }, { "text": "In Japanese, there is not a clear division between pronouns and common nouns, particularly kin-terms such as ojisan \"grandfather/old man\". Pronouns can be modified in the same way as common nouns, and kin-terms are often used to refer to non kin. Pronouns modified by quantifiers need to be translated by more general terms as in (10).", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "3.3.1", "sec_num": null }, { "text": "(10) kanojo-tachi-ga 3-nin kita she-COL-NOM 3-CL came ? 3 she came The 3 girls came Classifier semantic restrictions For numeral classifiers, the selectional restrictions of the classifier can be used to disallow certain combinations. For example,-kai \"event\" can only be used to modify event-nouns such as shokuji \"meal\" or fishin \"earthquake\". However, the semantics are very complicated, and there is a great deal of variation, as a classifier can select not just for the object denoted by its target but also a sub-part of it. In addition, classifiers can be used to select meanings figuratively, coercing a new interpretation of their head. Bond and Paik (1997) suggest a way of dealing with this in the generative lexical framework of Pustejovsky (1995) but it requires more information about the conceptual structure of noun phrases than is currently available.", "cite_spans": [ { "start": 646, "end": 666, "text": "Bond and Paik (1997)", "ref_id": "BIBREF2" }, { "start": 741, "end": 759, "text": "Pustejovsky (1995)", "ref_id": "BIBREF18" } ], "ref_spans": [], "eq_spans": [], "section": "3.3.1", "sec_num": null }, { "text": "For the time being, we use a simple table of forbidden combinations. For example pointo", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "3.3.1", "sec_num": null }, { "text": "\"point\" will not be used to quantify nouns denoting agent, place or abstract noun.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "3.3.1", "sec_num": null }, { "text": "Noun quantifiers can be used as degree modifiers as well as quantifying some referent. If the predicate is used to state a property of the potential anchor, then a noun quantifier will characteristically be a degree modifier. We use the verbal semantic attributes given in the Goi-Taikei (Ikehara et al., 1997) to test for this relationship.", "cite_spans": [ { "start": 288, "end": 310, "text": "(Ikehara et al., 1997)", "ref_id": "BIBREF10" } ], "ref_spans": [], "eq_spans": [], "section": "Degree modification", "sec_num": "3.3.2" }, { "text": "Anchoring will be blocked either if the potential anchor is nominative and the verbal semantic attribute is one of attribute transfer, existence, attribute or result or if the anchor is accusative and the verbal semantic attribute is physical/attribute transfer.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Degree modification", "sec_num": "3.3.2" }, { "text": "Sentence (ii) shows this constraint in action:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Degree modification", "sec_num": "3.3.2" }, { "text": "(11) kodomo-ga sukoshi samui child-NOM a little cold * A few children are cold", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Degree modification", "sec_num": "3.3.2" }, { "text": "The child is a little cold", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Degree modification", "sec_num": "3.3.2" }, { "text": "The final case we need to consider is where the noun quantifier can quantify the event or the affected theme of the event, such as (12). In Japanese, either reading is possible when the quantifier is in pre-verbal position. Anchoring the quantifier is equivalent to choosing the theme reading. Examining our corpus showed the theme reading to be the default. Of course, if the event is modified elsewhere, for example by a temporal modifier, then different readings are possible. The system in which our implementation was tested lacks a system for event quantification, so we were not able to implement any constraint for this phenomenon. We therefore implemented the theme reading as our default.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Event modification", "sec_num": "3.3.3" }, { "text": "Note that, for stative verbs with permanent readings such as shiru \"know\", there is almost no difference between the two readings (13).", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Event modification", "sec_num": "3.3.3" }, { "text": "(13) watashi-wa ratengo-wo sukoshi ", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Event modification", "sec_num": "3.3.3" }, { "text": "If there are more than two combinations, the following heuristics are used to choose which one or ones to choose.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Rank and select candidates", "sec_num": "3.4" }, { "text": "Prefer accusative: A combination with an accusative anchor gets two points: This is to allow for the absolutive bias.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Rank and select candidates", "sec_num": "3.4" }, { "text": "Prefer left anchor: If the anchor is to the left of the quantifier score it with one point: Quantifiers tend to float to the right of their anchors.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Rank and select candidates", "sec_num": "3.4" }, { "text": "Prefer closest: Subtract one for each intervening quantifier: Closer targets are better.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Rank and select candidates", "sec_num": "3.4" }, { "text": "Finally select the highest scoring combination and eliminate any combinations that include the chosen quantifier and anchor. If there is still a combination left (e.g. there were two quantifiers and two targets) then select it as well.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Rank and select candidates", "sec_num": "3.4" }, { "text": "These heuristics rule out crossing combinations in the rare instances of two quantifiers and two candidates. ", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Rank and select candidates", "sec_num": "3.4" }, { "text": "Once the best combinations are chosen, the quantifier can be anchored to its target. We consider the best way to represent this would be by showing the semantic relation in a separate level from the syntax, in a similar way to the architecture outlined by Jackendoff (1997) .", "cite_spans": [ { "start": 256, "end": 273, "text": "Jackendoff (1997)", "ref_id": "BIBREF13" } ], "ref_spans": [], "eq_spans": [], "section": "Anchoring", "sec_num": "3.5" }, { "text": "Our implementation is in a machine translation system and we simply rewrite the sentence so that the floating quantifier becomes an prenominal modifier of its target, marked with the adnominal case-marker -no. The resulting modifier is labeled as 'anchored', to allow special processing during the transfer phase.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Anchoring", "sec_num": "3.5" }, { "text": "The algorithm was tested on a 3700 sentence machine translation test set of Japanese sentences with English translations, produced by a professional human translator. A description of the test set and its design is given in Ikehara et al. (1994) .", "cite_spans": [ { "start": 224, "end": 245, "text": "Ikehara et al. (1994)", "ref_id": "BIBREF9" } ], "ref_spans": [], "eq_spans": [], "section": "Results and Discussion", "sec_num": "4" }, { "text": "Overall, 56 possible combinations were found and 37 anchored in 3700 sentences: Table 2 . Of these, 9 were anchored that should not have been, and 1 was not anchored that should have been. The accuracy (correctly anchored/anchored) was 76% (28/37), and the recall (correctly anchored/should be anchored) was 97% (28/29).", "cite_spans": [], "ref_spans": [ { "start": 80, "end": 87, "text": "Table 2", "ref_id": "TABREF4" } ], "eq_spans": [], "section": "Results and Discussion", "sec_num": "4" }, { "text": "The major source of errors was from parsing errors in the system as a whole. All of the badly anchored numeral-classifiers combinations were caused by this. In this case, the algorithm has not degraded the system performance, it would have been a bad result anyway.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Results and Discussion", "sec_num": "4" }, { "text": "There were three problems with the algorithm itself. In one case an anaphoric quantifier was mistaken as a floating quantifier, in another the verbal semantic attribute check for degree modification gave a bad result. Finally there was one case where the default blocking for semantic anomalies blocked a good combination.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Results and Discussion", "sec_num": "4" }, { "text": "Note that anchoring a floating quantifier is only the first step toward translating it. Special handling is sometimes needed to translate the anchored quantifiers.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Translation of floating quantifiers", "sec_num": null }, { "text": "For example, Japanese has some universal pronouns that can stand alone as full noun phrases (14) or act as floating quantifiers (15): e.g., minna \"everyone\", zen'in \"all members\". When they are anchored, the information about the denotation of the head carried by the pronoun is redundant, and should not be translated. A special rule is required for this. ", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Translation of floating quantifiers", "sec_num": null }, { "text": "The proposed algorithm forms a solid base for extensions in various ways.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Further work", "sec_num": null }, { "text": "1. Combine it with a fuller system of event semantics. 2. Make the treatment of classifier-target semantics more detailed, so that inbuilt semantic restrictions can be used instead of a table of forbidden combinations. 3. Use the results of the algorithm to help choose between candidate parses and integrate it with the resolution of zero pronouns.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Further work", "sec_num": null }, { "text": "4. Test the algorithm on other languages, for example Korean.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Further work", "sec_num": null }, { "text": "We have presented an algorithm to anchor floating quantifiers in Japanese. The algorithm proceeds as follows. First identify potential floating quantifiers: either numeral classifier combinations or quantificational nouns. Then identify potential anchors: all accusative or nominative noun phrases. Inappropriate combinations are deleted, either because of a semantic mismatch between the target and quantifier, or because the quantifier is interpreted as a degree or event modifier. Finally, possible combinations are ranked, with the accusative candidate being the best choice, then the closest and leftmost. The algorithm is robust and uses the full power of currently available detailed semantic dictionaries.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Conclusion", "sec_num": "5" }, { "text": "Zusammenfassung In diesem Papier beschreiben wit einen Algorithmus zur Resolution von 'floating quantifiers' im Japanischen. Japanisch ist eine Sprache, in der quantifizierende Adverbien oder Kombinationen aus Numeral + Klassifikator yon der Nominalphrase, fiir die sie quantifizieren getrennt werden kSnnen, d.h. sie miissen nicht in unmittelbarer linearer Abfolge stehen.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Conclusion", "sec_num": "5" }, { "text": "Der Algorithmus unterscheidet Grad-und Ereignismodifi_katoren yon Adverbialen, die fiir Nominalphrasen quantifizieren und resolviert den richtigen Antezedenten f'tir jeden 'floating quantifier'. Zur Anbindung an die richtige Nominalphrase finden die folgenden Parameter Beriicksichtigung: Wortart der Quantifikators und des Antezedenten, die semantische Relation zwischen diesen beiden, die Kasusmaxkierungen des Antezedenten und die Semantik des Verbs, das sowohl den Quantifikator als auch dessen Antezedenten regiert.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Conclusion", "sec_num": "5" }, { "text": "Der Algorithmus wurde implementiert und in einem regel-basierten Japanisch/Englischem U'bersetzungssystem evaluiert.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Conclusion", "sec_num": "5" }, { "text": ":_-5, 7 6 %~0~, 9 7 %\u00a2)~A~7~b ", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Conclusion", "sec_num": "5" }, { "text": "-", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Conclusion", "sec_num": "5" }, { "text": "1Quantifiers are shown in bold, the noun phrases they quantify are underlined.2This phenomenon exists in other languages, such as Korean. We will, however, restrict our discussion to Japanese in this paper.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "", "sec_num": null } ], "back_matter": [ { "text": "The authors thank Tim Baldwin, Yukie Kuribayashi, Kyonghee Paik and the members of the NTT Machine Translation Research Group for their discussion and comments on this paper and earlier versions. The research was carried out while Daniela Kurz visited the NTT Communication Science Laboratories. Francis Bond is currently also enrolled part time as a doctoral candidate at the University of Queensland's Center for Language Teaching & Research.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Acknowledgments", "sec_num": null } ], "bib_entries": { "BIBREF0": { "ref_id": "b0", "title": "Numeral classifiers as adverbs of quantification", "authors": [ { "first": "Yukiko", "middle": [], "last": "Sasaki", "suffix": "" }, { "first": "Alam", "middle": [], "last": "", "suffix": "" } ], "year": 1997, "venue": "Japanese/Korean Linguistics", "volume": "6", "issue": "", "pages": "381--397", "other_ids": {}, "num": null, "urls": [], "raw_text": "Yukiko Sasaki Alam. 1997. Numeral classifiers as adverbs of quantification. In Ho-Min Sohn and John Haig, editors, Japanese/Korean Linguistics, volume 6, pages 381-397. CSLI.", "links": null }, "BIBREF1": { "ref_id": "b1", "title": "Semantic classification and an analyzing system of Japanese numerical expressions", "authors": [ { "first": "Yoshimi", "middle": [], "last": "Asahioka", "suffix": "" }, { "first": "Hideki", "middle": [], "last": "Hirakawa", "suffix": "" }, { "first": "Shinya", "middle": [], "last": "Amano", "suffix": "" } ], "year": 1990, "venue": "IPSJ SIG Notes", "volume": "90", "issue": "64", "pages": "129--136", "other_ids": {}, "num": null, "urls": [], "raw_text": "Yoshimi Asahioka, Hideki Hirakawa, and Shin- ya Amano. 1990. Semantic classification and an analyzing system of Japanese numeri- cal expressions. IPSJ SIG Notes 90-NL-78, 90(64):129-136, July. (in Japanese).", "links": null }, "BIBREF2": { "ref_id": "b2", "title": "Classifying correspondence in Japanese and Korean", "authors": [ { "first": "Francis", "middle": [], "last": "Bond", "suffix": "" }, { "first": "Kyonghee", "middle": [], "last": "Paik", "suffix": "" } ], "year": 1997, "venue": "3rd Pacific Association for Computational Linguistics Conference: PA CLING-97", "volume": "", "issue": "", "pages": "58--67", "other_ids": {}, "num": null, "urls": [], "raw_text": "Francis Bond and Kyonghee Paik. 1997. Clas- sifying correspondence in Japanese and Ko- rean. In 3rd Pacific Association for Compu- tational Linguistics Conference: PA CLING- 97, pages 58-67. Meisei University, Tokyo, Japan.", "links": null }, "BIBREF3": { "ref_id": "b3", "title": "Classifiers in Japanese-to-English machine translation", "authors": [ { "first": "Francis", "middle": [], "last": "Bond", "suffix": "" }, { "first": "Kentaro", "middle": [], "last": "Ogura", "suffix": "" }, { "first": "Satoru", "middle": [], "last": "Ikehara", "suffix": "" } ], "year": 1996, "venue": "16th International Conference on Computational Linguistics: COLING-96", "volume": "", "issue": "", "pages": "125--130", "other_ids": {}, "num": null, "urls": [], "raw_text": "Francis Bond, Kentaro Ogura, and Satoru Ikehara. 1996. Classifiers in Japanese-to- English machine translation. In 16th Interna- tional Conference on Computational Linguis- tics: COLING-96, pages 125-130, Copen- hagen, August. (cmp-lg/9608014).", "links": null }, "BIBREF4": { "ref_id": "b4", "title": "Word Order in Discourse, volume 30 of Typological Studies in Language", "authors": [], "year": 1995, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Pamela Downing and Michael Noonan, editors. 1995. Word Order in Discourse, volume 30 of Typological Studies in Language. John Ben- jamins.", "links": null }, "BIBREF5": { "ref_id": "b5", "title": "The anaphoric use of classifiers in Japanese", "authors": [ { "first": "Pamela", "middle": [], "last": "Downing", "suffix": "" } ], "year": 1995, "venue": "", "volume": "", "issue": "", "pages": "345--375", "other_ids": {}, "num": null, "urls": [], "raw_text": "Pamela Downing. 1995. The anaphoric use of classifiers in Japanese. In Downing and Noo- nan (Downing and Noonan, 1995), pages 345- 375.", "links": null }, "BIBREF6": { "ref_id": "b6", "title": "Numeral Classifier Systems, the case of Japanese", "authors": [ { "first": "Pamela", "middle": [], "last": "Downing", "suffix": "" } ], "year": 1996, "venue": "John Benjamins", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Pamela Downing. 1996. Numeral Classifier Systems, the case of Japanese. John Ben- jamins, Amsterdam.", "links": null }, "BIBREF7": { "ref_id": "b7", "title": "A performance theory of order and constituency", "authors": [ { "first": "John", "middle": [ "A" ], "last": "Hawkins", "suffix": "" } ], "year": 1994, "venue": "", "volume": "73", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "John A. Hawkins. 1994. A performance theory of order and constituency, volume 73 of Cam- bridge studies in linguistics. Cambridge Uni- versity Press, Cambridge.", "links": null }, "BIBREF8": { "ref_id": "b8", "title": "Toward an MT system without pre-editing -effects of new meth", "authors": [ { "first": "Satoru", "middle": [], "last": "Ikehara", "suffix": "" }, { "first": "Satoshi", "middle": [], "last": "Shirai", "suffix": "" }, { "first": "Akio", "middle": [], "last": "Yokoo", "suffix": "" }, { "first": "Hiromi", "middle": [], "last": "Nakaiwa", "suffix": "" } ], "year": 1991, "venue": "Third Machine Translation Summit: MT Summit III", "volume": "", "issue": "", "pages": "101--106", "other_ids": {}, "num": null, "urls": [], "raw_text": "Satoru Ikehara, Satoshi Shirai, Akio Yokoo, and Hiromi Nakaiwa. 1991. Toward an MT sys- tem without pre-editing -effects of new meth- ods in ALT-J/E--. In Third Machine Trans- lation Summit: MT Summit III, pages 101- 106, Washington DC. (cmp-lg/9510008).", "links": null }, "BIBREF9": { "ref_id": "b9", "title": "Criteria for evaluating the linguistic quality of Japanese to English machine translations", "authors": [ { "first": "Satoru", "middle": [], "last": "Ikehara", "suffix": "" }, { "first": "Satoshi", "middle": [], "last": "Shirai", "suffix": "" }, { "first": "Kentaro", "middle": [], "last": "Ogura", "suffix": "" } ], "year": 1994, "venue": "Journal of Japanese Society for Artificial Intelligence", "volume": "9", "issue": "4", "pages": "569--579", "other_ids": {}, "num": null, "urls": [], "raw_text": "Satoru Ikehara, Satoshi Shirai, and Kentaro Ogura. 1994. Criteria for evaluating the lin- guistic quality of Japanese to English ma- chine translations. Journal of Japanese So- ciety for Artificial Intelligence, 9(4):569-579. (in Japanese).", "links": null }, "BIBREF10": { "ref_id": "b10", "title": "Goi-Taikei --A Japanese Lexicon. Iwanami Shoten", "authors": [ { "first": "Satoru", "middle": [], "last": "Ikehara", "suffix": "" }, { "first": "Masahiro", "middle": [], "last": "Miyazaki", "suffix": "" }, { "first": "Satoshi", "middle": [], "last": "Shirai", "suffix": "" }, { "first": "Akio", "middle": [], "last": "Yokoo", "suffix": "" }, { "first": "Hiromi", "middle": [], "last": "Nakaiwa", "suffix": "" }, { "first": "Kentaro", "middle": [], "last": "Ogura", "suffix": "" }, { "first": "Yoshifumi", "middle": [], "last": "Ooyama", "suffix": "" }, { "first": "\u00a5oshihiko", "middle": [], "last": "Hayashi", "suffix": "" } ], "year": 1997, "venue": "", "volume": "5", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Satoru Ikehara, Masahiro Miyazaki, Satoshi Shirai, Akio Yokoo, Hiromi Nakaiwa, Kentaro Ogura, Yoshifumi Ooyama, and \u00a5oshihiko Hayashi. 1997. Goi-Taikei --A Japanese Lexicon. Iwanami Shoten, Tokyo. 5 volumes.", "links": null }, "BIBREF11": { "ref_id": "b11", "title": "Nihongo-no Kihonkouzou (Basic Japanese Structure)", "authors": [], "year": 1983, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Kazuko Inoue, editor. 1983. Nihongo-no Ki- honkouzou (Basic Japanese Structure). San- seido, Tokyo. (in Japanese).", "links": null }, "BIBREF12": { "ref_id": "b12", "title": "The proper treatment of measuring out, telicity and perhaps even quantification in English", "authors": [ { "first": "Ray", "middle": [], "last": "Jackendoff", "suffix": "" } ], "year": 1996, "venue": "Natural Language and Linguistic Theory", "volume": "14", "issue": "", "pages": "305--354", "other_ids": {}, "num": null, "urls": [], "raw_text": "Ray Jackendoff. 1996. The proper treatment of measuring out, telicity and perhaps even quantification in English. Natural Language and Linguistic Theory, 14:305-354.", "links": null }, "BIBREF13": { "ref_id": "b13", "title": "The Architecture of the Language Faculty", "authors": [ { "first": "Ray", "middle": [], "last": "Jackendoff", "suffix": "" } ], "year": 1997, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Ray Jackendoff. 1997. The Architecture of the Language Faculty. MIT Press.", "links": null }, "BIBREF14": { "ref_id": "b14", "title": "Word order at the noun phrase level in Japanese: quantifier constructions and discourse functions", "authors": [ { "first": "Alan Hyun-Oak", "middle": [], "last": "Kim", "suffix": "" } ], "year": 1995, "venue": "", "volume": "", "issue": "", "pages": "199--246", "other_ids": {}, "num": null, "urls": [], "raw_text": "Alan Hyun-Oak Kim. 1995. Word order at the noun phrase level in Japanese: quanti- fier constructions and discourse functions. In Downing and Noonan (Downing and Noonan, 1995), pages 199-246.", "links": null }, "BIBREF15": { "ref_id": "b15", "title": "A Reference Grammar of Japanese", "authors": [ { "first": "Samuel", "middle": [ "E" ], "last": "Martin", "suffix": "" } ], "year": 1988, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Samuel E. Martin. 1988. A Reference Grammar of Japanese. Tuttle.", "links": null }, "BIBREF16": { "ref_id": "b16", "title": "Structure and Case Marking in Japanese", "authors": [ { "first": "Shigeru", "middle": [], "last": "Miyagawa", "suffix": "" } ], "year": 1989, "venue": "Syntax and Semantics", "volume": "22", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Shigeru Miyagawa. 1989: Structure and Case Marking in Japanese, volume 22 of Syntax and Semantics. Academic Press, Amsterdam.", "links": null }, "BIBREF17": { "ref_id": "b17", "title": "A Japanese syntactic category system based on the constructive process theory and its use", "authors": [ { "first": "Masahiro", "middle": [], "last": "Miyazaki", "suffix": "" }, { "first": "Satoshi", "middle": [], "last": "Shirai", "suffix": "" }, { "first": "Satoru", "middle": [], "last": "Ikehara", "suffix": "" } ], "year": 1995, "venue": "Journal of Natural Language Processing", "volume": "2", "issue": "3", "pages": "3--25", "other_ids": {}, "num": null, "urls": [], "raw_text": "Masahiro Miyazaki, Satoshi Shirai, and Satoru Ikehara. 1995. A Japanese syntactic category system based on the constructive process the- ory and its use. Journal of Natural Language Processing, 2(3):3-25, July. (in Japanese).", "links": null }, "BIBREF18": { "ref_id": "b18", "title": "The Generative Lexicon", "authors": [ { "first": "James", "middle": [], "last": "Pustejovsky", "suffix": "" } ], "year": 1995, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "James Pustejovsky. 1995. The Generative Lex- icon. MIT Press.", "links": null } }, "ref_entries": { "FIGREF0": { "num": null, "text": "Algorithm to anchor floating quantitiers subsumed by quanta, few/some, all-part.", "type_str": "figure", "uris": null }, "FIGREF2": { "num": null, "text": "(12) kare-wa k~ki-wo takusan tabeta he-TOP cake-NOM much ate", "type_str": "figure", "uris": null }, "TABREF0": { "num": null, "type_str": "table", "text": "Types of quantifier constructions", "html": null, "content": "