| { |
| "paper_id": "W06-0117", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T04:03:26.731167Z" |
| }, |
| "title": "France Telecom R&D Beijing Word Segmenter for Sighan Bakeoff 2006", |
| "authors": [ |
| { |
| "first": "Wu", |
| "middle": [], |
| "last": "Liu", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "wu.liu@francetelecom.com" |
| }, |
| { |
| "first": "France", |
| "middle": [], |
| "last": "Telecom", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "" |
| }, |
| { |
| "first": "R&d", |
| "middle": [], |
| "last": "Beijing", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "" |
| }, |
| { |
| "first": "Heng", |
| "middle": [], |
| "last": "Li", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "" |
| }, |
| { |
| "first": "Yuan", |
| "middle": [], |
| "last": "Dong", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "yuandong@bupt.edu.cn" |
| }, |
| { |
| "first": "Nan", |
| "middle": [], |
| "last": "He", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "" |
| }, |
| { |
| "first": "Haitao", |
| "middle": [], |
| "last": "Luo", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "" |
| }, |
| { |
| "first": "Haila", |
| "middle": [], |
| "last": "Wang", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "haila.wang@francetelecom.com" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "This paper presents two word segmentation (WS) systems and a named entity recognition (NER) system in France Telecom R&D Beijing. The one system of WS is for open tracks based on ngram language model and another one is for closed tracks based on maximum entropy approach. The NER system uses a hybrid algorithm based on Class-based language model and rule-based knowledge. These systems are all augmented with a set of post-processors.", |
| "pdf_parse": { |
| "paper_id": "W06-0117", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "This paper presents two word segmentation (WS) systems and a named entity recognition (NER) system in France Telecom R&D Beijing. The one system of WS is for open tracks based on ngram language model and another one is for closed tracks based on maximum entropy approach. The NER system uses a hybrid algorithm based on Class-based language model and rule-based knowledge. These systems are all augmented with a set of post-processors.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "The FTRD team participated in MSRA Open, MSRA Closed and CityU Closed tracks of the WS bakeoff and MSRA Open track of the NER bakeoff, and achieved the state-of-the-art performance in these tracks. Analysis of the results shows that each component of these systems contributed to the scores.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The system used in open track of WS is based on the system (Li 2005) participated in the second international WS bakeoff. We mainly modify the factoid detection rules and add the GKB (The Grammatical Knowledge-base of Contemporary Chinese) dictionary. The system also has a few postprocessors. The main postprocessors include named entity recognizers and TBL (Transformation-Based Learning) component. 2.1.1 Basic system In our basic system, Chinese words can be categorized into one of the following types: lexicon words, morphological words, factoids, name entities. These types of words were processed in different ways in our system, and were incorporated into a unified statistical framework of the trigram language model. The details about the basic system are reported in (Li 2005).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "MSRA Open track of WS", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "The factoid rules used in the basic system were summarized according to the MSRA training data. The Tokenization Guidelines of Chinese Text (V5.0) was provided by MSRA in this bakeoff. We used the Guidelines to rewrite the factoid rules, and the performance had the distinct improvement.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Factoid detection", |
| "sec_num": "2.1.2" |
| }, |
| { |
| "text": "The named entity recognizer is the one participated in the NER bakeoff, as shown in figure 1. In the section 2.3, we will describe in detail.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Named entity identification", |
| "sec_num": "2.1.3" |
| }, |
| { |
| "text": "The system used in closed tracks of WS is based on maximum entropy approach. The system also has a few postprocessors. The main postprocessors include combining the separated words and TBL component.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "System Used in Close tracks", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "The basic system is similar to (Ng and Low, 2004) . We used the Tsujii laboratory maximum entropy package v2.0 (http://www-tsujii.is.s.utokyo.ac.jp/~tsuruoka/maxent/) to train our models. For CityU closed track, the basic features are the same as (Ng and Low, 2004) . For MSRA closed track, we used two sets of basic features. The one is similar to (Ng and Low, 2004) and we change the window size of another one from 2 to 3, so we trained two models for MSRA closed track and submitted two results.", |
| "cite_spans": [ |
| { |
| "start": 31, |
| "end": 49, |
| "text": "(Ng and Low, 2004)", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 247, |
| "end": 265, |
| "text": "(Ng and Low, 2004)", |
| "ref_id": "BIBREF1" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Basic system", |
| "sec_num": "2.2.1" |
| }, |
| { |
| "text": "Firstly, we extracted one lexicon from each training data. For MSRA closed track, the postprocessor only combined the words which appeared in the lexicon but were separated in the test result. For CityU closed track, we firstly used the factoid tool provided by the open system of WS to combine the separated factoid words, and then we used the lexicon to combine the separated words, at last the TBL was applied to the test result.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Post processing", |
| "sec_num": "2.2.2" |
| }, |
| { |
| "text": "The system used a hybrid algorithm which can combine a class-based statistical model (Gao 2004) with various types of rule-based knowledge very well. All the words were categorized into three types: Lexicon words (LWs), Factoid words (FTs), Named Entity (NEs). Accordingly, three main components were included to identify each kind of named entities: basic word candidates, NE combination and Viterbi search, as shown in Figure 1 . ", |
| "cite_spans": [ |
| { |
| "start": 85, |
| "end": 95, |
| "text": "(Gao 2004)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 421, |
| "end": 429, |
| "text": "Figure 1", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "MSRA Open track of NER", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "In our system, the open source toolkit fnTBL (http://nlp.cs.jhu.edu/~rflorian/fntbl/index.html) is chosen. Coping with word segmentation task, we utilized a method called \"LMR\" tagging which was the same as (Nianwen Xue and Libin Shen 2003) . Two rule template sets were used in our system. The complicated one had 40 templates, which covered various kinds of words position and tag position occurrence, i.e., considering contextual information of words and tags. For example, rule \"pos_0 word_0 word_1 word_2 => pos\" could generate rules containing information about current word, current word's tag, the next word and the word after next. The other rule template neglected tag information, it took only contextual word information into account. For an instance, \"word_0 word_1 word_2 => pos\". The task of WS applied the two rule template sets, and the task of NER only applied the complicated one. In the Section 3, we will compare the two rule template sets.", |
| "cite_spans": [ |
| { |
| "start": 216, |
| "end": 240, |
| "text": "Xue and Libin Shen 2003)", |
| "ref_id": "BIBREF3" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "TBL", |
| "sec_num": "2.4" |
| }, |
| { |
| "text": "In this open track, we used one lexicon of 294,382 entries, which included the entries of 42,430 MDWs (Morphological Derived Words) generated from the GKB dictionary, 12,487 PNs, 22,907 LNs and 29,032 ONs, 10,414 fourcharacter idioms, plus the word lists generated from the training data provided by the second international Chinese Word Segmentation bakeoff and 80114 GKB words. We also used the training data provided by the last bakeoff for training our trigram word-based language model. Table 1 presents the results of this track. For comparison, we also include in the table (Row 1) the results of basic system. From Row 2 to Row 11, it shows the relative contribution of each component and resource to the overall word segmentation performance. The second column shows the recall, the third column the precision, and the fourth column F-score. The last two columns present the recall of the OOV words and the recall of IV words, respectively. Table 1 we can find that, in Row 1, the basic system participated in the last bakeoff already achieves quite good recall, but the recall of OOV is not very good because it cannot correctly identify unknown words that are not in the lexicon such as factoids and name entities (especially the nested named entity) and new words (except factoids, named entities and words abstracted from training data). In Row 2, we only rewrite the factoid rules according to the MSRA Guidelines, and the recall of OOV improves significantly while the recall of IV falls slightly. It shows that the factoid detection affects the recall of IV. As shown in Table 1 , the GKB lexicon has made significant and persistent progress in all performance because the GKB lexicon is refined and the words are conformed to the MSRA standard. We also find that the NE postprocessor can improve the recall of OOV but affects slightly the recall of IV in all experiments. It shows that our named entity recognition has make improvement compared with that of last year. As shown in Table 1 , TBL has made slightly but persistent progress in all steps it applies to. After TBL adaptation OOV recall stays almost unchanged, for the rules are derived from training corpus, and no OOV words would meet the condition of applying them in theory, but IV recall improves, which compensates the loss of IV recall caused by NE post-process and the factoid detection. It is interesting comparing the performance of two TBL template sets, the first template set is simple and the threshold for generating rules is 3 by default (called TBL in Table 1 ), and the second is more complicated with a \"0\" threshold (called New TBL in Table 1 ). The number of rules generated is 1061 and 12135 respectively. Our experiments demonstrate that more precise rule template set with low threshold always leads to better performance, for they could cover more situations, although a simple rule template set with high threshold does better in OOV word recognition. 3.1.2 MSRA Open track of NER In the track, we used People's Daily 2000 corpus (Yu, 2003) for building our lexicon and training our model.", |
| "cite_spans": [ |
| { |
| "start": 3034, |
| "end": 3044, |
| "text": "(Yu, 2003)", |
| "ref_id": "BIBREF4" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 492, |
| "end": 499, |
| "text": "Table 1", |
| "ref_id": null |
| }, |
| { |
| "start": 950, |
| "end": 957, |
| "text": "Table 1", |
| "ref_id": null |
| }, |
| { |
| "start": 1587, |
| "end": 1594, |
| "text": "Table 1", |
| "ref_id": null |
| }, |
| { |
| "start": 1998, |
| "end": 2005, |
| "text": "Table 1", |
| "ref_id": null |
| }, |
| { |
| "start": 2546, |
| "end": 2554, |
| "text": "Table 1", |
| "ref_id": null |
| }, |
| { |
| "start": 2633, |
| "end": 2640, |
| "text": "Table 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "MSRA Open track of WS", |
| "sec_num": "3.1.1" |
| }, |
| { |
| "text": "Considering that organization names are irregular in their forms compared with person names and location names, and there are many abbreviations and anaphora, TBL adaptation may degrade the performance of organization, we submitted two results, as shown in Table 2 . 1+TBL1 means that TBL only adapt person and location results of basic system, the organization performance of basic system and 1+TBL1 would be identical. 1+TBL2 means TBL adapt all three types of NE. For comparison, we list (Column 2) the results of basic system. The Row 2 to Row 13 shows the recall, the precision, and the Fscore of PN, LN, ON and total. Table 2 demonstrates that applying TBL causes a dramatic improvement in all three types of NE, especially organization performance. The great similarity between training corpus and test corpus of MSRA may explain this. For the inconsistency of standard between MSRA and PKU, the recall, especially of the ONs, is not very good. We did some effort in the standard adaptation, such as constraint the length and type of candidate words in combining the named entities, but the result is not very good.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 257, |
| "end": 264, |
| "text": "Table 2", |
| "ref_id": "TABREF2" |
| }, |
| { |
| "start": 624, |
| "end": 631, |
| "text": "Table 2", |
| "ref_id": "TABREF2" |
| } |
| ], |
| "eq_spans": [], |
| "section": "MSRA Open track of WS", |
| "sec_num": "3.1.1" |
| }, |
| { |
| "text": "The Table 3 and Table 4 Table 3 , the basic system (2) shows the window size of the template is 2 and the basic system (3) is 3. As is shown in the table, except the precision and the recall of OOV, the performance of window size with 2 outperforms that of window size with 3.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 4, |
| "end": 11, |
| "text": "Table 3", |
| "ref_id": "TABREF4" |
| }, |
| { |
| "start": 16, |
| "end": 23, |
| "text": "Table 4", |
| "ref_id": "TABREF5" |
| }, |
| { |
| "start": 24, |
| "end": 31, |
| "text": "Table 3", |
| "ref_id": "TABREF4" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Closed tracks", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "In Table 4 , the system 6' is the one we submitted in this closed CityU track, but the system 6 is better than the system 6'. In TBL training, we made a mistake that the training data weren't processed by factoid tool and lexicon combining. We also can find that the factoid tool doesn't im-prove the performance. The system 6 isn't the best one (system 3).", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 3, |
| "end": 10, |
| "text": "Table 4", |
| "ref_id": "TABREF5" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Closed tracks", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "Combining the separated words according to training lexicon improved the performance of both MSRA and CITYU closed track. In the meantime, TBL worked considerably well in all closed tracks.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Closed tracks", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "The evaluation results show that the performance of NER need be improved in abbreviations recognition and anaphora resolution.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions", |
| "sec_num": "4" |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "The work reported here was a team effort. We thank Yonggang Xue, Duo Ji, Haitao Luo, Nan He and Xinnian Mao for their help in the experimentation and evaluation of the system. We also thank Prof. Shiwen Yu for the People's Daily 2000 corpus (Yu 2003) and GKB (Yu 2002) lexicon.", |
| "cite_spans": [ |
| { |
| "start": 241, |
| "end": 250, |
| "text": "(Yu 2003)", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 259, |
| "end": 268, |
| "text": "(Yu 2002)", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgements", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Chinese Word Segmentation in FTRD Beijing", |
| "authors": [ |
| { |
| "first": "", |
| "middle": [], |
| "last": "Heng Li", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Proceedings of the Fourth SIGHAN workshop on Chinese Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "150--154", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Heng Li, etc. 2005. Chinese Word Segmentation in FTRD Beijing. Proceedings of the Fourth SIGHAN workshop on Chinese Language Processing. Pages:150-154", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Chiense part-ofspeech tagging: One-at-a-time or all-at-once? Word-based or character-based", |
| "authors": [ |
| { |
| "first": "Jin", |
| "middle": [ |
| "Kiat" |
| ], |
| "last": "Hwee Tou Ng", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Low", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Proceedings of the 2004 conference on Empirical Methods in Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "277--284", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hwee Tou Ng, Jin Kiat Low. 2004. Chiense part-of- speech tagging: One-at-a-time or all-at-once? Word-based or character-based?. Proceedings of the 2004 conference on Empirical Methods in Natural Language Processing. Pages:277-284", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Chinese word segmentation: a pragmatic approach", |
| "authors": [ |
| { |
| "first": "Jianfeng", |
| "middle": [], |
| "last": "Gao", |
| "suffix": "" |
| }, |
| { |
| "first": "Mu", |
| "middle": [], |
| "last": "Li", |
| "suffix": "" |
| }, |
| { |
| "first": "Andi", |
| "middle": [], |
| "last": "Wu", |
| "suffix": "" |
| }, |
| { |
| "first": "Chang-Ning", |
| "middle": [], |
| "last": "Huang", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jianfeng Gao, Mu Li, Andi Wu and Chang-Ning Huang. 2004a. Chinese word segmentation: a pragmatic approach. Microsoft Research Technical Report, MSR-TR-2004-123.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "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, Libin Shen. July 2003. Chinese word segmentation as LMR tagging. Proceedings of the Second SIGHAN workshop on Chinese Language Processing. Pages:176-179.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Specification for Corpus Processing at Peking University:Word Segmentation, POS Tagging and Phonetic Notation", |
| "authors": [ |
| { |
| "first": "Shiwen", |
| "middle": [], |
| "last": "Yu", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "Journal of Chinese Language and Computing", |
| "volume": "13", |
| "issue": "2", |
| "pages": "121--158", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Shiwen Yu, etc. 2003. Specification for Corpus Proc- essing at Peking University:Word Segmentation, POS Tagging and Phonetic Notation. Journal of Chinese Language and Computing, 13(2) 121-158.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "The Grammatical Knowledgebase of Contemporary Chinese ---A Complete Specification", |
| "authors": [ |
| { |
| "first": "Shiwen", |
| "middle": [], |
| "last": "Yu", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Shiwen Yu, etc. 2002. The Grammatical Knowledge- base of Contemporary Chinese ---A Complete Specification. Tsinghua University Press.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "num": null, |
| "text": "FTRD NE Recognizer The recognizer was applied to open track of WS and we used it to participate in the MSRA open track of NER. The system also had a TBL postprocessor.", |
| "type_str": "figure", |
| "uris": null |
| }, |
| "TABREF2": { |
| "text": "MSRA Open track of NER To our surprise, performance listed in", |
| "html": null, |
| "type_str": "table", |
| "num": null, |
| "content": "<table/>" |
| }, |
| "TABREF4": { |
| "text": "", |
| "html": null, |
| "type_str": "table", |
| "num": null, |
| "content": "<table><tr><td/><td colspan=\"5\">Our system results on MSRA Closed</td></tr><tr><td>(%)</td><td>R</td><td>P</td><td>F</td><td>R oov</td><td>R iv</td></tr><tr><td>1.basic system</td><td colspan=\"5\">0.947 0.916 0.931 0.716 0.957</td></tr><tr><td>2.1+traini ng lexicon</td><td colspan=\"5\">0.959 0.960 0.959 0.716 0.969</td></tr><tr><td>3.2+TBL</td><td colspan=\"5\">0.969 0.964 0.967 0.716 0.980</td></tr><tr><td>4.1+factoi d tool</td><td colspan=\"5\">0.946 0.915 0.931 0.713 0.956</td></tr><tr><td>5.4+traini ng lexicon</td><td colspan=\"5\">0.958 0.959 0.959 0.713 0.968</td></tr><tr><td>6.5+TBL</td><td colspan=\"5\">0.969 0.964 0.966 0.712 0.980</td></tr><tr><td>6'</td><td colspan=\"5\">0.962 0.962 0.962 0.722 0.972</td></tr></table>" |
| }, |
| "TABREF5": { |
| "text": "Our system results on CityU Closed In", |
| "html": null, |
| "type_str": "table", |
| "num": null, |
| "content": "<table/>" |
| } |
| } |
| } |
| } |