{ "paper_id": "P97-1029", "header": { "generated_with": "S2ORC 1.0.0", "date_generated": "2023-01-19T09:15:41.365539Z" }, "title": "Morphological Disambiguation by Voting Constraints", "authors": [ { "first": "Kemal", "middle": [], "last": "Oflazer", "suffix": "", "affiliation": { "laboratory": "", "institution": "Bilkent University", "location": { "postCode": "TR-06533", "settlement": "Bilkent", "country": "Turkey" } }, "email": "" }, { "first": "Gskhan", "middle": [], "last": "Tfir", "suffix": "", "affiliation": { "laboratory": "", "institution": "Bilkent University", "location": { "postCode": "TR-06533", "settlement": "Bilkent", "country": "Turkey" } }, "email": "" } ], "year": "", "venue": null, "identifiers": {}, "abstract": "We present a constraint-based morphological disambiguation system in which individual constraints vote on matching morphological parses, and disambiguation of all the tokens in a sentence is performed at the end by selecting parses that receive the highest votes. This constraint application paradigm makes the outcome of the disambiguation independent of the rule sequence, and hence relieves the rule developer from worrying about potentially conflicting rule sequencing. Our results for disambiguating Turkish indicate that using about 500 constraint rules and some additional simple statistics, we can attain a recall of 95-96~ and a precision of 94-95~ with about 1.01 parses per token. Our system is implemented in Prolog and we are currently investigating an efficient implementation based on finite state transducers.", "pdf_parse": { "paper_id": "P97-1029", "_pdf_hash": "", "abstract": [ { "text": "We present a constraint-based morphological disambiguation system in which individual constraints vote on matching morphological parses, and disambiguation of all the tokens in a sentence is performed at the end by selecting parses that receive the highest votes. This constraint application paradigm makes the outcome of the disambiguation independent of the rule sequence, and hence relieves the rule developer from worrying about potentially conflicting rule sequencing. Our results for disambiguating Turkish indicate that using about 500 constraint rules and some additional simple statistics, we can attain a recall of 95-96~ and a precision of 94-95~ with about 1.01 parses per token. Our system is implemented in Prolog and we are currently investigating an efficient implementation based on finite state transducers.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Abstract", "sec_num": null } ], "body_text": [ { "text": "Automatic morphological disambiguation is an important component in higher level analysis of natural language text corpora. There has been a large number of studies in tagging and morphological disambiguation using various techniques such as statistical techniques, e.g., (Church, 1988; Cutting et al., 1992; DeRose, 1988) , constraint-based techniques (Karlsson et al., 1995; Voutilainen, 1995b; Voutilainen, Heikkil/i, and Anttila, 1992; Voutilainen and Tapanainen, 1993; Oflazer and KuruSz, 1994; Oflazer and Till 1996) and transformation-based techniques (Brilt, 1992; Brill, 1994; Brill, 1995) . This paper presents a novel approach to constraint based morphological disambiguation which relieves the rule developer from worrying about conflicting rule ordering requirements. The approach depends on assigning votes to constraints according to their complexity and specificity, and then letting constraints cast votes on matching parses of a given lexical item. This approach does not reflect the outcome of matching constraints to the set of morphological parses immediately. Only after all applicable rules are applied to a sentence, all tokens are disambiguated in parallel. Thus, the outcome of the rule applications is independent of the order of rule applications. Rule ordering issue has been discussed by Voutilainen(1994) , but he has recently indicated 1 that insensitivity to rule ordering is not a property of their system (although Voutilainen(1995a) states that it is a very desirable property) but rather is achieved by extensively testing and tuning the rules.", "cite_spans": [ { "start": 272, "end": 286, "text": "(Church, 1988;", "ref_id": "BIBREF3" }, { "start": 287, "end": 308, "text": "Cutting et al., 1992;", "ref_id": "BIBREF4" }, { "start": 309, "end": 322, "text": "DeRose, 1988)", "ref_id": "BIBREF5" }, { "start": 353, "end": 376, "text": "(Karlsson et al., 1995;", "ref_id": "BIBREF8" }, { "start": 377, "end": 396, "text": "Voutilainen, 1995b;", "ref_id": "BIBREF15" }, { "start": 397, "end": 439, "text": "Voutilainen, Heikkil/i, and Anttila, 1992;", "ref_id": null }, { "start": 440, "end": 473, "text": "Voutilainen and Tapanainen, 1993;", "ref_id": "BIBREF17" }, { "start": 474, "end": 499, "text": "Oflazer and KuruSz, 1994;", "ref_id": "BIBREF10" }, { "start": 500, "end": 522, "text": "Oflazer and Till 1996)", "ref_id": null }, { "start": 559, "end": 572, "text": "(Brilt, 1992;", "ref_id": null }, { "start": 573, "end": 585, "text": "Brill, 1994;", "ref_id": "BIBREF1" }, { "start": 586, "end": 598, "text": "Brill, 1995)", "ref_id": "BIBREF2" }, { "start": 1318, "end": 1335, "text": "Voutilainen(1994)", "ref_id": null }, { "start": 1450, "end": 1468, "text": "Voutilainen(1995a)", "ref_id": "BIBREF14" } ], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "In the following sections, we present an overview of the morphological disambiguation problem, highlighted with examples from Turkish.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "We then present our approach and results. We finally conclude with a very brief outline of our investigation into efficient implementations of our approach.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "In all languages, words are usually ambiguous in their parts-of-speech or other morphological features, and may represent lexical items of different syntactic categories, or morphological structures depending on the syntactic and semantic context. In languages like English, there are a very small number of possible word forms that can be generated from a given root word, and a small number of part-ofspeech tags associated with a given lexical form. On the other hand, in languages like Turkish or Finnish with very productive agglutinative morphology, it is possible to produce thousands of forms (or even millions (Hankamer, 1989) ) from a given root word and the kinds of ambiguities one observes are quite different than what is observed in languages like English. In Turkish, there are ambiguities of the sort typically found in languages like English (e.g., book/noun vs book/verb type). However, the agglutinative nature of the language usually helps resolution of such ambiguities due to the restrictions on morphotactics of subsequent morphemes. On the 1Voutilainen, Private communication.", "cite_spans": [ { "start": 619, "end": 635, "text": "(Hankamer, 1989)", "ref_id": "BIBREF6" } ], "ref_spans": [], "eq_spans": [], "section": "Morphological Disambiguation", "sec_num": "2" }, { "text": "other hand, this very nature introduces another kind of ambiguity, where a lexical form can be morphologically interpreted in many ways not usually predictable in advance. Furthermore, Turkish allows very productive derivational processes and the information about the derivational structure of a word form is usually crucial for disambiguation (Oflazer and Tiir, 1996) .", "cite_spans": [ { "start": 345, "end": 369, "text": "(Oflazer and Tiir, 1996)", "ref_id": null } ], "ref_spans": [], "eq_spans": [], "section": "Morphological Disambiguation", "sec_num": "2" }, { "text": "Most kinds of morphological ambiguities that we have observed in Turkish typically fall into one the following classes: ~ 1. the form is uninflected and assumes the default inflectional features, e.g., 5. One of the ambiguous parses is a lexicalized form while another is form derived by a productive derivation as in 1 and 2 below. 6. The same suffix appears in different positions in the morphotactic paradigm conveying different information as in 2 and 3 below.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Morphological Disambiguation", "sec_num": "2" }, { "text": "I", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Morphological Disambiguation", "sec_num": "2" }, { "text": "1. uygulama / (application) [ [CAT=NOUN] [ROOT=uygulama] [AGR=3SG] [POSS=NONE] [CASE=NDM] ] 2. uygula+ma / ((the act of) applying) [ [CAT=VERB] [ROOT=uygula] [SENSE=POS] [CONV=NOUN=MA] [TYPE=INFINITIVE] [AGR=3SG] [POSS=NONE] [CASE=NOM] ] 3. uygula+ma / (do not apply!) [ [CAT=VERB] [ROOT=uygula] [SENSE=NEG] [TAMI=IMP] [AGR=2SG] ]", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Morphological Disambiguation", "sec_num": "2" }, { "text": "\u2022 The main intent of our system is to achieve morphological disambiguation by choosing for a given ambiguous token, the correct parse in a given context. It is certainly possible that a given token may have nmltiple correct parses, usually with the same inflectional features, or with inflectional features not ruled out by the syntactic context, but one will be the \"correct\" parse usually on semantic grounds.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Morphological Disambiguation", "sec_num": "2" }, { "text": "We consider a token fully disambiguated if it has only one morphological parse remaining after automatic disambiguation. We Consider a token as correctly disambiguated, if one of the parses remaining for that token is the correct intended parse. We evaluate the resulting disambiguated text by a number of metrics defined as follows (Voutilainen, 1995a) :", "cite_spans": [ { "start": 333, "end": 353, "text": "(Voutilainen, 1995a)", "ref_id": "BIBREF14" } ], "ref_spans": [], "eq_spans": [], "section": "Morphological Disambiguation", "sec_num": "2" }, { "text": "#Parses Ambiguity-#Tokens Recall = #Tokens Correctly Disambiguated #Tokens Precision = #Tokens Correctly Disambiguated #Parses", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Morphological Disambiguation", "sec_num": "2" }, { "text": "In the ideal case where each token is uniquely and correctly disambiguated with the correct parse, both recall and precision will be 1.0. On the other hand, a text where each token is annotated with all possible parses, 3 the recall will be 1.0, but the precision will be low. The goal is to have both recall and precision as high as possible.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Morphological Disambiguation", "sec_num": "2" }, { "text": "3", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Morphological Disambiguation", "sec_num": "2" }, { "text": "This section outlines our approach to constraintbased morphological disambiguation where constraints vote on matching parses of sequential tokens.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Constraint-based Morphological Disambiguation", "sec_num": null }, { "text": "Constraints on morphological parses We describe constraints on the morphological parses of tokens using rules with two components R= (Cl,C~.,...,C,~;V) where the Ci are (possibly hierarchical) feature constraints on a sequence of the morphological parses, and V is an integer denoting the vote of the rule.", "cite_spans": [ { "start": 130, "end": 151, "text": "R= (Cl,C~.,...,C,~;V)", "ref_id": null } ], "ref_spans": [], "eq_spans": [], "section": "3.1", "sec_num": null }, { "text": "To illustrate the flavor of our rules we can give the following examples:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "3.1", "sec_num": null }, { "text": "1. The following rule with two constraints matches parses with case feature ablative, preceding a parse matching a postposition subcategorizing for an ablative nominal form. which matches tile derived participle reading of a verb with narrative past tense, if it is followed by an underived noun parse.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "3.1", "sec_num": null }, { "text": "There are a number of ways votes can be assigned to rules. For the purposes of this work the vote of a rule is determined by its static properties, but it is certainly conceivable that votes can be assigned or learned by using statistics from disambiguated corpora. 4 For static vote assignment, intuitively, we would like to give high votes to rules that are more specific: i.e., to rules that have aAssuming no unknown words. 4We have left this for future work.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Determining the vote of a rule", "sec_num": "3.2" }, { "text": "\u2022 higher number of constraints,", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Determining the vote of a rule", "sec_num": "3.2" }, { "text": "\u2022 higher number of features in the constraints,", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Determining the vote of a rule", "sec_num": "3.2" }, { "text": "\u2022 constraints that make reference to nested stems (from which the current form is derived),", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Determining the vote of a rule", "sec_num": "3.2" }, { "text": "\u2022 constraints that make reference to very specific features or values.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Determining the vote of a rule", "sec_num": "3.2" }, { "text": "Let R = (C1,C2,'\",C~;V) be a constraint rule. The vote V is determined as where fi is the name of a morphological feature, and vi is one of the possible values for that feature. The contribution of fi : vi in the vote of a constraint depends on a number of factors:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Determining the vote of a rule", "sec_num": "3.2" }, { "text": "n v = i=l where V(Ci) is", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Determining the vote of a rule", "sec_num": "3.2" }, { "text": "1. The value vi may be a distinguished value that has a more important function in disambiguation. 5 In this case, the weight of the feature constraint is w(vi)(> 1).", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Determining the vote of a rule", "sec_num": "3.2" }, { "text": "2. The feature itself may be a distinguished feature which has more important function in disambiguation. In this case the weight of the feature is w(fi)(> 1). 3. If the feature fi refers to the stem of a derived form and the value part of the feature constraint is a full fledged constraint C' on the stem structure, the weight of the feature constraint is found by recursively computing the vote of C' and scaling the resulting value by a factor (2 in our current system) to improve its specificity. 4. Otherwise, the weight of the feature constraint is 1. For example suppose we have the following constraint: Assuming the value gen is a distinguished value with weight 4 (cf., factor 1 above), the vote of this constraint is computed as follows: We also employ a set of rules which express preferences among the parses of single lexical form independent of the context in which the form occurs. The weights for these rules are currently manually determined. These rules give negative votes to the parses which are not preferred or high votes to certain parses which are always preferred. Our experience is that such preference rules depend on the kind of the text one is disambiguating. For instance if one is disambiguating a manual of some sort, imperative readings of verbs are certainly possible, whereas in normal plain text with no discourse, such readings are discouraged.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Determining the vote of a rule", "sec_num": "3.2" }, { "text": "A rule R = (C1,62,'\", Cn; V) will match a sequence of tokens wi, Wi+l, \u2022 \u2022., wi+n-1 within a sentence wl through ws if some morphological parse of every token wj,i < j < i + n -1 is subsumed by the corresponding constraint Cj-i+l. When all constraints match, the votes of all the matching parses are incremented by V. If a given constraint matches more than one parse of a token, then the votes of all such matching parses are incremented.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Voting and selecting parses", "sec_num": "3.3" }, { "text": "After all rules have been applied to all token positions in a sentence and votes are tallied, morphological parses are selected in the following manner. Let vt and Vh be the votes of the lowest and highest scoring parses for a given token. All parses with votes equal to or higher than vt + m * (Vh --vt) are selected with m (0 _< m _< 1) being a parameter. m = 1 selects the highest scoring parse(s).", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Voting and selecting parses", "sec_num": "3.3" }, { "text": "Results from Disambiguating Turkish Text", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "4", "sec_num": null }, { "text": "We have applied our approach to disambiguating Turkish text. Raw text is processed by a preprocessor which segments the text into sentences using various heuristics about punctuation, and then tokenizes and runs it through a wide-coverage highperformance morphological analyzer developed using two-level morphology tools by Xerox (Karttunen, 1993) . The preprocessor module also performs a number of additional functions such as grouping of lexicalizcd and non-lexicalized collocations, compound verbs, etc., (Ofiazer and Kurubz, 1994; Oflazer and Tiir, 1996) . The preprocessor also uses a second morphological processor for dealing with unknown words which recovers any derivational and inflectional information from a word even if the root word is not known. This unknown word processor has a (nominal) root lexicon which recognizes S +, where S is the Turkish surface alphabet (in the two-level morphology sense), but then tries to interpret an arbitrary postfix string of the unknown word, as a sequence of Turkish suffixes subject to all morphographemic constraints (Oflazer and Tfir, 1996) . We have applied our approach to four texts labeled ARK, HIST, MAN, EMB, with statistics given in Table 1 . The tokens considered are those that are generated after morphological analysis, unknown word processing and any lexical coalescing is done. The words that are counted as unknown are those that could not even be processed by the unknown noun processor as they violate Turkish morphographemic constraints. Whenever an unknown word has more than one parse it is counted under the appropriate group. 6 The fourth and fifth columns in this table give the average parses per token and the initial precision assuming initial recall is 100%.", "cite_spans": [ { "start": 330, "end": 347, "text": "(Karttunen, 1993)", "ref_id": "BIBREF9" }, { "start": 509, "end": 535, "text": "(Ofiazer and Kurubz, 1994;", "ref_id": null }, { "start": 536, "end": 559, "text": "Oflazer and Tiir, 1996)", "ref_id": null }, { "start": 1072, "end": 1096, "text": "(Oflazer and Tfir, 1996)", "ref_id": null } ], "ref_spans": [ { "start": 1196, "end": 1203, "text": "Table 1", "ref_id": "TABREF4" } ], "eq_spans": [], "section": "4", "sec_num": null }, { "text": "We have disambiguated these texts using a rule base of about 500 hand-crafted rules. Most of the rule crafting was done using the general linguistic constraints and constraints that we derived from the first text, ARK. In this sense, this text is our \"training data\", while the other three texts were not considered in rule crafting.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "4", "sec_num": null }, { "text": "Our results are summarized in Table 2 . The last four columns in this table present results for different values for the parameter rn mentioned above, m = 1 denoting the case when only the highest scoring parse(s) is (are) selected. The columns for m < 1 are presented in order to emphasize that drastic loss of precision for those cases. Even at m = 0.95 there is considerable loss of precision and going up to m = 1 causes a dramatic increase in precision without a significant loss in recall. It can be seen that we can attain very good recall and quite acceptable precision with just voting constraint rules. Our experience is that we can in principle add highly specialized rules by covering a larger text base to improve our recall and precision for the m = 1. A post-mortem analysis has shown that cases that have been missed are mostly due to morphosyntactic dependencies that span a context much wider that 5 tokens that we currently employ.", "cite_spans": [], "ref_spans": [ { "start": 30, "end": 37, "text": "Table 2", "ref_id": "TABREF5" } ], "eq_spans": [], "section": "4", "sec_num": null }, { "text": "We have employed two additional sources of information: root word usage statistics, and contextual statistics.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Using root and contextual statistics", "sec_num": "4.1" }, { "text": "We have statistics compiled from previously disambiguated text, on root frequencies. After the application of constraints as described above, for 6The reason for the (comparatively) high number of unknown words in MAN, is that tokens found in such texts, like .[10, denoting a function key in the computer can not be parsed as a Turkish root word! Prec. 0 0.55 0.15% 0.56 0.02% 0.54 0.65% 0.52 0.09% Distribution of Morphological Parses 1 2 3 4 >4 49.34% 30.93% 9.19% 8.46% 1.93% 50.63% 30.68% 8.62% 8.36% 1.69% 49.01% 31.70% 6.37% 8.91% 3.36% 43.94% 34.58% 9.60% 9.46% 2.33% Table 3 : Results with voting constraints and root statistics, context statistics tokens which are still ambiguous with ambiguity resulting from different root words, we discard parses if the frequencies of the root words for those parses are considerably lower than the frequency of the root of the highest scoring parse. The results after applying this step on top of voting, with m = 1, are shown in the fourth column of Table 3 (labeled V+R) . On top of this, we use the following heuristic using context statistics to eliminate any further ambiguities. For every remaining ambiguous token with unambiguous immediate left and right contexts (i.e., the tokens in the immediate left and right are unambiguous), we perform the following, by ignoring the root/stem feature of ~he parses:", "cite_spans": [], "ref_spans": [ { "start": 576, "end": 583, "text": "Table 3", "ref_id": null }, { "start": 1000, "end": 1021, "text": "Table 3 (labeled V+R)", "ref_id": null } ], "eq_spans": [], "section": "Using root and contextual statistics", "sec_num": "4.1" }, { "text": "1. For every ambiguous parse in such an unambiguous context, we count how many times, this parse occurs unambiguously in exactly the same unambiguous context, in the rest of the text.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Using root and contextual statistics", "sec_num": "4.1" }, { "text": "2. We then choose the parse whose count is substantially higher than the others.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Using root and contextual statistics", "sec_num": "4.1" }, { "text": "The results after applying this step on of the previous two steps are shown in the last column of Table 3 (labeled V+R+C). One can see from the last three columns of this table, the impact of each of the steps. By ignoring root/stem features during this process, we essentially are considering just the top level inflectional information of the parses. This is very similar to Brill's use of contexts to induce transformation rules for his tagger (Brill, 1992; Brill, 1995) , but instead of generating transformation rules from a training text, we gather statistics and apply them to parses in the text being disambiguated.", "cite_spans": [ { "start": 448, "end": 461, "text": "(Brill, 1992;", "ref_id": "BIBREF0" }, { "start": 462, "end": 474, "text": "Brill, 1995)", "ref_id": "BIBREF2" } ], "ref_spans": [ { "start": 98, "end": 106, "text": "Table 3", "ref_id": null } ], "eq_spans": [], "section": "Using root and contextual statistics", "sec_num": "4.1" }, { "text": "Efficient Implementation Techniques and Extensions", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "5", "sec_num": null }, { "text": "The current implementation of the voting approach is meant to be a proof of concept implementation and is rather inefficient. However, the use of regular relations and finite state transducers (Kaplan and Kay, 1994) provide a very efficient implementation method. For this, we view the parses of the tokens making up a sentence as making up a acyclic a finite state recognizer with the states marking word boundaries and the ambiguous interpretations of the tokens as the state transitions between states, the rightmost node denoting the final state, as depicted in Figure 1 for a sentence with 5 tokens. In Figure 1 , the transition labels are triples of the sort (wi, pj, O) for the jth parse of token i, with the 0 indicating the initial vote of the parse. The rules imposing constraints can also be represented as transducers which increment the votes of the matching transi- tion labels by an appropriate amount. ~ Such transducers ignore and pass through unchanged, parses that they are not sensitive to. When a finite state recognizer corresponding to the input sentence (which actually may be considered as an identity transducer) is composed with a constraint transducer, one gets a slightly modified version of the sentence transducer with possibly additional transitions and states, where the votes of some of the labels have been appropriately increlnented. When the sentence transducer is composed with all the constraint transducers in sequence, all possible votes are cast and the final sentence transducer reflects all the votes. The parse corresponding to each token with the highest vote can then be selected. The key point here is that due to the nature of the composition operator, the constraint transducers can be composed off-line first, giving a single constraint transducer and then this one is composed with every sentence transducer once (See Figure 2) .", "cite_spans": [ { "start": 193, "end": 215, "text": "(Kaplan and Kay, 1994)", "ref_id": "BIBREF7" } ], "ref_spans": [ { "start": 566, "end": 574, "text": "Figure 1", "ref_id": "FIGREF2" }, { "start": 608, "end": 616, "text": "Figure 1", "ref_id": "FIGREF2" }, { "start": 1870, "end": 1879, "text": "Figure 2)", "ref_id": null } ], "eq_spans": [], "section": "5", "sec_num": null }, { "text": "The idea of voting can further be extended to a path voting framework where rules vote on paths containing sequences of matching parses and the path from the start state to the final stated with the highest votes received, is then selected. This can be implemented again using finite state transducers as described above (except that path vote is apportioned equally to relevant parse votes), but instead of selecting highest scoring parses, one selects the path from the start state to one of the final states where the sum of the parse votes is maximum. We have recently completed a prototype implementation of this approach (in C) for English (Brown Corpus) and have obtained quite similar results (Tiir, Oflazer, and Oz-kan, 1997).", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "5", "sec_num": null }, { "text": "We have presented an approach to constraint-based morphological disambiguation which uses constraint voting as its primary mechanism for parse selection and alleviates the rule developer from worrying about rule ordering issues. Our approach is quite general and is applicable to any language. Rules describing language specific linguistic constraints vote on matching parses of tokens, and at the end, parses", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Conclusions", "sec_num": "6" }, { "text": "TSuggested by Lauri Karttunen (private communication).", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Conclusions", "sec_num": "6" }, { "text": "for every token receiving the highest tokens are selected. We have applied this approach to Turkish, a language with complex agglutinative word forms exhibiting morphological ambiguity phenomena not usually found in languages like English and have obtained quite promising results. The convenience of adding new rules in without worrying about where exactly it goes in terms of rule ordering (something that hampered our progress in our earlier work on disambiguating Turkish morphology (Oflazer and KuruSz, 1994; Oflazer and Tiir, 1996) ), has also been a key positive point. Furthermore, it is also possible to use rules with negative votes to disallow impossible cases. This has been quite useful for our work on tagging English (Tfir, Oflazer, and 0z-kan, 1997) where such rules with negative weights were used to fine tune the behavior of the tagger in various problematic cases.", "cite_spans": [ { "start": 487, "end": 513, "text": "(Oflazer and KuruSz, 1994;", "ref_id": "BIBREF10" }, { "start": 514, "end": 537, "text": "Oflazer and Tiir, 1996)", "ref_id": null }, { "start": 732, "end": 765, "text": "(Tfir, Oflazer, and 0z-kan, 1997)", "ref_id": null } ], "ref_spans": [], "eq_spans": [], "section": "Conclusions", "sec_num": "6" }, { "text": "The proposed approach is also amenable to an efficient implementation by finite state transducers (Kaplan and Kay, 1994) . By using finitestate transducers, it is furthermore possible to use a bit more expressive rule formalism including for instance the Kleene * operator so that one can use a much smaller set of rules to cover the same set of local linguistic phenomena.", "cite_spans": [ { "start": 98, "end": 120, "text": "(Kaplan and Kay, 1994)", "ref_id": "BIBREF7" } ], "ref_spans": [], "eq_spans": [], "section": "Conclusions", "sec_num": "6" }, { "text": "Our current and future work in this framework involves the learning of constraints and their votes from corpora, and combining learned and handcrafted rules.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Conclusions", "sec_num": "6" } ], "back_matter": [ { "text": "This research has been supported in part by a NATO Science for Stability Grant TU-LANGUAGE. We thank Lauri Karttunen of Rank Xerox Research Centre in Grenoble for providing the Xerox two-level morphology tools on which the Turkish morphological analyzer was built.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Acknowledgments", "sec_num": null }, { "text": "(wl,pl, 0) (w2,pl, 0) (w3,pl, 0) (w4,pl, 0) (w5.pl, 0) ", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "annex", "sec_num": null } ], "bib_entries": { "BIBREF0": { "ref_id": "b0", "title": "A simple-rule based part-of-speech tagger", "authors": [ { "first": "Eric", "middle": [], "last": "Brill", "suffix": "" } ], "year": 1992, "venue": "Proceedings of the Third Conference on Applied Natural Language Processing", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Brill, Eric. 1992. A simple-rule based part-of-speech tagger. In Proceedings of the Third Conference on Applied Natural Language Processing, Trento, Italy.", "links": null }, "BIBREF1": { "ref_id": "b1", "title": "Some advances in rule-based part of speech tagging", "authors": [ { "first": "Eric", "middle": [], "last": "Brill", "suffix": "" } ], "year": 1994, "venue": "Proceedings of the Twelfth National Conference on Artificial Intelligence (AAAI-94)", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Brill, Eric. 1994. Some advances in rule-based part of speech tagging. In Proceedings of the Twelfth National Conference on Artificial Intel- ligence (AAAI-94), Seattle, Washington.", "links": null }, "BIBREF2": { "ref_id": "b2", "title": "Transformation-based error-driven learning and natural language processing: A case study in part-of-speech tagging", "authors": [ { "first": "Eric", "middle": [], "last": "Brill", "suffix": "" } ], "year": 1995, "venue": "Computational Linguistics", "volume": "21", "issue": "4", "pages": "543--566", "other_ids": {}, "num": null, "urls": [], "raw_text": "Brill, Eric. 1995. Transformation-based error-driven learning and natural language processing: A case study in part-of-speech tagging. Computational Linguistics, 21(4):543-566, December.", "links": null }, "BIBREF3": { "ref_id": "b3", "title": "A stochastic parts program and a noun phrase parser for unrestricted text", "authors": [ { "first": "Kenneth", "middle": [ "W" ], "last": "Church", "suffix": "" } ], "year": 1988, "venue": "Proceedings of the Second Conference on Applied Natural Language Processing", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Church, Kenneth W. 1988. A stochastic parts pro- gram and a noun phrase parser for unrestricted text. In Proceedings of the Second Conference on Applied Natural Language Processing, Austin, Texas.", "links": null }, "BIBREF4": { "ref_id": "b4", "title": "A practical part-of-speech tagger", "authors": [ { "first": "Doug", "middle": [], "last": "Cutting", "suffix": "" }, { "first": "Julian", "middle": [], "last": "Kupiec", "suffix": "" }, { "first": "Jan", "middle": [], "last": "Pedersen", "suffix": "" }, { "first": "Penelope", "middle": [], "last": "Sibun", "suffix": "" } ], "year": 1992, "venue": "Proceedi~gs of the Third Conference on Applied Natural Language Processing", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Cutting, Doug, Julian Kupiec, Jan Pedersen, and Penelope Sibun. 1992. A practical part-of-speech tagger. In Proceedi~gs of the Third Conference on Applied Natural Language Processing, Trento, Italy.", "links": null }, "BIBREF5": { "ref_id": "b5", "title": "Grammatical category disambiguation by statistical optimization", "authors": [ { "first": "Steven", "middle": [ "J" ], "last": "Derose", "suffix": "" } ], "year": 1988, "venue": "Computational Linguistics", "volume": "14", "issue": "1", "pages": "31--39", "other_ids": {}, "num": null, "urls": [], "raw_text": "DeRose, Steven J. 1988. Grammatical category dis- ambiguation by statistical optimization. Compu- tational Linguistics, 14(1):31-39.", "links": null }, "BIBREF6": { "ref_id": "b6", "title": "Morphological parsing and the lexicon", "authors": [ { "first": "Jorge", "middle": [], "last": "Hankamer", "suffix": "" } ], "year": 1989, "venue": "Lexical Representation and Process", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Hankamer, Jorge. 1989. Morphological parsing and the lexicon. In W. Marslen-Wilson, editor, Lexical Representation and Process. MIT Press.", "links": null }, "BIBREF7": { "ref_id": "b7", "title": "Regular models of phonological rule systems", "authors": [ { "first": "Ronald", "middle": [ "M" ], "last": "Kaplan", "suffix": "" }, { "first": "Martin", "middle": [], "last": "Kay", "suffix": "" } ], "year": 1994, "venue": "Computational Linguistics", "volume": "20", "issue": "3", "pages": "331--378", "other_ids": {}, "num": null, "urls": [], "raw_text": "Kaplan, Ronald M. and Martin Kay. 1994. Regular models of phonological rule systems. Computa- tional Linguistics, 20(3):331-378, September.", "links": null }, "BIBREF8": { "ref_id": "b8", "title": "Constraint Grammar-A Language-Independent System for Parsing Unrestricted Text", "authors": [ { "first": "Fred", "middle": [], "last": "Karlsson", "suffix": "" }, { "first": "Atro", "middle": [], "last": "Voutilainen", "suffix": "" }, { "first": "Juha", "middle": [], "last": "Heikkilii", "suffix": "" }, { "first": "Arto", "middle": [], "last": "Anttila", "suffix": "" } ], "year": 1995, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Karlsson, Fred, Atro Voutilainen, Juha Heikkilii, and Arto Anttila. 1995. Constraint Grammar-A Language-Independent System for Parsing Unre- stricted Text. Mouton de Gruyter.", "links": null }, "BIBREF9": { "ref_id": "b9", "title": "Finite-state lexicon compiler", "authors": [ { "first": "Lauri", "middle": [], "last": "Karttunen", "suffix": "" } ], "year": 1993, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Karttunen, Lauri. 1993. Finite-state lexicon com- piler. XEROX, Palo Alto Research Center-Tech- nical Report, April.", "links": null }, "BIBREF10": { "ref_id": "b10", "title": "Tagging and morphological disambiguation of Turkish text", "authors": [ { "first": "Kemal", "middle": [], "last": "Oflazer", "suffix": "" }, { "first": "", "middle": [], "last": "Kurusz", "suffix": "" } ], "year": 1994, "venue": "Proceedil~gs of the 4 ~h Applied Natural Language Processing Conference", "volume": "", "issue": "", "pages": "144--149", "other_ids": {}, "num": null, "urls": [], "raw_text": "Oflazer, Kemal and llker KuruSz. 1994. Tag- ging and morphological disambiguation of Turk- ish text. In Proceedil~gs of the 4 ~h Applied Natural Language Processing Conference, pages 144-149. ACL, October.", "links": null }, "BIBREF11": { "ref_id": "b11", "title": "Combining hand-crafted rules and unsupervised learning in constraint-based morphological disambiguation", "authors": [ { "first": "Kemal", "middle": [], "last": "Oflazer", "suffix": "" }, { "first": "Gskhan", "middle": [], "last": "Tilt", "suffix": "" } ], "year": 1996, "venue": "Proceedings of the ACL-SIGDAT Conference on Empirical Methods in Natural Language Processing", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Oflazer, Kemal and GSkhan Tilt. 1996. Combin- ing hand-crafted rules and unsupervised learn- ing in constraint-based morphological disambigua- tion. In Eric Brill and Kenneth Church, editors, Proceedings of the ACL-SIGDAT Conference on Empirical Methods in Natural Language Process- ing.", "links": null }, "BIBREF12": { "ref_id": "b12", "title": "Tagging English by path voting constraints", "authors": [ { "first": "Gskhan", "middle": [], "last": "Tfir", "suffix": "" }, { "first": "Kemal", "middle": [], "last": "Oflazer", "suffix": "" }, { "first": "Nihat", "middle": [], "last": "Ozkan", "suffix": "" } ], "year": 1997, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Tfir, GSkhan, Kemal Oflazer, and Nihat Oz- kan. 1997. Tagging English by path voting constraints. Technical Report BU- CEIS-9704, Bilkent University, Department of Computer Engineering and Information Sci- ence, Ankara, Turkey, March. Available as ftp ://ftp. cs. bilkent, edu. tr/pub/t ech-rep- oft s/1997/BU-CEIS-9704 .ps. z.", "links": null }, "BIBREF13": { "ref_id": "b13", "title": "Three studies of grammarbased surface-syntactic parsing of unrestricted English text", "authors": [ { "first": "Atro", "middle": [], "last": "Vouti]ainen", "suffix": "" } ], "year": 1994, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Vouti]ainen, Atro. 1994. Three studies of grammar- based surface-syntactic parsing of unrestricted En- glish text. Ph.D. thesis, Research Unit for Com- putational Linguistics, University of Hetsinki.", "links": null }, "BIBREF14": { "ref_id": "b14", "title": "Morphological disanabiguation", "authors": [ { "first": "Atro", "middle": [], "last": "Voutilainen", "suffix": "" } ], "year": 1995, "venue": "Constraint Grammar-A Language-Independent System for Parsing Unrestricted Text", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Voutilainen, Atro. 1995a. Morphological disana- biguation. In Fred Karlsson, Atro Voutilainen, Juha Heikkil\u00a3, and Arto Anttila, editors, Con- straint Grammar-A Language-Independent Sys- tem for Parsing Unrestricted Text. Mouton de Gruyter, chapter 5.", "links": null }, "BIBREF15": { "ref_id": "b15", "title": "A syntax-based part-ofspeech analyzer", "authors": [ { "first": "Atro", "middle": [], "last": "Voutilainen", "suffix": "" } ], "year": 1995, "venue": "Proceedings of the Seventh Conference of the European Chapter of the Association of Computational Linguistics", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Voutilainen, Atro. 1995b. A syntax-based part-of- speech analyzer. In Proceedings of the Seventh Conference of the European Chapter of the Asso- ciation of Computational Linguistics, Dublin, Ire- land.", "links": null }, "BIBREF17": { "ref_id": "b17", "title": "Ambiguity resolution in a reduetionistic parser", "authors": [ { "first": "Atro", "middle": [], "last": "Voutilainen", "suffix": "" }, { "first": "Pasi", "middle": [], "last": "Tapanainen", "suffix": "" } ], "year": 1993, "venue": "Proceedings of EACL'93", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Voutilainen, Atro and Pasi Tapanainen. 1993. Am- biguity resolution in a reduetionistic parser. In Proceedings of EACL'93, Utrecht, Holland.", "links": null } }, "ref_entries": { "FIGREF0": { "text": "the contribution of constraint Ci to the vote of the rule R. A (generic) constraint has the following form: C --[(fl : vl)\u2022(f2 : v2)&5... (fro : vm)]", "type_str": "figure", "uris": null, "num": null }, "FIGREF1": { "text": "cat :noun, case : gen, stem:[cat:adj, stem:[cat:v], suffix=mis]]", "type_str": "figure", "uris": null, "num": null }, "FIGREF2": { "text": "Sentence as a finite state recognizer.", "type_str": "figure", "uris": null, "num": null }, "TABREF2": { "num": null, "type_str": "table", "html": null, "content": "
(b) suffYx=mS.s contributes 1,
(c) stem: [cat:v] contributes 2 = 2* 1, the 1
being from cat : v,
(d
1. cat :noun contributes 1,
2. case:gen contributes 4,
3. stem:[cat:adj, stem: [cat:v],suffix=mis]
contributes 8 computed as follows:
(a) cat :adj contributes 1,
5For instance, for Turkish we have noted that
the genitive case marker is usually very helpful in
disambiguation.
", "text": ") the sum 4 is scaled by 2 to give 8.4. Votes from steps 1, 2 and 3(d) are added up togive 13 as the constraint vote." }, "TABREF4": { "num": null, "type_str": "table", "html": null, "content": "
Vote Range Selected(m)
TEXT1.00.950.80.6
ARKRec.98.0598.47 98.69 98.77
Prec.94.1387.65 84.41 82.43
Amb. 1.0421.123 1.169 1.200
HIST Rec.97.0397.65 98.81 97.01
Prec.94.1387.10 84.41 82.29
Amb. 1.0581.121 1.169 1.189
'I~IAN Rec.97.0397.92 97.81 98.77
Prec.91.0583.51 79.85 77.34
Amb. 1.0681.172 1.237 1.277
EMBRec.96.5197.48 97.76 97.94
Prec.91.2884.36 77.87 75.79
Amb. 1.0571.150 1.255 1.292
", "text": "Statistics on Texts" }, "TABREF5": { "num": null, "type_str": "table", "html": null, "content": "
TEXTVV+RV+R+C
ARKRec.98.05 97.6096.98
Prec.94.13 95.28'96.19
Amb. 1.042 1.0241.008
HIST Rec.97:03 96.5295.62
Prec.94.13 92.5994.33
Amb. 1.058 1.0421.013
MAN Rec.97.03 96.4795.84
Prec.91.05 93.0894.47
Amb. 1.058 1.0421.014
EMBRec.96.51 96.4795.37
Prec.91.28 93.0894.45
Amb. 1.057 1.0361.009
: Results with voting constraints
", "text": "" } } } }