a context pattern induction method for named entity
play

A Context Pattern Induction Method for Named Entity Extraction - PowerPoint PPT Presentation

A Context Pattern Induction Method for Named Entity Extraction Partha Pratim Talukdar Computer & Information Science Department University of Pennsylvania, Philadelphia partha@cis.upenn.edu Joint work with Thorsten Brants (Google), Mark


  1. A Context Pattern Induction Method for Named Entity Extraction Partha Pratim Talukdar Computer & Information Science Department University of Pennsylvania, Philadelphia partha@cis.upenn.edu Joint work with Thorsten Brants (Google), Mark Liberman (Penn) and Fernando Pereira (Penn).

  2. Named Entity Extraction Recognition and classification of entity names e.g. people names, organization names, place names etc. We have identified a transcriptional repressor , Nrg1, in a genetic screen designed to reveal negative factors involved in the expression of STA1. We have identified a transcriptional repressor , Nrg1 , in a genetic screen designed to reveal negative factors involved in the expression of STA1 .

  3. Motivation CHOP (Penn) Gene List Partial Entity List News Web Medline Data Unlabeled Data Can anything be done by combining unlabeled data with partial entity lists ?

  4. Objective To Capture Redundancy in Expression. Seed . Morgan-Stanley . Google . . Morgan Stanley . Context Pattern Google Goldman-Sachs Inducer & Sun . Entity Extractor . . Unlabeled Data . analyst at < ENT NT > . companies such as < ENT NT > , joint venture between < ENT NT > ( .

  5. Approach Unlabeled Seed Data Extract Context Entity Tagger Find Triggers RANK RANK Induce & Automata Prune as Extended Automata Extractor List ** One automaton induced for each trigger word.

  6. Preparing for Grammar Induction an an increased increased expression expression of of ## ## adenosine adenosine deaminase deaminase ## ## in in vad vad mic mic e expression of expression of a murine murine ## ## adenosine adenosine deaminase deaminase ## ## gene gene in in rhesus rhesus monkey monkey contrast contrast the the expression expression of of # # # # apolipoprotein apolipoprotein e e ## ## mrna mrna was was greater greater than than • Type of grammar: regular or context free ? • Where do we start: ideally patterns should be variable length. • What about starting from a token which is specific to the context of entities: Trigger words .

  7. Trigger Words Objective: Automatically find out tokens which are specific to extracted entity contexts and which can indicate occurrence of entities in its neighbourhood. • What about frequent tokens in entire corpus ? • What about frequent tokens in extracted context ? - These tokens can be common everywhere. • What about those with high term weights ? - Noise and very specific words can fill top slots.

  8. Trigger Words: Dominating Words • Assign term weight W t to each token in context. • From each context segment C j , find dominating word (DW j ), the token with highest term weight: • Exactly one dominating word is selected from each context. Compute frequency (multiplicity) of these dominating words . • Consider top n as trigger words.

  9. Trigger Words: Example showed showed an an increased increased expression expression of of <ENT> in vad mice colon vivo expression vivo expression of of a murine murine <ENT> gene in rhesus monkey hematopoietic plasmodium plasmodium falciparum falciparum expression expression of of the the <ENT> gene in mouse l cells in in contrast contrast the the expression expression of of <ENT> mrna was greater than that … Token Dominating Frequency expression 2 n = 1 murine 1 falciparum 1

  10. Automata Induction • One automaton induced for each trigger word. • Given a token, we can uniquely identify the single state it points to: 1-reversible 1-reversible . the the the the 42 of of of of 41 43 a of of • Captures bi-gram statistics and helps combine evidence. • Cycles are allowed. • Induced automaton is to be used as an acceptor and not as generator.

  11. Automaton Pruning expression expression of of -<ENT>- … expression expression of of a murine murine -<ENT>- … expression of expression of the the -<ENT>- … expression expression of of -<ENT>- … • Posterior score of each transition is computed using forward-backward algorithm. • A transition is pruned if its posterior score is significantly lower than the best outgoing transition.

  12. Automaton as Extractor • Induced automata are used as extractors. • Tokens that fit patterns ’ slots are candidate candidate entities entities. • But can we directly consider candidate entity tokens as part of valid entity names ? - No. But simple heuristics work very well. • Only candidates who together satisfy K [D K]* K are retained e.g. : physicist at the University of Pennsylvania and D D K K D D K Pattern: physicist at <ENT> and Extracted Entity: University of Pennsylvania

  13. Pattern Ranking • All induced patterns are not equally good. Negative Positive Negative Seed Seed Seed … (LOC) (ORG) (PER) Score: 5 3 ORG Pattern to be Ranked • Easier when working with multiple ambiguous classes at the same time. • Finally select top ranking n patterns.

  14. Extracted Entity Ranking • An extracted entity gets a higher score if more number of good patterns (ranked as shown previously) extract it. Good Pattern 1 Good Pattern 2 Entity_60 Good Pattern 3 Good Pattern 4 Good Pattern 5 Entity_8 . . . Good Pattern n

  15. Experimental Results Experiment with Watch Brand Names Rolex • gold -E -ENT- NT- watch Cartier • diamond -ENT- -ENT- watch Swiss • fake -ENT- -ENT- watches Movado • bought -ENT- -ENT- watch Seiko • encrusted -ENT- -ENT- watch Gucci • stole -ENT- -ENT- watch Patek • Richemont AG , -ENT- -ENT- watches Piaget • Rolex and -ENT- -ENT- watches Omega • buy -ENT- -ENT- watches Citizen • Cartier and -ENT- -ENT- watches … …

  16. English Organization Name Experiment • analyst at - ENT- NT- . Boston Red Sox • companies such as - ENT- ENT- . St. Louis Cardinals • � analyst with - ENT- NT- in Chicago Cubs • series against the - ENT- NT- tonight Florida Marlins • Today 's Schaeffer 's Option Montreal Expos Activity Watch features - ENT- NT- ( San Francisco Giants • Cardinals and - ENT- NT- , Red Sox • sweep of the - ENT- NT- with Cleveland Indians • joint venture with - ENT- NT- ( Chicago White Sox • rivals - ENT- NT- Inc. Atlanta Braves • Friday night 's game against … -E -ENT- NT- .

  17. English Person Name Experiment Tiger Woods • compatriot - ENT- ENT- . Andre Agassi • compatriot - ENT- ENT- in Lleyton Hewitt • Rep. - ENT- ENT- , Ernie Els • Actor - ENT- ENT- is Serena Williams • Sir - ENT- ENT- , Andy Roddick • Actor - ENT- ENT- , Retief Goosen • Tiger Woods , - ENT- ENT- and Vijay Singh • movie starring - ENT- ENT- . Jennifer Capriati • compatriot - ENT- ENT- and Roger Federer • movie starring - ENT- ENT- and … • More More examples examples in in the the paper. paper.

  18. Entity List Extension Results • Precision is based on random evaluation of 100 entities. • The method also works for very small seed list: watch brand name experiment with seed set size of 17. • It is the quality of the seed entities (their unambiguous nature) that is more important than their number.

  19. Influence on Supervised CRF Tagger PER, LOC, ORG PER, LOC, ORG, MISC Test Data Sizes: Test-a 51362 tokens, Test-b 46435 tokens

  20. Related Work • Most of the previous methods ([Riloff & Jones ‘99], generic extractor in [Etzioni et.al. ‘05 ]) are language dependent ( e.g. need chunking information) but current method is completely language independent. • Successfully used features derived from unlabeled data (token membership in extended lists) to improve a high-performing CRF tagger. • We report effectiveness of the algorithm on relatively large dataset of 18 billion tokens.

  21. Future Work • Empirical comparison with other methods. • Better pattern and entity ranking. • Compare to see whether features derived in this paper can complement other recent methods that also generate features from unlabeled data. • Experiment with other languages and domains.

  22. Tha Thanks ks

  23. Automaton Pruning (contd.) • Which transitions to prune (remove) ? • How about taking pruning decision locally ? the (80) the (80) the (18) the …( 98) 98) (18) 41 of of (20) ? (20) … (40) (40) of of (20) (20) a (40) a 42 (40) 43 of (20) of an (2) an (20) (2) …( 7 ) 7 ) 1 an (5) an (5) • There is possibility of transition (42, 41) getting pruned in some threshold based scheme when decision is taken locally.

  24. Pruning • For numerical stability, log probabilities are used which are processed as per following log-semiring definition: Set: [-inf, inf] Plus: log(exp(x) + exp(y)) Zero: -inf Times: + One: 0 • After pruning, automata are trimmed. • Automata are stored in AT&T FSM format.

  25. German ORG & PER Experiment

  26. Influence on Supervised Tagger • Conditional Random Field (CRF) based tagger trained on CoNLL-2003 English data for LOC, ORG and PER names. • Tested with and without automatically generated entity lists as additional features. • Tested with varying amount of training data to test the hypothesis that the tagger benefits most from using unsupervised generated list when there is less training data.

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend