Presentation is loading. Please wait.

Presentation is loading. Please wait.

Intelligent Database Systems Lab 國立雲林科技大學 National Yunlin University of Science and Technology 1 Chinese Named Entity Recognition using Lexicalized HMMs.

Similar presentations


Presentation on theme: "Intelligent Database Systems Lab 國立雲林科技大學 National Yunlin University of Science and Technology 1 Chinese Named Entity Recognition using Lexicalized HMMs."— Presentation transcript:

1 Intelligent Database Systems Lab 國立雲林科技大學 National Yunlin University of Science and Technology 1 Chinese Named Entity Recognition using Lexicalized HMMs Advisor : Dr. Hsu Presenter : Zih-Hui Lin Author :Guohong Fu, Kang-Kwong Luke

2 Intelligent Database Systems Lab N.Y.U.S.T. I. M. 2 Outline Motivation Objective Introduction NER as Known Word Tagging Known Word Segmentation Lexicalized HMM Tager Conclusions Future Research

3 Intelligent Database Systems Lab N.Y.U.S.T. I. M. 3 Motivation  A HMM-based tagger don’t provide contextual word information, which sometimes gives strong evidence for NER.  Some learning methods such as ME and SVMs usually need much more time in training and tagging.

4 Intelligent Database Systems Lab N.Y.U.S.T. I. M. 4 Objective  Our system is able to integrate both the internal formation patterns and the surrounding contextual clues for NER under the framework of HMMs  As a result, the performance of the system can be improved without losing its efficiency in training and tagging.

5 Intelligent Database Systems Lab N.Y.U.S.T. I. M. 5 Introduction  We develop a two-stage NERsystem for Chinese. ─ Given a sentence, a known word bigram model is first applied to segment it into a meaningful sequence of known words. ─ Then, a lexicalized HMM tagger is used to assign each known word a proper hybrid tag that indicates its pattern in forming an entity and the category of the formed entity.

6 Intelligent Database Systems Lab N.Y.U.S.T. I. M. 6 Introduction (cont.)  Our system is able to explore three types of features ─ entity-internal formation patterns ─ contextual word evidence ─ contextual category information  As a consequence, the system’s performance can be improved without losing its efficiency in training and processing.

7 Intelligent Database Systems Lab N.Y.U.S.T. I. M. 7 NER as Known Word Tagging - Categorization of Entities  We use the same named entity tag set as defined in the IEER-99 Mandarin named entity task, these entity categories are further encoded using twelve different abbreviated SGML tags.  Our system will also assign each common word in the input sentence a proper POS tag. (Peking University POS tag-set)

8 Intelligent Database Systems Lab N.Y.U.S.T. I. M. 8 NER as Known Word Tagging - Patterns of known words in NER  A known word w may take one of the following four patterns to present itself during NER: ─ w is an independent named entity  ISE ─ w is the beginning component of a named entity  BOE ─ w is at the middle of a named entity  MOE ─ w is at the end of a named entity  ISE Example:  “ 温家宝 / 总理 /”  “ 温 家 宝 总理 ”.

9 Intelligent Database Systems Lab N.Y.U.S.T. I. M. 9 NER as Known Word Tagging - NER as known word tagging  We define a hybrid tag set by merging the category tags and the pattern tags. ─

10 Intelligent Database Systems Lab N.Y.U.S.T. I. M. 10 Known Word Segmentation  To find the most appropriate segmentation that maximizes the conditional probability P(W | C), i.e. ─ ─ P (w | w t-1 ) denotes the known word bigram probability, which can be estimated from a segmented corpus using maximum likelihood estimation (MLE).

11 Intelligent Database Systems Lab N.Y.U.S.T. I. M. 11 Lexicalized HMM Tager - Lexicalized HMMs  We employ the uniformly lexicalized models to perform the tagging of known words for Chinese NER.  To find an appropriate sequence of hybrid tags that maximizes the conditional probability P(T |W), namely

12 Intelligent Database Systems Lab N.Y.U.S.T. I. M. 12 Lexicalized HMM Tager - Lexicalized HMMs (cont.) ─ Two types of approximations are employed to simplify the general model. The firs approximation is based on the independent hypothesis used in standard HMMs: The second pproximation follows the notion of the lexicalization technique,

13 Intelligent Database Systems Lab N.Y.U.S.T. I. M. 13 Lexicalized HMM Tager - Lexicalized HMMs (cont.)  Because MLE will yield zero will yield zero probabilities for any cases that are not observed in the training data. To solve this problem, we employ the linear interpolation smoothing technique.

14 Intelligent Database Systems Lab N.Y.U.S.T. I. M. 14 Lexicalized HMM Tager - Lattice-Based Tagging  In our implementation, we employ the classical Viterbi algorithm to find the most probable sequence of hybrid tags for a given sequence of known words, which works in three major steps as follows: ─ The generation of candidate tags ─ The decoding of the best tag sequence ─ The conversion of the results

15 Intelligent Database Systems Lab N.Y.U.S.T. I. M. 15 Lexicalized HMM Tager - Inconsistent Tagging  Our system may yield two types of inconsistent tagging : ─ pattern inconsistency when two adjacent known words are assigned inconsistent pattern tags such as “ISE:MOE” or “ISE:EOE”. ─ class inconsistency two adjacent known words are labeled with different category- tags while at the same time  张 晓 华

16 Intelligent Database Systems Lab N.Y.U.S.T. I. M. 16 Experiments - Experimental Measures  F-measure is a weighted harmonic mean of precision and recall. ─ R = ─ ─ P= ─ ─ β is the weighing coefficient correctly recognized NEs manually annotated corpus correctly recognized NEs recognized by the system

17 Intelligent Database Systems Lab N.Y.U.S.T. I. M. 17 Experiments Data

18 Intelligent Database Systems Lab N.Y.U.S.T. I. M. 18 Experiments - Experimental Results  Consequently, our first aim is to examine how the use of the lexicalization technique affects the performance of our system.

19 Intelligent Database Systems Lab N.Y.U.S.T. I. M. 19 Experiments - Experimental Results ( cont.)  To investigate whether the word-level mode or the character-level model is more effective for Chinese NER.

20 Intelligent Database Systems Lab N.Y.U.S.T. I. M. 20 Experiments - Experimental Results ( cont.)  to compare our system with other public systems for Chinese NER.

21 Intelligent Database Systems Lab N.Y.U.S.T. I. M. 21 Conclusions  The experimental results indicate ─ on different public corpora show that the NER performance can be significantly enhanced using lexicalization techniques. ─ character-level tagging are comparable to and may even outperform known-word based tagging when a lexicalized method is applied.

22 Intelligent Database Systems Lab N.Y.U.S.T. I. M. 22 Future Directions  Our current tagger is a purely statistical system; it will inevitably suffer from the problem of data sparseness, particularly in open-domain applications.  Our system usually fails to yield correct results for some complicated NEs such as nested organization names.


Download ppt "Intelligent Database Systems Lab 國立雲林科技大學 National Yunlin University of Science and Technology 1 Chinese Named Entity Recognition using Lexicalized HMMs."

Similar presentations


Ads by Google