Presentation is loading. Please wait.

Presentation is loading. Please wait.

A Scalable Machine Learning Approach for Semi-Structured Named Entity Recognition Utku Irmak(Yahoo! Labs) Reiner Kraft(Yahoo! Inc.) WWW 2010(Information.

Similar presentations


Presentation on theme: "A Scalable Machine Learning Approach for Semi-Structured Named Entity Recognition Utku Irmak(Yahoo! Labs) Reiner Kraft(Yahoo! Inc.) WWW 2010(Information."— Presentation transcript:

1 A Scalable Machine Learning Approach for Semi-Structured Named Entity Recognition Utku Irmak(Yahoo! Labs) Reiner Kraft(Yahoo! Inc.) WWW 2010(Information Extraction) 2011-04-01 JongHeum Yeon

2 INTRODUCTION Named Entity Recognition (NER) – Locate and classify parts of free text into a set of predefined categories Semi-Structured Named Entities (SSNE) – Entity string may syntactically contain 1.digits and white spaces 2.a finite set of non-letter characters 3.a finite set of domain-specific terms (tokens) – X: The person, location and organization – O: phone or fax numbers, date, time, monetary, weight, length, percentage These entities are different between languages and regions. Traditional approaches for SSNE recognition – significant amount of manual effort – in the form of handcrafting rules – in the form of labeling examples, they do not scale when many entity types, languages and regions need to be supported. 2

3 GOAL Provide a scalable solution for the detection of semi-structured named entities for many entity types, languages and regions A novel three-level framework – Text mining techniques – A novel two-step bootstrapping algorithm 3

4 Applications User-centric entity detections systems Web search engines Data extraction, integration and classification Content de-identification systems 4

5 Existing Solutions and Their Limitations Rule-based approaches – Regular expressions – Significant manual effort to generate – The regular expression used for phone number detection in Y! Mail contains more than 600 characters(large coverage, ambiguous patterns) – Differences: languages, regions Editorial study Development Maintenance – Date and time detection Ambiguity problems – “1/18” – “We will meet this may” / “This may not be ok” – “2000 is a nice year” / “Windows 2000 is an operating system” Machine-learning approaches – Supervised approaches A large annotated corpus 5

6 BOOTSTRAPPING ALGORITHM Bootstrapping algorithm steps – The system starts with a small number of seed examples, which are provided by the user – The system then finds occurrences of these examples in a large set of documents. – By analyzing these occurrences, the system generates contextual extraction patterns (rules) and assigns confidence scores to the patterns. – The system applies the extraction patterns to the documents and extracts new candidates. – Based on some validation mechanism, the system assigns scores to the extracted candidates, and chooses the best ones to add to the seed set. – Then the system starts over to perform many similar iterations, and at every iteration it learns more patterns and can extract more instances. 6

7 THREE-LEVEL FRAMEWORK 7

8 THREE-LEVEL FRAMEWORK: First Level The goal – High recall rates and not worry about the precision A very large set of candidates are extracted with their contexts. With context, we refer to a window that surrounds the candidate (20 words) This usually reduces the total data size significantly, since most parts of the corpus are eliminated. 8

9 THREE-LEVEL FRAMEWORK: Second Level The goal – Identify the target entities with very high precision. Bootstrapping algorithm 1.The candidates with their contexts are moved to a Positive Set if the candidate matches a seed example 2.The confidence score of each remaining candidate is computed based on the similarity of its contexts to the positive set and valid ones are moved to the positive set 3.The positive set is analyzed and the qualifying entities are included in the seed set based on some statistical data Similarity Function – Cosine Similarity – Cosine Similarity with Distances – String Length Validate candidates – Local Ranking – Global Ranking Stop the bootstrapping algorithm when the positive set growth slows significantly (e.g., if it grows by less than 1%) 9

10 THREE-LEVEL FRAMEWORK: Third Level The goal – Create a final model using machine learning techniques to balance and further improve the overall precision and recall rates. Feature space – A bag of words model – Multi-term phrases using pointwise mutual information – Prefix and suffix strings that immediately precede or follow the candidates (or seeds) as features Model creation – Support vector machine (SVM) – One class model: the positive set alone – Two class mode: the positive set + negative examples(most dissimilar candidates) 10

11 Example(1): Phone Number Detection First Level – finds sequences of digits that may be separated by space character and following characters: -+()./[]_* – 7 ~ 13 character, <10 non-digit characters Second Level: A two-step algorithm – Adding new regular expressions – Adding new seed terms: tf*idf Third Level 11

12 Example(2): Date and Time Detection 12

13 EVALUATION AND RESULTS English, German, Polish, Swedish and Turkish For each language, we use a corpus of 1GB, which contains about 200K random web pages from a large crawl Sample set – Phone: 250 instance – Date-time: 300 instance Each instance is then judged by a native speaker of the language – No: This is not a target entity – Yes: This is a target entity and boundaries are correct – Over-Selection: This is a target entity, but some unrelated text is included – Under-Selection: This is a target entity, but some part of the entity is not included Precision = TP/(TP+FP) Recall = TP/(TP+FN) 13

14 EVALUATION AND RESULTS: Phone Number Detection 14

15 EVALUATION AND RESULTS: Phone Number Detection 15

16 Contributions 1.Propose a novel three-level bootstrapping framework 2.Adopt the framework for semi-structured entity detection and propose a two-step bootstrapping algorithm 3.Evaluate the proposed techniques extensively on English, German, Polish, Swedish and Turkish documents for phone, date and time entities 4.Discuss implementation details for the real-time detection of semi- structured entities 16


Download ppt "A Scalable Machine Learning Approach for Semi-Structured Named Entity Recognition Utku Irmak(Yahoo! Labs) Reiner Kraft(Yahoo! Inc.) WWW 2010(Information."

Similar presentations


Ads by Google