Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "W06-0141",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T04:04:19.745003Z"
},
"title": "Designing Special Post-processing Rules for SVM-based Chinese Word Segmentation",
"authors": [
{
"first": "Muhua",
"middle": [],
"last": "Zhu",
"suffix": "",
"affiliation": {
"laboratory": "Natural Language Processing Lab Northeastern University No",
"institution": "",
"location": {
"addrLine": "3-11, Wenhua Road",
"postCode": "110004",
"settlement": "Shenyang, Liaoning",
"country": "China"
}
},
"email": ""
},
{
"first": "Yilin",
"middle": [],
"last": "Wang",
"suffix": "",
"affiliation": {
"laboratory": "Natural Language Processing Lab Northeastern University No",
"institution": "",
"location": {
"addrLine": "3-11, Wenhua Road",
"postCode": "110004",
"settlement": "Shenyang, Liaoning",
"country": "China"
}
},
"email": "[email protected]"
},
{
"first": "Zhenxing",
"middle": [],
"last": "Wang",
"suffix": "",
"affiliation": {
"laboratory": "Natural Language Processing Lab Northeastern University No",
"institution": "",
"location": {
"addrLine": "3-11, Wenhua Road",
"postCode": "110004",
"settlement": "Shenyang, Liaoning",
"country": "China"
}
},
"email": "[email protected]"
},
{
"first": "Huizhen",
"middle": [],
"last": "Wang",
"suffix": "",
"affiliation": {
"laboratory": "Natural Language Processing Lab Northeastern University No",
"institution": "",
"location": {
"addrLine": "3-11, Wenhua Road",
"postCode": "110004",
"settlement": "Shenyang, Liaoning",
"country": "China"
}
},
"email": "[email protected]"
},
{
"first": "Jingbo",
"middle": [],
"last": "Zhu",
"suffix": "",
"affiliation": {
"laboratory": "Natural Language Processing Lab Northeastern University No",
"institution": "",
"location": {
"addrLine": "3-11, Wenhua Road",
"postCode": "110004",
"settlement": "Shenyang, Liaoning",
"country": "China"
}
},
"email": "[email protected]"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "We participated in the Third International Chinese Word Segmentation Bakeoff. Specifically, we evaluated our Chinese word segmenter NEUCipSeg in the close track, on all four corpora, namely Academis Sinica (AS), City University of Hong Kong (CITYU), Microsoft Research (MSRA), and University of Pennsylvania/University of Colorado (UPENN). Based on Support Vector Machines (SVMs), a basic segmenter is designed regarding Chinese word segmentation as a problem of character-based tagging. Moreover, we proposed postprocessing rules specially taking into account the properties of results brought out by the basic segmenter. Our system achieved good ranks in all four corpora.",
"pdf_parse": {
"paper_id": "W06-0141",
"_pdf_hash": "",
"abstract": [
{
"text": "We participated in the Third International Chinese Word Segmentation Bakeoff. Specifically, we evaluated our Chinese word segmenter NEUCipSeg in the close track, on all four corpora, namely Academis Sinica (AS), City University of Hong Kong (CITYU), Microsoft Research (MSRA), and University of Pennsylvania/University of Colorado (UPENN). Based on Support Vector Machines (SVMs), a basic segmenter is designed regarding Chinese word segmentation as a problem of character-based tagging. Moreover, we proposed postprocessing rules specially taking into account the properties of results brought out by the basic segmenter. Our system achieved good ranks in all four corpora.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "We built out segmentation system following (Xue and Shen, 2003) , regarding Chinese word segmentation as a problem of character-based tagging. Instead of Maximum Entropy, we utilized Support Vector Machines as an alternate. SVMs are a state-of-the-art learning algorithm, owing their success mainly to the ability in control of generalization error upper-bound, and the smooth integration with kernel methods. See details in (Vapnik, 1995) . We adopted svm-light 1 as the specific implementation of the model.",
"cite_spans": [
{
"start": 43,
"end": 63,
"text": "(Xue and Shen, 2003)",
"ref_id": "BIBREF0"
},
{
"start": 425,
"end": 439,
"text": "(Vapnik, 1995)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "SVM-based Chinese Word Segmenter",
"sec_num": "1"
},
{
"text": "By formalizing Chinese word segmentation into the problem of character-based tagging, we as-1 http://svmlight.joachims.org/ signed each character to one and only one of the four classes: word-prefix, word-suffix, word-stem and single-character. For example, given a two-word sequence , the Chinese words for \"Southeast Asia( ) people( ) \", the character is assigned to the category word-prefix, indicating the beginning of a word;",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Problem Formalization",
"sec_num": "1.1"
},
{
"text": "is assigned to the category word-stem, indicating the middle position of a word;",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Problem Formalization",
"sec_num": "1.1"
},
{
"text": "belongs to the category word-suffix, meaning the ending of a Chinese word; and last, is assigned to the category single-character, indicating that the single character itself is a word.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Problem Formalization",
"sec_num": "1.1"
},
{
"text": "We utilized four of the five basic feature templates suggested in (Low et al. , 2005) , described as follows:",
"cite_spans": [
{
"start": 66,
"end": 85,
"text": "(Low et al. , 2005)",
"ref_id": "BIBREF2"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Feature Templates",
"sec_num": "1.2"
},
{
"text": "\u2022 C n (n = \u22122, \u22121, 0, 1, 2) \u2022 C n Cn + 1(n = \u22122, \u22121, 0, 1) \u2022 P u (C 0 ) \u2022 T (C \u22122 )T (C \u22121 )T (C 0 )T (C 1 )T (C 2 )",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Feature Templates",
"sec_num": "1.2"
},
{
"text": "where C refers to a Chinese character. The first two templates specify a context window with the size of five characters, where C 0 stands for the current character: the former describes individual characters and the latter presents bigrams within the context window. The third template checks if current character is a punctuation or not, and the last one encodes characters' type, including four types: numbers, dates, English letters and the type representing other characters. See detail description and the example in (Low et al. , 2005) . We dropped template C \u22121 C 1 , since, in experiments, it seemed not to perform well when incorporated by SVMs. Slightly different from (Low et al. , 2005) , character set representing dates are expanded to include , the Chinese characters for \"day\", \"month\", \"year\", \"hour\",\"minute\",\"second\", respectively.",
"cite_spans": [
{
"start": 523,
"end": 542,
"text": "(Low et al. , 2005)",
"ref_id": "BIBREF2"
},
{
"start": 680,
"end": 699,
"text": "(Low et al. , 2005)",
"ref_id": "BIBREF2"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Feature Templates",
"sec_num": "1.2"
},
{
"text": "Segmentation results of SVM-based segmenter have their particular properties. In respect to the properties of segmentation results produced by the SVM-based segmenter, we extracted solely from training data comprehensive and effective postprocessing rules, which are grouped into two categories: The rules, termed IV rules, make efforts to fix segmentation errors of character sequences, which appear both in training and testing data; Rules seek to recall some OOV(Out Of Vocabulary) words, termed OOV rules. In practice, we sampled out a subset from training dataset as a development set for the analysis of segmentation results produced by SVM-based segmenter. Note that, in the following, we defined Vocabulary to be the collection of words appearing in training dataset and Segmentation Unit to be any isolated character sequence assumed to be a valid word by a segmenter. A segmentation unit can be a correctly segmented word or an incorrectly segmented character sequence.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Post-processing Rules",
"sec_num": "2"
},
{
"text": "The following rules are named IV rules, pursuing the consistence between segmentation results and training data. The intuition underlying the rules is that since training data give somewhat specific descriptions for most of the words in it, a character sequence in testing data should be segmented in accordance with training data as much as possible.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "IV Rules",
"sec_num": "2.1"
},
{
"text": "Ahead of post-processing, all words in the training data are grouped into two distinct sets: the uniquity set, which consists of words with unique segmentation in training data and the ambiguity set, which includes words having more than one distinct segmentations in training data. For example, the character sequence has two kinds of segmentations, as (new century) and (as a component of some Named-Entity, such as the name of a restaurant).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "IV Rules",
"sec_num": "2.1"
},
{
"text": "\u2022 For each word in the uniquity set, check whether it is wrongly segmented into more than one segmentation units by the SVMbased segmenter. If true, the continuous segmentation units corresponding to the word are grouped into the united one. The intuition underlying this post-processing rule is that SVM-based segmenter prefers twocharacter words or single-character words when confronting the case that the segmenter has low self-confidence in some charactersequence segmentation. For example, (duplicate) was segmented as and (unify) was split into . This phenomenon is caused by the imbalanced data distribution. Specifically, characters belonging to category word-stem are much less than other three categories.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "IV Rules",
"sec_num": "2.1"
},
{
"text": "\u2022 For each segmentation unit in the result produced by SVM-based segmenter, check whether the unit can be segmented into more than one IV words and, meanwhile, the words exist in a successive form for at least once in training data . If true, replace the segmentation unit with corresponding continuously existing words. The intuition underlying this rule is that SVM-based segmenter tends to combine a word with some suffix, such as , two Chinese characters representing \"person\". For example, (Person in registration) tends to be grouped as a single unit.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "IV Rules",
"sec_num": "2.1"
},
{
"text": "\u2022 For any sequence in the ambiguity set, such as , check if the correct segmentation can be determined by the context surrounding the sequence. Without losing the generality, in the following explanation, we assume each sequence in the ambiguity set has two distinct segmentations. we collected from training data the word preceding a sequence where each existence of the sequence has one of its segmentations, into a collection, named preceding word set, and, correspondingly, the following word into another set, which is termed following word set. Analogically, we can produce preceding word set and following word set for another case of segmentation. When an ambiguous sequence appears in testing data, the surrounding context (in fact, just one preceding word and a following word) is extracted. If the context has overlapping with either of the pre-extracted contexts of the same sequence which are from training data, the segmentation corresponding to one of the contexts is retained.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "IV Rules",
"sec_num": "2.1"
},
{
"text": "\u2022 More over, we took a look into the annotation errors existing in training data. We assume there unavoidably exist some annotation mistakes. For example, in UPENN, the sequence (abbreviation for China and America) exists, for eighty-seven times, as a whole word and only one time, exists as . We regarded the segmentation as an annotation error. Generally, when the ratio of two kinds of segmentations is greater than a pre-determined threshold (the value is set seven in our system), the sequence is removed from the ambiguity set and added as a word of unique segmentation into the uniquity set.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "IV Rules",
"sec_num": "2.1"
},
{
"text": "The following rules are termed OOV rules, since they are utilized to recall some of the wrongly segmented OOV words. A OOV word is frequently segmented into two continuous OOV segmentation units. For example, the OOV word (Vatican) was frequently segmented as , where both and are OOV character sequences. Continuous OOVs present a strong clue of potential segmentation errors. A rule is designed to merge some of continuous OOVs into a correct segmentation unit. The designed rule is applicable to all four corpora. Moreover, since distinction between different segmentation standards frequently leads to very different segmentation of a same OOV words in different corpora, we designed rules particularly for MSRA and UPENN respectively, to recall more OOVs.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "OOV Rules",
"sec_num": "2.2"
},
{
"text": "\u2022 For two continuous OOVs, check whether at least one of them is a single-character word. If true, group the continuous OOVs into a segmentation unit. The reason for the constraint of at least one of continuous OOVs being single-character word is that not all continuous OOVs should be combined, for example, , both (Germany merchant) and",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "OOV Rules",
"sec_num": "2.2"
},
{
"text": "(the company name) are OOVs, but this sequence is a valid segmentation unit. On the other hand, we assume appropriately that most of the cases for character being single-character word have been covered by training data. That is, once a single character is a OOV segmentation unit, there exists a segmentation error with high possibility.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "OOV Rules",
"sec_num": "2.2"
},
{
"text": "\u2022 MSRA has very different segmentation standard from other three corpora, mainly because it requires to group several continuous words together into a Name Entity. For example, the word (the Ministry of Foreign Affairs of China) appearing in MSRA is generally annotated into two words in other corpora, as (China) and",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "OOV Rules",
"sec_num": "2.2"
},
{
"text": "(the Ministry of Foreign Affairs). In our system, we first gathered all the words from the training data whose length are greater than six Chinese characters, filtering out dates and numbers, which was covered by Finite State Automation as a pre-processing stage. For each words collected, regard the first two and three characters as NE prefix, which indicates the beginning of a Name Entity. The collection of prefixes is termed S p(ref ix) . Analogously, the collection S s(uf f ix) of suffixes is brought up in the same way. Obviously not all the prefixes (suffixes) are good indicators for Name Entities. Partly inheriting from (Brill, 1995), we applied error-driven learning to filter prefixes in S p and suffixes in S s . Specifically, if a prefix and a suffix are both matched in a sequence, all the characters between them, together with the prefix and the suffix, are merged into a single segmentation unit. The resulted unit is compared with corresponding sequence in training data. If they were not exactly matched, the prefix and suffix were removed from collections respectively. Finally resulted S p and S s are utilized to recognize Name Entities in the initial segmentation results.",
"cite_spans": [],
"ref_spans": [
{
"start": 424,
"end": 442,
"text": "termed S p(ref ix)",
"ref_id": null
}
],
"eq_spans": [],
"section": "OOV Rules",
"sec_num": "2.2"
},
{
"text": "\u2022 UPENN has different segmentation standard from other three corpora in that, for some Locations, such as (Beijing ) and Organizations, such as (the Ministry of Foreign Affairs), the last Chinese character presents a clue that the character with high possibility is a suffix of some words. In fact, SVM-based segmenter sometimes mistakenly split an OOV word into a segmentation unit followed by a suffix. Thus, when some suffixes exist as a single-character segmentation unit, it should be grouped with the preceding segmentation unit. Undoubtedly not all suffixes are appropriate to this rule. To gather a clean collection of suffixes, we first clustered together the words with the same suffix, filtering according to the number of instances in each cluster. Second, the same as above, error-driven method is utilized to retain effective suffixes.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "OOV Rules",
"sec_num": "2.2"
},
{
"text": "We evaluated the Chinese word segmentation system in the close track, on all four corpora, namely Academis Sinica (AS), City University of Hong Kong (CITYU), Microsoft Research (MSRA), and University of Pennsylvania/University of Colorado (UPENN). The results are depicted in Table 1 , where columns R,P and F refer to Recall, Precision, F measure respectively, and R OOV , R IV for the recall of outof-vocabulary words and in-vocabulary words.",
"cite_spans": [],
"ref_spans": [
{
"start": 276,
"end": 283,
"text": "Table 1",
"ref_id": "TABREF1"
}
],
"eq_spans": [],
"section": "Evaluation Results",
"sec_num": "3"
},
{
"text": "In addition to final results reported in Bakeoff, we also conducted a series of experiments to evaluate the contributions of IV rules and OOV rules. The experimental results are showed in Table 2 , where V1, V2, V3 represent versions of our segmenters, which compose differently of components. In detail, V1 represents the basic SVM-based segmenter; V2 represents the segmenter which applied IV rules following SVMbased segmentation; V3 represents the segmenter composing of all the components, that is, including SVM-based segmenter, IV rules and OOV rules. Since the OOV ratio is much lower than IV correspondence, the improvement made by OOV rules is not so dramatic as IV rules. We added post-processing rules to SVM-based segmenter. By doing so, we our segmentation system achieved comparable results in the close track, on all four corpora. But on the other hand, postprocessing rules have the problems of confliction, which limits the number of rules. We expect to transform rules into features of SVM-based segmenter, thus incorporating information carried by rules in a more elaborate manner.",
"cite_spans": [],
"ref_spans": [
{
"start": 188,
"end": 195,
"text": "Table 2",
"ref_id": null
}
],
"eq_spans": [],
"section": "Evaluation Results",
"sec_num": "3"
}
],
"back_matter": [
{
"text": "This research was supported in part by the National Natural Science Foundation of China(No. 60473140) and by Program for New Century Excellent Talents in University(No. NCET-05-0287).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgements",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Chinese Word segmentation as LMR tagging",
"authors": [
{
"first": "Nianwen",
"middle": [],
"last": "Xue",
"suffix": ""
},
{
"first": "Libin",
"middle": [],
"last": "Shen",
"suffix": ""
}
],
"year": 2003,
"venue": "Proceedings of the Second SIGHAN Workshop on Chinese Language Processing",
"volume": "",
"issue": "",
"pages": "176--179",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Nianwen Xue and Libin Shen. 2003. Chinese Word segmentation as LMR tagging. In Proceedings of the Second SIGHAN Workshop on Chinese Lan- guage Processing,pages 176-179.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "The Nature of Statistical Learning Theory",
"authors": [
{
"first": "Vladimir",
"middle": [
"N"
],
"last": "Vapnik",
"suffix": ""
}
],
"year": 1995,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Vladimir N. Vapnik. 1995. The Nature of Statistical Learning Theory. Berlin: Springer-Verlag.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "A Maximum Entropy Approach to Chinese Word Segmentation",
"authors": [
{
"first": "Jin",
"middle": [
"Kiat"
],
"last": "Low",
"suffix": ""
},
{
"first": "Tou",
"middle": [],
"last": "Hwee",
"suffix": ""
},
{
"first": "Wenyuan",
"middle": [],
"last": "Ng",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Guo",
"suffix": ""
}
],
"year": 2005,
"venue": "Proceeding of the Fifth SIGHAN Workshop on Chinese Language Processing",
"volume": "",
"issue": "",
"pages": "161--164",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Jin Kiat Low, Hwee Tou Ng and Wenyuan Guo. 2005. A Maximum Entropy Approach to Chinese Word Segmentation. In Proceeding of the Fifth SIGHAN Workshop on Chinese Language Processing, pages 161-164.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Transformation-based error-driven learning and natural language processing:A case study in part-of-speech tagging",
"authors": [
{
"first": "",
"middle": [],
"last": "Eric",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Brill",
"suffix": ""
}
],
"year": 1995,
"venue": "Computational Linguistics",
"volume": "21",
"issue": "4",
"pages": "543--565",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Eric.Brill. 1995. Transformation-based error-driven learning and natural language processing:A case study in part-of-speech tagging. Computational Lin- guistics, 21(4):543-565.",
"links": null
}
},
"ref_entries": {
"TABREF1": {
"html": null,
"content": "<table/>",
"num": null,
"text": "Our official SIGHAN bakeoff results",
"type_str": "table"
}
}
}
}